/* CSS Document */

<!-- 
* { margin: 0; padding: 0; }


body {
	font: 12px/2 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #e5e5e5;
	color: #000;

}

#content {
	padding:0px;
	margin-left:55px;
	margin-right:55px;
}

h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    margin: 18px 0 12px 0; color: #586424; font-size: 24px;
	

}




/* =LAYOUT 
_____________________________________________________ */



/* container*/

#container_blt {
	margin: 0 auto;
	background: url(../images/midsection_blt.jpg) repeat-y scroll 0 0;
	padding: 0;
	width: 820px;
	height: auto;
	text-align: left;
	background-color: #ffffff;		
}

#container_smo {
	margin: 0 auto;
	background: url(../images/midsection_smo.jpg) repeat-y scroll 0 0;
	padding: 0;
	width: 820px;
	height: auto;
	text-align: left;
	background-color: #ffffff;		
}


#header_blt {
	background: url(../images/header_blt.jpg) no-repeat scroll 0 0;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 150px;
	position: relative;	
}

#header_smo {
	background: url(../images/header_smo.jpg) no-repeat scroll 0 0;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 150px;
	position: relative;	
}


#mainBody {
	margin: 0 auto;
	float: left;
	padding: 0;
	width: 510px;
	height: auto;
	text-align: left;	
}


#footer_blt {
	background: url(../images/footer_blt.jpg) no-repeat scroll 0 0;
	margin-top: 20px;	
	padding: 0;
	width: 820px;
	height: 72px;
}

#footer_smo {
	background: url(../images/footer_smo.jpg) no-repeat scroll 0 0;
	margin-top: 20px;	
	padding: 0;
	width: 820px;
	height: 72px;
}


/*----------------------------------------------------------------
header for blount calendar section
----------------------------------------------------------------*/
.powlist {
	color:#CC0000;
	font-weight:bold;
	text-transform: uppercase;
	line-height:36px;
}

table, td, th {
	
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	margin:0;
	padding: 0;
	font-style: normal;
	font-size: small;
	color:#000000;
	}
	
th{
background-color:#586424;
color:#FFFFFF;
padding: 0 3 0 5;
}

div.space-line {

  clear: both; 
  margin-top: 5px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  padding: 0; 
  width: auto;
  background-color:#FFFFFF;
}

h3.cal_heading{
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height:10px;
	color:#586424;
}

td.calendar1 {
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0px 4px 0px 4px;
	color:#000000;
	border-bottom: 1px solid #CCCCCC;
}

td.calendar1 {
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0px 4px 5px 4px;
	color:#000000;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

td.calendar2 {
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0px 4px 5px 4px;
	color:#000000;
	background-color:#CCCCCC;
	bgcolor: #CCCCCC;
}
/*----------------------------------------------------------------
results table
----------------------------------------------------------------*/

.resultsTable {
	width:100%;
	padding:0px;
	margin:0px 0px 10px 0px;
}

th.results  {
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size:12px;
	border:1px solid #333333;
	color:#FFFFFF;
	padding: 4px 8px 4px 8px;
	background-color:#586424;
}

th.results img  {
	margin: 4px 8px 4px 8px;
	
}

td.results {
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size: small;
	border:1px solid #CCCCCC;
	margin: 0;
	padding: 8px;
	color:#333333;
}

#resultsTable h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	color:#FFF;
}

.resultsTable tr.row1 {
	background-color:#ffffff;
}

.resultsTable tr.row0 {
	background-color:#ffffff;
}

.resultsTable tr.paging {
	background-color: #ccc;
	text-align: center;
}

.resultsTable tr.disabled {
	background-color:#ffcccc;
}

.resultsTable td.actions {
	padding-right:10px;
	text-align:right;
}
.resultsTable td.actions a:link, .listTable td.actions a:visited  {
	margin-left:10px;
	text-decoration:none;
}
.resultsTable td.actions a:hover {
	text-decoration:underline;
}

.resultsTable a:link { color:#CC9933; }
.resultsTable a:visited { color:#CC9933; }
.resultsTable th a:link, .resultsTable th a:visited { color: #ffffff; }



/*----------------------------------------------------------------
Continue OLD CSS
----------------------------------------------------------------*/
#calendar  {

}

.calendarLineBreak {
height:5px;
}

/* NCHAMBER CALENDAR BUTTON
_________________________________________________________________ */
#chambercal {
	width: 180px; height: 35px;
	position: absolute;
	top: 165px; left: 105px;
}

.fielderror { color: #cc0000; }

.linkInstructions {
	padding: 5px;
	
}

.linkInstructions ol li {
	margin-bottom: 1em;
}




-->