*
{
padding:0px;
margin:0px;
}

html {
 height:100%;
 width:100%
 }

body
{
 height:100%;
 font-family:"tahoma";
 font-size: 11px;
 color:#000000;
 text-align:center;
 background-color:#605555;
}

div.fillthevoid{
width:700px;
min-height:100%;
_height:100%;
margin:0 auto;
background-color:#EBEBEB;
border:1px solid black;
border-top:none;
border-bottom:none;
}

div.container{
width:700px;
margin:0 auto;
padding-top:20px;
background-color:#EBEBEB;

}



h1
{
font-family: "lucida console", "fixedsys", sans-serif; 
font-size:20pt; 
font-weight:900;
 color:black;
}
h2
{
 font-size: 12pt;
}

hr
{
height:1px;
border:none;
width:500px;
background-color:#333333;
margin:0 auto;
}

a
{
 color:#000000;
 text-decoration:underline;
}

a:hover
{
 color:#000066;
 text-decoration:underline;
}

p
{
 width:620px;
 margin:10px auto;
 text-align:left;
}	


ul
{
 width:620px;
 margin:10px auto;
 text-align:left;
}	

table.set
{
 width:620px;
 margin:10px auto;
 padding:0;
 border:none;
 background-color:black;
}

table.set td
{
padding:4px 4px;
text-align:left;
border:none;
background-color:white;
}

table.set td.left
{
 width:140px;
}


table.set td a
{
color:#000066;
}


ul.contrib
{
 list-style-type: none;
}

/* ads */
div.adsl
{
 padding-top:5%;
 position:absolute;
 left:30px;
}

div.adsr
{
 padding-top:5%;
 position:absolute;
 right:30px;
}

div.donate
{
text-align:left;
 width: 450px;
 padding:10px;
 border:1px solid black;
 background-color:#FFD0D0;
 margin: 0px auto;
}

/* STATS */
table.stats {
 background-color:black;
 margin:0 auto;
}

.stats td, th
{
 border:none;
 background-color:white;
 text-align:center;
 height:1em;
}

 td.tablename
{
padding:2px;
}


	table.mistertable
	{
	height:1em;
	border:1px solid black;
	margin:0 auto;
	}

	table.mistertable td
	{
	width:2px;
	height:1em;
	}


		td.complete
		{
		width:100%;
		background-color:#AA0000;
		text-align:right;
		color:#10C401;
		}

		td.progress
		{
		 width:300px;
		}

		td.nil
		{
		width:100%;
		background-color:#E0E0E0;
		}

				td.partcomp
				{
				background-color:#AA0000;
				}

				td.partwork
				{
				background-color:#EE3333;
				}

				td.partnil
				{
				background-color:#E0E0E0;
				}


table.layouttable{
margin:0 auto;
}

table.layouttable td{
padding:20px;
}

table#userstats td
{padding:2px;}

table#userstats th
{padding:2px;}


table#userstats th
{
text-align:left;
background-color:black;
color:white;
font-weight:bold;
}

tr.deviation0 td{
background-color:#99FF99;
}
tr.deviation1 td{
background-color:#E9E9E9;
}
tr.deviation2 td{
background-color:#DDDDDD;
}
tr.deviation3 td{
background-color:#CCCCCC;
}
tr.deviation4 td{
background-color:#BBBBBB;
}
tr.deviation5 td{
background-color:#AAAAAA;
}
tr.deviation6 td{
background-color:#999999;
}
/* STATS */



/* MENU */
div.pdmenu{
	text-align:center;
	padding: 5px;
}

.pdmenu ul{
	padding:none;
	list-style-type: none;
	width:520px; /* 6 x 85px plus a bit for borders.*/
	margin:0 auto;
}

.pdmenu li  {
	width:85px;
	margin: 0 -1px 0 0;
	padding: 0;
	border:1px solid black;
	color:black;
	text-decoration:none;
	text-align:center;
	background-color:white;
	float:left;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #ffffff;
	padding: 2px 2px 2px 5px;
}

.pdmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2033AE;
}

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul, li.over ul{
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:85px;
	padding: 0;
	margin: 0;
	margin-left: -1px;
	border:1px solid black;
}

.pdmenu li li {
	border: none;
		text-align:left;
	}	

.pdmenu li li a {
	padding: 2px 2px 2px 5px;
}

.support {
	clear: both;
}

div.spacer{
height:60px;
}
/* MENU */