/* General Webware related styles */

/* Webware data table styles */
.tblOuter, .tblData {
	background: #2D3778; 
}
.tblOuter th, .tblData th {
	font-size: 0.8em; 
	font-weight: bold; 
	color: #2D3778; 
	background: #FFFFFF;
}
.tblOuter td, .tblData td {
	font-size: 0.8em; 
	font-weight: normal; 
	color: #2D3778; 
	background: #FFFFFF;
}

/* Webware event calendat styles  */
.tblCalendar {
	background: #090F1F; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #090F1F; 
	background: Silver;
	text-align: center;
}
.tblCalendar th a:link, .tblCalendar th a:visited, .tblCalendar th a:active {
	color: #090F1F; 
	text-decoration: none;
}
.tblCalendar th a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}
.tblCalendar td {
	font-size: 11px; 
	font-weight: normal; 
	color: #090F1F; 
	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 : #2D3778;
}
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: 120px;
}
.longInputField, .longTextField {
	width: 300px;
}
.mediumInputField, .mediumTextField {
	width: 212px;
}
.shortInputField, .shortTextField {
	width: 80px;
}

/* Search related styles */
.divSearchResult {
	padding: 2px;
	border: 1px dotted #090F1F;
}

/* Webware miscellaneous styles */
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.hint, .txtRequired {
	color: #F00;
}
.readmore, .txtReadMore {
	font-size: 10px;
}
.feedback, .txtFeedback {
	padding: 2px;
	font-weight: bold;
	border: 1px dotted #090F1F;
}

/* 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 : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	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; }
