﻿/* table style */
table.yui-datatable-theme
{
	font-family:Tahoma;
	font-size:9pt;
	border:solid 1px silver;	    
}

/* common cell styles */
.yui-datatable-theme th, .yui-datatable-theme td
{
    cursor:default;
}

/* header cell styles */
.yui-datatable-theme th
{
    background: url(../img/yuipanel/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    text-decoration:none;
    color: #000;
    padding: 4px 0px 4px 0px;
    text-align: center;
    vertical-align: bottom;
}

/* data data cell style */
.yui-datatable-theme td
{
    padding:2px 5px 2px 5px;
    border-right:solid 1px #cbcbcb;	
}

/* data row style */
.yui-datatable-theme tr:hover
{
    background-color:#d8dfea;
    text-decoration: underline;
    cursor:text;
}

.yui-datatable-theme tr 
{
    background-color:White; 
}

/* alternating row style */
.yui-datatable-theme .alt-data-row { background-color:#edf5ff; }

.yui-datatable-theme .data-row { background-color:White; }

.yui-datatable-theme .updating
{
    color:#808080;
    background:url(../img/ajax/loading.gif) no-repeat center;
}  
/* mouseover row style */
.yui-datatable-theme .row-over, .yui-datatable-theme .cell-over { background-color:#B8CAE2; }
/*.yui-datatable-theme .row-over, .yui-datatable-theme .cell-over { background:url(img/sharepoint/calnumBttnover.gif) repeat-x; }*/

/* select row style */
/*.yui-datatable-theme .row-select
{ 
	background-color:#284E98; 
	color:#fff;
}*/

 

