﻿body, td
{
	font-family  :Arial;  
	font-size:14px;
}

.Tab
{
	font-size:10px;
}    

.BorderForTBL
{
	border-right: gray 1px solid; border-top: gray 1px solid; border-left: gray 1px solid; border-bottom: gray 1px solid;
}

a:link { color: blue; text-decoration: none;}
a:visited { color:blue ; text-decoration: none;}
a:hover {color: red; text-decoration: underline;}
a:active {color: black; text-decoration: none;}
a:focus {color: yellow; text-decoration: underline;}

#AdminContent
{
	margin: 25px 25px 20px 25px;
}

#AdminContent h3
{
	text-decoration: underline;
}

#AdminContent input
{
	text-transform: uppercase;
}

#AdminContent .edit_button
{
	text-transform: capitalize;
}

#AdminContent th
{
	background-color: Yellow;
}

.table_container, .table_container_scroll
{
	width: 600px;
}

.table_container_scroll	
{
	height: 300px;
	/* overflow-y: scroll; */
}

.RefineSearchParams, .RefineSearchParams:hover
{
	color: Blue;
	font-weight: bold;
}

.RefineSearchParams
{
	text-decoration: underline !important;
}

.RefineSearchParams:hover
{
	text-decoration: none !important;
}

.tab_headers td
{
	text-align: left;
}

.tab_headers .selected
{
	text-decoration: none !important;
	color: Blue !important;
}

.tab_headers a
{
	color: Black !important;
	text-decoration: underline !important;
}

.tab_headers h3 a:hover
{
	text-decoration: none !important;
}

.standard_header
{
	width: 420px;
	color: #223474;
	font-weight: bold;
}

.edit_button
{
	margin: 0;
	font-size: 8.75pt;
}

.DataGridFixedHeader 
{
	background-color: #FF8080; 
	position: relative;
    top: auto;
}

.user_error
{
	color: Red;
	font-weight: bold;
	border: solid 1px black;
	padding: 5px;
	line-height: 20px;
	text-align: left;
	max-height: 100px;
	overflow: hidden;
}

#LeftCol
{
	float:left;	
	width:30%;
	height:100%;
	vertical-align:top;
	text-align:center;
}
#MiddleCol
{
	float:left;
	width:45%;
	height:100%;
	vertical-align:top;
	text-align:center;
}
#MiddleCol div
{
	margin-top: -3px;
}
#RightCol
{
	float:left;
	width:23%;
	height:100%;
	vertical-align:top;
	text-align:center;
}

.borderable, .borderable td, .borderable th
{
	border: solid 1px black;
	padding: 3px;
}

.search_results_header
{
	background-color: Yellow;
	font-weight: bold;
}
.DivTerms
{
	font-size:10px;
} 