/*****************************************
 Tag Styles
 *****************************************/

body {
	font-family: tahoma, helvetica, sans-serif;
	color: #000000;
	background: #fafafc;
	margin: 5px;
	padding: 0px;
	font-size: 80%;
	text-align: center; /* hack for IE  */
}

body-hidden {
	font-family: tahoma, helvetica, sans-serif;
	color: #000000;
	background: #fafafc;
	margin: 5px;
	padding: 0px;
	font-size: 80%;
	text-align: center; /* hack for IE  */
	display: none;
}

a {
	color: #06174c;
	text-decoration: underline;
}

a:hover {
	color: #ff3333;
	text-decoration: underline;
}

table {
	font-size: 100%;
}
/*****************************************
 Page Container
 *****************************************/
#container {
	width: 720px;
	margin: 0px auto;
	text-align:left; /* hack for IE */
	padding: 0px;
}


/*****************************************
 Header
 *****************************************/
 
#header {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#header_search {
	float: right;
	text-align: right;
	padding: 20px 0px 20px 0px;
	color: #06174c;
	font-size: 100%;
	font-weight: bold;
}

.search_box {
	border-left: 0px solid #666666;
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;
	background: #e6d9d9;
	padding: 2px;
	width: 135px;
	font-size: 125%;
}


/*****************************************
 Top Navigation Bar
 *****************************************/

#nav_bar {
	display: block;
	clear: left;
	width: 720px;
	text-align: center;
	margin: 0px 0px 5px 0px;
	white-space: nowrap;
}

#nav_bar ul {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	list-style: none;
	border-top: 1px solid #32406c;
	border-bottom: 1px solid #32406c;
}
	
#nav_bar li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav_bar a {
	text-transform: uppercase;
	font-size: 95%;
	padding: 0px 2px 0px 2px;
}


/*****************************************
 Heading
 *****************************************/

#heading {
	background: #06174c;
	color: #fff;
	width: 720px;
	border-top: 2px solid #fff; 
	padding: 0px;
	margin: 0px;
}

#joinbar {
	text-align: right;
	padding: 5px;
}
#joinbar a {
	color: #ffffff;
}


/*****************************************
 Side Content
 *****************************************/

#side_panel {
	background: #DBE6CC; 
	border-left: 5px solid #06174c; 
}

.main_nav {
	background: #99CC66;
	font-size: 100%;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}

.current_main_nav {
	background: #06174C;
	font-size: 100%;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}

.main_nav a {
	color: #000;
}

.main_nav a:hover {
	color: #000;
}

.current_main_nav a {
	color: #fff;
}

.current_main_nav a:hover {
	color: #99CC66;
}

/*****************************************
 Content
 *****************************************/

#content {
	margin: 0px;
}

#content img {
	margin-right: 5px;
}

.content_title {
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 6px;
}

.content_body {
	font-size: 90%;
	padding: 0px 5px 5px 5px;
	width: 100%;
}

#content_form_title {
	
}

/*****************************************
 Content Details
 *****************************************/
tr.dataGridHeader td {
	background: #9c6; 
	color: #000;
}

.section_title {
	border-bottom: 2px solid #9c6;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #06174c;
}

.section_block {
	padding: 0px 15px 0px 15px;
	color: #06174c;
	font-style: italic;
}

.section_header {
	border: 1px solid #06174C;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 110%;
	background: #06174C;
	color: #fff;
	text-align: left;
	width: 100%;
}

.section {
	border: 1px solid #06174C;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	background: #DBE6CC;
}

.section_inner {
	width: auto;
}

.section table {
	width: 100%;
}

.section_table {
	border: 1px solid #06174C;
}

.section_table th {
	background: #9c6; 
	color: #000;
}

.section_table td, th {
	text-align: center;
}

.section_table_left {
	text-align: left;
}

tbody.centeralign td {
    text-align: left;
    padding-left: 190px;
}

.section td, th {
	padding: 5px;
}

.section ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.section li {
	padding: 5px;
}

.section textarea {
	margin-bottom: 5px;
}

.odd {
	background: #ffe;
}

.even {
	background: #cde;
}

.label {
	width: 30%;
}

.input {
	width: 70%;
}

.red {
	color: #f00;
}


/*****************************************
 Quick Links
 *****************************************/

#quick_links {
	color: #222222;
	font-size: 80%;
}

#quick_links th {
	border-bottom: 1px solid #222222;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: left;
	font-size: 115%;
}

/*****************************************
 Scoreboard
 *****************************************/

.scoreboard {
	background: url(images/scoreboard_bg.gif) no-repeat;
	width: 250px;
	height: 151px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	
}


.scoreboard_inside {
	padding: 3px;
	color: #fff;
	
}

.scoreboard table {
	font-size: 12pt;
	font-family: Georgia,Times,serif;
	color: #fff;
}

.scoreboard_title {
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
}

.scoreboard_days {
	background: url(images/scoreboard_days_bg.gif) no-repeat center;
	height: 33px;
	color: #ff0;
	font-family: "Courier New",courier,mono-spaced;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
}

.scoreboard_days_label {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	padding-bottom: 3px;
}

.scoreboard_team {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 2px;
}

.scoreboard_number {
	color: #f20;
	font-family: "Courier New",courier,mono-spaced;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	
}

.scoreboard_number_box {
	width: 40px;
	border: 1px solid #fff;
	padding: 3px;
	white-space: nowrap
}

.goal_answers {
	text-align: left;
	padding-left: 36px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


/*****************************************
 Bottom Navigation Bar
 *****************************************/

#footer_bar {
	display: block;
	clear: left;
	width: 720px;
	background: #06174c;
	text-align: center;
}
	
#footer_bar ul {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	list-style: none;
}
	
#footer_bar li {
	display: inline;
	padding: 0px 8px 0px 8px;
	color: #ffffff;
	font-size: 100%;
}

#footer_bar a {
	color: #ffffff;
	text-transform: uppercase;
}

#footer_info {
	text-align: center;
}
