@charset "utf-8";

/* *{
	margin:0;
	padding:0;
}

*/
p{
	margin: 14px 0px 0px 0px ;
	line-height: 18px;
	padding:0px;
	background-color: none;
}

img{
	margin:0px;
	padding:0px;
}


.pagetitle{
	font:  16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #006699;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	width:100%;
	display:block;
	}

.header2{
	font:  14px Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color: #006699; 
}

.header3{
	font:  12px Verdana, Arial, Helvetica, sans-serif ;
	font-weight:bold;	
	color: #006699; 
}


/* 
#######################################
 Main   
####################################### 
*/
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#dfeef6;
	height:100%;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/ohsni_content_bg.jpg);
	background-repeat: repeat-y;
	line-height: 18px;	
}

.twoColFixLt #container {
	height: 100%;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px;
}

.twoColFixLt #header{
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px;
	padding: 0px;
	background-image: url(../images/ohsni_header_bg.jpg);
	background-repeat: repeat-x;	
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
.twoColFixLt #mainContent { 
	margin: 0px 0px 0px 168px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 602px;	
} 

.twoColFixLt #content{
	background-color: #fff;
}

.twoColFixLt #splashHeader{
	background-color: #006993;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	padding: 2px;
	border-bottom: solid 1px #FFFFFF;
}

.twoColFixLt #footer{
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color: #006993;
}

#threeColumnHolder{
	width: 602px;
	background-image: url(/images/ohsni_splash_vert_grad.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:left;
}
#threeColumnHolder #left{
	text-align:left;
	width: 197px;
	height:200px;
}
#threeColumnHolder #middle{
	text-align:left;
	width: 200px;
	height:200px;
	float:right;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}
#threeColumnHolder #right{
	text-align:left;
	width: 200px;
	height:200px;
	float:right;
}
#threeColumnHolder .text{
	padding: 14px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* General Style Info */
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
	color: #003d4c;
	margin:0px 0;
	font-size: 180%;
	
}

h2{
color:#c6c65b;
padding-top: 1em;
margin:0.3em 0;
font-size: 180%;
}

h3{
	color:#c6c65b;
	padding-top:2em;
	font-size: 140%;
	background-color: #FFFFFF;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

/* 
li {
margin-left: 10px;
Layout 
ul, 	margin: 0 12px;
	line-height: 18px;*/
}

/* Layout */





table p{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* tables 



table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}*/
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
hr {
	height:1px;
	border: 0;
	background-color: #f1f6f8;
	color:    #f1f6f8; 
}

div#inPageTitle{
	background-color: #006993;
	color:#FFFFFF;
	padding: 3px;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	  /*font-weight: bold; */
	  border-bottom: solid #FFFFFF 1px;	  
}

div.padder{
	padding: 15px;
}