/* CSS by Webware Systems, not to be copied or distributed */
/* http://www.webwaresystems.nl */

/* Webware data table styles */
.tblOuter, .tblData {
	background: #817373; 
}
.tblOuter th, .tblData th {
	font-size: 0.8em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #485A7E;
}
.tblOuter td, .tblData td {
	font-size: 0.8em; 
	font-weight: normal; 
	color: #00286E; 
	background: #FFF;
}

/* Webware event calendat styles  */
.tblCalendar {
	background: #817373; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #485A7E;
	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: #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 { /* date in next or previous month*/
	color: #999999; 
}
td.calEvent { /* there is an event on this date: make it stand out from the other dates */
	background: #CCCCCC;
}

/* Webware form styles */
form {
	margin: 0;
	padding: 0;
}
.longInputField, .longTextField {
	width: 300px;
}
.mediumInputField, .mediumTextField {
	width: 212px;
}
.shortInputField, .shortTextField {
	width: 80px;
}
.loginInputField { /* login input fields on front page */
	width: 130px;
}
.searchInputField { /* input field in search form  on front page */
	width: 130px;
}

/* News related styles */
#maincontent .divNews2 h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: none;
	background : none;
	color: #485A7E;
}
#maincontent .divNews2 p {
	margin: 0;
	padding-left: 20px;
}

/* Search related styles */
.divSearchResult {
	padding: 2px;
	border: 1px dashed #817373;
}

/* Webware miscellaneous styles */
.feedback {
	background-color : transparent;
	font-size: 12px;
	font-weight : bold;
	text-align : center;
	padding : 8px;
	border : 1px dashed #817373;
}
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.hint, .txtRequired { /* used in forms to indicate required fields */
	color: #F00;
}
.txtReadMore { /* used in News sections */
	font-size: 10px;
}
.txtFeedback { /* thank you text for when contact form has been submitted */
	padding: 2px;
	font-weight: bold;
	border: 1px dotted #006666;
}

/*Style Applied to the Paragraphs for Copyright */
p.copyright {
	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; }
