body {
	background-color: #556b2f;
	font-family: Verdana;
	font-size: 10pt;
}

div.results {
	border: 1px solid black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.results table {
	width: 100%;
	font-size: 80%;
}

div.results table td {
	padding: 3px;
}

div.results table td.bold {
	font-weight: bold;
}

div.results table th {
	padding: 3px;
	border-style: none;
	font-weight: bold;
	font-size: 80%;
	color: #8b4513;
	vertical-align: bottom;
}

div.title {
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #556b2f;
	color: white;
	width: auto;
	padding: 5px;
}


div#header {
	text-align: center;
	font-weight: bold;
	font-size: 180%;
	color: #556b2f;
	padding: 5px;
}

div#header p {
	font-size: 70%;
	font-style: italic;
	font-weight: normal;
	color: #8b4513
}

div#header p.club {
	font-size: 50%;
	font-style: normal;
	font-weight: bold;
	color: white;
}

div#header p.nav {
	font-size: 45%;
	font-style: normal;
	font-weight: bold;
	color: #8b4513;
}

p.warn {
	text-align: center;
	font-size: 70%;
	font-weight: bold;
}

div#header a:link, div#header a:VISITED, a:link.jTip, a:VISITED.jTip {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}

div#header a:hover,div#header a:active, a:hover.jTip, a:active.jTip  {
	text-decoration: underline;
	font-weight: normal;
	color: #556b2f;
}

.memberId {
	font-size: 80%;
	font-style: italic;
}

td.div {
	font-weight: bold;
}

table.results td.div {
	background-color: #556b2f;
	color: white;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #8b4513;
	background-color: #BDB76B;
	font-size: 10pt;
	font-family: Verdana;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
	font-size: 80%;
	font-family: Verdana;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left, #JT_close_right{
	background-color: #556b2f;
	color: white;
	text-align: left;
	font-style: italic;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	font-size: 80%;
	font-family: Verdana;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}


