@charset "UTF-8";
#header/* CSS Document */

/*{
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: right;
	margin-right: 0px;
	padding-right: 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
}*/

a {
	text-decoration: none;
	color: #0066FF;
}
.a.header.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6633FF;
	text-decoration: none;
	text-transform: uppercase;
}
#loginWrapper {
	background-color: #006666;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
.registerRight {
	float: right;
	width: 550px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
	margin-top: 5px;
}

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url(file:///External%20HD_1/rdghostserver/css/assets/error.gif) no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 3px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.success_message { display: block; height: 22px; line-height: 22px; padding: 3px 10px 3px 35px; margin: 3px 0; color:#666; border: 1px solid #A0D997; -moz-border-radius: 5px; -webkit-border-radius:5px; background-color: #D6FFD8; background-image: url(file:///External%20HD_1/rdghostserver/css/assets/success.gif); background-repeat: no-repeat; background-position: 10px center; color:#436213; }
#leftHolder {
	float: left;
	width: 200px;
	margin-right: 50px;
	padding-right: 0px;
	padding-left: 35px;
	margin-top: 10px;
	background-color: #f6f6f6;
}

input, textarea, select {
	padding:7px;
	border:1px solid #eee;
	font:16px Arial, Helvetica, sans-serif;
	width:300px;
	color:#999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#leftyCopy {
	float: left;
	width: 300px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 30px;
}

label { display:block; font-weight:bold; color:#888; font:10px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:12px 0 4px; }

input[type=submit], input.submit { width:auto; background:#08c; border:1px solid #06a; color:#fff; font-weight:bold; margin-top:15px; cursor:pointer; width:auto; -moz-border-radius:5px; -webkit-border-radius:5px; padding:5px; }

input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus { background:#06a; color:#fff; }

ul.success-reg {
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20;
}ul.success-reg li { line-height: 25px; color: #999; list-style: none; }
span.success-info { width: 70px; }

input.edit_search { width:400px; }
select { width:auto; }
input:focus, textarea:focus { border-color:#ccc; color:#555; }

ul.success-reg {
	font-size:120%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
}

ul.success-reg li { padding: 5px 0; list-style: none; color: #999; border-bottom:1px dotted #ccc; }

ul.success-reg li span.success-info b {
	padding-right:30px;
	color:#222;
	display:inline-block;
	width:80px;
}

.credentials { width:149px; float:left; text-align: center; padding:0 5px; margin:10px 5px; border-right:1px dotted #ccc; }

/* Form style */

fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border: 1px solid #cbcbcb;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}

span.required{ font-size: 13px; color: #08c; }
#succsess_page {
	padding-left:95px;
	background-image: url(../assets/success.gif);
	background-repeat: no-repeat;
	background-position: 70px 10px;
}

/* Buttons */

a.admin {
	display:block;
	width:250px;
	height:52px;
	text-indent:-9999px;
	float:left;
	margin-right:9px;
	margin-bottom:10px;
	background-image: url(../assets/btn_adminpanel.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
a.admin:hover { background-position:top; }

a.protected {
	display:block;
	width:250px;
	height:52px;
	text-indent:-9999px;
	float:left;
	margin-right:0px;
	background-image: url(../assets/btn_protected1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
a.protected:hover { background-position:top; }
a.protected2 {
	display:block;
	width:250px;
	height:52px;
	text-indent:-9999px;
	float:left;
	margin-right:9px;
	margin-bottom:10px;
	background-image: url(../assets/btn_protected2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

a.protected2:hover { background-position:top; }
a.protected3 {
	display:block;
	width:250px;
	height:52px;
	text-indent:-9999px;
	float:left;
	margin-right:0px;
	background-image: url(../assets/btn_protected3.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
a.protected3:hover { background-position:top; }

a.register {
	display:block;
	width:509px;
	height:52px;
	text-indent:-9999px;
	float:left;
	margin-right:0px;
	background-image: url(../assets/btn_register.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
a.register:hover { background-position:top; }

hr { height:1px; background:#ccc; border:none; }
#loginholder {
	float: left;
	width: 430px;
	border: 1px solid #999999;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	padding: 20px;
	background-color: #FFFFFF;
}
a.rollover {
	display: block;
	width: 350px;
	height: 52px;
	text-decoration: none;
	background-image: url(../assets/btn_register.png);
	}

a.rollover:hover {
	background-position: 0px -52px;
	}

.displace {
	position: absolute;
	top: 5000px;
	}
#rdgWrapper {
	padding: 5px;
	width: 980px;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	background:#fff;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	height: 100%;
	margin-top: 15px;
}
#rdgHeader {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_scap.jpg);
	background-repeat: no-repeat;
}
body {
	background-color: #f6f6f6;
	margin: 0px;
	padding: 0px;
}
.leftcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
#left {
	background-color: #FFFFFF;
	float: left;
	width: 280px;
	margin-top: 15px;
	padding-left: 50px;
	margin-bottom: 40px;
	margin-right: 30px;
	padding-right: 30px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
#right {
	float: left;
	width: 480px;
	background-color: #FFFFFF;
	margin-top: 30px;
	background-position: center;
	margin-left: 20px;
	margin-bottom: 30px;
}
#rdgFooter {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.rdgFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	clear: both;
}
#rdgLeftindex {
	background-color: #FFFFFF;
	float: left;
	width: 400px;
	margin-top: 20px;
	padding-left: 60px;
	margin-bottom: 40px;
}
.rdgLeftcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
#rdgRightindex {
	float: right;
	width: 500px;
	background-color: #FFFFFF;
	margin-top: 60px;
	background-position: center;
	margin-left: 20px;
	margin-bottom: 60px;
}
#membersignup {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
	background-color: #FFFFFF;
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}
#main {
	background-color: #006666;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageBeforeHeadline {
	margin-right: 30px;
	margin-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	padding-left: 50px;
}
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 20px;
}
.ruleLessBottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 10px;
}
#sponsorDiv {
	background-color: #FFFFFF;
	width: 780px;
	padding: 20px;
	margin-bottom: 20px;
}
#sponsorDiv2 {
	background-color: #FFFFFF;
	width: 780px;
	padding: 20px;
	margin-bottom: 20px;
	height: 80px;
}
#sponsorDiv3 {
	background-color: #FFFFFF;
	width: 780px;
	padding: 20px;
	margin-bottom: 20px;
}
#sponsorDiv4 {
	background-color: #FFFFFF;
	width: 780px;
	padding: 20px;
	margin-bottom: 20px;
}
#sponsorDiv5 {
	background-color: #FFFFFF;
	width: 780px;
	padding: 20px;
	margin-bottom: 20px;
}
#sponsorDiv6 {
	background-color: #FFFFFF;
	width: 780px;
	padding: 20px;
	margin-bottom: 50px;
}
div.port-line {
	height: 1px;
	width: 100%;
	font-size: 0px;
	background-color: #CCCCCC;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
body {
	text-decoration: none;
}
