/*

	General Styles
	
*/

body, input
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3f3f;
}

p, td, th, div, font, span, b, blockquote, li
{	
	font-size: 1em;
}

a, a:active, a:visited
{
	color: #00539b;
	text-decoration: none;
}

a:hover
{
	color: #d89738;
}

input
{
	font-size: 1em;
}

img
{
	border: 0px;	
}


/*

	Form control classes
	
*/
.searchText
{	
	float: left;
	width: 167px;
	border: 0px;
	font-size: 11px;
	background-color: Transparent;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

/*

	Content Classes
	
*/

#HomepageContent
{
	color: #83b8e2;
}

#HomepageContent a, #HomepageContent a:visited, #HomepageContent a:active
{
	text-decoration: none;
	background-color: Transparent;
}

#HomepageContent a:hover
{
	text-decoration: underline;
}

#SearchBox a:link, #SearchBox a:active, #SearchBox a:visited
{	
	float: right;
	width: 24px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/btn_search.jpg) no-repeat 0px 0px;
}

#SearchBox a:hover
{	
	background-position: 0px -22px !important;
}

/*

	Datagrid Styles (search page)

*/

.gridRow
{
	background-color: #ffffff;
}

.gridAltRow
{
	background-color: #f0f4fb;
}

.gridHeader
{
	background-color: #0e5ca1;
	color: #ffffff;
	font-weight: bold;
}

/* Heading Style */

h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

h3{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
