/**
 * classicRedSRI.css
 
 */

body {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
}

a:active {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #fff;
	background: #990000;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #ffffff;
	background: #990000;
}

#container {
	background-color: #fff;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #990000;
	color:  #fff;
}

#footer {
	background-color: #990000;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-bottom: 1px dotted #990000;
	margin-top: 15px;
}

#main h2 {
		font-family:Arial, Helvetica, sans-serif;
	    font-size: 1.4em;
		    margin-bottom: 0.5em;
			    text-transform: none;
}

#main h3 {
		font-family:Arial, Helvetica, sans-serif;
		    font-size: 1.3em;
			    margin-bottom: 0.5em;
				    text-transform: none;
}

#navbar {
	border-bottom: 1px dotted #990000;
	text-align: center;
	    font-size: 1em;
		    letter-spacing: normal;
}
#navbar a {
    font-size: 1em;
    letter-spacing: normal;
}
#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #990000;
	padding: 0;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	    font-size: 0.75em;
}

#content {
	border-top: 1px dotted #990000;
	    font-size: 1em;
		    line-height: 1.5;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
			    font-size: 1.3em;
				    margin-bottom: 0.5em;
					    text-transform: none;
}

#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	    font-size: 1.2em;
		    margin-bottom: 0.5em;
			    text-transform: none;
}

#content h5 {
			    font-size: 1.1em;
				    margin-bottom: 0.5em;
					    text-transform: none;
}

span.highlight {
	border-bottom: 1px dotted #990000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #990000;
}

table.listing td.endseparator {
	border-top: 1px dotted #990000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #990000;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #990000;
	        font-size: 0.9em;
}
.boxYellow {
	background-color: #ffff99; 
	border: 2px solid #FF0;  
	font-family: Georgia, serif; 
	padding: 15px;
	width: 95%;
}