/*///////////////// TEXT DISPLAY AND MANIPULATION /////////////////*/
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/*///////////////// TEMPLATE CSS - LAYOUT INFORMATION /////////////////*/
/* MAIN */
body {
	background: #060606 url(/images/main_site/template_background.jpg) repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
}
img {
	border:none;
}

a:link, a:visited{
	color:#333333;
	padding:0px 1px;
}
a:hover{
	color:#990000;
}
h3 {
	font-size:16px;
	font-weight:bold;
}

#container{
	width:800px;
	text-align:left;
	margin:0px auto;
}


/* HEADING*/
#header{
	width:800px;
	float:left;
}
#header_banner{
	width:800px;
	height:191px;
	float:left;
}
#header_banner_logo{
	width:150px;
	height:191px;
	float:left;
	background:url(/images/main_site/template_logo.jpg) no-repeat top left;
}
#header_banner_navigation{
	width:602px;
	height:50px;
	float:right;
}
#header_banner_navigation ul {
	padding:0px;
	margin:0px;
	float:right;
}
#header_banner_navigation ul li{
	padding:0px;
	margin:20px 0px 0px 0px;
	float:left;
	list-style:none;
	color:#666666;
	font-size:12px;
}
#header_banner_navigation ul li a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin:10px;
	padding:5px;
}
#header_banner_navigation ul li a:hover{
	color:#FFCC00;
}
#header_banner_mainimage{
	width:650px;
	height:141px;
	float:left;
	background:url(/images/main_site/template_banner.jpg) no-repeat top left;
}
#header_heading{
	width:800px;
	float:left;
	color:#FFF;
	background:url(/images/main_site/heading_content.jpg) repeat-y top left;
	padding:0px;
	margin:0px;
}

#header_heading_latestdrops td img {
	width:24px;
	height:24px;
}

#header_heading td p {
	padding: 0px;
	margin: 0px 5px;
}
#header_heading ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#header_heading ul li {
	padding:0px;
	margin:4px 0px;
	list-style:none;
}
#header_heading a{
	font-size:12px;
}
#header_heading_latestnews a{
	color:#09F;
	font-weight:bold;
}
#header_heading_latestnews a:hover{
	color:#FFCC00;
}
#header_heading_top{
	width:800px;
	height:31px;
	float:left;
	background:url(/images/main_site/heading_top.jpg) no-repeat top left;
}
#header_heading_latestnews{
	width:294px;
	float:left;
	padding:3px;
	margin:0px 7px;
}
#header_heading_latestdrops{
	width:354px;
	float:left;
	padding:3px;
	margin:0px 5px;
}
#header_heading_serverstatus{
	width:102px;
	float:left;
}
#header_heading_bottom{
	width:800px;
	height:18px;
	float:left;
	background:url(/images/main_site/heading_bottom.jpg) no-repeat top left;
}

/* BODY CONTENT */
#content{
	width:800px;
	float:left;
	background:url(/images/main_site/body_content.jpg) repeat-y top left;
	margin:10px 0px 0px 0px;
}
#content_heading{
	width:800px;
	height:44px;
	float:left;
	background:url(/images/main_site/body_top.jpg) no-repeat top left;
}
#content_body{
	width:780px;
	float:left;
	padding:10px 10px;
}
#content_heading h3{
	margin:10px 20px;
	font-size:17px;
	font-weight:bold;
}
#content_body th {
	height:30px;
	color:#FFF;
	font-size:11px;
	font-variant:small-caps;
	background: #000000 url(/dkp/templates/default/images/cellpic1.jpg) repeat-x scroll left top;
}
#content_body th a{
	color:#FFF;
}

#content_footer{
	width:800px;
	height:43px;
	float:left;
	background:url(/images/main_site/body_bottom.jpg) no-repeat top left;
}
/* FOOTER */
#footer{
	width:800px;
	height:50px;
	float:left;
	text-align:center;
}


/* CUSTOM TAGS FOR VARIOUS PAGES */
.helpToolTip {
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
.applicationTable{
	border:1px solid #000;
	background:#CCCCCC;
}
.mandatoryField {
	font-weight:bold;
	color:#990000;
	font-size:12px;
}
.styledTable th{
	padding:5px;
	background: #000000 url(/dkp/templates/default/images/cellpic1.jpg) repeat-x scroll left top;
	color:#FFFFFF;
}
.styledTable td{
	background:#CCCCCC;
	
}
.errorField {
	background:#F98A8D;
	border:1px solid #CCC;
}