/*

$Id: disc_styles.css,v 1.18 2006/04/12 04:36:51 protohive Exp $

Description: I control layout and look/feel

Usage: include on templates

Documentation: none


*/

body {
	margin-top: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #696969;
}

table.scores {
	border: 1px #696969 solid;
	border-spacing: 0px;
}

.scoresTD, .scoresTDR {
	padding: 1px 1px 2px 1px;
	border-left: 1px #CCCCCC solid;
}

.scoresTD2, .scoresTD2R {
	border-bottom: 1px #696969 solid;
}

.scoresTD3, .scoresTD3R {
	border-top: 1px #696969 solid;
}

.scoresTD3R, .scoresTD2R, .scoresTDR {
	border-left: 1px #696969 solid;
}

.FldForms {
	color: #696969;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

.ImgGeneral {
	border : 0px none;
}

.MenuItems {
	color: #556B2F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #3399FF;
}

a:visited {
	color: #3399FF;
}

a:hover {
	color: #00BFFF;
}

.menuBar {
	background-image: url(../_images/hdr_main.gif);
	padding: 0px 0px 0px 0px;
}

.menuBarText {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 9px 9px 9px;
	text-align: right;
}

a.menuBarLinks:link {
	color: #666666;
}

a.menuBarLinks:visited {
	color: #666666;
}

a.menuBarLinks:hover {
	color: white;
}

.subMenuBar {
	background-image: url(../_images/hdr_sub.gif);
	background-repeat: no-repeat;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}

.subMenuBar a {
	color: #555;
}

.BodyContent {
	padding : 10px;
}

.BtnLogout {
	border: 0px solid;
	top: 2px;
	z-index: 3;
}

.row3 {
	background-color: #DFDFDF;
}

.bgOB, .bgOBR {
	border-left: 1px #CCCCCC solid;
	background-image: url(../_images/bg_ob.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.bgOBR {
	border-left: 1px #696969 solid;
}

#navtop {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	top: 0px;
	width: 770px;
	height: 41px;
	z-index: 1;
}

#subnavtop {
	margin-left: auto;
	margin-right: auto;
	width: 742px;
	height: 30px;
	z-index: 10;
}

#MenuElements {
	position: absolute;
	top: 4px;
	right: 13%;
	z-index: 2;
}

#MainContent {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	z-index: 4;
}

/* Imported from the scores add page...may conflict with previous styles; I didn't check that. (mk:6/13/2005) */

label {
	margin-right: 10px;
}

legend {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
}

fieldset {
	margin-bottom: 10px;
}

fieldset.fixed {
	width: 520px;
}

thead td {
	font-weight: bold;
	border-bottom: 1px solid #333;
}

tfoot td {
	border-top: 1px solid #333;
}

.roundTable tbody {
	background-color: #EEE;
}

.roundTable tbody tr {
	height: 20px;
}

.roundTotal {
	font-weight: bold;
	font-size: 12px;
}

table.manager {
	width: 400px;
}

table.manager th, table.manager td {
	padding-left: 5px;
	padding-right: 5px;
}

table.manager th {
	border-bottom: 2px solid #E1E3BB;
}

