/*
light blue 	#86baf0
medium blue #5a7da1
dark blue	#263e58

orange 			#ff8a00
medium orange	#804500
dark orange		#402300

*/
/*structure */
html{
	height:100%;
	width:100%;
}
body{
	padding:0;
	margin:0;
	background:url(../i/body-bg.gif) repeat-x top #eee;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	height:100%;
	width:100%;
}

#container{
	padding:0;
	margin:0 auto;
	width:900px;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#fff;
}
#header{
	padding:0;
	margin:0;
	width:900px;
	height:100px;
	background:url(../i/header.jpg) no-repeat center;
	  
}
#body{
	padding:0 0 10px;
}

a {
	color:#ff0;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#dc0a19;
	cursor:pointer;
	text-decoration:underline;
}


#member{
	padding:10px;
	width:225px;
	text-align:right;
	color:#fff;
	font-size:11px;
	background:#000;
	position:absolute;
	margin:12px 0 0 642px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#member h3{
	color:#fff;
}
#member img{
	float:right;
	margin:0 0 0 10px;
}

#member a:link {
	color:#ff0;
	}


#login{
	padding:5 0 0 0;
	margin:5px 15px 0 0;
	color: #fff;
	font-weight:bold;
	width:150px;
	height:240px;
	background:url(../i/login.jpg) no-repeat 0px 17px;
	font-size:10px;
	float:right;
}
#login_form{
	padding:0 15px;
}


#login_btm{
	background:url(../i/login_btm.gif) no-repeat #0d0d0d center;
}

#login_btm{
	background:url(../i/login_btm.gif) no-repeat #0d0d0d center;
}

#nav{
	height:35px;
	margin:8px 10px 2px;
	font-size:11px;
	font-weight:bold;
	background:url(../i/nav_bg.gif) reepat-x;
	text-transform:uppercase;
}

#login_form a:link {
	color:#ff0;
	}


#nav a{
	height:35px;
	display:block;
	float:left;
	padding:0px 5px 0 5px;
	line-height:35px;
	border-right:2px solid #fff;
	background:url(../i/nav_btn_bg.gif);
	color:#333;
}
#nav a:hover{
	background-position:left center;
	color:#fff;
}
#nav a.current{
	color:#fff;
	background-position:left bottom;
}
#nav a.current:hover{
	background-position:left center;
}
#nav a span{
	font:11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#dc0a19;
	padding:0 5px 0;
}
#nav a:hover span{
	color:#fff;
}
#nav a.current span{
	color:#fff;
}
#subnav{
	height:20px;
	margin:0 10px 10px;
	background:#393939;
}
#subnav a{
	padding:3px 10px;
	line-height:20px !important;
	line-height:18px;
	margin:0 5px 0 0;
	font-size:11px;
	color:#fff;
}
#subnav a:hover{
	background:url(../i/subnav_over.gif) repeat-x;
	color:#fff;
}
#body{
	padding:0 10px 10px;
	margin:0;
}
#sup_options, .sup_options{
	width:245px;
}
#sup_options label, .sup_options label{
	display:block;
	margin:2px 0;
	padding:0;
}
#add_option{
	width:230px;
	text-align:right;
}
#overlay{
	background:#000;
	height:100%;
	width:100%;
	position:fixed !important;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);	
}
#overlay_content{
	background:url(../i/grey_grad.gif) repeat-x bottom #111;
	border:1px solid #333;
	position:absolute;
	padding:10px;
	left:50%;
	top:50%;
	opacity:0;
	filter:alpha(opacity=0);	
}
#overlay_content .close{
	float:right;
	font-weight:bold;
}
#hint_holder{
	position:absolute;
	width:200px;
}
#hint{	
	position:relative;
	float:left;
	color:#FFF;
	font:11px Arial, Helvetica, sans-serif;
    border: 1px solid #ad4050;
    padding: 10px;
    background-color: #9e1429;
	opacity:.95;
	filter:alpha(opacity=95);
}
#pointer{
	position:relative;
	background:url(../i/pointer.gif) no-repeat;
	line-height:10px;
	width:17px;
	height:10px;
	display:block !important;
	display:none;
	opacity:.95;
	filter:alpha(opacity=95);
}
/*classes*/

.submit{
	background:url(../i/subbutton.gif) no-repeat;
	border:0;
	width:80px;
	height:20px;
	cursor:pointer;
	display:block;
}

.additem
{
	background:url(../i/addbutton.gif) no-repeat;
	border:0;
	width:80px;
	height:20px;
	cursor:pointer;
	display:block;
}

.cancel{
	background:url(../i/canbutton.gif) no-repeat;
	border:0;
	width:80px;
	height:20px;
	cursor:pointer;
	display:block;
}
.no_border{
	border:none;
	background:none;
}
.hide{
	display:none;
}
hr.cleaner{
	height:1px;
	line-height:1px;
	padding:0;
	margin:0;
	border:none;
	visibility:hidden;
	clear:both;
}
a.anchor{
	visibility:hidden;
	padding:0;
	margin:0;
}
span.controls{
	float:right;
}
div.team{
	width:860px;
	padding:10px;
	margin:0 0 10px;
	background:#fff;
	float:left;
	border: 3px double #ddd;
}
img.team_logo{
	float:left;
	margin:0 10px 5px 0;
}
table.members{
	border-collapse:collapse;
	font-size:11px;
}
table.members td{
	border:1px solid #333;
	padding:2px 3px;
	text-transform:capitalize;
}
table.members .title td{
	background:#222;
	text-transform:none;
}
fieldset.members{
	float:left;
	margin:10px 10px 10px 0;
}
div.members{
	font-size:11px;
	background:url(../i/grey_grad.gif) repeat-x bottom #111;
	width:263px !important;
	width:260px;
	padding:10px;
	margin:5px;
	display:block;
	float:left;
}
.message{
	font-size:11px;
	padding:0 0 10px;
}
input.error, select.error, textarea.error{
	border:1px solid #f00;
}



p.error, span.error{
	font-size:14px;
	font-weight:bold;
	color:#f00;
}
span.num{
	float:left;
	line-height:50px;
	color:#ff8a00;
	font-size:50px;
	margin:-5px 0 0;
	padding:0 5px 0 0;
}
.started{
}
.required{
	color:#c8e25f;
	font-size:12px;
	font-weight:bold;
}
/*assigned tag styles*/
h1, h2, h3, h4, h5{
	padding:0;
	margin:0 0 5px;
	color:#c41230;
}
h1{	font-size:20px;}
h2{	font-size:18px;}
h3{	font-size:16px;}
h4{	font-size:14px;}
h4 a{
	font-size:14px;
}
h5{	font-size:12px; color:#fff; margin:0;}
p{
	padding:0;
	margin:5px 0;
}
form{
	font:11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

input, textarea, select{
	padding:0;
	overflow:auto;
	font-size:10px;
	background: url(../i/formbg.gif) repeat-x #fff; 
	border: 1px solid #bbb;
	color:#333;
}
a {
	color:#333;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#dc0a19;
	cursor:pointer;
	text-decoration:underline;
}


legend {
	color:#c41230;
	font-size:16px;
	font-weight:normal;
	padding:4px 4px 8px 4px;
	font-weight:bold;
	}

fieldset {
	border:1px solid #ccc;
	border-top:3px double #ccc;
	padding:10px;
	background:#eee;
	}
	
#register{
	padding:4px 0 0 0;
	margin:0;
	width:120px;
	height:16px;
	display:block;
	background:url(../i/linkbutton.gif) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

#register:hover {
	color:#ff0;
	text-decoration:none;
}

.redbutton
{
	padding:2px 0 0 0;
	margin:0;
	width:120px;
	height:20px;
	display:block;
	background:url(../i/linkbutton.gif) no-repeat;
	text-align:center;
	font:10px ;
	font-weight:bold;
	color:#fff;
	border:0;
	cursor: pointer;
}

.red_text
{
	color: #C41230;
	font-weight:bold;
}