﻿/* standard font style */
body
{
	color: #5C5C5C;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

/* hyperlinks */
a:link, a:active, a:visited, a:hover
{
	text-decoration: none;
	color: #004275;
}

a:hover
{
	text-decoration: underline;
}

a.disabled
{
	color: #5C5C5C;
	text-decoration: none;
}

br.break 
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* forms and form items */
form
{
	margin: 0;
	padding: 0;
}

input, select, textarea
{
	border: 1px solid #D9D9D9;
	color: #808080;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 2px 0px;
}

input[type="radio"], input[type="checkbox"]
{
	border: none;
}

/* images */
img
{
	border: 0;
}

/* paragraphs */
p
{
	margin: 8px 0;
	padding: 0;
}

/* boxed lists in left menu */
.boxedList
{
	background-color: #EEF0F4;
	border: 1px solid #D7D7D7;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

.boxedList .listTitle
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #D7D7D7;
	color: #092F5E;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
}

.boxedList ul
{
	list-style-image: url(../../images/icoBullet_Off.gif);
	margin: 0;
	margin-left: 2em;
	padding: 0;
}

.boxedList ul ul
{
	margin-left: 1.5em;
}

.boxedList li
{
	margin: 2px 0;
	padding: 0;
}

.boxedList, .boxedList li, .boxedList a, .boxedList span, .boxedList div
{
	font-size: 11px;
}

.boxedList li:hover
{
	list-style-image: url(../../images/icoBullet_On.gif);
}

.boxedList a
{
	color: #666666;
	text-decoration: none;
}

.boxedList a:hover
{
	color: #092F5E;
	text-decoration: underline;
}

/* styles to be applied to specific elements by id and/or type */
/* search form in page header */
.searchBox input
{
	margin: 0;
	padding: 0;
	float: left;
}

.searchBox .Label
{
	color: #A6A6A6;
	font-size: 11px;
	float:left;
	padding: 2px 4px;
	text-transform: uppercase;
}

.searchBox input.txtSearch
{
	height: 17px;
}

.searchBox input.btnSearch
{
	border: 0;
	float: left;
}

/* banner */
#ctl00_imgBanner
{
	display: block;
	padding: 3px 0;
}

/* forum disclaimer */
#forumDisclaimer
{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	clear: both;
	color: #919191;
	font-size: 11px;
	padding: 0 8px;
	margin: 10px 0;
}
