#reg {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	font-size: small;
}

#reg a {
	color: #959595;
}

#reg a:hover {
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	margin: 0;
}

/* head navigation */
div.header ul {
	color: #959595;
	border-bottom: 4px solid #959595;
	font-size: 14px;
	font-weight: normal;
	margin-left: 225px;
	margin-top: -53px;
	padding-left: 10px;
}

div.header ul li { display: inline; }
div.header a {color: #959595; }
div.header a:hover {color: #000; }
div.header a:visited {color: #959595;}

/* Dropdown Account Menu*/
#dropdown {
    position:relative; /*this is the key*/
    display: inline;
    z-index:24;
    color:#959595;
    text-decoration:none
}

#dropdown:hover{
	z-index:25;
	color:#c60;
}

#dropdown div { display: none; }
#dropdown:hover div { 
    display:block;
    position:absolute;
    top: 1.2em; 
    left:-4em;
    width: 125px;
    list-style-type: none;
    border:2px solid #000000;
    background-color: #FFF7D2; 
    color:#000000;
    text-align: center;
    padding: 0px;
}

#dropdown:hover div a {
	display: block;
	padding: 5px;
	margin: 0;
	color: #000000;
}

#dropdown:hover span.menuhead {
	display: block;
	border-bottom: 1px solid black;
	margin: 0;
	background-color: #FFCC00;
}

#dropdown:hover div a:hover {
	background-color: #DDD7B2;
	text-decoration: none;
}


/* Link styles  */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFF7D2;
}
a:active{
	font-style: normal;
}


/* Footer */
div.footer {
	color: #959595;
	text-align: center;
	border-top: 3px solid #959595;
	margin: 20px 5px 0 5px;
	clear: both;	
	_margin-top: 20px;
}

div.footer div {
	margin: 2px;
}

div.footer ul {
	margin: 2px;
}

div.footer ul li {
	display: inline;
}

div.footer a {color:#959595;}
div.footer a:hover {color:#000;}
div.footer a:visited {color: #959595;}

#stats {
	font-size: 10px;
}

#admin_status {
	position: absolute;
	top: 10px;
	left: 225px;
	width: 500px;
	padding: 5px;
	height: 35px;
	border: 1px dashed red;
	background: #FDD;
	font-size: 11px;
	text-align: center;
}

#admin_status #done_link {
	position: absolute;
	right: 5px;
}

#admin_status #done_link a {
	color: black;
	border: 1px outset black;
}

#admin_status #done_link a:hover {
	color: black;
	border: 1px inset black;
}



/* Admin Context Style */
#content a.adminlnk {
	color: red;
}

form.adminc {
	display: inline;
	margin: 0px;
	padding: 0px;
}

form.adminc input {
	padding: 0px;
	text-align: center;
}