body {
	font-family: Tahoma, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #FFF;
}
a img {
	border: 0;
}
a:link {
	color: #339;
	text-decoration: none;
}
a:visited {
	color: #639;
	text-decoration: none;
}
a:hover {
	color: #63C;
	text-decoration: underline;
}
a:active {
	color: #F00;
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}
.floatL { float: left; }
.floatR { float: right; }
.scroll { width: 100%; padding-bottom: 22px; overflow-x: auto; overflow-y: hide; }
h1 {
	font-size: 14pt;
	color: #000;
}
h2 {
	font-size: 12pt;
	color: #336;
}
h3 {
	color: #000;
	font-size: 10pt;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
}
form {
	border: 1px solid #336;
	background-color: #CCC;
	padding: 2px;
}
form h4, form span.header {
	display: block;
	color: #FFF;
	background: #336 url('images/bullet.bmp') no-repeat 6px 6px;
	padding: 2px 0 3px 20px;
	margin: 0;
	font-size: 14px;
}
fieldset {
	border: 1px solid #336;
	margin: 4px 0 0 0;
	padding: 0 2px 10px 2px;
}
fieldset span {
	vertical-align: top;
	line-height: 22px;
}
legend {
	color: #336;
	font-weight: bold;
	margin-bottom: 4px;
}
label {
	margin: 4px 4px 4px 0;
	text-align: right;
	font-size: 12px;
}
form.labeled label {
	clear: left;
	float: left;
	width: 200px;
}
form#frm_login label {
	float: left;
	width: 80px;
}
fieldset p {
	margin: 5px 0;
}
fieldset input, fieldset select, fieldset textarea {
	padding: 0;
	margin: 2px 0 4px 0;
	font-size: 14px;
}
fieldset span {
	margin: 4px 0;
}
fieldset input.image {
	margin: 4px 0;
}
fieldset span.highlight {
	margin: 4px 0;
	font-weight: bold;
	font-size: 11px;
}
ul {
	list-style-image: url('images/s.gif');
}
li {
	margin: 4px 0px;
}
/* DIVS IN THE HOMEPAGE */
div#page {
	width: 100%;
	text-align: center;
}
div#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	color: #000;
	font-family: Tahoma, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}
div#top {
	width: 100%;
	float: left;
}
div#vugraphlogo {
	float: left;
}
div#bigheader {
	width: 720px;
	float: left;
	text-align: center;
}
div#topbar {
	clear: both;
	width: 100%;
	float: left;
	background-color: #CCC;
	padding: 2px 2px 4px 2px;
	border: 1px solid #ddd;
}
div#topbar a {
	color: #606;
	font-size: 12px;
}
div#languagebar {
	float: left;
}
div#emailbar {
	float: right;
}
div#body {
	clear: both;
	width: 100%;
}
div#left {
	width: 190px;
	float: left;
}
ul#leftmenu {
	margin: 15px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ul#leftmenu li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
	padding: 0;
}
ul#leftmenu li a {
	display: block;
	border-left: 10px solid #336;
	background-color: #CCC;
	color: #003;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
ul#leftmenu li#active a {
	background-color: #CCC;
	color: #003;
	border-left-color: #F00;
}
html>body ul#leftmenu li a {
	width: auto;
}
ul#leftmenu li a:hover {
	background-color: #8BA1B1;
	color: #FFF;
}

form#frm_login input { width: 70px; }
form#frm_registration label, form#frm_event label {
	width: 30%;
}
form#frm_manualentry label {
	width: 5%;
}
form#frm_registrationadminteam {
	overflow: auto;
}
form#frm_scoresheet1 label {
	width: 50px;
}
div#main {
	float: right;
	width: 690px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div#middle {
	float: left;
	width: 550px;
	background-color: #FFF;
}
div#right {
	float: right;
	width: 120px;
	overflow: hidden;
}
div#right a.adanchor {
	text-decoration: none;
}
div#right form {
	margin-bottom: 15px;
}
div#bottom { float: left; clear: both; width: 100%; text-align: right; padding-bottom: 15px; }
input.btnok, input.btnok_long { color: #393; font-size: 12px; font-weight: bold; padding-left: 10px; height: 21px; border: none; }
input.btnok { width: 91px; background: url('images/ok.gif') no-repeat; margin: 20px 5px 20px 120px; }
input.btnok_long  { width: 191px; background: url('images/ok2.gif') no-repeat; margin: 20px 5px 20px 70px; }
input.nomargin { margin: 2px 0 4px 2px; }
p.nomargin { margin: 0; padding: 0; }
form#frm_login input.btnok { width: 91px; margin: 10px 0 10px 50px; }
button.btncancel { color: #F33; font-size: 12px; font-weight: bold;  background: url('images/cancel.gif'); padding-left: 10px; width: 91px; height: 21px; border: none; margin: 20px 5px 20px 120px; }
.hlp         { padding: 2px; color: #000;}
.ack         { padding: 2px; color: #393; font-weight: bold }
.err         { margin: 6px 2px 0px 2px; padding: 2px; color: #F33; font-weight: bold }
.alignL      { text-align: left }
.alignR      { text-align: right }
.alignC      { text-align: center }
.highlight {
	color: #F00;
}
html>body .spade {
	background-position: 2px 8px;
}
.spade {
	background-image: url('images/s.gif');
	background-repeat: no-repeat;
	background-position: 13px 8px;
}
html>body .heart {
	background-position: 2px 8px;
}
.heart {
	background-image: url('images/h.gif');
	background-repeat: no-repeat;
	background-position: 13px 8px;
}
html>body .diamond {
	background-position: 2px 8px;
}
.diamond {
	background-image: url('images/d.gif');
	background-repeat: no-repeat;
	background-position: 13px 8px;
}
html>body .club {
	background-position: 2px 8px;
}
.club {
	background-image: url('images/c.gif');
	background-repeat: no-repeat;
	background-position: 13px 8px;
}

table.plyr td,th { border: 1px solid silver; white-space: nowrap; padding-left: 3px }
table.plyr th { font-size: 14px; font-weight: bold; background-color: #336; color: white; }
table.plyr td.frmlabel { background-color: #336; color: white; white-space: nowrap; text-align: right }
.frmdata     { white-space: nowrap; text-align: left }
table.bordered { border: 1px solid #369 }
table.bordered td { border: 1px solid #369 }
table.bordered th { border: 1px solid #369 }
table.colored {
	margin: 0 auto;
}
