﻿/*
Dev Note: ML
lets keep v1 to the simple minimum
inputTextBoxDate is a good example of a "needed" extra inputTextBox css type, we could easily add a little icon/backround to date fields across the entire site

*/



/*******************************************************
 * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * NCARB CSS STYLE SHEET  * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *******************************************************/
 
 /*********************************************************************************
  *********************************************************************************
  ** NOTES:
  **
  ** > selector attributes are listed horizontally for readability purposes
  ** > use em instead of px for font sizes
  **
  *********************************************************************************
  *********************************************************************************/


/************************/
/** Standard Elements **/
/************************/
html
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	margin: 0;
	padding: 0;	
}

h1
{
	font-size: .99em;
	font-weight: bold;
	color: #996633;
	margin-left: 10px;
}

h2  
{
	font-weight: bold; 
	font-size: .9em;
	margin-left: 10px;
	color: #996633;
}

h3 
{
	font-size: 10px; 
	font-weight: normal;
	margin-left: 10px;
}
h4 
{
	font-weight: bold; 
	font-size: .9em;
	color: #996633;
}

p
{
	margin-top: 5px;
	line-height: 1.2em;
	margin-left: 10px;
}

hr
{
	width: 600px;
}

a
{
	color: #990000;
	font-size: .9em;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active
{
	text-decoration: underline;
	font-size: .9em;
}

a:visited
{
	color: #990000;
}

a.disabled
{
	text-decoration: none;
}

label
{
	margin-left: 5px;
	margin-right: 10px;
}

form
{
	margin-left: 10px;
}

input[type=text], input[type=password], textarea
{
	border: solid 1px;
	border-color: Maroon;
	color: #990000;
}

input[type=submit]
{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

input[type=radio]
{
	margin-left: -5px;
	clear: right;
}

input[type=checkbox]
{
	margin-left: 10px;
}

table
{
	margin-left: 10px;
	margin-bottom: 10px;
}
.report table
{
	margin-left: 0px;
	margin-bottom: 0px;
}

td.profile
{
	width: 120px;
}

/************************/
/****** DIV CLASSES *****/
/************************/

.footTitle
{
	margin-left: 0px;
	margin-top: 10px;
}


.pageContainer
{
	position: relative;
}

.header
{
	background-image: url(../images/IDPEV-header2.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 120px;
	width: 966px; /* IE6 */
	max-width: 966px;
	margin-left: auto;
	margin-right: auto;
	
}

.printLogo
{
	display: none; 	
	width: 966px; /* IE6 */
	max-width: 966px;
	min-height: 120px;
}

.util
{
	width: 966px; /* IE6 */
	max-width: 966px;
	display: block;
	float: right;
	margin-top: 25px;
	margin-left: auto;
}

.util a, a:active, a:visited
{
	color: #990000;
	font-size: .9em;
	text-decoration: none;
	font-weight: normal;
}

.ncarbLogo
{
	float: right;
	display: block;
	margin-left: 816px;
	margin: none;
}

.textSmall
{
	font-size: .8em;
}

.introText
{
	font-size: .9em;
}
.utilText
{
	display: block;
	float: right;
	text-align: right; 
}

.navBarContainer
{
	width: 100%;
	min-height: 36px;
	background-image: url(../images/evr-navbar-tan.gif);
	background-repeat: repeat-x;
	background-position:top left;
}

.navBarGuts
{
	width: 966px; /* IE6 */
	max-width: 966px;
	margin-left:  auto;
	margin-right: auto;
}

.mainContainer
{
	width: 966px; /* IE6 */
	min-width: 966px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}


.mainPosDiv
{
	width: 966px; /* IE6 */
	max-width: 966px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 25px;
	min-height: 100%;
}

.mainGuts
{
	width: 650px; /* IE6 */
	max-width: 650px;
	min-width: 650px;	
	min-height: 300px;
	border: 1px solid #e9d4c1;
	float:left;
}

.mainListGuts
{
	width: expression(document.body.clientWidth < 952? "950px" : document.body.clientWidth > 968? "966px" : "auto"); /* IE6 */
	max-width: 966px;
	min-width: 950px;
	min-height: 300px;
	border: 1px solid #e9d4c1;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

.railGuts
{
	
	width: 260px; /* IE6 */
	max-width: 290px;
	min-width: 280px;    		
	border: 1px solid #e9d4c1;
	background-color: #f2eadd; 
	padding: 4px 4px 4px 4px;
	margin-left: 8px;
	float:right;
	min-height: 300px;
}

.railGuts a, a:active, a:visited
{
}

.railGuts a:hover
{
}

.footer
{
	margin-top: 10px;
	background-color: #f2eadd;
	border: none;
	width: 100%;
	height: 150px;
	position: inherit;
	float: left;
	bottom: 0;
}

.footerGuts
{
	width: 966px; /* IE6 */
	min-width: 966px;
	max-width: 966px;
	margin-left: auto;
	margin-right: auto;	
}

/************************/
/****** INPUT CLASSES ****/
/************************/

.inputText
{
	margin-left: 5px;
	
}

.randomText
{
	margin-left: 15px;	
}

/************************/
/****** LAYOUT CLASSES ****/
/************************/

.buttonRow 
{
	vertical-align: text-bottom;	
}

.gridPad
{
	padding: 5px 10px 5px 10px;
}

.gridRowDisabled
{
	background-color: #cfcfcf;
}



.loadingHidden
{
	visibility: hidden;
	display: none;
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.loadingVisible
{
	background-color: #ffffff;
	display: block;
	visibility: visible;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid gray;
	vertical-align: middle;
	text-align: center;
	background-image: url( 'images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.50;
	filter: Alpha(Opacity=100, FinishOpacity=50, Style=1);
}
.print1 
{
display:block; page-break-after:auto;
 }
 .reportImg 
{
	padding-top:2px;
	padding-left:2px;
 }
