﻿/* DataGrid Style Begin*/
.tablestyle 
{
	font-family: Verdana;
	font-size: small;
	border: solid 1px #7f7f7f;
}
.tablestylenone
{
	
}
.altrowstyle 
{
    background-color: #edf5ff;
}

.headerstyle th 
{
    background: url(../../Images/Taxes/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;
}  

.headerstyle th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
}    

.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td 
{
    padding: 2px 6px 2px 6px;
    border-right: solid 1px #cbcbcb;
    max-width:15%;
    word-wrap:breakword;
}

/*Small*/
.headerstylesmall th 
{
    background: url(../../Images/Taxes/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: 2px 3px 2px 5px;
    text-align: center;
    vertical-align: bottom;
    font-size:smaller;
}  

.headerstylesmall th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
}    
.rowstylesmall .sortaltrow, .altrowstylesmall .sortaltrow 
{
    background-color: #edf5ff;
}

.rowstylesmall .sortrow, .altrowstylesmall .sortrow 
{
    background-color: #dbeaff;
}

.rowstylesmall td, .altrowstylesmall td 
{
    padding: 2px 6px 2px 6px;
    border-right: solid 1px #cbcbcb;
    max-width:15%;
    word-wrap:breakword;
}
/*Small End */

.headerstyle .sortascheader 
{
    background: url(../../Images/Taxes/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url(../../Images/Taxes/dt-arrow-up.png) no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url(../../Images/Taxes/sprite.png) repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url(../../Images/Taxes/dt-arrow-dn.png) no-repeat right 50%;
} 

/* DataGrid Style End*/
