body {
	margin: 50px 80px 10px 80px;
	padding: 0px;
	text-align: center; /* centers the main content box in IE */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

div#container { 
	margin: 0px auto; /* centers the main content box in compliant browsers */
	text-align: left; /* counteracts center set on body */
	width: 900px;
	/*position: relative;
	top: 0px;
	left: 0px;*/
}	
	
h1.tagLine {
	font-family: verdana;
	margin-left: 228px;
	color: #6699CC;
}

div#tabs {
	margin-left: 220px;
}

div#topBar {
	text-align: right;
	font-size: 9pt;
	color: #FFFFFF;
	padding: 4px 10px 4px 32px;
	background-color: #6699CC;
	/*background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;*/
	width: 900px;
	position: relative;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

div#topBar a {
	text-decoration: none;
	color: #FFFFFF;
}

div#topBar a:hover {
	text-decoration: underline;
}

img#logo { 
	position: absolute;
	top: -78px;
	left: 16px;
}

div#body {
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
	border-bottom: 0px;
	padding: 0px 20px 15px 20px;
	width: 900px;
	overflow: hidden; /* allows contained floated elements, like the image, to fill container */
}

	div#body img.mainImg {
		float: right;
		margin: 15px 0px 10px 15px;
		border: 1px solid black;
	}
	
div#linksBox, div#leagueBox {
	background: #CBDCEC url(../images/grass_bg.gif) bottom left repeat-x;
	border-top: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	padding: 0px 20px 15px 20px;
	width: 900px;
	overflow: hidden;
}

div#linksBox { padding-bottom: 25px; }

div#leagueBox { background: #CBDCEC url(../images/bg_leagues_box.gif) top right repeat-x; }

	div#linksBox h3, div#leagueBox h3 { margin-top: 10px; }
	
	div#leagueBoxCol1 {
		 width: 400px;
		 float: left;
	}
	
	div#leagueBoxCol2 {
		 margin-left: 420px; 
	}

div#footer {
	padding: 0px 20px 5px 20px;
	text-align: center;
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	background-color: #6699CC;
	/*background: #E9F5FA url(../images/bg_tab_selected.gif) top right repeat-x;*/
	font-size: 8pt;
	color: #E9F5FA;
	width: 900px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

span.pdf { 
	height: 16px;
	padding: 2px 3px 0px 16px;
	background-image: url(../images/pdf_small.gif);
	background-repeat: no-repeat;
}






body, p, td, th, span, div {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}

a { color: #0000CC; }
a:hover { color: #CC0000; }

p {
	/*margin-top: 0px;*/
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 15pt;
	font-style: italic;
	margin-bottom: 6px;
}

h2 { 
	font-family: arial, verdana, sans-serif;
	font-size: 13pt;
	margin-bottom: 6px;
}

	h2.title { margin-top: 15px; }

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 11pt;
	margin-bottom: 6px;
}

.button /* form buttons */
{
border: 2px outset;
background-color:#6699CC;
height: 24px;
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}



.blueBorder
{ border: 1px solid #6699CC; }

.blueBG
{ background-color: #CBDCEC; }



/**********************************************/
/***** CALENDAR AND ADMIN SPECIFIC STYLES *****/
/**********************************************/

.border
{
border: 1px solid #DD0000;
}

.leftborder
{
border-left: 1px solid #DD0000;
}

.header /* Header for tables in Admin */
{
background-color: #DD0000;
color: #FFFFFF;
font-family: Arial, Verdana, Helvetica;
font-size: 14px;
font-weight: bold;
}

.bigheader /* Header for calendar (month name) */
{
background-color: #DD0000;
color: #FFFFFF;
font-family: Arial, Verdana, Helvetica;
font-size: 20px;
font-weight: bold;
}

.tdday /* Day of week table cells in calendar (Mon, Tue, Wed...) */
{
font-family: Arial, Verdana, Helvetica;
background-color: #BBBBBB; 
font-size: 11px; 
font-weight: bold;
color: #FFFFFF; 
border-bottom: 1px solid #DD0000;
border-right: 1px solid #DD0000;
text-align: center; 
} 

.tdblank /* Empty table cells in calendar */
{
background-color: #EEEEEE; 
border-bottom: 1px solid #DD0000;
border-right: 1px solid #DD0000;
} 

.tdtoday /* Current date table cell in calendar (bold text, highlighted bg) */
{
font-family: Arial, Verdana, Helvetica;
background-color: #FFDDDD;
/*background-image: url(images/golfball_bg.jpg);*/
/*background-repeat: no-repeat;*/
font-weight: bold;
font-size: 11px; 
color: #000000; 
border-bottom: 1px solid #DD0000;
border-right: 1px solid #DD0000;
} 

.tddate /* All other date table cells in calendar */
{
font-family: Arial, Verdana, Helvetica;
font-size: 11px; 
color: #606060;
border-bottom: 1px solid #DD0000;
border-right: 1px solid #DD0000;
}

a.cal:link, a.cal:active, a.cal:visited, a.cal:hover
{ 
font-family: Arial, Verdana, Helvetica;
font-size: 10px; 
text-decoration: underline; 
color: #ffffff;
}

a.calAdminLink:link, a.calAdminLink:active, a.calAdminLink:visited, a.calAdminLink:hover
{ 
font-family: Arial, Verdana, Helvetica;
font-size: 9px;
text-decoration: underline; 
color: #dddddd;
}