/* General Webware related styles */

/* Webware data table styles */
.tblData { /* applied to all sorts of data display tables */
	background: #ffff00; 
}
.tblData th {
	font-size: 0.8em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #000052;
}
.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: #ffff00;
}
.tblData td {
	font-size: 0.8em; 
	font-weight: normal; 
	color: #000052; 
	background: #FFF;
}
.tblCalendar { /* event calendar styles */
	background: #ffff00; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #000052;
	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 { /* cells current month */
	font-size: 11px; 
	font-weight: normal; 
	color: #000052; 
	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: #ffff00; 
	text-decoration: none;
}
.tblCalendar td a:hover {
	color: #FFF; 
	text-decoration: none;
	background : #000052;
}
td.calDimmed { /* cells previous or next month */
	color: #999999; 
}
td.calEvent { /* there is an event on this date: make it stand out from the other calendar cells */
	background: #CCCCCC;
}

/* Webware form styles */
form {
	margin: 0;
	padding: 0;
}
.loginInputField { /* input field in login form on front page */
	width: 120px;
}
.searchInputField { /* input field in search form on front page */
	width: 100px;
}
.longInputField, .longTextField {
	width: 300px;
}
.mediumInputField, .mediumTextField {
	width: 212px;
}
.shortInputField, .shortTextField {
	width: 80px;
}

/* Webware miscellaneous styles */
.divSearchResult {
	border: 1px dotted #000052;
	padding: 2px;
}
.feedback { /* thank you text for when contact form is submitted */
	color: #F00; 
}
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.txtRequired, .required { /* indication of required fields in forms */
	color: #F00;
	font-size: 0.9em;
}
.txtHint, .hint {
	color: #F00;
}
.backToTop { /* jump back to top link */
	font-size: smaller;
}
.txtReadMore, .readmore { /* read more link in news sections */
	font-size: normal;
}

/* News styles */
.divNews2 h1 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0px;
}
.divNews2 p {
	padding-left: 10px;
	font-size: 1.0em;
	margin-bottom: 0px;
	margin-top: 2px;
}

/*Style Applied to the Paragraphs for Copyright */
p.copyright {
	color : #000052;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	line-height : normal;
	padding-top : 10px;
	text-align : center;
}
p.copyright a:link { color : #ffff00;  text-decoration : underline; }
p.copyright a:visited { color : #ffff00;  text-decoration : underline; }
p.copyright a:hover { color : #ffff00; text-decoration: none; }
p.copyright a:active { color : #ffff00;  text-decoration : underline; }

