.contentMenuDiv{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
}
.contentMenuTable{
	font-size: 11px;
	color: black;
}
.contentMenuItem{
	cursor: default;
	width: 150px;
	border: 1px solid white;
}
.contentMenuItemOnOver{
	cursor: default;
	width: 150px;
	border: 1px solid blue;
}
.contentListDiv{
	position: absolute;
	top: 10px;
	left: 110px;
	height: 450px;
	width: 870px;
	overflow:auto;
}

.subFormTable {
	color: Black;
	font-weight: normal;
	font-size: 11px;
	border: none;
	width: 100%;
}
.searchTable  {
	color: Black;
	font-weight: normal;
	font-size: 11px;
	border:1px solid #C2C2C2;
	background-color:#F5F5F5;
	width: 99%;
}
.scrollFrame {
	overflow: auto;
	scrollbar-base-color: #203b59;
	scrollbar-3d-light-color: #a0bbd9;
	scrollbar-arrow-color: #a0bbd9;
	scrollbar-darkshadow-color: #203b59;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #809bb9;
	scrollbar-shadow-color: #809bb9;
	scrollbar-track-color: white;
	width: 100%;
}
.viewImageOverview{
	width: 100px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: solid 1pt #336;
	text-align: justify;
}
.staticContentDiv {
	position: absolute;
	top: 0px;
	width: 597px;
	height: 380px;
	overflow: auto;
	scrollbar-base-color: #203b59;
	scrollbar-3d-light-color: #a0bbd9;
	scrollbar-arrow-color: #a0bbd9;
	scrollbar-darkshadow-color: #203b59;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #809bb9;
	scrollbar-shadow-color: #809bb9;
	scrollbar-track-color: white;
}
.searchTitleBar {
	background-color: #E9E8E8;
	font-size:11px;
	font-weight: bolder;
	border: 1px solid #C2C2C2;
	text-align:left;
	width:99%;
	height: 15px;
	padding-left:3px;
}
