/* Color Palette - Search/Replace for whole stylesheet
Dark Blue: #1D4A97
Light Blue: #3A62A6
Red: #c00
Yellow: #FCE365
Light Yellow: #FFF4BF

/* This style sets global margins and padding to zero. Adjust local IDs/Classes as needed  */
* {
	padding: 0;
	margin: 0;
}

body {
	background: #2D2D2D url('/images/backgrounds/dots.gif') repeat;
	font: 80% Arial, Helvetica, sans-serif !important;
	color: #000;
	text-align: center;
}

#container {
	width: 760px;
	margin: 0 auto;
	border: solid;
	text-align: center;
	background: #ccc url('/images/containerBack.gif') top center repeat-y;
}

#content {
	text-align: center;
	padding: 0 20px;
	min-height: 400px;
}

p {
	margin: 1em 0;
}

form {
	display: inline;
}

ul, ol {
	margin-left: 1em;
	text-align: left;
}

hr {
	margin: .5em 0;
	padding: 0;
	height: 1px;
	color: #000;
	background: #000;
}

/*****************************
* Link Styles 
*****************************/

a:link {
	color: #1D4A97;
}

a:visited  {
	color: #3A62A6;
}

a:hover, a:active  {
	color: #c00; 
}

/*****************************
* Body Heading Styles 
*****************************/

h1 {
	font-size: 170%;
	padding: 1em 0 .5em 0;
}

h2 {  
	font-size: 120%; 
	color: #903;
}

h3 {
	font-size: 110%; 
	color: #fff;
}

h1, h2, h3 {
	font-weight: bold;
	color: #c00 !important;
}

/*****************************
* Header Styles 
*****************************/

#header {
	background: #000;
	text-align: center;
	border: none;
	width: 760px;
	text-align: left;
}

#headerNav {
	margin: -1.95em 0 0 0;
	padding: 0 1em;
}

#headerNav li {
	display: inline;
	border-right: 2px solid #555;
	font: bold 100% trebuchet,helvetica,sans-serif;
	line-height: 1.5em;
}

#headerNav a {
	padding: 0 1em;
	text-transform: uppercase;
	text-decoration: none;
}

#headerNav a:link, #headerNav a:visited  {
	color: #fff;
}

#headerNav a:hover, #headerNav a:active  {
	color: #f00;
}

.noLeft {
	margin-left: -1em;
	padding-left: 0;
}

/*****************************
* Footer Styles 
*****************************/

#footer {
	text-align: center;
	background: #000;
}

#footerNav {
	margin: 0;
	padding: 1em 0 0 0;
	text-align: center;
}

#footerNav li {
	display: inline;
	border-right: 2px solid #555;
	font: bold 100% trebuchet,helvetica,sans-serif;
}

#footerNav a {
	padding: 0 1em;
	text-transform: uppercase;
	text-decoration: none;
}

#footerNav a:link, #footerNav a:visited  {
	color: #fff;
}

#footerNav a:hover, #footerNav a:active  {
	color: #f00;
}

/*****************************
* Form Field Styles 
*****************************/

input { 
	font-size: 80%;
}

select {  
	font-size: 80%; 
}

option {  
	font-size: 100%;
	color: #000; 
}

submit {  
	font-size: 90%; 
}

radio {  
	font-size: 90%; 
}

fieldset {
	margin: 2em;
	padding: 1em;
	position: relative;
	border: 2px solid #000;	
	background: #F2F7FF;
	text-align: center;
}

legend {
	font-weight: bold;
	color: #1D4A97;
	/* The following rules are aplied only to IE */
	_position: absolute; 
	_left: 10px; 
	_top: -5px;
}

/*****************************
* Generic Table Styles 
*****************************/

table {
	background: #F2F7FF;
	margin: 1em auto;
}

th {
	padding: 2px;
	background: #000;
	color: white;
	text-align: left;
}

td {
	padding: 2px;
	text-align: left;
}

.darkRow {
	background: #C5D1E4;
}

/*****************************
* State Scoreboard Styles 
*****************************/
.leftCol {
	width: 305px;
	margin: 1em 0;
	padding: 0;
	float: left;
	/* border: 1px dotted #c00; */
}

.rightCol {
	width: 405px;
	margin: 1em 0;
	padding: 0;
	float: right;
	/* border: 1px dotted #00c; */
}

#stateCalendar {
	margin: 1em auto;
	background: #ddd;
}

#stateCalendar td {
	border: 1px solid #1D4A97;
	background: #fff;
	width: 14%;
}

/*****************************
* Team Search Results Styles 
*****************************/

#searchResults {
	background: #F2F7FF;
	margin: 1em auto;
}

#searchResults th {
	padding: 2px;
	background: #000;
	color: white;
	text-align: left;
}

#searchResults td {
	padding: 2px;
	text-align: left;
}

.darkRow {
	background: #C5D1E4;
}

/*****************************
* Team Page Styles 
*****************************/

#teamHeader {
	text-align: center;
}

#teamHeader h1{
	background: none !important;
	text-align: center;
}

#teamDetails, #teamSchedule, #score {
	border: 2px solid #000;
	margin: .5em auto;
	padding: 2px;
	background: #F2F7FF;
}

#teamDetails td, #teamSchedule td, #score td {
	vertical-align: top;
	padding: 2px;
}

#teamSchedule {
	width: 650px;
	background: #F2F7FF;
}

#teamNews {
	width: 650px;
	margin: 1.5em auto;
	padding: 5px 0;
	border: 2px solid #000;
	background: #F2F7FF;
	text-align: center;
}

.comments {
	font-size: 80%;
}

.title {
	font-weight: bold;
	text-align: right;
	width: auto;
}

.data {
	text-align: left;
}

.darkRow {
	background: #C5D1E4;
}

#teamLinks {
	width: 75%;
	list-style: none;
	margin: 1em auto;
}

#teamLinks li {
	display: inline;
}

#teamLinks li a {
	padding: 0 5px;
}

/*****************************
* Article Styles 
*****************************/

.articles {
	padding: 1em 5em;
	text-align: left;
}

.articles h3{
	margin-top: 2em;
	font-size: 130%;
	color: #2E3E5C !important;
}


.articles p {
	font-size: 115%;
}

/*****************************
* Misc Styles 
*****************************/

.clear {
	clear: both;
}

.bold {
	font-weight: bold !important;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.justify {
	text-align: justify !important;
}

.asterisk {
	color: #c00;
	font-weight: bold;
	margin: 0 2px;
}

.noBorder {
	border: none;
}

.registration {
	margin: 1em 3em;
}