﻿body {
	color: #333333;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	margin: 5px auto 0px;
	text-align: center;
}

a {
	color: #006699;
}

	a:hover {
		color: #000066;
	}

select, input, textarea {
	font-family: Verdana,Tahoma,Arial;
	font-size: 100%;
}

thead {
	font-weight: bold;
}

.rightAlign {
	text-align: right;
}

.pageHeader {
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

.contentStyle {
	text-align: left;
	width: 1050px;
	position: relative;
	margin: 0 auto;
	background-color: #F2F2FF;
	padding: 10px;
}

.boldText {
	font-weight: bold;
}

.subPageHeading {
	font-size: medium;
	color: #800000;
	font-weight: bold;
}

.normalSizeFont {
	font-size: small;
	text-align: center;
}

.subheader {
	margin-left: 85px;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #005AA5;
}

.errorheader {
	margin-left: 85px;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #CC0000;
}

.warning {
	/*list-style-image: url(form_bullet.gif);*/
	font-size: 8pt;
	color: #CC0000;
}

.smalltext {
	font-size: smaller;
}

.collapsePanelHeader {
	border-style: solid;
	border-width: 1px;
	border-color: inherit;
	width: 100%;
	height: 30px;
	background-image: url('../Images/bg-menu-main.png');
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}

.collapsePanel {
	background-color: #F2F2FF;
	overflow: hidden;
}

.resultPanelHeader {
	background-image: url('../Images/bg_nav.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.boldAndUnderlinedText {
	text-decoration: underline;
	font-weight: bold;
}

.panelHeader {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	height: 30px;
	background-image: url('../Images/bg-menu-main.png');
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	font-size: small;
	vertical-align: middle;
}

.importantMessage {
	padding: 5px 10px;
	border: 2px solid red;
	margin: 5px 10px;
	line-height: 1.4;
}

	.importantMessage .title {
		font-size: 1.2em;
	}

span.text-small{
	font-size: 0.8em;
}