/* CSS by Webware Systems, not to be copied or distributed - Navigation */
/* http://www.webwaresystems.nl */

/* WebwareCMS main navigation styles - flyout based */
.mnuMain {
	width: 172px;
	margin-left: 4px;
}
.mnuMainItem { /* menu option which results in a new page */
}
.mnuMainItem a, .mnuMainSub a {
	font-size: 12px;
	margin-top: 4px;
	color: #660000;
	/* IE box model hack*/
	\width: 170px; 
	w\idth: 168px;
	border: 1px solid #660000;
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	color: #FFFF99;
	background : #FFFF99 url(../images/bg_navigation.jpg) repeat-y;
}
.mnuMainItem a:hover{
	text-decoration: none;
	color: #333333;
}

.mnuMainSub { /* menu option which results in a submenu */
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	text-decoration: none;
	padding: 4px 10px;
	color: #FFFF99;
	background : #FFFF99 url(../images/bg_navigation.jpg) repeat-y;
}
.mnuMainSub a:hover{
	text-decoration: none;
	color: #333333;
}

/* WebwareCMS sublevel navigation styles - flyout based */
.mnuSub { /* flyout menus */
	position:absolute; visibility:hidden; left:100px; top:100px; width:150px; z-index:1;
	border-top:1px solid #660000;
	background:#FFFF99;
}
.mnuSubItem a, .mnuSubSub a { /* menu option which results in a new page */
	/* IE box model hack*/
	\width: 152px; 
	w\idth: 150px;
	display:block; /*needed so that the whole cell is highlighted on mouseover*/
	border-right:1px solid #660000;
	border-bottom:1px solid #660000;
	border-left:1px solid #660000;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active {
	padding:4px 4px;
	color: #FFFF99;
	background : #FFFF99 url(../images/bg_navigation.jpg) repeat-y;
	text-decoration:none;
}
.mnuSubItem a:hover{
	color: #333333;
	text-decoration:none;
}
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	padding:4px 4px;
	color: #FFFF99;
	background : #FFFF99 url(../images/bg_navigation.jpg) repeat-y;
	text-decoration:none;
}
.mnuSubSub a:hover{
	color: #333333;
	text-decoration:none;
}

/* Webware data table styles */
.tblOuter, .tblData {
	background: #660000; 
}
.tblOuter th, .tblData th {
	font-size: 0.8em; 
	font-weight: bold; 
	color: #FFFF99; 
	background: #660000;
}
.tblOuter td, .tblData td {
	font-size: 0.8em; 
	font-weight: normal; 
	color: #00286E; 
	background: #FFFF99;
}

/* Webware event calendat styles  */
.tblCalendar {
	background: #660000; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFF99; 
	background: #EB8034;
	text-align: center;
}
.tblCalendar th a:link, .tblCalendar th a:visited, .tblCalendar th a:active {
	color: #FFFF99; 
	text-decoration: none;
}
.tblCalendar th a:hover {
	color: #FFFF99; 
	text-decoration: underline;
}
.tblCalendar td {
	font-size: 11px; 
	font-weight: normal; 
	color: #CC3300; 
	background: #FFFF99;
}
.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: #FFFF99; 
	text-decoration: none;
	background : #CC3300;
}
td.calDimmed {
	color: #999999; 
}
td.calEvent {
	background: #CCCCCC;
}

/* Webware form styles */
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
		background: #FFFF99;
		border: 1px solid #660000;
}
.loginInputField {
	width: 120px;
}
.searchInputField {
	width: 100px;
}
.longInputField {
	width: 300px;
}
.mediumInputField {
	width: 212px;
}
.shortInputField {
	width: 80px;
}

/* Webware miscellaneous styles */
.divSearchResult {
	border: 1px dotted #00286E;
	padding: 2px;
}
.feedback {
	color: #A1171A;
}
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.txtRequired, .required {
	color: #F00;
	font-size: 0.9em;
}
.txtHint, .hint {
	color: #A1171A;
}
.backToTop {
	font-size: smaller;
}
.txtReadMore, .readmore {
	font-size: smaller;
}

/* */
.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 */
.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 {
	color : #FFFF99;
	font-size : 0.9em;
	line-height : normal;
	text-align : center;
}

p.copyright a:link { color : #FFFF99;  text-decoration : underline; }
p.copyright a:visited { color : #FFFF99;  text-decoration : underline; }
p.copyright a:hover { color : #FFFF99; text-decoration: none; }
p.copyright a:active { color : #FFFF99;  text-decoration : underline; }

