﻿/* table level rules */
.yui-grid
{
	font-family: tahoma;
	font-size: 12px;
	border: solid 1px #7f7f7f;
	border-collapse: collapse;
	background-color: #f2f5f7;
}


/* header column rules */
.yui-grid th
{
	border: 1px solid #3b5cae;
	color: #000080;
	padding: 2px 2px 2px 5px;
	text-align: center;
	vertical-align: bottom;
	background-color: #f2f5f7;
	font-family: tahoma;
	font-size: 12px;
}  

.yui-grid th a
{
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #3b5cae;
	display: block;
	padding-right: 5px;
	font-family: tahoma;
	font-size: 12px;
}

/* change the background image when the column is being sorted by */
.yui-grid th.sortasc, .yui-grid th.sortdesc
{
	background: url(img/sprite.png) repeat-x 0px -100px;
	font-family: tahoma;
	font-size: 12px;
}  

/* change image if it is an asc sort */
.yui-grid th.sortasc a
{
    background: url(img/dt-arrow-up.png) no-repeat right 50%;
    font-family: tahoma;
   font-size: 12px;
    
}  

/* change image if it is a desc sort */
.yui-grid th.sortdesc a
{
    background: url(img/dt-arrow-dn.png) no-repeat right 50%;
    font-family: tahoma;
    font-size: 12px;
}  


/* data cell and data row rules */
.yui-grid td
{
	padding: 2px 5px 2px 5px;
	border-right: solid 1px #cbcbcb;
	background-color: #f2f5f7;
	font-family: tahoma;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #3b5cae;
}

.yui-grid .altrow, .yui-grid .row .sort
{
    background-color: #edf5ff;
    font-family: tahoma;
    font-size: 12px;
    
} 

.yui-grid .altrow .sort
{
    background-color: #dbeaff;
    font-family: tahoma;
   font-size: 12px;
    
} 

.yui-grid .row
{
    background-color: #ffffff;
    font-family: tahoma;
    font-size: 12px;
    
}  
.DNNAligncenter 
{
	text-align:right;
	font-family:Tahoma;
	font-size: 12px;
}

