/* CSS Document */
body { 
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	}
a {
	color: #000000;
	}
a:hover {
	text-decoration: overline;
	}
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	background-image:url(images/top_bg_side.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
#header table {
	background-image: url(images/top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
#header td {
	padding-top: 56px;
	}
#myleague {
	width: 733px;
	height: 49px;
	}
#content {
	text-align:center;
	}
#content td {
	padding: 5px;
	}
#alerts {
	text-align:center;
	}
#alerts input {
	font-size: x-small;
	background-color: #FFFFCC;
	margin: 0;
	padding: 0;
	border: solid 1px #CCCCCC;
	}
#show {
	background-color:#000000;
	border: thin outset #FFFF00;
	
	}
#foot { 
	text-align: center;
	font-size: x-small;
	margin-left: 60px;
	}
img {
	border: none;
	text-decoration: none;
	}
#sponsors {
	padding: 0;
	margin: 0;
	}
#table_label {
	background-color:#D6D6D6;
	font-size:9px;
	height: 5px;
	}
#sponsor_border {
	border: #D6D6D6 thin solid;
	}
table#event_cal {
	width: 98%;
	}
	table#event_cal th {
		font-size: larger;
		}
	#cal_date {
		border: 1px solid #000000;
		width: 14.3%;
		height: 75px;
		text-align: left;
		vertical-align: top;
		overflow:auto;
		}
	#cal_day { 
		font-weight: bolder; 
		border: none;
		text-align:center;
		}
	#cal_blank {
		border: none;
		height: 75px;
		}
	#cal_today {
		background-color: #CCCCCC;
		border: 1px solid #000000;
		width: 14.3%;
		height: 75px;
		text-align: left;
		vertical-align: top;
		overflow: auto;
		}
	#cal_event, #cal_event a {
		font-size: xx-small;
		font-weight: normal;
		}
#schedule_header {
	font-size:medium;
	font-weight:bold;
	}
#game_schedule { 
	font-size: small;
	border-color: #000000;
	border-width: 1px 1px 0 0;
    border-style: solid;
	}
#game_schedule td {
	text-align:center;
	font-size: small;
	border-color: #000000;
	border-width: 0 0 1px 1px;
    border-style: solid;
	}
#gallery_item {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 152px;
	height: 152px;
	padding: 3px;
	margin: 0;
	display: table-cell;
	background-color:#000000;
	vertical-align: bottom;
	}
#gallery_item img {
	vertical-align: bottom;
	}