﻿/* table level rules */
.yui-grid-container
{
    overflow:auto;	
}

.yui-grid
{
	font-family: arial;
	font-size: small;
	border: solid 1px #3d8201;
    border-collapse:collapse;
}

.yui-grid caption
{
	font-size:large;
	text-align:left;
	font-weight:bold;
}



/* header column rules */
.yui-grid th 
{
    background: url(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: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
    font-weight: normal;
}  

.yui-grid th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
}

/* change the background image when the column is being sorted by */
.yui-grid th.sortasc, .yui-grid th.sortdesc, .yui-grid th:hover
{
    background: url(sprite.png) repeat-x 0px -100px;
}  

/* change image if it is an asc sort */
.yui-grid th.sortasc a
{
	   background: url(dt-arrow-up.png) no-repeat right 50%;
}  

/* change image if it is a desc sort */
.yui-grid th.sortdesc a
{
    background: url(dt-arrow-dn.png) no-repeat right 50%;
}  


/* data cell and data row rules */
.yui-grid .row td,.yui-grid .altrow td,.yui-grid .selrow td,.yui-grid td.yui
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.yui-grid .altrow, .yui-grid .row .sort
{
    background-color: #f9efe0;
} 

.yui-grid .altrow .sort
{
    background-color: #daf6f8;
} 

.yui-grid .selrow
{
    background-color: #edd1a5;
    font-weight:bold;
} 

.yui-grid .row
{
    background-color:#FFF;
}  

.yui-grid .erow
{
    background:#FFF url(bg_h_item.gif) repeat-x bottom;
}  


.yui-grid .altrow:hover,.yui-grid .row:hover
{
    background-color:#edd1a5;
}  

.yui-grid tr:hover td.sort
{
    background-color:#edd1a5;
}  


.yui-grid .pagrow  {color:#FFF;font-size:90%;font-weight:bold;background: url(sprite.png) repeat-x 0px -109px;text-align:right;vertical-align:bottom;}
.yui-grid .pagrow td {padding:10px;}

.pagrow  {color:#FFF;font-weight:bold;background: url(sprite.png) repeat-x 0px -109px;vertical-align:middle;}
