/* * * * * * * * * * DCR CSS * * * * * * * * * * */
body {
    background-color: black;
	background-image: url('../phorum/templates/DCR/images/body_bg.jpg');
	padding: 0px;
	margin: 0px;	
}
img { border: 0px; }

h3 {
	color: white;
	font-size: 14pt;
	margin: 0px;
	font-weight: normal;
}

#DCR_header {
	position: relative;
	background-image: url('../phorum/templates/DCR/images/header_bg.png');
	width: 100%;
	height: 423px;
	margin: 25px 0px 25px 0px;
}
.DCR_headerlogo {
	float: left;
	margin-left: -75px;
}
.DCR_loginbox {
	float: left;
	width: 240px;
	padding: 10px 10px 10px 30px;
	margin: 5px 0px 0px 20px;
	color: white;
	font-family: "Arial";
	font-size: 10pt;
	border-left: 1px solid #5c5c5c;
	height: 230px;
}
.DCR_login_error {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5c5c5c;
}
#DCR_userinfo {
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}
#DCR_main {
	position: relative;
	background-color: #1a1a1a;
	width: 100%;
	background-image: url('../phorum/templates/DCR/images/main_bg.png');
	background-repeat: repeat-x;
}

#DCR_sidebar {
	width: 240px;
	margin: 10px;
	height: 100%;
	float: right;
}

#DCR_SBadspace {
	text-align: center;
}
#DCR_SBadspace img { 
	border: 1px solid black;
}
.DCR_SBtitle {
	background-image: url('../phorum/templates/DCR/images/top_background.png');
	color: white;
	padding: 5px;
	font-size: 14pt;
	border: 1px solid black;
}


/* controls content sections width & centering */
.DCR_pagewidth {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.DCR_loginfield {
	width: 95%;
}




.right { float: right; }
.left  { float: left; }
.clear { clear: both; }
.overlogin { margin-bottom: 43px;}
.underlogin { margin-top: 7px; }

/* * * * * * * * * *  PHORUM CSS * * * * * * * * */


/* overall style */
#phorum {
	width: 730px;
	padding: 50px 0px 20px 0px;
	float: left;
}


/* Default Link Style : White */
a:link 		{ color: #dcdcdc; text-decoration: none; outline: none; }
a:visited 	{ color: #dcdcdc; text-decoration: none; outline: none; }
a:hover 	{ color: white; text-decoration: underline; outline: none; }
a:active	{ color: #dcdcdc; text-decoration: none; outline: none; }



/* Footer Styles */
#main_footer {
	clear: both;
	background-image: url('../phorum/templates/DCR/images/main_bg_bottom.png');
	width: 100%;
}

#credits {
    margin-top: 26px;
    font-size: 85%;
    text-align: center;
	color: #868686;
	margin: 20px;
}
#credits a:link { color: #868686; }
#credits a:visited { color: #868686; }
#credits a:hover { color: white; }
#credits a:active { color: white; }


/* GLOSSARY STYLES */
ul#glossary {
	background-color: white;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
ul#glossary li {
	list-style-type: none;
	margin: 10px;
	text-align: left;
}
ul#glossary li span {
	font-weight: bold;
	margin-right: 100%;
	display: block;
	width: 100%;
}
ul#glossary h2 {
	color: white;
	width: 720px;
	background-color: #BD0000;
	background-image: url('../phorum/templates/DCR/images/top_background.png');		
	padding: 5px;
}
#glossary_title h1 {
	color: white;
	font-size: 18pt;
	margin-bottom: 5px;
	margin-top: -30px;
}
#glossary_title span {
	color: #a9a9a9;
}

