@charset "utf-8";

* {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}

body {
	margin:0;
	padding:0;
	background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/bg_notile.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#0a1010;
}

#headerImage {
	margin:0 auto;
	width:844px;
	height:140px;
	background-image:url('https://cdn.steamstatic.com/apps/dota2/images/international_registration/header.png');
	background-position:center;
	background-repeat:no-repeat;
}	
#contentFrame {
	margin:0 auto;
	width:844px;
	min-height:216px;
	position:relative;
}
#cfTop {
	width:844px;
	height:108px;
	background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/frame_top.png');
	background-repeat:no-repeat;
}
#cfBottom {
	width:844px;
	height:108px;
	background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/frame_bottom.png');
	background-repeat:no-repeat;
}
#cfCenter {
	width:800px;
	padding:0px 22px;
	background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/frame_center_tile.png');
	background-repeat:repeat-y;
	position:relative;
}
#cfContent {
	
}

#cfContent h1 {
	margin:0;
	padding-bottom:10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.adminHomeLink {
	margin:0;
	padding:8px 0px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	display:block;
}

#headerLoginStateBar {
	background-color:#151515;
	padding:4px;
	line-height:16px;
}

.adminError {
	font-weight:bold;
	color:#dd0000;
}

.errorText {
	color:#dd0000;
}
.successText {
	background-color:#00cc00;
	color:#000000;
	padding:6px;
	border:solid black 1px;
}
.inlineLoginForm {
	display:inline;
	margin:0;
	padding:0;
}

p.q {
	margin:0;
	padding:16px 0px 4px 0px;
	font-weight:bold;
	color:#bbbbbb;
}
p.a {
	margin:0;
	padding:0px 0px 26px 10px;
}

input[type=text], input[type=password], textarea, select, checkbox {
	background-color:#000000;
	color:#cccccc;
	border:solid #555555 1px;
	margin:0;
	padding:4px;
}

#faqLinks {
	padding:16px 0px;
	text-align:center;
}
#faqLinks a,#faqLinks a:hover,#faqLinks a:link,#faqLinks a:visited,#faqLinks a:active {
	font-size:14px;
	font-weight:bold;
}

.val {
	color:#dddddd;
}
.val2 {
	color:#eeeeee;
	font-weight:bold;
}

#cfContent a,#cfContent a:active,#cfContent a:visited {
	color:#ffffff;
}

p {
	margin:0;
	padding:10px 0px;
}

.submitButton {
	padding:2px 8px;
	margin:0;
	border:solid #777777 1px;
	background-color:#000000;
	color:#eeeeee;
	cursor:pointer;
}

.inviteStatusTitle {
	background-color:#000000;
	width:650px;
	padding:4px 0px;
	text-align:center;
	margin:auto;
}
.inviteRowHeader {
	font-weight:bold;
}
.inviteRow {
	width:650px;
	padding:4px 0px;
	text-align:left;
}
.inviteCategory {
	display:inline-block;
	padding-left:10px;
	width:140px;
}
.inviteName {
	display:inline-block;
	width:200px;
}
.inviteKey {
	display:inline-block;
	width:120px;
}
.inviteClaimed {
	display:inline-block;
	width:80px;
}
.inviteTaxReady {
	display:inline-block;
	width:80px;
}
.inviteMemo {
	width:600px;
	margin:auto;
	padding:4px 0px;
	color:#666666;
	border-bottom:solid #555555 1px;
}
.rowA {
}
.rowB {
}
#loginLink {
	display:block;
	margin-top:10px;
	font-size:16px;
	font-weight:bold;
}
#agreementBody {
	text-align:left;
	width:380px;
	padding:10px;
	background-color:#333333;
	color:#aaaaaa;
}

.headerBody
{
    margin-top: 10px !important;
}

#agreementBody li {
	margin-bottom:5px;
    margin-top: 5px;
    margin-left: -10px;
}
#agreementBody strong {
	color:#dddddd;
}
#userAgreementModal {
	position:absolute;
	z-index:1000;
	width:420px;
	text-align:center;
	height:380px;
	background-color:#000000;
	border:solid #777777 1px;
}
#userAgreementIframe {
	width:420px;
	margin:0px auto 10px auto;
	height:300px;
	overflow:scroll;
	border:none;
	border-bottom:solid #555555 1px;
	
}
#modalBG {
	position:absolute;
	z-index:900;
	background-color:#000000;
	filter:alpha(opacity=60);
	opacity:0.8;
}

.modalButton {
	display:inline-block;
	border:solid #888888 1px;
	line-height:24px;
	padding:0px 16px;
	font-weight:bold;
}
#userAgreementDecline {
	background-color:#440000;
}
#userAgreementDecline:hover {
	background-color:#660000;
}
#userAgreementAgree {
	background-color:#004400;
}
#userAgreementAgree:hover {
	background-color:#006600;
}

.modalButtons {
	margin-top:8px;
}
#userAgreementNote {
	text-align:center;
	padding:0px 16px;
}
