﻿
.clear {
	clear: both;
}

.clearTop {
	clear: both;
	padding-top: 10px;
}

.clearFooter {
	clear: both;
	padding-bottom: 10px;
}

form {
	margin: 0;
	padding: 0;
	width: auto;
}

#appHeading {
}

#h1 {
	background: #fff;
	padding: 0;
	margin: 0 0 0 10px;
	width: 345px;
	height: 41px;
	text-indent: -5000px;
	overflow: hidden;
	float: left;
	clear: both;
	font-family: arial,sans-serif;
}

#appNavLinks {
	float: left;
	margin: 0 0 0 0;
}

#selectReport label {
	display: block;
	margin: 0;
	font-weight: bold;
	color: #333333;
}

#selectReport {
}

.selectReportOption {
	float: left;
	margin-right: 20px;
}

#selectReport a {
	text-decoration: underline;
	font-weight: normal;
}

	#selectReport a, #selectReport a:link, #selectReport a:visited, #selectReport a:hover, #selectReport a:active {
		color: #009;
	}

.disclaimer {
	background-color: #fff;
	font-size: .85em;
	font-family: arial,sans-serif;
	padding: 5px;
	border-top: 1px solid #d7d7d7;
}

td.revised {
	font-weight: bold;
	color: red !important;
	width: 150px;
}

td.reportLink {
	width: 100px;
}

#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.myMessageBox {
	padding: 0;
	margin: 0;
	text-align: center;
}

.myMessageBoxText {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
}

.optionList label {
	margin-left: 25px;
	display: block;
	color: #2723ca;
	cursor: pointer;
}

.optionList input[type="radio"] {
	float: left;
	display: inline-block;
	width: 25px;
	margin: 2px 0 0 0;
	border: 0;
}

.notice {
	border: solid 4px #2389CA;
	padding: 10px;
	margin: 10px;
	font-family: Verdana;
	font-size: 1.1em;
}

	.notice a, .myMessageBox a {
		text-decoration: underline !important;
	}
