﻿.tablestyle 
{
	font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
	background: white;
}

.hometablestyle
{
    font-family: arial;
	font-size: 9pt;
	border: solid 1px #7f7f7f;
}

.altrowstyle 
{
    background-color: #edf5ff;
}

.headerstyle th 
{
    border-left: medium none #989898;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	background: url('images/sprite.png') repeat-x 0px 0px;
	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: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader 
{
    background: url('images/sprite.png') repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url('images/dt-arrow-up.png') no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url('images/sprite.png') repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url('images/dt-arrow-dn.png') no-repeat right 50%;
}

.fvtablestyle
{
    width: 500px;
    font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
}

.lvheaderstyle 
{
    font-family: arial;
	font-size: small;
	font-weight: normal;
    border-left: medium none #989898;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	background: url('images/sprite.png') repeat-x 0px 0px;
	color: #000;
    padding: 4px 5px 4px 10px;
    text-align: left;
    vertical-align: bottom;

}

.editstyle td
{
    padding: 4px 10px 4px 10px;
    background-color: ActiveBorder;
}
 
