@charset "utf-8";
@import "base.css";
html{
	height: 100%;
}
body {
	color: #efefef;
	padding: 0;
	margin: 0;
	background-color: #6a6a6a;
	height: 100%;
	font-size: 90%;
	font-family:
	"DejaVu Sans", "URW Gothic L",	/* for Linux */
	"Helvetica Neue", Helvetica,	/* for Mac */
	Arial, "Microsoft Sans-serif",	/* for Windows */
	sans-serif;						/* and generic */
}

h2, h3, h4, h5, h6
{
	color:#605851;
	font-weight: normal;
	margin:0.3em 0 0.1em
}
a, a:link{
	color:#efefef;
}
a:focus, a:hover{color:#999999;}

.textblock a{
	color:#4A75B5;
	border-bottom: 1px dotted #0000CC;
}
.textblock a:visited{
	color: #707C8F;
}
.textblock a:focus,
.textblock a:hover{
	color:#324E78;
	text-decoration: none;
	border-bottom: solid 1px;
}

/****	Content blocks	****/
/*
#wrapper {
	margin: -245px auto 0;
	padding: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	height: 490px;
}
.gal #wrapper, .report #wrapper{
	height: 490px;
	margin-top: -245px;
}
*/
#wrapper{
	margin-top:20px;
	top:auto;
}
.gal #wrapper, .report #wrapper{
	height: 490px;
}
#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 800px;
	color:#CCCCCC;
}

#header h1, #header h2, #header h3, #header h4, #header h5 {
	display: inline;
	padding: 0;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	color:#D9D5D0;
}
#header h2{
	margin:0;
	font-size: 1.2em;
}
#header h3{font-size: 1.1em;} #header h4{font-size: 1em;} #header h5{font-size: 0.9em;}
#header a{
	color: #D9D5D0;
	text-decoration:none;
}

#header a:hover {
	color: #494036;
	text-decoration:none;
}

#inner_wrapper{
	width:100%;
	height:auto;
	background-color:#191919;
	padding: 4px 0;
	margin: 0 auto 5px;
}

#content {
	margin: 0 auto;
	padding: 1px 0;
	width: 800px;
	height: 450px;
	background: url(../images/bg_01.jpg) no-repeat center bottom;
	position: relative;
	z-index: 1;
	clear: both;
}
body.report div#content {
	background-image:none;
	height: auto;
	min-height: 600px;
}
/* One more ugly IE fix */
* HTML body.report div#content {
	height: 600px;
}
body.txt div#content{
	background-position: center;
	height:auto;
	min-height:450px;
}

.textblock p img{
	margin:0.5em auto;
}
#content p{
	margin: 0 0 0.5em;
	font-size: 1em;
	line-height:1.3em;
}
#content .textblock{
	background-color:#AAAAAA;
	margin:0;
	padding:10px 20px;
	line-height: 1.3em;
}
#err404{
	margin: 3em auto 0;
	font-size: 1em;
	width:450px;
	background-color:#FFFFFF;
	border:2px solid #DD0000;
	padding: 10px;
	color: #333333;
}

#err404 h2{
	margin: 0;
	padding:0 0 0 37px;
	color: #0099FF;
	background: url(../images/icon_error_32.gif) no-repeat left center;
	height: 35px;
	vertical-align: baseline;
}
#err404 a{
	color:#666666;
	text-decoration: underline;
}
.notice{
	margin: 3em auto 0;
	font-size: 1em;
	width:450px;
	padding:10px;
	color: #333333;
	background-color:#FFFFFF;
	border:2px solid #0099CC;
	text-align:center;
}
#footer {
	font-size: 11px;
	padding: 0px;
	color: #515151;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 10px;
}
#footer b{display:block;}

#stats{position:absolute;left:-9999px;top:-9999px;}
/****	Menu	****/

#menu {
	text-align: center;
	padding: 0;
	position: absolute;
	right: 0px;
	margin:0 auto;
	width:auto;
	bottom: 0px;
}
#menu ul{
	display:block;
}

#menu li a{
	text-align: center;
	font-size:90%;
	padding: 0 2px 1px;
	margin: 3px 5px 0;
	display: block;
	float: left;
	line-height:1em;
	font-weight: normal;
	border-bottom: 2px solid #6A6A6A;
}
#menu li.active a{
	border-bottom: 2px solid #191919;
	color:#FFFFFF;
}
#menu li a:hover,
#menu li a:focus{
	color: #E2E2E2;
	text-decoration: none;
	border-bottom: 2px solid;
}

/****	Forms	****/

form{
	display:block;
	width:400px;
	margin:0 auto;
}
label{
	float:left;
	text-align:right;
	width: 100px;
	padding: 5px 5px 0 0;
}
input,textarea,button,select{
	background-color:#ccc;
	border:1px solid #ffffff;
	color:#333;
	font-size:12px;
	margin:3px 0;
	padding: 2px 3px;
}
form .button{
	padding-left:105px;
}
button{
	padding: 6px 12px;
}
input,textarea,select{
	width:240px;
}

/* for hidden form elements */
.nil{
	display:none;
}

/* Blackhole link must be hidden */
#howl{
	position:absolute;
	top:-9999px;
	left:-7777px;
}
