td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #4384bb;
}
#banner {
	position: absolute;
	width: auto;
	top: 0px;
	left: 100px;
	right: 100px;
	z-index: 6;
}
#banner_bg {
	position: absolute;
	width: auto;
	top: 0px;
	left: 200px;
	z-index: 5;
}

#viewfinder {
	position: absolute;
	background-color: #181818;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	width: 440px;
	top: 85px;
	right: 525px;
	z-index: 3;
}
#content {
	position: absolute;
	background-color: #F6F6F6;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	width: 500px;
	top: 85px;
	right: 0px;
	z-index: 3;
}
#main {
	position: absolute;
	background-color: #F6F6F6;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	width: 500px;
	top: 85px;
	left: 30px;
	z-index: 3;
}
.tab-on {
	padding: 2px;
	text-align: center;
	color: #000000;
	background-color: #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px none #990000;
	border-left: 1px none #990000;
	cursor: pointer;
	width: 100px;
}
.tab-off {
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #990000;
	border-left: 1px none #666666;
	cursor: pointer;
	width: 100px;
}
.tab-none {
	padding: 2px;
	background-color: #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px none #990000;
	border-left: 1px none #990000;
	cursor: pointer;
}
.tab-content {
	background-color: #FCFCFC;
	border-top: 1px none #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #FCFCFC;
	border-left: 1px solid #FCFCFC;
	vertical-align: top;
	padding: 5px;
}
.tb {
	color: #666666;
	background-color: #F6F6F6;
	border: 1px solid #E0E0E0;
}
.td_header {
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: justify;
	color: #999999;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #990000;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #181818;
	height: 30px;
}
.td_text {
	padding-top: 5px;
	font-size: 11px;
	vertical-align: top;
	text-align: justify;
	color: #000000;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #181818;
	height: 490px;
}
.td_footer {
	vertical-align: bottom;
	text-align: justify;
	color: #CCCCCC;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #181818;
	height: 30px;
}
.hide-table {
	display: none
	}
.show-table {
	display: block
	}
.cv_header {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	}
.cv_body {
	font-size: 11px;
	}
.popup_normal {
	color: #4384bb;
	cursor: hand;
	}
.popup_fullscreen {
	color: #4384bb;
	cursor: move;
	}

