/* Golf site : CSS by Nadia - PerreLink 2004 not to be copied or distributed  */
/* http://www.dreamweaverresources.com */

#copyright {
color: White;
background-color: #336600;
text-align: center;
	font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
}
	
	/*to keep NS4 happy define the styles for the td*/
#copyright td {
color: white;
background-color:#336600;
padding: 2px;
}
/*copyright table styles */
#copyright a:link {
	color: #E1F0D2;
	font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

#copyright a:visited {
	color: #F5F5F5;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/* Webware data table styles */
.tblOuter, .tblData {
	background: #817373; 
}
.tblOuter th, .tblData th {
	font-size: 0.8em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #336600;
}
.tblOuter td, .tblData td {
	font-size: 0.8em; 
	font-weight: normal; 
	color: #336600; 
	background: #FFF;
}

/* Calendar styles  */
.tblCalendar {
	background: #817373; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #336600;
	text-align: center;
}
.tblCalendar th a:link, .tblCalendar th a:visited, .tblCalendar th a:active {
	color: #FFFFFF; 
	text-decoration: none;
}
.tblCalendar th a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}
.tblCalendar td {
	font-size: 11px; 
	font-weight: normal; 
	color: #336600; 
	background: #FFF;
}
.tblCalendar td a {  /*needed so that the whole cell is highlighted on mouseover*/
	width: 100%;
	display: block;
}
.tblCalendar td a:link, .tblCalendar td a:visited, .tblCalendar td a:active {
	color: #FF6600; 
	text-decoration: none;
}
.tblCalendar td a:hover {
	color: #FFF; 
	text-decoration: none;
	background : #00286E;
}
td.calDimmed {
	color: #999999; 
}
td.calEvent {
	background: #CCCCCC;
}

/* Webware form styles */
form {
	margin: 0;
}
.loginInputField {
	width: 130px;
}
.searchInputField {
	width: 110px;
}
.longInputField, .longTextField {
	width: 300px;
}
.mediumInputField, .mediumTextField {
	width: 200px;
}
.shortInputField, .shortTextField {
	width: 90px;
}

/* */
.divNews2 h1 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0px;
	text-decoration: none;
}
.divNews2 p {
	margin: 2px 0;
	padding-left: 10px;
}
/* Webware miscellaneous styles */
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.hint, .txtRequired {
	color: #F00;
}
.txtReadMore {
	font-size: 10px;
}
.txtFeedback {
	padding: 2px;
	font-weight: bold;
	border: 1px dotted #336600;
}
.backToTop {
	font-size : 10px;
}

/* */
.divSearchResult {
	padding: 4px;
	border: 1px dotted #336600;
}

