@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

body {
	padding:0; margin:0;
}

h1 {
	font-size:20px;
	margin:0 0 .5em;
}

h2 {
	font-size:17px;
	margin:0 0 .5em;
}

h3 {
	font-size:15px;
	margin:1em 0 0;
}

a {
	color:#6699ff;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

p {
	font-size:14px;
	line-height:16px;
	margin:.7em 0;
}

iframe {
	z-index:100;
}

form {
	margin:0;
}

legend {
	font-weight:bold;
	text-align:left;
}

.required {
	color:red;
	font-size:12px;
}

.button {
	cursor:pointer;
}

.blackbg {
	padding:0;
	z-index:0;
	border:1px solid #737373;
	background:url(../images/blackbg2.png);
}

#topmenu {
	height:118px;
}
#topmenu a {
	background:url(../images/topmenu.jpg) no-repeat bottom left;
	display:inline-block;
	width:102px;
	height:48px;
	padding-top:70px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	position:relative;
	top:0px;
}
#topmenu a.active, #topmenu a:hover {
	background:url(../images/topmenu_over.jpg) no-repeat bottom left;
	position:relative;
	top:-20px;
	padding-top:50px;
	height:68px;
}

#thumbs {
	width:100%;
	overflow-x:hidden;
}
#thumbs h3 {
	background:url(../images/thumbheader.jpg) repeat-x center;
	margin:0;
	height:18px;
	padding:3px 0 1px 8px;
	width:100%;
	font-size:14px;
	border-bottom:1px solid #000;
}

.thumbnail img, .thumbnail div {
	margin:4px 2px 0 0;
	float:left;
	width:84px;
	height:54px;
}
.thumbnail p {
	margin:0 0 4px;
	padding-top:4px;
	padding-right:4px;
	font-size:12px;
	font-weight:bold;
}
.thumbnail span {
	padding-right:4px;
	font-size:11px;
	color:#ffa600;
}
.thumbnail a {
	color:#FFFFFF;
	text-decoration:none;
	background:#040404 url(../images/thumbbg.jpg) repeat-x;
	height:62px;
	width:100%;
	display:block;
	border-bottom:1px solid #000;
}
.thumbnail a:hover, .thumbnail a.selected {
	background:#6ca1fd;
}



#menu {
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
}
#menu span {
	margin-left:8px;
}
.headerbar,.submenu {
	float:left;
	width:140px;
}
h3.headerbar {
	margin:0;
	font-size:14px;
	cursor:pointer;
	height:18px;
	padding:2px 0;
	background:url(../images/chromebg.gif) repeat-x center;
	color:#000000;
	border-top:1px solid #000000;
	margin:0;
}
h3.headerbar:hover, h3.selected {
	background:url(../images/chromebg2.gif) repeat-x center;
	color:#000;
}
ul.submenu {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.submenu li {
	list-style:none;
	width:100%;
	padding:0;
}
.submenu a {
	background:#040404 url(../images/thumbbg.jpg) repeat-x center;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	padding:2px 0 4px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #666666;
	width:100%;
	font-style:normal;
}
.submenu li a:hover, .submenu a.selected  {
	background:#6ea2fd;
	color:#fff;
	font-style:italic;
}

#footer td {
	font-size:10px;
	color: #b1b1b1;
	height:10px;
}
#footer a {
	font-size:10px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 10px;
	font-style:normal;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

#thumbFrame, #mainFrame {
	overflow-x:hidden;
	overflow-y:auto;
}
