/* General Webware related styles */

/* Webware data table styles */
.tblOuter, .tblData {
	background: #043C6D; 
}
.tblOuter th, .tblData th {
	font-size: 0.9em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #FFA039;
}
.tblOuter td, .tblData td {
	font-size: 0.9em; 
	font-weight: normal; 
	color: #043C6D; 
	background: #FFF;
}
.maintd .tblOuter th, .maintd .tblData th {
	background: #1D709B;
}
.tblOuter td a:link, .tblOuter td a:visited, .tblOuter td a:active, .tblData td a:link, .tblData td a:visited, .tblData td a:active {
	color: #D06E00; 
	text-decoration: none;
}
.tblOuter td a:hover, .tblData td a:hover {
	text-decoration: underline;
}

/* Webware event calendat styles  */
.tblCalendar {
	background: #043C6D; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #FFA039;
	text-align: center;
}
.maintd .tblCalendar th, .maintd .tblCalendar th {
	background: #1D709B;
}
.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: #043C6D; 
	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 : #043C6D;
}
td.calDimmed {
	color: #999999; 
}
td.calEvent {
	background: #CCCCCC;
}

/* Webware form styles */
form {
	margin: 0;
}
.searchInputField { /* input field for search form */
	width: 110px;
}
.loginInputField { /* input field for quick login form */
	width: 130px;
}
.longInputField, .longTextField {
	width: 300px;
}
.mediumInputField, .mediumTextField {
	width: 212px;
}
.shortInputField, .shortTextField {
	width: 80px;
}

/* News styles */
.divNews2 h1 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 14px 0px 4px 40px;
	background : url(../images/tennisbal.gif) no-repeat left;
	margin-bottom: 0px;
	text-decoration: none;
	color: #FFA039;
}
.divNews2 p {
	margin: 5px 0 0 10px;
	/*
	margin-bottom: 0px;
	margin-top: 5px;
	*/
	color: #FFF;
}

/* Webware miscellaneous styles */
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.hint, .txtRequired {
	color: #F00;
}
.txtReadMore, .readmore {
	font-size: 10px;
}
.txtFeedback, .feedback {
	padding: 2px;
	font-weight: bold;
	border: 1px dotted #FFA039;
}
.backToTop {
	font-size : 10px;
}

.divSearchResult {
	padding: 4px;
	border: 1px dotted #1D709B;
}

/*Style Applied to the Paragraphs for Copyright */
p.copyright {
	color : #FFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	text-align : center;
}

p.copyright a:link { color : #FFF;  text-decoration : underline; }
p.copyright a:visited { color : #FFF;  text-decoration : underline; }
p.copyright a:hover { color : #FFF; text-decoration: none; }
p.copyright a:active { color : #FFF;  text-decoration : underline; }

