@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}



body  {
	background: #cbcbcb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #660000;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 0.5em;
}
.thrColFixHdr #container h2 {
	font-size: 1em;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: .5em;
}
.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #CBCBCB;
} 
.thrColFixHdr #clear {
    clear:both;
	
} 
.thrColFixHdr #header {
	/*	background: #DDDDDD;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-color: #AEAEAE;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 272px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #EBEBEB;  padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 #content1 {
	padding: 0px;
	text-align: left;
}
.thrColFixHdr #sidebar1 #content2 {
	padding: 15px;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 211px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 #content1 {
	padding: 15px;
	text-align: center;
}
.thrColFixHdr #sidebar2 #content2 {
	padding: 15px;
	text-align: center;
}
.thrColFixHdr #sidebar2 #content3 {
	padding: 15px;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-color: #B5B5B5;
} 
.thrColFixHdr #container #mainContent #content {
	padding-top: 15px;
	padding-right: 220px;
	padding-bottom: 15px;
	padding-left: 290px;
}





.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 

#footer1 {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
/*	border: 0px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
/*	background-color: #CBCBCB;*/
} 

#footer1 ul {
	margin: 0;
  	padding: 0;
	float: left;
	background: url(images/nav_background.jpg) repeat-x bottom left;
  	list-style: none;
	position: absolute;
	left: 100px;
	top: 0;  
	height:42px;  
	width: 800px;  
	}
#footer1 ul li{
	float:left;
	}
#footer1 ul a {
	padding: 0.3em 1.0em 0 2.0em;
	font-size: 11px;
	line-height: 42px;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
	background: url(images/nav_separator.jpg) no-repeat left ;
}


#footer1 ul a.first {
	background: none;
	}
	
#footer1 ul a:hover {
	color:#561216;
	}

/* END UL STYLING FOOTER */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


















/* -- Contact area styles -- */
#contactArea {
	padding: 1em 0 0.5em 1.2em;
	}
#contactArea h1{
	font: bold 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #660000;
	}
#contactArea h2{
	font: 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #028925;
	}
#contactArea p{
	font: .9em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-bottom:0em;
	}
#contactArea a{
	color: #660000;
	text-decoration: none;
	border-bottom: dotted 1px #d52e36;
	}
#contactArea a:hover{
	border-bottom-style: solid;
	}
#contactArea img{
	float:left;
	padding-right:1em;
	}
/* -- Forms styles --*/


fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
}
.submit {
	margin-left: 5px;
	}
.clear {
	clear:both;
	}
input {
	width: 150px;
	}
/* reset width for non-text inputs */
input.radio, input.checkbox, input.submit {
  width: auto;
}

input.submit {
  width: 50px;
}



/* contain interior floats */
#docform {
	float:left;
	}
#docform p{
	position: relative;
	width: 100%;
	}
#docform form {
	border: 1px solid #CCCCCC;
	width: 2000px;
	margin-left: 5px;
	margin-top: 5px;
}
legend {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding: 2px 5px;
	color: #660000;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
}
/* display labels next to form elements, add a class for when you want them to stack */
label {
	float:left;
	margin-right: 2em;
	}
label.top {
	display:block;   /* the block attribute allows the label to be in its own container, which allows stacking on top of text field */
	float:none;
	}
	
	
/*style feedback message */
label .feedback {
	position: absolute;
	margin-left: 6em;
	left: 220px;
	font-weight: bold;
	color:#760000;
	padding: 0 0 5px 20px;
	background: url(../_images/notice.gif) no-repeat left top;
	/* so IE doesn't freak out */
	width: 200px;
}
#informationType {
	margin: 20px 0;
	}
/* display labels inline with checkboxes */
#informationType label, #artistinfo label{
	float:none;
	display:inline;
	padding-left:5px;
	}
/* align columns of checkboxes or radio buttons */
div.group1, div.group2, div.group3 {
	float:left;
	width: 15em;
	padding-left: 10px;
	}

/* --these styles use attribute selectors and the focus pseudo-selector to style form elements
in DOM compliant browsers. Other browseres (such as IE6 will ignore these
and render the default form */
fieldset[id=personalinfo] {
	border: 3px ridge #000000;
	background-color: #FFFFFF;
}
fieldset[id=artistinfo] {
	background: #CCCCCC;
	border: 3px ridge #000000;
}
legend[class=perlegend] {
	border-top: 3px ridge #000000;
	border-right: 3px ridge #000000;
	border-left: 3px ridge #000000;
	background-color: #CCCCCC;
	color: #33FFFF;
}
legend[class=artlegend] {
	background: #CCC;
	border-top: 3px ridge #000000;
	border-right: 3px ridge #000000;
	border-left: 3px ridge #000000;
}
input:focus, textarea:focus {
	border: 2px solid #660000;
	}



    validate_user errors css      

#log_res {
			height:auto;
			padding:15px;
			margin:100px auto 20px auto;
			width:400px;
		}
		#log_res p {
			margin:0;
			padding:4px 0 4px 0;
		}
		#log_res.ajax-loading
			{background: url(http://www.roscripts.com/images/spinner.gif) no-repeat center;
		}
		.error {
			color:red;
			margin:0;
			padding:0;
		}
#divMessage {
	font-size: .6em;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

#scoring #team {
	float: left;
	height: 22px;
	width: 26px;
}
#scoring #name {
	font-size: 12px;
	color: #660000;
	float: left;
	height: 22px;
	width: 130px;
	vertical-align: bottom;
	line-height: 22px;
	text-align: left;
}
#scoring #goals {
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	float: left;
	height: 22px;
	width: 28px;
	line-height: 22px;
}
#scoring #assists {
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	float: left;
	height: 22px;
	width: 30px;
	line-height: 22px;
}
#scoring #totalpoints {
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	float: left;
	height: 22px;
	width: 30px;
	line-height: 22px;
}
#scoring {
	width: 250px;
}
