@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	background-image: none;
	/* background-color: #060; */
	background-image: url(assets/brick_background_logo_360.png);
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(assets/woodtile2a.jpg);
	border-top-width: 1px;
	border-right-width: thick;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #F60;
	border-bottom-color: #000000;
	border-left-color: #F60;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
} 
.thrColFixHdr #header {
	background-image: url(assets/woodtile2a.jpg);
	background-color: #FFF;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	/*border-bottom-style: solid; */
	border-left-style: none;
	border-top-color: #F60;
	/*border-bottom-width: thick;
	border-bottom-color: #F60; */
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 250px;
	float: none;
	width: auto;
} 
.thrColFixHdr #container #header .links a {
}


.header_text_large {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: xx-large;
}

.sidebar_box {
	border: medium solid #F60;
	background-color: #FFF;	
	text-decoration: none;
}
.main_navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	height: 30px;
	padding-top: 3px;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	/*-moz-border-radius: 9px 9px 9px 9px;*/
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.sidebar_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	/*-moz-border-radius: 9px 9px 9px 9px;*/
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}


.sidebar_heading_thin {
	color: #F60;
	background-color: #F60;
	text-align: center;
	height: 15px;
	padding-top: 0px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	/*-moz-border-radius: 9px 9px 9px 9px; */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_content {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid #F60;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

#main_content_teams_box {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*border: 1px solid #F60; */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}


#main_contentequal {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	border: thin solid #F60;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 245px;
}

#home_page_main_box {
	text-align: center;
}

.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 */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(assets/woodtile2a.jpg);
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 50px;
}

.thrColFixHdr #sidebar1equal {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(assets/woodtile2a.jpg);
	border-left-style: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 7px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(assets/woodtile2a.jpg);
	border-right-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 50px;
}

.thrColFixHdr #sidebar2equal {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(assets/woodtile2a.jpg);
	border-right-style: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 7px;
}

.thrColFixHdr #sidebar2thin {
	float: right; /* since this element is floated, a width must be given */
	width: 2px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(assets/woodtile2a.jpg);
	border-right-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #mainContent {
	border-right-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #F60;
	border-left-color: #F60;
	color: #000;
	font-weight: bold;
	width: auto;
	margin-top: 0px;
	margin-right: 170px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

.thrColFixHdr #mainContentEqual {
	border-right-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #F60;
	border-left-color: #F60;
	color: #000;
	width: auto;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

.thrColFixHdr #mainContentWide {
	border-right-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #F60;
	border-left-color: #F60;
	color: #000;
	font-weight: bold;
	width: 580px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F60;
	border-bottom-color: #F60;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.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;
}
.footer_text_black {
	font-size: x-small;
	font-weight: bold;
	color: #000;
}


.sidebar_content {
	/*display: block;*/
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-size: small;
	padding: 4px;
	border: 1px solid #F60;
	text-decoration: none;
}

#teams_tab_schedule_date {
	/*display: block;*/
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-size: small;
	padding: 4px;
	border: 1px solid #F60;
	text-decoration: none;
	width: 125px;
	height:20px;
}	
.footer_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006;
}
.position_table_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #003;
	font-weight: normal;
}
.header_text_large {
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #header {
	color: #F60;
	text-align: center;
}
.thrColFixHdr #container #header {
	text-align: center;
}
.thrColFixHdr #container #header .links a {
	text-align: center;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}
.links {
	text-decoration: none;
	
}
.links a:link, a:visited {  
	color: #FFF;
	text-decoration: none;
}

.links a:hover, a:active {  
	border: solid 2px #FFF;
	background-color: #060;
	text-decoration: none;
}

.links a.one:link, a.one:visited {  
	color: #000;
	text-decoration: none;
}

.links a.one:hover, a.one:active {  
	text-decoration: none;
	color:  #F60;
	
}
.plinks {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFFFFF;
}
 
.plinks a:link, a:visited {  
	color: #000000;
	text-decoration: none;
}

.plinks a:hover, a:active {
	text-decoration: none;
	/*border-bottom: solid 1px #000; */
	/*vertical-align: bottom; */
	font-size: x-small;
	color: #000000;
	background-color: #FFF;
	
}

a.two:link, a.two:visited {  
	color: #000000;
	font-size: small;
	text-decoration: none;
	background-color:  #FFFFFF;
}

a.two:hover {
	text-decoration: underline;
	font-size: small;
	color: #F60;
	background-color: #FFFFFF;
	/*line-height: 20px;*/
}

a.two:active {
	text-decoration: none;
	font-size: small;
	color: #000;
	background-color: #FFFFFF;
	/*line-height: 20px;*/
}


.sidebar_content a.two:link, a.two:visited {  
	color: #000000;
	font-size: small;
	text-decoration: none;
	background-color:  #FFFFFF;
}

.sidebar_content a.two:hover {
	text-decoration: underline;
	font-size: small;
	color: #F60;
	background-color: #FFFFFF;
	
}

.sidebar_content a.two:active {
	text-decoration: none;
	font-size: small;
	color: #000;
	background-color: #FFFFFF;
	
}

a.map:link, a.map:visited {  
	color: #000;
	font-size: small;
	text-decoration: none;
	background-color:  #FFFFFF;
}

a.map:hover, a.map:active {
	text-decoration: underline;
	font-size: small;
	color: #F60;
	background-color: #FFFFFF;
	
}

.sidebar_content a.map:link, a.map:visited {  
	color: #000;
	font-size: small;
	text-decoration: none;
	background-color:  #FFFFFF;
}

.sidebar_content a.map:hover, a.map:active {
	text-decoration: underline;
	font-size: small;
	color: #F60;
	background-color: #FFFFFF;
	
}

.form_lable_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	font-weight: bold;
}

/*.thrColFixHdr #container #sidebar2 .sidebar_content .plinks {
	font-size: x-small;
	color: #000;
	text-decoration: underline;
} */
.main_content_text_red {
	font-weight: bold;
	color: #F00;
}
