/* @override http://local.onelicense.net/ol_style.css */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(/images/template/ol_bg.jpg) repeat-x #A1C1FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 797px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0 0 0; 
}
.oneColFixCtrHdr #navigation {
	background: url(/images/template/nav_bg.jpg) top;
  	height: 29px;
	padding-top: 3px; 
}
.oneColFixCtrHdr #navigation ul {
	margin: 0;
  	padding: 0;
	display:inline;
}
.oneColFixCtrHdr #navigation li {
	display:inline;
	color: #FFFFFF;
	font-size:14px;
	padding-left: 20px;
}
.oneColFixCtrHdr #navigation li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size:14px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #0066CC;
	margin-top:15px;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size:14px;
}

.regularHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BA5D00;
}
.regularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.regularTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.regularTextBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.regularTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
}
.regularTextBoldGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;	
}
.regularTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.regularTextBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.commentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
hr{
	color: #FFFFFF;
	height: 1px; 
	width: 140px; 
}
label { 
 cursor: pointer; 
} 
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}
.formButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
tr.tablehead {
	background-color: #AF5900;
}	
td.columnhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #FFFFFF;
}
hr.tablefooter { 
	border: 0;
	color: #CC9933;
	background-color: #CC9933;
	height: 1px;
	width: 100%;
	text-align: left;
}
a.columnheadLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #FFFFFF;
}
a.columnheadLink:hover {
	color: #660000;
}
td.rowhead {
	background-color:#B1B348;
	color: #FFFFFF;
}
td.singleline {
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}	
.rowheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #FFFFFF;
}
tr.rowcolor { 
	background-color: #F2F5FF; 
} 
tr.rowcolor1 { 
	background-color: #FFFAC9; 
}
tr.rowcolor2 { 
	background-color: #FFCCFF; 
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.navLink:hover {
	color: #000033;
}
.mastheadLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.mastheadLink:hover {
	color: #660000;
}
.redBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.largeRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.navBiegeBG
{
  background-color     : #f3a29b;
  color                : #000000;
}
.navBiegeBG_over
{
  background-color     : #ffffff;
  color                : #000000;
}
.formFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.regularLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.regularLink:hover {
	color: #000033;
}
.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.largeBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #660000;
}
td, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.largeBoldBiege {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
}
.regularHeadlineBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
}
input { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	border: 2px solid #DDDDDC; 
} 
input:focus { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	border: 2px solid #003366; 
} 
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660000;
}
.pointer { 
 cursor: pointer; 
}
fieldset {
	padding: 4px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
h2, legend, caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
h3, .subLegend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
#link_popup a.tooltip, a.tooltip:visited {
position: relative;
display: block;
font-family: Arial, Helvetica, sans-serif;
color: #660000;
}
#link_popup a.tooltip span {
	display: none;
}
#link_popup a.tooltip:hover {
	color: #660000;
	text-indent: 0;
}
#link_popup a.tooltip:hover span{
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 250px;
	margin: 5px;
	color:  #000000;
	text-align: left;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	text-decoration: none; 
}
.css-button, input.formButtons, input#btnAddRegistration {
	padding: 3px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0066CB;
	border: 1px solid #929632;
	cursor: pointer;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}
.css-button:hover, input.formButtons:hover, input#btnAddRegistration:hover {
	color: #0066CB;
	background-color: #FFFFFF;
}
.directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.formHint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin-top: 6px;
	margin-right: 10px;
}
div.greyBorder { 
	border-color:#CCCCCC; 
	border-style:solid; 
	border-width:thin;
	padding:10px;
}
div.attentionBox {
	width:500px;
	border-style:solid;
	border-width:thin;
	border-color:#FBCB00;
	background-color:#FFFFCC;
	padding:10px;
}
div.floatLeft {
	position:relative;
	float:left;
	margin-right:5px;
	padding:2px;
}
.selectorBox {
	background: #c4e2ff;
	border: solid 1px #B6B648;
	padding:10px;
}
.selectorBox h2 {
	margin: 0 0 5px 0 ;
}
.clear {
	clear: both;
}
.box {
	float: left;
	width: 325px;
	padding: 10px;
	margin: 10px;
	min-height: 150px;
	border: solid 1px #B6B648;
}
.participatingPubsTable td {
	border-bottom: 1px dashed #d98729;
	padding-bottom: 15px;
}

