﻿/* table style */
table.tablecloth-theme
{
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
    width:96%;   
}

/* header cell style */
.tablecloth-theme th
{
	background-image:url(/App_Themes/imgeler/soldanMaviGrad.jpg);
	background-repeat:no-repeat;
    color:#FFFFFF;
	padding:2px;
	padding-left:5px;
}  

/* common cell styles */
.tablecloth-theme th, .tablecloth-theme td
{
    border:1px solid #FFFFFF;
    text-align:left;
    font-size: 9.7pt;
    cursor:default;
}

/* alternating row style */
.tablecloth-theme .alt-data-row { background-color:#e0edfa; }

/* mouseover row style */
.tablecloth-theme .row-over, .tablecloth-theme .column-over, .tablecloth-theme .cell-over { background-color:#ECFBD4; }

/* mouseover row style */
.tablecloth-theme .row-select, .tablecloth-theme .column-select, .tablecloth-theme .cell-select
{ 
    background:#BCE774;
    color:#555;
}

/* mouseover row style */
.tablecloth-theme .header-over a
{
	text-decoration: underline; 
}

.tablecloth-theme td ul
{
    color:#000;
    border:solid 1px WhiteSmoke;
    margin:1px 1px 1px 1px;
    padding:1px 1px 1px 1px;   
}
.tablecloth-theme td ul li
{
    list-style-type:none;
    text-align:center;   
}
.tablecloth-theme td ul li img
{
    background-color:#FFF;
}
.sayiLabel
{
    background:#e0edfa;
    list-style-type:none;
    text-align:center;  
}
.tablecloth-theme td a
{
	text-decoration: none;
	color:#000;	
	font-weight:bold;  
}
.tablecloth-theme td a:hover
{
	text-decoration: none;
	color:#F089BE;
	font-weight:bold; 
}