﻿.tr_even {
	background-color : #ffff97;
}

.tr_odd {
	background-color : #ffffcc;
}

.tr_over {
 	background-color : #ccffcc;
}

.codeTableHeading {
	vertical-align: bottom;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
}

.hrrule {
	margin: 0px;
	color: #CC9966;	
	height: 1px;
}

.hrred {
	margin: 0px;
	color: #ff0000;
	height: 1px;	
}

.hrgreen {
	margin: 0px;
	color: DarkOliveGreen;
	height: 1px;	
}

.boldHeading {
	font-size: 11pt;
	font-weight: bold;	
}

.smallHeading {
	font-size: 8pt;
	font-weight: normal;	
}

.postRight {
	float: left; 
	width: 20%; 
	border: solid 2px green;
	margin-top: 5px;
}

.postLeft {
	float: left;
	width: 78%;
	/*border: solid 1px red;*/
	margin-top: 5px;
}

.redInput {
	color: #ff0000;
}

.redasterisk {
	color: #ff0000;
	font-weight: bold;
}

.paymentReceipt {
	font-size: 11pt;
	font-weight: bold;	
}

.blue {
	color: blue;	
}

.red {
	color: red;
}

.redSmall {
	color: red;
	font-size: 7pt;	
}

.postTypeHead {
	color: blue;
	font-size: 11pt;
	font-weight: bold;
}

.blueBold {
	color: blue;
	font-weight: bold;	
}

.postSummary {
	border: solid 1px OliveDrab;
}

.summaryHover {
	background-color: #CADAA9;
}
.summary {
	background-color: #ffffff;
}

.hiddenRow { 
	display:none; 
}

.smallButtonText {
	font-size: 8pt;
}

.errorMessageBox {
	border: solid 2px red;
}

table.insurance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	width: 100%;
	line-height: normal;
}
tr.rowhead {
	text-align:center;
	font-weight:bold;
}
p.insurance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	margin-bottom: 6px;
}
ul.insurance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	margin-bottom: 6px;
}
tr.newsheading {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	background: #fdf2d4;
}
th.newsheading {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding:6px 3px 6px 3px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
td.newsbody {
	padding: 6px 3px 0px 3px;
	text-align: left;
	line-height: 14px;
}
td.postedon {
	border-bottom: 1px solid #CCC;
	text-align:right;
	font-style:italic;
	font-size:smaller;
}
table.membernews {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width:100%;
}
.smalltext {
	font-size:x-small;
	text-align:center;
}
