﻿/* CSS Document */
body
{
	margin: 15px 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background-image: url(../images/bodyBG.gif);
}

table
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
  
p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	margin: 10px 10px 15px 0;
}

h1
{
	font-size: 22px;
	color: #a1c588;
	text-align: right;
	border-bottom: #a1c588 1px solid;
	padding: 5px 0;
}

h2
{
	font-size: 18px;
	padding: 5px 0;
}

h3
{
	font-size: 15px;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: #a1c588 1px solid;
}

a:link, a:visited
{
	color: #046900;
	text-decoration: none;
}
  
a:hover
{
	color: #0000cc;
	text-decoration: underline;
}

#main_table
{
	border: 1px solid #046900;
	background-color: #f2f2e5;
}

#topbar
{
	background-image: url(../images/topbarBG.gif);
}

#sidebar
{
	background-image: url(../images/sidebarBGBottom.jpg);
}

#mainbox
{
	padding: 5px 10px;
}

#col_left
{
	width: 50%;
	float: left;
	padding-top: 4px;
}

#col_right
{
	width: 45%;
	float: right;
	background-color: #cee1c3;
	border: #a1c588 1px solid;
	padding: 3px 5px;
}

#footer
{
	margin: 20px 0 0 0;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #a1c588;
}

#score_table
{
	border-left: 1px solid #046900;
	border-bottom: 1px solid #046900
}

#score_table td
{
	border-top: 1px solid #046900;
	border-right: 1px solid #046900
}

.table_heading
{
	background-color: #a1c588;
	color: #f2f2e5;
	font-weight: bold;
}

.small
{
	font-size: 10px;
	padding: 5px;
}

.par
{
	color: #6699FF;
	font-weight: bold;
}

.birdie
{
	color: #FF3333;
	font-weight: bold;
}

/* navigation */
#nav 
{
	width: 409px;
	height: 26px;
	background: url(../images/nav.gif);
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li 
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}

#nav li, #nav a 
{
	height: 26px; 
	display: block;
}

#nav_home 
{
	left: 0; 
	width: 105px;
}

#nav_tournament 
{
	left: 106px; 
	width: 180px;
}

#nav_photos 
{
	left: 286px; 
	width: 124px;
}

#nav_home a:hover {background: transparent url(../images/nav.gif) 0 -26px no-repeat;}
#nav_tournament a:hover {background: transparent url(../images/nav.gif) -106px -26px no-repeat;}
#nav_photos a:hover {background: transparent url(../images/nav.gif) -286px -26px no-repeat;}