@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #006;
	background-color: #FFF;
	background-image: url(../images/BG_BlueSky.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 950px; /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	font-size: 12px;
}
.oneColFixCtrHdr #header {
	padding-top: 15;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr 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 */
	color: #008;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/footer.gif);
	height: 138px;
	width: 950px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #menu {
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
	width: 948px;
	text-align: center;
}
#extras {
	float: right;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #B00000;
	color: #FFFFFF;
	width: 225px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
#wx_module_9408 {
	border-style: none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#district {
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	right: 0px;
	left: 0px;
}
#district th {
	border-top: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
}
#district td {
	border: 1px solid #000000;
	color: #000080;
}
#schedule {
	padding: 10px;
	margin: 0px 20px 20px 0px;
	float: left;
}



.report {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin-left: 10px;
	margin-top: 0px;
}

.style1 {
	text-align: center;
}

.boxscore {
	background-color: #FFFFFF;
	color: #000080;
	left: 0px;
	right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.boxscore th {
	color: #FFFFFF;
	background-color: #000080;
}

#container {
	margin: 0px;
	padding: 0px;
	min-width: 650px;
}
#sponsor {
	margin: 0px;
}
#sponsor img {
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-style: none;
	display: block;
}
#sponsor a {
	border: 1px solid #000080;
	margin: 20px 0px 0px 0px;
	text-align: center;
	padding: 0px;
}
#sponsor a:hover {
	border: 1px solid #FFFFFF;
	background-color: #000080;
}
.redtextSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009;
}
.contentNavy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000080;
	font-weight: normal;
}


#content img {
	padding: 5px;
	border: 1px solid #808080;
}

#main {
	margin: 0px;
	padding: 0px;
}
#messages {
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	float: left;
}
/*h1,h2,h3,h4,h5,h6 {
	color: #000080;*/
}
#tournament_info {
	padding: 10px;
	margin: 0px 0px 20px 0px;
	float: left;
	clear: both;
}
.table_header {
	background-color: #000080;
	color: #FFFFFF;
}
.baseball_list {
	list-style: square;
	list-style-image: url(../images/baseball-bullet.gif);
}
.important_list {
	list-style: square;
	list-style-image: url('file:///E|/KD_Projects/images/exclamation.gif');
}
.white {
	color: #FFFFFF;
}
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
#tournament_info td {
	text-align: center;
}
#tournament_info th {
	border: 1px solid #B00000;
	color: #FFFFFF;
}
.white_matte {
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #a9a9a9;
	border-bottom-color: #808080;
	border-left-color: #a9a9a9;
}
.teamschedule {
	margin: 20px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #B00000;
	color: #FFFFFF;
}
.newStyle1 {
	color: #B00000;
	font-size: small;
}

#roster h2 {
	margin: 5px;
	color: #FFFFFF;
	background-color: #b00;
}

.red_table_header {
	background-color: #B00;
	font-weight: bold;
}

#roster th {
	padding: 5px;
	background-color: #B00;
	border: thin inset #FFFFFF;
	color: #FFFFFF;
}
#roster {
	border: thin solid #008;
	table-layout: fixed;
	right: 0px;
	left: 0px;
}
#roster td {
	padding: 5px;
	border: thin inset #FFF;
	margin: 5px;
	color: #008;
	background-color: #FFFFFF;
	font-weight: bold;
}
.white_matte h1,h2,h3,h4,h5,h6 {
	color: #009;
}

#baseball-fields-table {
	table-layout: auto;
}

#baseball-fields-table td {
	padding: 10px;
	text-align: center;
}

#former_falcons td {
	border-style: none;
}

#summer_roster h2 {
	margin: 5px;
	color: #FFFFFF;
	background-color: #008;
}

#summer_roster th {
	padding: 5px;
	background-color: #008;
	border: thin inset #FFFFFF;
	color: #FFFFFF;
}

#summer_roster {
	border: thin solid #008;
	table-layout: fixed;
	right: 0px;
	left: 0px;
}

#summer_roster td {
	padding: 5px;
	border: thin inset #FFFFFF;
	margin: 5px;
	color: #008;
	background-color: #FFFFFF;
	font-weight: bold;
}
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin-left: 0px;
	margin-top: 0px;
}
.contentBlack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent table tr td #extras table {
	font-size: medium;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li .baseball_list strong {
	color: #006;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li {
	color: #009;
	font-style: normal;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li .contentNavy {
	font-weight: bold;
	font-size: 14px;
	color: #009;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li .contentNavy .baseball_list .contentNavy {
	font-size: 14;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li .lbContent {
	color: #006;
}
.oneColFixCtrHdr #container #mainContent table tr td blockquote .lbContent {
	color: #006;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li p {
	font-weight: bold;
	color: #006;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li p {
	color: #009;
}
.oneColFixCtrHdr #container #mainContent table tr td .baseball_list li .contentNavy a {
	color: #009;
}
.oneColFixCtrHdr #container #mainContent table tr td blockquote h3 strong .contentNavy {
	font-weight: bold;
	font-size: small;
}
.oneColFixCtrHdr #container #mainContent table tr td blockquote h3 strong .contentNavy {
	font-size: 14px;
}
