@CHARSET "ISO-8859-1";

body {
	margin: 0;
	background-color: #050505;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

a {
	outline: none;
	text-decoration: none;
}

tt {
	padding: 0 2px;
	background-color: #101110;
	color: #FFF;
	border: 1px dotted #D0EB6A;
	margin: 1px 0;
}

#wrap {
	width: 830px;
	overflow: auto;
	margin: 40px auto 30px auto;
}

#head {
	background: url('pix/main_logo.jpg') no-repeat;
	height: 181px;
}

.div_split {
	width: 830px;
	background: url('pix/div_split.jpg') no-repeat;
	font-size: 1px;
	line-height: 1px;
	margin: 15px 0;
}

#container {
	width: 830px;
	margin: 10px 0;
	overflow: auto;
}

#menu {
	width: 240px;
	padding: 20px 5px;
	float: left;
	background-color: #050505;
}

.menu_link {
	color: #D0EB6A;
}

.menu_point {
	color: #FFF;
}

.menu_pointA {
	color: #6e0d00;
}

#dl {
	width: 220px;
	height: 146px;
	background: url('pix/dl_frame.png') no-repeat;
	margin: 70px 0 0 0;
	padding: 10px 0 0 10px;
}

.dl_h {
	color: #D0EB6A;
	font-size: 16px;
	margin-bottom: 2px;
	padding: 0 0 10px 0;
}

.dl_w {
	color: #D0EB6A;
	font-size: 13px;
}

.dl_i {
	color: #FFF;
	font-size: 13px;
}

#main {
	width: 549px;
	padding: 20px 0 20px 20px;
	float: left;
	background-color: #050505;
	border-left: 1px solid #272822;
	overflow: auto;
	color: #fff9d4;
	font-size: 13px;
	text-align: justify;
}

#footer {
	width: 830px;
	background-color: #050505;
	text-align: center;
	padding: 5px 0;
}

.footer_span {
	color: #D0EB6A;
	font-size: 13px;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #050505;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0; 
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
	
#imageContainer>#hoverNav {
	left: 0;
}
	
#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:pix/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
	
#prevLink {
	left: 0;
	float: left;
}
	
#nextLink {
	right: 0;
	float: right;
}
	
#prevLink:hover, #prevLink:visited:hover {
	background: url('pix/prevlabel.gif') left 15% no-repeat;
}
	
#nextLink:hover, #nextLink:visited:hover {
	background: url('pix/nextlabel.gif') right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #050505;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#numberDisplay {
	color: #2b2b2b;
}

#imageData {
	padding: 0 10px;
	color: #d86f02;
}
	
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
	
#imageData #caption {
	font-weight: bold;
}
	
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFF;
}

.gallery_img {
	display: block;
	width: 170px;
	height: 145px;
	border: 1px solid #050505;
	float: left;
	margin-right: 10px;
}

.gallery_img:hover {
	border: 1px dotted #6e0d00;
}

.li_nolist {
	list-style: none;
}

.docs_topic_ul {
	list-style: square;
}

.docs_topic_li {
	font-size: 18px;
}
	
.docs_sub_ul {
	list-style: disc;
}
	
.docs_sub_li {
	font-size: 15px;
}
	
.docs_subsub_ul {
	list-style: circle;
}
	
.docs_subsub_li {
	font-size: 12px;
	color: #FFF;
}

.cl_version {
	margin: 0 0 3px 0;
	color: #D0EB6A;
	font-weight: 12px;
}

.cl {
	margin-bottom: 25px;
	line-height: 150%;
}

.cl_a {
	color: #950400;
	border-bottom: 1px dotted #D0EB6A;
}