/* CSS Document */
/* default styles */
body{
	line-height:normal;
	text-align:left;
	color:#646464;
	margin:0;
	background-color: #A6A6A6;
	font-family: Arial;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
	input,select,textarea{
	font-family: Arial;
	font-size: 12px;
	background-color: #F6F6F6;
	border: 1px solid #A6A6A6;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
	input.submit{
	height: 25px;
	background-color: #A6A6A6;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
input.submit:hover {
	background-color: #AF1A30;
	cursor: hand;
}
	input.btn1{
	height: 25px;
	background-color: #707070;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-style: none;
}
input.btn1:hover {
	background-color: #AF1A30;
	cursor: default;
	cursor: hand;
}
	input.btn2{
	height: 25px;
	background-color: #AF1A30;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-style: none;
}
input.btn2:hover {
	background-color: #A6A6A6;
	cursor: default;
	cursor: hand;
}
	input.btn3{
	height: 25px;
	background-color: #A6A6A6;
	color: #FFFFFF;
	border-style: none;
	margin: 0px;
}
input.btn3:hover {
	background-color: #AF1A30;
	cursor: default;
	cursor: hand;
}
	input.btn4{
	height: 25px;
	background-color: #707070;
	color: #FFFFFF;
	border-style: none;
	margin: 0px;
}
input.btn4:hover {
	background-color: #AF1A30;
	cursor: default;
	cursor: hand;
}
input.radio{background:none;margin:0;padding:0;_margin-left:-5px;_margin-top:1px}

form{margin:0;padding:0}

li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 15px;
	font-size: 12px;
}

h1{
	font-size:20px;
	line-height: normal;
	margin: 0;
}
h2{
	font-weight:bold;
	font-size:14px;
	text-shadow:none;
	line-height: normal;
	margin: 0px;
}
h3{
	font-weight:bold;
	font-size:13px;
	text-shadow:none;
	line-height: normal;
}
h3 a:link,h3 a:visited,h3 a:hover,body
h3{font-size:1.1em;margin:0 0 4px 0;padding:0;color:#AF1B30;}
h3 a:link,h3 a:visited,h3 a:hover,h3 a:active{text-decoration:none;color:#AF1B30}
h4{color:#fff;font-size:1em;margin:0 0 2px 0;padding:0;text-shadow:#000 2px 2px 0px}
h4 a:link,h4 a:visited,h4 a:hover,h4 a:active{text-decoration:none;color:#AF1B30}

table td{font-size:1em}
a:focus{-moz-outline:0;outline:0;outline-offset:0}
/* link, visited, hover, active for safari*/
a:link{
	color:#AF1B30;
	text-decoration: none;
}
a:visited{
	color:#AF1B30;
	text-decoration: none;
}
a:hover{
	color:#000000;
	text-decoration: none;
}
a:active{color:#AF1B30;text-decoration:none
}
a img{border:none;text-decoration:none
}
code{color:#76B41C;font-size:110%;line-height:1.2em;text-align:left}
code strong{color:#9AE825;font-weight:normal
}
legend{text-transform:uppercase;font-size:11px;color:#fff;padding:3px 6px 4px 6px;margin:0 0 16px 0;letter-spacing:1px;background:#1f1f1f;border:1px solid #444;font-weight:bold;text-shadow:#000 2px 2px 0px
}
label{font-weight:bold}
/* custom font attributes */
.textcol1 {
	color: #AF1A30;
}
.textcol2 {
	color: #FFFFFF;
}
.textcol3 {
	color: #1CB19D;
}
.textcol4 {
	color: #F287B7;
}
.textcol5 {
	color: #000000;
}
.text1 {
	font-size: 14px;
}
.text2 {
	font-size: 14px;
	color: #AF1A30;
}
.text3 {
	font-size: 11px;
	color:#646464;
}
.text3 a, .text3 a:link, .text3 a:hover, .text3 a:active {
	font-size: 11px;
	color:#646464;
}
.text4 {
	font-size: 14px;
	color: #FFFFFF;
}
.text5 {
	font-size: 12px;
	color: #FFFFFF;
}
.text6 {
	font-size: 13px;
	color:#646464;
}
.text7 {
	font-size: 10px;
	color: #4C4C4C;	
}
/* the forum layout */
#loading {
	background-color: #707070;
	height: 120%;
	width: 120%;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	position: absolute;
	z-index: 5;
	cursor: wait;
	margin: auto;
	clear: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	visibility: visible;
}
#message {
	background-color: #3F3F3F;
	padding: 20px;
	height: auto;
	width: 250px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	position: absolute;
	left: 348px;
	top: 301px;
	color: #FFFFFF;
	text-align: center;
	z-index: 6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	border-left-color: #8D8D8D;
	clear: none;
	visibility: visible;
}
.show {
	display: block;
}
.hide {
	display: none;
}
#content {
	height: auto;
	width: 786px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 11px;
}

#logo {
	height: 128px;
	width: 154px;
	margin: auto;
	padding: 0px;
	float: left;
}
#nav {
	width: 154px;
	height: inherit;
	padding-right: 10px;
	float: left;
}	
#main {
	width: auto;
	min-width:616px;
	height: auto;
	clear: both;
	margin-right: 6px;
	float: left;
	}
#loginarea {
	background-image: url(../images/bd_styling_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: auto;
	width: auto;
	min-width:558px; /*the same as 'main' width minus padding of 58*/
	padding: 29px;
	background-color: #FFFFFF;
}
#maincontent {
	height: auto;
	min-width: 622px;
	width: 622px;
	float: right;
}
#header {
	height: auto;
	width: auto;
	float: left;
	clear: both;
	padding-bottom: 6px;
}
.panel {
	float: left;
	height: auto;
	width: 584px;
	min-width:558px;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
}
.panel1 {
	float: left;
	height: auto;
	width: 584px;
	min-width:558px;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	background-color: #3F3F3F;
	clear: both;
}
.panelbg {
	float: left;
	height: auto;
	width: 584px;
	min-width:558px;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../images/panel_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.panelcontent {
	min-width:558px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: inherit;
	height: inherit;
	clear: both;
}
.panelhide {
	float: left;
	height: auto;
	width: 584px;
	min-width:558px;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
	display: none;
}
#lcol {
	width: 48.5%;
	height: auto;
	float: left;
	clear: none;
}
#lcol1 {
	width: 44%;
	height: auto;
	float: left;
	clear: none;
}
#rcol {
	float: right;
	width: 48.5%;
	height: auto;
}
#rcol1 {
	float: right;
	width: auto;
	height: auto;
}
.rcolpad {
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #757575;
	border-left-color: #757575;
	margin-top: 14px;
	margin-bottom: 14px;
}
#mcol {
	height: auto;
	padding-bottom: 10px;
	clear: both;
	width: inherit;
}
#paneldata {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
}
#textblock {
	padding-bottom: 10px;
}
#paneldata1 {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: inherit;
	display: block;
}
/* button and logged positioning */
#homebut {
	height: auto;
	width: auto;
	float: left;
	padding-right: 20px;
}
#logoutbut {
	position: absolute;
	height: auto;
	width: auto;
	left: 726px;
	top: 8px;
}
#loggedinas {
	height: auto;
	width: auto;
	padding: 5px;
}
#loggedinasholder {
	position: absolute;
	left: 175px;
	top: 8px;
	height: auto;
	width: 540px;
}

