/* CSS by Webware Systems, not to be copied or distributed */
/* http://www.webwaresystems.nl */

/* Webware data table styles */
.tblData {
	background: #000066; 
}
.tblData th {
	font-size: 0.9em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #000195;
}
.tblData th a {
}
.tblData th a:link, .tblData th a:visited, .tblData th a:hover, .tblData th a:active {
	text-decoration : none;
	color: #FFF;
}
.tblData th a:hover {
	text-decoration : underline;
}
.tblData th a.currentSort:link, .tblData th a.currentSort:visited, .tblData th a.currentSort:hover, .tblData th a.currentSort:active {
   /* some column headers have arrows to indicate sorting feature */
	font-size: larger;
	font-weight: bold;
	color: #D8671A;
}
.tblData td {
	font-size: 0.9em; 
	font-weight: normal; 
	color: #000066; 
	background: #FFF;
}

/* Webware event calendat styles  */
.tblCalendar {
	background: #000066; 
}
.tblCalendar th {
	font-size: 0.9em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #000195;
	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: 0.9em; 
	font-weight: normal; 
	color: #00286E; 
	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: #A1171A; 
	text-decoration: none;
}
.tblCalendar td a:hover {
	color: #FFF; 
	text-decoration: none;
	background : #00286E;
}
td.calDimmed {
	color: #999999; 
}
td.calEvent {
	background: #CCCCCC;
}

/* Webware forms styles */
form {
	margin: 0;
}
.searchInputField { /* input field for search form */
	width: 120px;
}
.loginInputField { /* input fields for login form */
	width: 150px;
}
.shortInputField { 
	width: 80px;
}
.mediumInputField {
	width: 212px;
}
.longInputField {
	width: 300px;
}

/* */
.divNews2 h1 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 14px 0px 4px 40px;
	background : url(../background/tennisbal.gif) no-repeat left;
	margin-bottom: 0px;
	text-decoration: none;
}
.divNews2 p {
	margin-bottom: 0px;
	margin-top: 5px;
}
/* Webware miscellaneous styles */
.divSearchResult {
	border: 1px dotted #006;
	padding: 2px;
}
.feedback {
	color: #A1171A;
}
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.hint {
	color: #F00;
}

/*Style Applied to the Paragraphs for Copyright */
p.copyright {
	margin-top: 45px;
	color : #FFFFFF;
	font-size : 0.9em;
	line-height : normal;
	text-align : center;
}

p.copyright a:link { color : #FFFFFF;  text-decoration : underline; }
p.copyright a:visited { color : #FFFFFF;  text-decoration : underline; }
p.copyright a:hover { color : #FFFFFF; text-decoration: none; }
p.copyright a:active { color : #FFFFFF;  text-decoration : underline; }
