﻿body 
{
	font-family: Arial;
	font-size: 11px;
}

td
{
	font-family: Arial;
	font-size: 11px;
}
textarea, input
{
	font-family: Arial;
	font-size: 12px;
}

.page_header_1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;	
}

.page_header_2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;	
}

.error
{
	font-weight: bold;
	color: Red;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.main_nav_links
{
	font-weight: bold;
	font-size: 12px;	
}

.welcome
{
	font-weight: bold;
	font-size: 12px;
}

/*--------<GridView>--------*/
table.search_results td
{
	font-size:12px;
	padding: 2px;
}
.search_results
{
	border: solid 1px #cccccc
}
.search_results_header
{
	background-color: #102f6f;
	color: #ffffff;
}

.search_results_header a
{
	color: #ffffff;
}

.search_results_item
{
	background-color: White;
}

.search_results_alt_item
{
	background-color: #edebeb;
}
/*--------</GridView>--------*/
.confirmation_message
{
	color: #470000;
	font-weight: bold;
}
.hidden_field
{
    display: none;    
}