﻿/* table style */
table.yui-datatable-theme
{
	font-family: arial;
	font-size: small;
	border: solid 0px #7f7f7f;
	width: 100%;
	text-decoration:none;
}

/* common cell styles */
.yui-datatable-theme th, .yui-datatable-theme td
{
	cursor: default;
}

/* header cell styles */
.yui-datatable-theme th
{
	background: 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: #666666;
	padding: 4px 5px 4px 10px;
	vertical-align: bottom;
	text-decoration:none;
}

/* data data cell style */
.yui-datatable-theme td
{
	padding: 4px 10px 4px 10px;
	border-right: solid 1px #cbcbcb;
}



/* mouseover row style */
.yui-datatable-theme .row-over, .yui-datatable-theme .cell-over
{
	background-color: #ECF4FF;
}

/* select row style */
.yui-datatable-theme .row-select
{
background-color: #ECF4FF;
color:#1587b0;
text-decoration:none;
}

/* alternating row style */
.yui-datatable-theme .alt-data-row { background-color:#F2F2F2; }

.yui-datatable-theme .alt-data-row1
{
	background-color: white;
}
.yui-datatable-theme .alt-data-row1bold
{
	background-color: white;
	font-weight: bold;
	text-decoration:none;
}
.yui-datatable-theme .alt-data-rowbold 
{
	background-color:#F2F2F2; 
	font-weight: bold;
	color:#1587b0;
	text-decoration:none;
} 
