@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* it's good practice to zero the margin and padding to account for differing browser defaults */

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: 85%;
}

#container {
	width: 700px;
	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;
	background-repeat: repeat-y;
} 

#container h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #660000;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 0.5em;

}

#container h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #660000;
	text-align: left;
	margin: 0em;
	line-height: 1.2ex;
}

#clear {
    clear:both;
} 

.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: 0px;

}
.marginleftright { /* this class can be used to float an element left in your page */
	margin-left: 10px;
	width: 300px;
	float:left;
}
.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;*/
}








/* position main elements */

#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;
}



#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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #A8A8A8;
}


#sidebar1 #content1 {
	padding: 0px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #FFFFFF;
}




#sidebar1 #content2 {
	padding: 15px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #FFFFFF;
}

#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;
}

#sidebar2 #content1 {
	padding: 15px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #FFFFFF;
}

#sidebar2 #content2 {
	padding: 15px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #FFFFFF;	
}

#sidebar2 #content3 {
	padding: 15px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #FFFFFF;	
}


#mainContent {
	float:left;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
} 

 #mainContent #content {
	padding: 10px;
}

#mainContent #content p {
	font-size: 0.9em;
	color: #330000;
}



#mainContent2 {
float:left;
width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
} 

 #mainContent2 #content {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mainContent2 #content p {
	font-size: 0.9em;
	color: #330000;
}






#sponsor_wrap {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
/*	border: 0px solid #000000;*/
height: 110px;
	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:#CCCCCC url(../images/background_sponsor.jpg) repeat-x;
	
	
} 


#sponsors {
	width: 250px; /* 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:#CCFF00;
	
} 

#sponsors #each_sponsor {
	float:left;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	height:110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	background-color: #CBCBCB;*/
} 
#sponsors h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #330000;
}


#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;
	}



    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: 11px;
	color: #660000;
	float: left;
	height: 22px;
	width: 130px;
	vertical-align: bottom;
	line-height: 22px;
	text-align: left;
}
#scoring #goals {
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	float: left;
	height: 22px;
	width: 30px;
	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;
}


/* -- 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;
	}
#mainContent #content #nametitle {
	width: 160px;
	float: left;
}
#mainContent #content #positiontitle {
	width: 130px;
	float: left;
}
#mainContent #content #emailtitle {
	width: 270px;
	float: left;
}
#mainContent #content #phonetitle {
	float: left;
	width: 120px;
}
#mainContent #content #name {
	float: left;
	width: 160px;
}
#mainContent #content #position {
	float: left;
	width: 130px;
}
#mainContent #content #email {
	float: left;
	width: 270px;
}
#mainContent #content #phone {
	float: left;
	width: 120px;
}
#mainContent #content h6 {
	font-size: 0.9em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	text-align: center;
}#album {
	padding: 8px;
	height: 580px;
	width: 955px;
	border: 3px groove #660000;
	background-image: url(../photo_album/background_shc.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainContent2 #content h6 {
	font-size: 0.9em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	text-align: center;
}
#scorin_line #player_number {
	float: left;
	width: 40px;

}
#scorin_line #player_name  {
	width: 340px;
	float: left;
	margin-left: 5px;
}
#scorin_line #player_number {
	width: 40px;
	float: left;
}
#scorin_line #player_goals  {
	text-align: center;
	width: 40px;
	float: left;
	margin-left: 10px;
}
#scorin_line #player_assists {
	text-align: center;
	width: 40px;
	float: left;
	margin-left: 5px;
}
#scorin_line #player_total  {
	text-align: center;
	width: 60px;
	float: left;
	margin-left: 5px;
}
#scorin_line #player_pim  {
	text-align: center;
	width: 40px;
	float: left;
	margin-left: 10px;
}
#container #mainContent #form1 #edit_details #scorin_line #player_attendance {
	text-align: center;
	float: left;
	width: 90px;
	margin-left: 10px;
}
#scorin_line #player_stats  {
	width: 75px;
	float: left;
}
#season_list h6 {
	font-size: 14px;
	color: #663333;
	text-align: center;
}
#content #buttons_wrap {
	text-align: center;
}
#xtra_row {
	display:none;
}
#xtra_row_off {
	display:block;
}
.cell_format_list 
{ 
/* 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. */
	background: url(../images2/table_row1_name1.png) no-repeat;
    padding-left:5px; 
	text-align:left;
	font-size: 0.9em; 
	font-style: italic;
	color: #663333;
	height:33px;
	text-align:center
}

.cell_format_header 
{ 
/* 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. */
	background: url(../images2/table_row1_name1.png) no-repeat;
    padding-left:15px; 
	text-align:center;
	font-size: 1.0em; 
	font-style: italic;
	color: #663333;
	height:33px;
}
     
.button_decor
{ 
/* 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. */
	font-size: 1.0em; 
	font-style: italic;
	color: #663333;
 	height:25px;

}
#edit_details #buttons_wrap #week {
	font-weight:600;
	font-size:1.1em;
	padding-top:9px; 
	height:24px; 
	float:left;  
	width:200px; 
	text-align:center;
}
#edit_details #buttons_wrap #date {
	font-weight:600;
	font-size:1.1em;
	padding-top:9px; 
	height:24px; 
	float:left;  
	width:250px; 
	text-align:center;
}
#edit_details #buttons_wrap #time {
	font-weight:600;
	font-size:1.1em;
	padding-top:9px; 
	height:24px; 
	float:right;  
	width:200px; 
	text-align:center;
}
#team_name {
	font-size:1.2em; 
	font-weight:600; 
	padding-top:7px; 
	height:25px; 
	float:left;
}
#team_image {
	float:right; 
	padding-right:20px;
}
