@charset "utf-8";
/* CSS Document */


body {
	color: #306;
	font-family: Arial,Helvetica,sans-serif;
	width: 900px;
}


.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF4444;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
  padding-left: 4px;
  padding-right: 4px;
	text-decoration: none;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;	
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;		
	border: 1px solid #000;
}

.heading2 {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	line-height: 20px;
	margin: 0.5em 0 0 0.5em;
}

.error {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}	

.errorbox {
      padding:2px;
      margin:2px;
      border:solid 1px red;
	  overflow: hidden;
	  font-family: Arial, Helvetica, sans-serif;	  
	  font-size: 13px;		 
	  background-color: #EEEEFF; 		
	  outline: 0;			
}	

.names {
    font-family: Arial,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.textareav {
    width: 94%;
    min-height: 30px;
    max-height: 300px;
    resize: vertical;
    margin: 1em 0.5em 0.5em 1em; 
    padding: 1em;
}


.redtext {
	  	font-family: Arial, Helvetica, sans-serif;	  	
	  	font-weight: bold;
	  			font-size: 10px;		 	
	color: #FF0000;
}

.comment {
	  	font-family: Arial, Helvetica, sans-serif;	  
	  	font-size: 10px;
		font-style:italic;
		color:#999;
}

.inputHint {
	  	font-family: Arial, Helvetica, sans-serif;	  
	  	font-size: 12px;
		font-style:italic;
		color:#999;
}
.blacktext {
	  	font-family: Arial, Helvetica, sans-serif;	  
	  	font-weight: bold;	
	  	font-size: 10px;	
	  	padding: 7px;	 
	    color: #FFF;
}

.greentext {
	  	font-family: Arial, Helvetica, sans-serif;	  
	  	font-weight: bold;	
	  	font-size: 10px;		 
	    color: #99AA00;
}


.purpletext {
	  	font-family: Arial, Helvetica, sans-serif;	  
	  	font-weight: bold;	
	  	font-size: 10px;		 
		color: #990099;
}

.tick {
       background-image:url('../images/tick_green.png');
       background-repeat:no-repeat;
       background-position:center;
} 

.cross {
       background-image:url('../images/deletebutton.png');
       background-repeat:no-repeat;
       background-position:center;
} 


/* ---- Div Containers ------------------------------ */  
.resetFloat{
	clear: both;
	line-height: 0; 
	height: 0;
}  

.leftFloat{ 
	float: left;
} 

.rightFloat{ 
	float: right;
} 

div.container {
	margin: 1em 0 0 0;
	width: 100%;
	min-height:60px;
	border: 1px solid #306;
}

.ColsHeader {
	border: 1px solid #306;
	width:98%;
	margin: 0.5em 0 0 0;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	background-color: #C99FE5;
	text-indent: 2px;
}

.ColsContent {
	border:1px solid #306;
	width:98%;
	font-family:arial;
	font-size:15px;
	min-height:30px;
	height:auto;
}

div.ColsContent input,
div.ColsContent select {
	margin:0.5em 0em 0em 1em;
	font-size:12px;
}

.TwoCols {
	width: 49% ;
}

.TwoColsRight {
	width: 49% ;
	border-right:1px solid #306;
}

.ThreeCols {
	width: 33%;
}

.FourCols {
	width: 24.4%;
}

.CheckBoxHeader {
	margin-left: 1em;
	color: #306;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	  
	font-style:italic;
} 
input.button {
 /* border-style: none; */     
 	width: 6em;     
	height: 2.5em; 
}  
div.buttonsContainer {     
	float: right;     
	margin: 1em 1em 1em 0; 
}

.cleaner{
	clear: left;
	line-height: 0; 
	height: 0;
}  

.rows{
	width: 300px; 
	min-height: 25px;
} 

.rowsAlt{
	background-color: blue;
}  
.cols{
	height: 25px; 
	float: left;
} 
.col1{
	width: 100px;
	border:thick #306;
	border-bottom:medium #009;
} 
.col2{
	width: 100px;
} 
.col3{
	width: 100px;
} 

/* ---- Field Sets ------------------------------ */  
fieldset.main  
      {
	margin: 0.5em 1em 1em 1em;
	padding: 0.5em 0 0 0;
	width: inherit;
	font-size: 10px;
	height:auto;
}  
fieldset.main legend {
	margin-left: 1em;
	color: #306;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	  
	font-style:italic;
}  

fieldset.main input {
	margin:0.5em 0.5em 0.5em 0.5em;
	font-size:12px;
	min-width:40px;
	size:auto;
}

fieldset.main select {
	margin:0.5em 0.5em 0.5em 0.5em;
	font-size:12px;
	min-width:40px;
	size:auto;
}

fieldset.main table {
	margin:1px 0px 0px 1px;
	font-size:10px;
}
fieldset.main table tr{
	margin:1px 0px 0px 1px;
	font-size:10px;
}
fieldset.main table tr td input{
	margin:1px 0px 0px 1px;
	font-size:10px;
}
fieldset.main ol  {       
	padding: 1em 1em 0 1em;       
	list-style: none; 
}  
fieldset.main li  {       
	padding-bottom: .5em; 
}  
fieldset.main ol li label  {       
	float: left;     
	width: 10em;             
	margin-right: 1em; 
}  
/* -- Nested Fieldsets ------------- */  
fieldset.nested  {
	margin: 0 0 0.5em 0.5em;
	padding: 0;
	width: inherit;
	font-size: 0.8em;
	border: 1px solid gray;
}  
fieldset.nested2  {
	margin: 0 0 0.5em 0.5em;
	padding: 0;
	width: auto;
	font-size: 0.8em;
	border: 1px solid gray;
	height:auto;
}  
fieldset.nested3  {
	margin: 0 0 0.5em 0.5em;
	padding: 0;
	width: 33%;
	font-size: 0.8em;
	border: 1px solid gray;
}  
fieldset.nested legend {
	margin-left: 1em;
	font-weight: bold;
	font-size: 12px;
	color: #306;
	background-color: #FFF;
	padding: 0 1em 0 1em;
	width:auto;
}  
fieldset.nested ol  {       
	padding: 0 1em 0 1em;       
	list-style: none; 
}  
fieldset.nested li  {       
/* Control leading between rows. */     
	padding-bottom: .7em; 
}  
fieldset.nested ol li label  {       
	float: left;     
	width: 10em;             
	margin-right: 1em; 
}  

/* --------- Tables -------  */
.checkTable tr {
	line-height:8px;
	vertical-align:middle;
	margin:0px;
}

.checkTable input {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1em;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
}