/* tables BLUE */
table.yui {
	font-family:arial;
	/*background-color: #CDCDCD;*/
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	
}
table.yui thead tr th, table.yui tfoot tr th {
	background-color: #e6EEEE;
	/*border: 1px solid #FFF;*/
	font-size: 8pt;
	padding: 2px;
}
table.yui thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.yui tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.yui tbody tr.even td {
	background-color:#f1f1f1; /* #F0F0F6 */
}
table.yui tbody tr.odd td
{
    background-color: #EFEFDE;
}
table.yui thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.yui thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.yui thead tr .headerSortDown, table.yui thead tr .headerSortUp {
background-color: #bbd3dc; /* 8dbdd8*/
}

