/* lists.css CSS Document */
/* for list in #content_sub sidebar on right */
#content_sub .box ul.sub {list-style-type: none; margin-top:.5em; padding-top:0;  margin-bottom: .5em; }
#content_sub .sub li p  {border-bottom: 1px dashed #999;padding-bottom: 0.5em;}
#content_sub a:active, #content_sub a:focus { color:#0093D0}

ul.sub { list-style-type: none; margin-top:0; padding-top:0 }

#content_sub .box .sub li {
	font-size: 0.95em;
	line-height: 1.3em;
	margin-top: 0px;
	padding-top: 0; list-style-type:none;
}
.sub li p {	margin: 0px;padding: 0px;}
#content_sub .box ul.bullets { margin-top:.5em; padding-top:0;  margin-bottom: .5em; margin-left:1.5em;}
#content_sub .box ul.bullets li {
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	list-style-type: square;
}

/* tables */
table.tbGreen { width: 100%;  margin-bottom: 0.5em; }
.tbGreen td { font-size: .9em; }
.tbGreen th, .tbGreen td { padding: 6px 4px; border-bottom: solid 1px #DDD8C6; }
.tbGreen th { font-weight:bold; color: #292839; /* #FFC784; */ text-align: center; border-bottom: solid 1px #333; border-top: solid 1px #333; border-color: #495A70; background-color: #FFC37B; }
.tbGreen th .medtext { color: /*#7B7D63;*/ }
.tbGreen  .odd { background-color: #E9E6DA; }
.tbGreen .even { background-color: #FFE4C4; }
.tbGreen .even .test { background-color: #FFE4C4; }
.tbGreen .bordBoth { border-left-width: 1px; border-left-style: solid; border-left-color: #ccc; }
.tbGreen th .smalltext { font-size: .8em; }
.tbGreen td .smalltext { font-size: .9em; }
.tbGreen td .asterix, .asterix { color: #CC3300; font-weight: normal; }
p.asterix { color: #CC3300; font-size: 0.9em; font-weight: normal; }

.smalltext { font-size: .8em; }

