/* Zombie Panic CSS */

input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px; 
	color: #FFFFFF;
}

input.button {
	border-left-color: #D99934;
	border-right-color: #B28533;
	border-bottom-color: #B28533;
	border-top-color: #D99934;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	background-color: #F7941D;
	background-image: url(interface/side_left_login_button.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: bold;
}

input.login_box {
	border-left-color: #700E80;
	border-right-color: #3526A7;
	border-bottom-color: #3526A7;
	border-top-color: #700E80;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	background-color: #F7941D;
	background-image: url(interface/side_left_login_box.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	font-size: 10px;
}

input.checkbox, input.radio {
	background-color: transparent;
	border-style: none;
}

body, html {
	height: 100%;
	background-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #D8D8D8;
	background-image: url(interface/content_spacer.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	left: 50%;
	margin: 0;
}

html {
   overflow: -moz-scrollbars-vertical;
}

a {
	cursor: pointer;
	color: #CAC102; 
	font-weight: none;
	font-size: 11px;
}

a:link {
	cursor: pointer;
	color: #CAC102; 
	font-weight: none;
	font-size: 11px;
}

a:visited {
	cursor: pointer;
	color: #CAC102; 
	font-weight: none;
	font-size: 11px;
}

a:hover {
	cursor: pointer;
	color: #D8D8D8; 
	font-weight: none;
	font-size: 11px;
}


.zplogo {
	position: relative;
	left: 10px;
	top: 38px;
	width: 161px;
	height: 182px;
}

.container {
	width: 807px;
	text-align: left; 
	margin:0px auto;
}

.header {
	width: 807px;
	height: 211px;
	background-image: url(interface/header.jpg);
	background-repeat: no-repeat;
}

.menubox {
	height: 37px;
	position: relative;
	top: 28px;
}

.topborder {
	width: 561px;
	height: 9px;
	background-image: url(interface/topbody.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 4px;
	right: 15px;
}

.leftnav {
	float: left; 
	width: 165px;
	background-image: url(interface/leftbg.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 1em;	
	position: relative;
	left: 10px;
	top: 40px;
	text-align: center;
	min-height: 517px;
}

.content {
	width: 545px;
	background-image: url(interface/content.png);
	background-repeat: repeat-y;
	font-size: 11px;
	font-weight: none;
	color: #D8D8D8;
	margin-left: 200px;
	padding-left: 15px;
	position: relative;
	top: 42px;
	right: 25px;
	min-height: 520px;
}

.copyright {
	font-family: Arial;
	font-size: 9px;
	font-weight: none;
	color: #ACACAC;
}

.newstitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: none;
	color: #d1c303;
}

.postedby {
	font-family: Arial;
	font-size: 10px;
	font-weight: italic;
	color: #ffffff;
}

.teamtable td {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #D8D8D8;
	padding-left: 15px;
}

hr {
	background-image: url(interface/hr.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 15px;
}

.downloads a,a.link,a.visited {
	position: relative;
	top: -3px;
}

#loading {
	display: none;
	position: absolute;
	top: 50%;
	padding: 10px;
	background:#003300;
	border: 1px solid #666666;
	z-index: 4;
	left: 50%;
	
	font-family: Arial;
	font-size: 18px;
	font-weight: none;
	color: #d1c303;
}

#dldscreen {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display:none;
	background-color: #333333;
}

#dldbox {
	position: absolute;
	left: 30%;
	top: 45%;
	width: 400px;
	height: 200px;
	border: 1px solid #D8D8D8;
	background-color: #696969;
	z-index: 4;
	display:none;
}

#zplifersTable 
{
	background-color: #151515; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #8C0000; 
	width: 520px; 
	height: 150px; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #FFFFFF;
	overflow: auto; 
	float: left; 
	padding: 5px
}

#donorsTable 
{
	background-color: #151515; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #8C0000; 
	width: 520px; 
	height: 150px; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #FFFFFF;
	overflow: auto; 
	float: left; 
	padding: 5px
}