﻿a:link	{
	color: white;
}
a:visited	{
	color: white;
}
a:hover	{
	color: white;
}
a:active	{
	color: white;
}

body{
	background-color: #202791;
	background-image: url('http://www.braelinnelementary.org/images_new/star%20background.jpg');
	background-position: left top;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}	

h1, h2, h3, h4, h5, h6	{
	color: #202791;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0px;
}

h1	{
	margin-top: 10px;
}

h2	{
	font-size: 16pt;
	margin-bottom: 15px;
}

h3	{
	font-size: 12pt;
	margin-bottom: 10px;
}

h4	{
	text-align: left;
	font-size: 12pt;
	margin-bottom: 10px;
}

hr	{clear: both;}

dt	{font-weight: bold;}

#main_div_yellow	{
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	border: 3px black solid;
	background-image: url('/images_new/background%20yellow%202.jpg');
	background-repeat: repeat;
	background-position: left top;
}

#pageheader	{
	padding: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 860px;
	border: 1px black solid;
	background-color: white;
}

#pageheader_text	{
	position: relative;
	top: 0px;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	height:100%;
}

#pageheader_text a:link, #pageheader_text a:visited, #pageheader_text a:active, #pageheader_text a:hover	{
	color: black;
}

.menu	{
	 padding: 0px;
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 width: 870px;
	 border-left: 1px black solid;
	 border-right: 1px black solid;
	 border-top: 0px black solid;
	 border-bottom: 1px black solid;
	 background-color: #4751A8;
	 clear: both;
	 color: white;
}

.menu_table_cell	{
	width: 16.67%;
	border: 0px black solid;
	text-align: center;
	text-decoration: none;
	color: black;
}

.menu_table_cell a:link, .menu_table_cell a:visited, .menu_table_cell a:active	{
	color: white;
	text-decoration: none;
}

.menu_table_cell a:hover	{
	color: black;
	text-decoration: none;
	background-color: #9096D4;
}

#left_column a:link, #left_column a:visited, #left_column a:hover, #left_column a:active	{
	color: black;
}

#right_column a:link, #right_column a:visited, #right_column a:hover, #right_column a:active	{
	color: black;
}

#right_column ul	{
	list-style-image: url('/images_new/bluestar-text.png');
}

#right_column ol	{
	list-style-image: none;
	list-style-type: decimal;
}

.home_page_dl dt	{
	font-weight: bold;
	margin-top: 15px;
}

.home_page_ul	{
	padding-left: 20px;
}

.home_page_ul li	{
	margin-left: 0px;
	padding-left: 0px;
}

.calloutRight	{
	float: right;
	background-image: url('/images_new/background%20yellow%202.jpg');
	background-repeat: repeat;
	border: 1px solid black;
	margin: 15px;
	margin-top: 0px;
	padding: 10px;
	text-align: left;
	width: 200px;
}

.calloutRight ul	{
	list-style-type: none;
	list-style-image: none !important;
	margin: 0px;
	margin-bottom: -3px;
	padding: 0px;
	text-decoration: none !important;
}

.calloutRight ul li	{
	background-color: white;
	border-top: 1px solid black;
	border-bottom:  1px solid black;
	margin-bottom: 5px;
	padding: 3px;
}

.calloutRight ul li a	{
	text-decoration: none !important;
	width: 100%;
}

.calloutRight ul li:hover, .calloutRight ul li a:hover {
	background-color: #4751A8;
	color: white !important;
}

.runningclubstats	{
	width: 100%;
	border: 1px black groove;
	border-collapse: collapse;
	-moz-box-shadow: 3px 3px 4px #000000;
	-webkit-box-shadow: 3px 3px 4px #000000;
	box-shadow: 3px 3px 4px #000000;
	cellpadding="0" cellspacing="0"
	//border-radius: 15px;
	//-moz-border-radius: 15px;
}

.runningclubstats tr	{
	background-color: #ffffff;
}

.runningclubstats th	{
	padding: 5px;
	border: 1px black solid;
	text-align: center;
	background-color: #202791;
	color: white;
}

.runningclubstats td	{
	padding: 5px;
	border: 1px black solid;
	text-align: center;
}

.runningclubstats tr:nth-child(odd) {
	background-color: #4751A8;
	color: white;
}

.everyOtherRow	{
	background-color: #4751A8;
}

.qualifiedForMarathonFinish td	{
	/*background-color: #FFFD36;
	background-image: url('../images_new/bluestar-text.png');
	background-position: left center;
	background-repeat: no-repeat;*/
}

.closeToMarathonFinish td	{
	/*background-color: red;
	color: white;*/
}

