@charset "utf-8";
html {
	min-height : 100%;
}

body {
	min-height : 100%;
	margin : 0%;
	padding : 0%;
	border : 0;
	font-family : Verdana;
	font-size : 10pt;
	background-color : #333;
}


#shrinkable, #copy, #copy2 {
	margin-left : auto;
	margin-right : auto;
	width : 990px;
}


#shrinkable {
	border : 1px solid #000000;
	background-color : #fff;
}


#copy, #copy2 {
	position : relative;
	padding : 0;
	border : 0;
	background-color : transparent;
	text-align : center;
	color: #888;
}


#header {
	background-color : transparent;
	margin : 0 0 0 0;
	padding : 0;
	width : 100%;
	height : 125px;
	font-family : Verdana;
	font-weight : bold;
	text-align : center;
	color: #000;
	font-size : 10px;
}


#passwordtitle {
	border: 0px;
	font:bolder 16px verdana;
	text-align: left;
	padding-left: 5px;
	color: #fff;
	width : 445px;
	/*background: #babf00;*/
	background-color: #999;
}


#password {
	border: 1px solid #000;
	font : 10pt Verdana;
	text-align: center;
	color: #333;
	min-height : 150px;
	margin-left : auto;
	margin-right : auto;
	width : 450px;
}


#sidebarleft {
	/*background-color : transparent;*/
	background-image: url("../picx/sidebarbgbottom.png"); 
	background-repeat: no-repeat;
	background-position:bottom right;
	background-color : #999;
	border : 0;
	font : normal 12px Verdana;
	line-height: 175%;
	color: #000;
	text-align: left;
	min-height : 5px;
	margin-left : 0;
	margin-right : 5px;
	width : 130px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 150px;
	top: 175px;
	float : left;
}


#sidebartop {
	/*background-color : transparent;*/
	background-color : #999;
	border : 0;
	font : bolder 20px Verdana;
	color: #000;
	text-align: left;
	margin-left : auto;
	margin-right : auto;
	width : 980px;
	padding: 5px;
	height: 30px;
	z-index: 200;
}



#mainpool {
	background-color : transparent;
	/*background-color : #00F;*/
	border: 1px solid #0F0;
	font: 10pt Verdana;
	width : 970px;
	border : 0;
	margin-left : 5px;
	min-height : 700px;
	margin-top : 5px;
}



#menu {
	text-align: left;
	width : 100%;
	font : bolder 12px Verdana;
}


#timer {
	text-align: left;
	float : right;
}



/*****************************************************
	 Tables
 *****************************************************/ 
table.center {
	margin-left : auto;
	margin-right : auto;
}



th.timer {
	font: normal 10px verdana;
	vertical-align: middle;
}



p {
	text-align: justify;
}


th, td {
	vertical-align: top;
}



a:link, a:visited, a:active {
	text-decoration : none;
	color : #333;
}


a:focus, a:hover {
	text-decoration : underline;
}








