/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #009900;
	color: #003300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg_herald2.gif) repeat;
	background-attachment: fixed;
}

img {
	border:	none;
	vertical-align: text-bottom;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	width: 90%;
	border-bottom: 1px solid #660000;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
}

.content {
	width: 900px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 200px;
	background: #FFFFFF;
	border: 2px solid #009900;
}

.inside {
	margin: 5px;
}

.reportPage {
	width: 580px;
	border: 1px solid #336600;
	margin: auto;
}

.reportPage ul {
	list-style: none;
}

.reportFooter {
	width: 580px;
	border: none;
	margin: auto;
}

.awardsList{
	margin-left: 20px;
}

#frmReportForm {
	margin: auto;
	padding: 0;
	width: 90%;
}

#frmReportForm fieldset {
	border: 1px solid #663300;
	padding: 10px;
	margin: 0 0 30px 0;
}

#frmReportForm fieldset legend {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

#frmReportForm br {
	clear: left;
}

#frmReportForm label {
	display: block;
	float: left;
	width: 100px;
	padding: 0;
	margin: 7px 0 0 0;
	text-align: right;
	font-weight: bold;
}

#frmReportForm input, #frmReportForm textarea {
	display: inline;
	width: auto;
	border: 1px solid #660033;
	margin-left: 10px;
	margin-top: 5px;
	overflow: hidden;
}

#frmReportForm .errmsg {
	color: #FF0000;
	font-size: 95%;
	font-style: italic;
	display: none;
	margin-left: 120px;
}

#frmReportForm .captcha_image {
	border: 1px solid #660033;
	margin-left: 10px;
}

#frmReportForm textarea { overflow: auto; }

#tblAwards {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #000000;
	caption-side: top;
}

#tblAwards caption {
	font-size: 90%;
	font-style:italic;
	color:#990033;
}

#tblAwards thead {
	border: 1px solid #000000;
}

#tblAwards tbody {
	border: 1px solid #000000;
}

#tblAwards tfoot {
	border: 1px solid #000000;
}

#tblAwards thead th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	background-color:#CCFFCC;
}

#tblAwards tfoot td {
	text-align: center;
	background-color:#CCFFCC;
}

#tblAwards td {
	border: 1px solid #000000;
}

#tblAwards input {
	margin: 0;
	padding: 0;
	border: 0;
}

#tblAwards a:link, #tblAwards a:visited, #tblAwards a:active {
	color:#990033;
	font-weight: bold;
	text-decoration:none;
}

#tblAwards a:hover {
	color:#FF3300;
	font-weight: bold;
	text-decoration:underline;
}

#frmCopy label {
	display: block;
	float: left;
	width: 60px;
	padding: 0;
	margin: 7px 0 0 0;
	text-align: right;
	font-weight: bold;
}

#frmCopy input, #frmCopy textarea {
	display: inline;
	width: auto;
	border: 1px solid #660033;
	margin-left: 10px;
	margin-top: 5px;
	overflow: hidden;
}

#frmCopy input.hidden {
	border: 0;
	display: none;
}

#frmCopy .errmsg {
	color: #FF0000;
	font-size: 95%;
	font-style: italic;
	display: none;
	margin-left: 120px;
}

.listTitle {
	font-size: 110%;
	font-weight: bold;
	color:#336633;
}

ul {
	list-style: square;
}

li ul {
	list-style-type: circle;
}

.jsError {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.jsStatus {
	color: #FF0000;
	font-style: italic;
}
/*  Table Drag & Drop styles */
.row0 {
	background-color:#EEE;
}
.row1 {
	background-color:#EEE;
}
.row2 {
	background-color:#CCC;
}
td.showDragHandle {
	background-image: url('/heraldry/courtreport/images/updown2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
	font-size: 0px;
}
