@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background: #fff url(assets/baseball_player.gif) repeat;
	margin: 10px 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: #0e3862;
}
.small_font {
	font-size: 80%;
	color: #900000;
}
.small_font_blue {
	font-size: 80%;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0E3862;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0px;
	width: 800px;
	height: 238;
	overflow: hidden;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(assets/silver_grad.jpg) repeat-x;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(assets/bullets_footer.jpg) no-repeat;
	height: 121px;
	margin: 0px;
}
.oneColFixCtrHdr #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: 90px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#blue_bar {
	background: url(assets/bullets_blue_bar.gif) repeat-x center;
	height: 30px;
	width: auto;
}

#footer p {
	text-align:center;
}
#footer a {
	font-size: 12px;
	color: #EFDEC0;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
.red_font {
	color: #900000;
}
#mainContent ul li, #mainContent ul li a {
	color: #0E3862;
	text-decoration: none;
	list-style: none;
}
#mainContent ul li:hover a ,#mainContent a:focus,
	#mainContent a:active {
	color: #900;
	text-decoration: none;
}
#cntr_txt {
	text-align: center;
}
#table_border {
	border: inset;
	background: #FFF url(assets/table_grad.jpg) repeat-x;
	padding: 10px;
	text-align: left;
}
#table_border2 {
	border: inset;
	background: #FFF url(assets/table_grad.jpg) repeat-x;
	padding: 10px;
	text-align: left;
	height: 100%;
	width: auto;
	min-height: 100%;
	display: table;
}
.indent_lft {
	padding: 5px 20px;
}
.smaller_font {
	font-size: 60%;
}

#mainContent a, #mainContent a img {
	text-decoration: none;
	color: #0E3862;
	border: none;
}
#mainContent a:hover {
	text-decoration: none;
	color: #900000;
}
.center1 { 
	margin-left: auto;
	margin-right: auto;
}
#fadeshow1 {
	border-style: ridge;
	border-color: #0E3862;
	float: left;
	margin-top: 10px;
}
#fadeshow2 {
	float: right;
	margin-right: 75px;
	margin-top: 10px;
	display: inline;
}
#next_div {
	float: right;
	margin-right: 75px;
	margin-top: 10px;
	display: inline;
}
#featured_spon {
	float: right;
	text-align: center;
	color: #0e3862;
	width: 300px;
	display: block;
	background: url(assets/gallery_images/featured.jpg) no-repeat;
	margin-top: 10px;
	height: 170px;
	border-style: ridge;
	border-color: #0E3862;
}	
#home_div {
	width: auto;
}
#up_events {
	float: right;
	border-style: ridge;
	border-color: #0E3862;
	width: 300px;
	height: 600px;
	background: #FFF url(assets/table_grad.jpg) repeat-x;
	margin-left: 15px;
	margin-top: 10px;
	display: block;
}
#bullets_news {
	background: #FFF url(assets/table_grad2.jpg) repeat-x;
	float: left;
	border-style: ridge;
	border-color: #0E3862;
	width: 190px;
	height: 700px;
	margin-top: 15px;
	display: block;
}
#sponsors {
	background: #FFF url(assets/table_grad2.jpg) repeat-x;
	float: left;
	border-style: ridge;
	border-color: #0E3862;
	width: 190px;
	height: 700px;
	margin-top: 15px;
	margin-left: 10px;
	display: block;
}
.box_format {
	text-align: left;
	font-size: 80%;
	padding: 0px 10px;
	color: #0E3862;	
}
.clear_float {
	clear: both;
}
.img_border {
	border-style: ridge;
	border-color: #0e3862;
	margin-left: 10px;
}
.img_left {
	border-style: ridge;
	border-color: #0e3862;
	margin-right: 10px;
	font-size: 100%;
}
.img_right {
	margin-left: 10px;
}
.img_right_bord {
	border-style: ridge;
	border-color: #0e3862;
	margin-left: 10px;
	margin-right: 15px;
}
.img_border_no_marg {
	border-style: ridge;
	border-color: #0e3862;
}
.logout {
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	margin-left: 500px;
}
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.trans_back {
	background: transparent;
}
.underline {
	text-decoration: underline;
}
.sponsor_format {
	margin-top: 50px;
	margin-left: 40px;
}
.gold_color {
	color: #FC0;
	font-style: italic;
}
