body {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: black;
	margin: 0;
	overflow:hidden;
}
td {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	vertical-align:top;
}
.main_tbl {
	height:100%;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
}
td.title {
	height:42px;
	background: #A0B0D0;
	text-align:center;
	overflow:hidden;
}
tr.title {
	line-height:42px;
}

td.navigate {
	height:24px;
	background: #8090B0;
}
td.menu {
	width:140px;
	height:100%;
	background: #A0B0D0;
}
td.content {
	overflow:scroll;
}

div.content {
	background-color: #90A0C0;
	position:relative;
	width:320px;
	height:240px;
	overflow:auto;
}

div.menu {
	cursor:pointer;
	cursor:hand;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:20px;
	margin:2px;
	width:106px;
	height:18px;
	background: #94949f url(../img/bullet.png)  4px 4px no-repeat;
	border-top: solid 2px #f4f4ff;
	border-left: solid 2px #e8e8f8;
	border-right: solid 2px #505060;
	border-bottom: solid 2px #303038;
	float:left;
}

div.menu_hi {
	background: #94949f url(../img/bullet_hi.png)  4px 4px no-repeat;
	background-color: #a4a4af;
	font-weight: bolder;
}

span.title {
	padding-top:4px;
	font-size:20px;
	font-weight: bolder;
}

.crs {

}