.testtable_menu_item {	
	border: 1px solid #808080;
	font-weight: bold;	
	padding: 5px;
	cursor: pointer;
	margin: 5px 0 0 0;
	color: #145077;
	margin-right: 3px;
	border-bottom: 1px solid #808080;
	background-color: #EEE;
	display: inline-block;
}

.testtable_menu_container{
	margin-left: 0;
	margin-top: -5px;
}

.testtable_menu_item:hover{
	text-decoration: underline;
}

.testtable{
	width: 100%;
	padding: 0;
	border: 1px solid #808080;	
	border-bottom: 0;
	border-top: 0;	
}

.tablecont{
	font-size: 13px;
	padding: 0;	
}

.tableheader {
	background-color: #404040; 	
	border: 1px solid #808080; 
	padding: 5px;
	border-bottom: 0;
	margin-left: 0;
}

.sectiontitle, .subsectiontitle {	
	font-weight: bold;
	border-bottom: 1px solid #808080;
	color: white;
	background-color: #800000;
	padding: 5px;	
}

.subsectiontitle {	
	background-color: #600000;
	padding-left: 10;	
}

.sectionrowtitle, .subsectionrowtitle {
	font-weight: bold;
	border-bottom: 1px solid #808080;	
	padding: 5px;
	white-space: normal;
	background-color: #EEE;	
}

.subsectionrowtitle {
	padding-left: 10;
}

.section, .subsection {	
	border-bottom: 1px solid #808080;
	padding: 5px;
	background-color: #EEE;	
	white-space: normal;
}