@charset "utf-8";
/* Reset Browser Styles */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

/* COLORS

Red Light: #cc3300
Red Dark: #990000
Orange Dark: #ebb337
Orange Light: #ffcc00
Yellow: #ffe575

*/

body {
	padding: 2px;
	font-size: 16px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}


.frame {
	border: #000000 solid 1px;
	width: 720px;
}

.header {
	height: 100px;
	background-color:#FFFFCC;
	border-bottom: 1px solid #000000
}


.content {
	padding: 10px;
	padding-top: 7px;
}

.categoryLink {
	font-size: 9pt;
}

/* Login Box */
.login_box {
	width: 320px;
	background-color:#000000;
	margin-bottom: 10px;
}
.login_box .login_header {
	height: 25px;
	margin-top:0px;
}
.login_box .form_holder {
	background-color:#ebb337;
	padding-top: 4px;
	padding-bottom: 7px;
}
.login_box .form_holder table {
	margin: 5px;
}
.login_box .form_holder table td {
	padding: 5px;
}
.login_box .login_footer {
	height: 23px;
	text-align:center;
}

/* Headings */
.head3 {
	font-size: 14px;
	font-weight: bold;
	color: #ebb337;
	margin-bottom: 15px;
}
.confidentialityTitle {
	text-align; top;
}

.letter_head {
	padding: 5px;
}
.letters-table {
}
.year_head {
	padding: 5px;
	padding-top: 10px;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}
.section-select {
	text-align: center;
	padding-top: 10px;
}
.section-select .head {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.section-select ul {
	margin: 0px;
	padding: 0px;
}
.section-select ul li {
	list-style: none;
	margin-bottom: 5px;
}
.section-select li a, .section-select li a:visited, .section-select li a:active {
	color: #990000;
	outline: none;
	text-decoration: underline;
	font-weight: bold;
}
.section-select li a:hover {
	color: #cc3300;
}

/* Icon */
.icon_pdf {
	width: 25px;
	height: 25px;
	background-image:url(../images/icon_pdf.gif);
}

/* Common Copy */
.aside {
	color:#999999;
	font-size: 12px;
	margin-bottom: 15px;
}
.aside a {
	text-decoration: underline;
	color:#999999;
}
.aside a:hover {
	background-color: #ebb337;
	color: #FFFFFF;
	text-decoration: none;
}


.welcome {
	font-size: 18px;
	font-weight: bold;
	color: #ebb337;
	margin-bottom: 15px;
}

.instructions {
	font-weight: bold;
	color:#666666;
	font-size: 13px;
	margin-bottom: 13px;
}

.denseText {
	font-weight: normal;
	font-size: 9pt;
	width:600px;
}

.denseText td {
	padding:4px
}

.bigRed {
	font-weight: bold;
	font-size: 12pt;
	color:#990000;
	font-family:arial,helvetica,sans-serif
}

.blackened {
	font-weight: bold;
	font-size: 11pt;
	color:#000000;
	font-family:arial,helvetica,sans-serif
}

/* Wrong Login */
.wrong_login {
	width: 400px;
	font-size: 15px;
	font-weight: bold;
	color:#990000;
	padding-bottom: 5px;
}

/* Table Lists */
.list {
	margin-bottom: 10px;
}
.list .head td {
	background-color: #000000;
	font-weight: bold;
	color: #ffcc00;
	font-size: 12px;
	padding: 7px;
	text-align: left;
}

.head td {
	background-color: #000000;
	font-weight: bold;
	color: #ffcc00;
	font-size: 11px;
	padding: 8px;
	text-align: left;
}

.list .subhead td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
.list .data td {
	padding: 4px;
	font-size: 11px;
	text-align: left;
}
.list .row1 {
	background-color: #ffffff;
}
.list .row2 {
	background-color: #f3f4c3;
}
.list .cols {
	margin-bottom: 10px;
	text-align: left;
}
.list .cols td {
	padding: 3px;
	font-size: 11px;
}

.list .top {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.list .top a {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;	
}
.list .top a:hover {
	text-decoration: underline;
	color: #990000;
}


/* Form Elements */
form#select_year {
	margin-bottom: 15px;
}
input {
	padding: 5px;
	border: 1px solid #000000;
}
.form_label {
	font-weight: bold;
}

/* Links */
.links {
	margin-left:140px
}

.linksBiggerIndent {
	margin-left:200px;
	margin-top: 0px;
}

/* Buttons */
.buttons {
}
.buttons li {
	margin-bottom: 5px;
	text-align: left;
}
.buttons a {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}
.buttons a:hover {
	background-color: #000000;
	color:#FFFFFF;
}

/* Ajax */
.hidden {
	display: none;
}
.spinner {
	width: 16px;
	height: 16px;
	background-image:url(../images/spinner.gif);
	display: none;
	font-size: 1px;
}
.error {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}
.success {
	background-color:#009900;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

/* Footer */
.footer {
	height: 30px; 
	font-size: 9pt; 
	font-family:arial, helvetica, sans-serif;
	color: #666666
}