body {
	
	font-size: 12px ;
	font-color: #333 ;
	
	background-color: #FFF ;
	
}

/* table encapsulating all meeting listings */

table.meetings_table {
	
	width: 100% ;
	
	font-size: 12px ;
	font-color: #333 ;
	
}

/* table encapsulating individual meeting listings */

table.meeting_table {
	
	width: 100% ;
	
	padding: 10px ;
	
        font-size: 12px ;
        font-color: #333 ;
	
	border: 1px solid #333 ;
	
	background-color: #F3F3F6 ;
	
}

td.mt_label {
	
	width: 200px ;
	
	padding-right: 10px ;
	
	font-weight: bold ;
	
	text-align: right ;
	vertical-align: top ;
	
}

td.cm_label {
	
	width: 200px ;
	
	padding-right: 10px ;
	
	font-weight: bold ;
	
	text-align: right ;
	vertical-align: top ;
	
}

table.button_table {
	
	width: 100% ;
	
	border: 1px solid #333 ;
	
	background-color: #F3F3F6 ;
	
}

div.form_container {
	
	padding: 10px ;
	margin: 10px ;
	
	font-size: 12px ;
	
	border: 1px solid #333 ;
	
	background-color: #F9F9F9 ;
	
}

span.divheading {
	
	font-weight: bold ;
	
}

input.mb {
	
	width: 200px ;
	
//	color: #F3F3F6 ;
//	font-weight: bold ;
	
//	border: 1px solid #333 ;
	
//	background-color: #039 ;
	
}

span.pos_output {
	
	color: #0A0 ;
	
	font-weight: bold ;

}

span.neg_output {
	
	color: #F00 ;
	
	font-weight: bold ;

}

