/* CSS Document */

.requiredFieldMarker
{	
	color:#FF0000;
}
.successMessage
{	
	color:#FF0000;
}
.systemMessage
{	
	color:#FF0000;
}
.errorMessage
{	
	color:#FF0000;
}
.importantNote 
{
	color:#FF0000;
}
.highlightRed 
{
	color:#FF0000;
}
.formHeader
{
	font-size:large;
}
.formLabelText
{
}
div#statusBar
{
	border-bottom: 1px solid #cccccc;
}
table.OITTable
{
	width:auto;
	padding:0px;
	border-spacing:0px;
	margin:0px;
	border-collapse:collapse;
}
table.OITTable2
{
	padding:0px;
	border-spacing:0px;
	margin:0px;
	border-collapse:collapse;
}
tr.OITTableHeader
{
	background: #dddddd;
	font-weight:bold;
	color: #000000;
}
tr.OITTableRow
{
	color: #000000;
}
tr.OITTableHighlightedRow
{
	background: #dddddd;
}
tr.OITTableOddRow
{
	background: #ffffff;
}
tr.OITTableEvenRow
{
	background: #eeeeee;
}
tr.OITTableFooter
{
	background: #dddddd;
}
/* cell styles for vertical table layout */
th.OITTableHeaderCell
{
	background: #dddddd;
	font-weight:bold;
	color: #000000;
}
td.OITTableRowCell
{
	color: #000000;
}
td.OITTableHighlightedRowCell
{
	background: #dddddd;
}
td.OITTableOddRowCell
{
	background: #ffffff;
}
td.OITTableEvenRowCell
{
	background: #eeeeee;
}
td.OITTableFooterCell
{
	background: #dddddd;
}
div.OITStandout
{
	width:auto;
	clear:right;
}
h3.OITStandoutHeader
{
	border:0px;
	border-bottom: 1px solid #cccccc;

	margin: 0px;
	margin-top: 1.9em;

	padding: 0px;
	padding-left: 10px;
	
	color: #990000;
	background-color:#eecc66;
}
div.OITStandoutContent
{
	padding:10px;
	background-color:#FFFFCC;
	color:#0033CC;
	margin-bottom:5px;
}

/* 
Styles for local-local nav horizontal tabbed menus 
Adapted from work by Emily Pitts at the CAES Office of Communication
*/

div#OITTabMenuDiv
{
	display:block;
	margin:0px;
}

#OITTabMenuDiv ul
{

	border-bottom-color:#778; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	display:block; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.85em; 
	line-height:13.7pt;	
	margin:0px;
	margin-left:auto;
	margin-bottom: 3px;
}

#OITTabMenuDiv li
{
	list-style: none;
	margin: 0;
	padding: 0px;
	display: inline;
}

#OITTabMenuDiv li.active 
{ 

}

#OITTabMenuDiv li a
{
	padding: 3px 0.5em;
	border: 1px solid #778;
	border-bottom: none;
	background: #eeeeee;
	color: #990000;
	text-decoration: none;
	font-weight:normal;
}

#OITTabMenuDiv li.active a
{
	background: #ffffff;
	color: #000000;
	font-weight:bold;
}


#OITTabMenuDiv li a:hover, #OITTabMenuDiv li.view a:hover, #OITTabMenuDiv li.edit a:hover 
{
	color: #ffffff;
	background: #999999;
}

#OITTabMenuDiv li.view a 
{
	padding: 3px 0.5em;
	background: #990000;
	background-color:#66CC33;
	color: #000000;
}
#OITTabMenuDiv li.edit a 
{
	padding: 3px 0.5em;
	background: #990000;
	background-color:#ffcc00;
	color: #000000;
}

h3 .plain, h2 .plain {
	font-weight:normal;
	font-size:.9em;
}

.indented {
	margin-left:1em;
}

.indented2 {
	margin-left:2em;
}

.instructions {
	padding:5px;
	margin-bottom:10px;
	margin-top:5px;
	background-color: #E7FFBC;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.4;
	border: 1px solid #FFCC66;
}

.psuedoFrame {
	overflow:auto;
	border:1px solid #eeeeee;
	background-color:#FFFFCC;	
}

div.twoColumn2
{
	margin-right: -3px;
}

div.threeColumn3
{
	margin-right: -3px;
}

img.help{
	border:0;
}

.helpButton {
	font-weight:normal;
	font-size:.9em;
	margin-right:7px;
}
.helpButton a {
	background-color:#eeeeee;
	border:1px solid #cccccc;
	text-decoration:none;
	padding:3px;
	padding-top:0px;
	padding-bottom:1px;
	color:#999999;
	font-variant:small-caps;
}
.helpButton a:hover {
	background-color:#cccccc;
	color:#000000;
}
*html .helpButton { /* corrects for IE */
	margin-right:0px;
}
td.helpCell { 
	border-left:#FFFFFF;
	border-left:hidden;
	width:auto;
}

/* ADDED BJW 4/11/07 */
input.OITPaddedSubmit {
	margin-top:5px;
	margin-bottom:5px;
	/* font-size:.95em; */
}

.OITMultipleColumn { 
	float: left;
	margin-bottom: 5px;
	font-size: .95em;
	line-height: 1.6em;
	margin-right: 4px;
}

#wrapper_nonav .OITMultipleColumn  { 
}

.OITSingleColumn { 
	margin-bottom: 5px;
	font-size: .95em;
	line-height: 1.6em;
	margin-right: 4px;
}
#wrapper_nonav .OITSingleColumn  { 
}
.OITFloatRight {
	float:right;
	margin-right: 4px;
}

/* Added 9.13.07 bjw */
.OITSmallerInput {
	font-size:1.10em;
}

/* added 9/25/08 bjw
	for dynamicColLayout fn */
table.fullWidth {
	width:100% ! important;
}
td.additionalTopPadding {
	padding-top:8px ! important;
}	
/* end add bjw */
