 
table.yui 
{
	font-family:arial;   
    border-collapse:collapse;	
    border: solid 3px #7f7f7f;
    font-size:small;
    
}
table.yui td {	
	 
	/*border-right: solid 1px #7f7f7f;*/
	border-right: 1px solid #7F7F7F;
	border-bottom: #7F7F7F;
	border-bottom-style: outset;
	border-bottom-width: thin;
}
table.yui .even {
	background-color: #fff;
}
table.yui .odd {
	background-color:Transparent;
}
table.yui th
{
   /* background: url('sprite.png') repeat-x 0px 0px;  */
 background: #0066B3 none repeat-x scroll 0px 0px;
border: 1px solid #7F7F7F;
padding: 5px;
height: 34px;
cursor: pointer;
font-size: 17px;
vertical-align: middle;
}

table.yui th a
{
	text-decoration: none;
	text-align: center;    	
    padding-right: 20px;
    font-weight:bold;
    white-space:nowrap;
    /*background: url('bg.gif') no-repeat right 50%;*/
    background: no-repeat right 50%;
    color:white;
}

table.yui thead .headerSortUp , table.yui thead .headerSortDown 
{
    background: url('sprite.png') repeat-x 0px -100px;
    color:White;
}

table.yui .headerSortUp a 
{	
    background: url('asc.gif') no-repeat right 50%;
    color:White;
}
table.yui .headerSortDown a
{
	background: url('desc.gif') no-repeat right 50%;
	color: white;
}

table.yui tfoot td
{    
    border-top: 1px solid #7f7f7f;
    background-color:Transparent;
}

table.yui thead td
{
    vertical-align:middle;
    background-color:#E6E7E8;
    border:none;
}

table.yui thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.yui thead .filter
{
    text-align:right;
}


.darkcolor {
	color:#0066B3;
	font-size:14px;
}
.color {
	color: #ffffff;
    background-color: #0066B3;
    font-size:14px;
}