.SearchIn
{
	display: block;
	clear: both;
	padding-top: 5px;
}
.SearchIn input
{
	margin: 0;
}
h3
{
	font-size: 130%;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	width: 260px;
}
div.SearchAbs
{
	width: 350px;
	overflow: hidden;
}
/*Grids*/
.Grid, .Grid td, .Grid th
{
	border: 1px solid #fff;
}
.Grid
{
	margin-top: 15px;
	width: 670px;
	margin-left: 0;
	border: 0 solid #fff;
	background-color: #fff;
	font-size: 110%;
	margin-bottom: 50px;
}
tr.GridHead
{

}
tr.GridHead th
{
	padding: 3px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #0A1F62;
}
.Grid td
{
	padding: 3px;
	vertical-align: bottom;
}
.GridPager table
{
	float: right;
	display: block;
	text-align: right;
	font-weight: bold;
}
.GridPager span
{
	font-size: 120%;
	font-weight: bold;
}
.GridPager a:link, .GridPager a:visited
{
	color: #0A1F62;
	text-decoration: none;	
	font-weight: bold;
	font-size: 110%;
}
.Grid th a:link, .Grid th a:visited
{
	color: #0A1F62;
	font-style: normal;
	font-weight: bold;	
	font-size: 110%;
}
.Grid a:hover
{
	text-decoration: underline;
}
.GridRow
{
	background-color: #fff;	
}
.GridRowAlt
{
	background-color: #DDDDDD;	
}





.LetterCap
{
	font-weight: bold;
	padding: 5px 0 5px 0;
	color: #0A1F62;
}

tr.OrgHeader td, tr.StdHeader td
{
	border-top: 2px solid #0A1F62;
}
tr.OrgHeader .LetterCap
{
	padding-bottom: 20px;
	text-align: right;
}

.sortascheaderstyle{
    background-image: url(/image/arrow_d.gif);  
    background-position: 95% 50%;  
    background-repeat: no-repeat; 
}
.sortdescheaderstyle{
    background-image: url(/image/arrow_u.gif);  
    background-position: 95% 50%;  
    background-repeat: no-repeat;  
}
