@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
}

p {
	/* drop shadow */
	text-shadow: #000000 2px 2px 2px;
}

a, a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #EEEEEE;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

.SmallText {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 0px;
	margin-top: 4px;
}
.MedText {
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
}
.LgText {
	font-size: 15px;
	line-height: 19px;
	margin-top: 0px;
}
.copyright {
	font-size: 9px;
	color: #999;
}
.ErrorText {
	text-decoration: blink;
	color: #CC3333;
}

.MedTextBK {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.LgTextBK {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
.copyrightBK {
	font-size: 9px;
	color: #000000;
}
.SmallTextBK {
	font-size: 9px;
	line-height: 12px;
	color: #000000;
}

/* menu */
#left_menu span, #left_menu a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	text-decoration: none;
	display: block;
	width: 92px;
	height: 15px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#left_menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-color: #AAAAAA;
}
#left_menu a:active {
	color: #EEEEEE;
	border-bottom-color: #CCCCCC;
}
#left_menu span.hilited {
	color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

.dimmed {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.not_dimmed {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*---------*/

#main_image_area {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 500px;
	width: 780px;
}

#main_image {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	text-align: center;
	height: 500px;
	width: 780px;
}

#left-slide {
	width: 390px;
	height: 500px;
	z-index: 3;
	cursor: url('/images/cursor_left.cur') 2 16, w-resize;
	background-image: url(/images/spacer.gif);
	position: absolute;
	left: 0px;
	top: 0;
	-webkit-user-select: none;
}
#right-slide {
	width: 390px;
	height: 500px;
	z-index: 4;
	cursor: url('/images/cursor_right.cur') 22 16, e-resize;
	background-image: url(/images/spacer.gif);
	position: absolute;
	left: 390px;
	top: 0;
	-webkit-user-select: none;
}

#caption {
	color: #CCC;
	font-size: 10px;
	display: inline;
	text-align: center;
}

#slideshow-link {
	float: right;
	display: inline;
	width: 300px;
	text-align: right;
}

.thumbnail {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#thumbs {
	width: 900px;
	height: 120px;
	overflow-x: scroll;
	white-space: nowrap;
}
