body {
 background-color: #ffffff;
 color: #000000;
 font: small Arial, Helvetica, Verdana, sans-serif;
}

#outer {
 margin: 0 8px;
 padding: 0;
 background-image: url(BonzBanBg.png);
 background-repeat: repeat-x;
}

#content {
 padding: 0 8px;
 width: 100%;
}

#header img {
 vertical-align: text-top;
 border: 0;
}

#headermenu ul {
 margin: -23px 0px 0px 200px;
 padding: 0 8px 0 0;
 text-align: right;
}

#headermenu li {
 display: inline;
 font-weight: bold;
 font-style: italic;
}

#headermenu a:link, #headermenu a:visited {
 text-decoration: none;
  color: #407e0d;
} 

#headermenu a:hover {
 color: #40cc0d;
} 

#main {
 margin-top: 15px;
 position: relative;
 top:0;
 left:  0;
 width: 100%;
}

#content {
 margin: 0 240px 0 0;
 background-color: white;
 color: black;
}

#welcome {
 border-style: double;
 border: 1px solid #b9d2e3;
 background-color: white;
 color: black;
 padding: 8px;
}

#welcome h2 {
 font-size: 140%;
 text-align: center;
}

#welcome h3 {
 font-size: 110%;
 text-align: center;
}

#sidebar {
 position: absolute;
 border: 1px solid #b9d2e3;
 top: 0;
 right: 0;
 width: 220px;
 color: black;
 margin: 0;
 padding: 0px;
}

#sidebar_form {
 font-size: 90%;
 padding: 6px;
}

label {
 float: left;
}

input {
 text-align: right;
 margin: 3px;
 font-size: 90%;
}

.tournament_id,.tournament_date,.tournament_name,.course_name {
 font-size: 90%;
 line-height: 16px;
 padding: 2px 4px 2px 6px;
}

#content table,th,tr,td {
 border: none;
 border-collapse: collapse;
 font-size: 96%;
 line-height: 18px;
 padding: 1px;
}

td.amount {
 text-align: right;
 padding: 0px 6px 0px 12px;
}

.negative {
 color: red;
}

td.scores {
 padding: 0px 6px 0px 12px;
}

td.earnings_pct {
 text-align: right;
 padding: 0px 6px 0px 12px;
}

td.popularity {
 text-align: right;
}

td.golfer {
 padding: 0px 8px 0px 6px;
}

td.place {
 text-align: right;
 padding: 0px 6px 0px 12px;
}

.odd {
 background-color: #f2f2f2;
}

.even {
 background-color: #fffff2;
}

.top_row .tournament {
 background-color: #e0e0e0;
}

.top_row .ytd {
 background-color: #f2f2f2;
}

.even .tournament {
 background-color: #ffffd2;
}

.odd .tournament {
 background-color: #e0e0e0;
}

.total {
 background-color: #cccccc;
 color: #000000;
 font-weight: bold;
}

.result_link {
 width: 50px;
 text-align: center;
 vertical-align: center;
}

.team_name {
 text-align: left;
 padding: 0px 10px 0px 0px;
}

.contest_place {
 text-align: right;
 padding: 0px 12px 0px 0px;
}

.count {
 text-align: right;
 padding: 0px 12px 0px 0px;
}

.contest_winnings {
 text-align: right;
 padding: 0px 50px 0px 0px;
}

.projected_place {
 text-align: right;
 padding: 0px 12px 0px 0px;
 }
 
.projected_winnings {
 text-align: right;
 padding: 0px 0px 0px 0px;
}

.golfer_name {
 text-align: left;
 padding: 0px 20px 0px 0px;
}

.position {
 text-align: right;
 padding: 0px 5px 0px 15px;
}

.today {
 text-align: right;
 padding: 0px 5px 0px 15px;
}

.thru {
 text-align: right;
 padding: 0px 5px 0px 15px;
}

.to_par {
 text-align: right;
 padding: 0px 5px 0px 15px;
}

table.predictitator {
 margin-left:auto;
 margin-right:auto;
}

td.thisWeek {
 color: #000000;
}

td.lastWeek {
 color: #999999;
 font-size: 65%;
}

td.gain {
 color: #339933;
 font-size: 65%;
}

td.loss {
 color: #993333;
 font-size: 65%;
}

/*******************/
/*** Bracketator ***/
/*******************/

table.brackets {
	border-collapse: collapse;
}

tr.brackets {
	height: 12px;
}
 
 
td.brackets {
	width: 360px;
}
 
.bottomonly {
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: Blue;
}

.rightonly {
	border-right: thin;
	border-right-style: solid;
	border-right-color: Blue;
}

.leftonly {
	border-left: thin;
	border-left-style: solid;
	border-left-color: Blue;
}

.rightleft {
	border-right: thin;
	border-right-style: solid;
	border-right-color: Blue;	
	border-left: thin;
	border-left-style: solid;
	border-left-color: Blue;	
}

.bottomleft {
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: Blue;
	border-left: thin;
	border-left-style: solid;
	border-left-color: Blue;	
}

.bottomright {
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: Blue;
	border-right: thin;
	border-right-style: solid;
	border-right-color: Blue;	
}

.bottomleftright {
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: Blue;
	border-left: thin;
	border-left-style: solid;
	border-left-color: Blue;	
	border-right: thin;
	border-right-style: solid;
	border-right-color: Blue;	
}

.bracketsteam {
	background-color: Yellow;
}
