﻿/* table style */
table.tablecloth-theme
{
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
    width:98%;   
}

/* header cell style */
.tablecloth-theme th
{
	background-image:url(/img/yui-datatable/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #fff;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
}  

/* common cell styles */
.tablecloth-theme th, .tablecloth-theme td
{
    border:1px solid #FFFFFF;
    font-size: 9.7pt;
    cursor:default;
}

.tablecloth-theme .data-row  
{
    background:url(/App_Themes/imgeler/bgGri.jpg) repeat-x; 
    text-align:center;
}
.tablecloth-theme .data-row td span
{
    text-align:left;
}
.tablecloth-theme .alt-data-row td span 
{
    text-align:left;
}

/* alternating row style */
.tablecloth-theme .alt-data-row
{
	background-color: #F2F8FD;
	text-align: left;
}

/* 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: 1px solid #FFFFFF;
	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
{
	padding: 2px 3px 2px 3px;
	border-right: solid 1px #cbcbcb;
	text-align: left;
}
.tablecloth-theme td a
{
    color:#000000;
	display:block;
	cursor:pointer;
}
.tablecloth-theme td a:hover
{
    color:#FFFFFF;	    
	text-decoration:underline;
}
.tablecloth-theme td a.selected
{
color: #edf5ff;   
}
