
/* Main screen is 900px wide */

#login-peewee,#login-aa,#login-minor,#login-major {
	display:none;
	margin:20px 0;
}
body { 
	background:#ccc; 
	font: 9pt/12pt normal Verdana, Arial, Helvetica, sans-serif;
	}
#mainTable{ 
	background:#fff; 
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin-top:40px; 
	width:900px
	}
h1 { 
	font-weight:normal; 
	}
	
h2 {
	line-height:normal;
	}
#footer { 
	background:#ccc; 
	color:#333; 
	text-align:right; 
	font-size:.9em; 
	font-weight:bold
	}
.logo { 
	margin:20px
	}
#nav { 
	text-align:right; 
	background:#ccc
	}
#navcontainer { 
	float:right
	}
#navcontainer .nav_cell { 
	border-right:1px solid #333; 
	padding:0 10px
	}
#navcontainer .nav_cell_last { 
	padding-left:10px
	}
#navcontainer a { 
	color:#333; 
	text-decoration:none
	}
#navcontainer a:hover { 
	color:#666; 
	}
#navcontainer #currentpage a{ 
	color:red
	}
#content_td { 
	background: white url(images/logos/baseball.gif) no-repeat top left; 
	height:230px; 
	padding:20px;
	}
#content-left {
	vertical-align:top;
	padding-left:65px;
	padding-bottom:50px;
	text-align:left;
}

#content-right {
	vertical-align:top;
	padding-right:65px;
	padding-bottom:50px;
	padding-top:50px;
	text-align:left;
}

ul { list-style-type:none}
#left_col {
	margin-top:180px;
	width: 400px;
	float:left;
}
.updates{
	border:1px solid #ccc;
	text-align:left;
	width:340px;
	height:50px;
	padding:10px;
	overflow:auto;		
}	
.updates h3 {
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	font-size:100%;
}
#updates_wrapper{
	text-align:right;
	width:380px;
}
#updates_wrapper h3{
	text-align:left;
}
#right_col {
	margin-left:440px;
	/*position:absolute;
	right:40px;
	top:40px;*/
}
#photo_gal { 
	font-size:80% 
	}
#photo_gal #main_img { 
	margin-bottom:20px
	}
h1 { 
	font-size:150%;
	font-weight:normal;
}
h4{
	margin:0;
	padding:0;
}
#schedule ul { 
	margin:0 0 20px 0;
	padding:0;
}
.note {
	padding:20px;
	margin:10px 0;
	border:1px solid #ccc;
	width:300px;
}
a:link { 
	color:black 
	}
a:visited { 
	color:#666 
	}
a:hover {
	color:red 
	}
a:active { 
	color:black
	}
#schedules h2 {
	background:#999;
	color:white;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:10px;
	width:322px;		
}
#schedules .note a { 
	color:#666;
	text-decoration:none;
	margin:10px 0;
	padding-left:20px;
	border-bottom:1px solid #666;
	background:url(images/gui/arrow-left.gif) no-repeat;
}
.bottom-pad{ 
	padding-bottom:20px
	}
.float-right{ 
	float:right
	}