@CHARSET "UTF-8";
body {
	text-align: center;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
}

#docWrapper {
	width: 900px;
	text-align: left;
	width: 900px;
	margin: 0px auto;
}

#docHeader {
	background: url("/hres/imgs/header.jpg");
	width: 900px;
	height: 191px;
}

#docMenu {
	background: url("/hres/imgs/bg-menu.jpg");
	width: 900px;
	height: 35px;
	text-align: center;
}

.docMenu td{
}


.docMenu a{
	color: white;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	margin-right: 15px;
	padding-top: 8px;
	background-image: url('/hres/imgs/fire_off.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 25px;
}

.docMenu a:HOVER{
	color: white;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	margin-right: 15px;
	padding-top: 8px;
	background-image: url('/hres/imgs/fire_on.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 25px;
}


#docFooter {
	background: url("/hres/imgs/bg-footer.jpg");
	width: 900px;
	height: 35px;
}

#contSplit {
	width: 100%;
	height: 100%;
}

#contLeft {
	border-left: 1px solid red;
	background-color: #d3d3d3;
	width: 200px;
	position: relative;
	border-right: 1px dotted black;
	margin-right: 5px;
	background-image: url("/hres/imgs/bg-left.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

#contRight {
	border-right: 1px solid red;
	background-color: #d3d3d3;
	width: 200px;
	border-left: 1px dotted black;
	margin-left: 5px;
	padding: 2px;
}

.groupName {
	display: block;
	background-image: url("/hres/imgs/bullet.jpg");
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

.groupName:HOVER {
	display: block;
	background-image: url("/hres/imgs/bullet.jpg");
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.groupNameSelected {
	display: block;
	background-image: url("/hres/imgs/bullet.jpg");
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.subGroupName {
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

.subGroupName:HOVER {
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.subGroupNameSelected {
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

#contBody {
	padding-left: 0px;
	padding-right: 0px;
	width: 500px;
}

.contImage {
	padding-top: 2px;
}

.contCont {
	padding-left: 2px;
	padding-right: 2px;
}

.modelRef {
	text-decoration: none;
	color: #990000;
}

.modelRef:HOVER {
	text-decoration: none;
	color: #ff0000;
}

.thead {
	font-weight: bold;
	background-color: #eeeeee;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.thead:FIRST-CHILD {
	font-weight: bold;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
}

.tcell {
	border-right: 1px solid #aaaaaa;
	border-top: 0px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.tcell:FIRST-CHILD {
	border: 1px solid #aaaaaa;
	border-top: 0px;
}