/* General Webware related styles */

/* Webware data table styles */
.tblOuter, .tblData {
	background: #000099; 
	font-size: 11px; 
}
.tblOuter th, .tblData th {
	font-weight: bold; 
	color: #000099; 
	background: #B3B3FF; 
}
.tblOuter td, .tblData td {
	font-weight: normal; 
	color: #000099; 
	background: #FFFFFF;
}

/* Webware event calendat styles  */
.tblCalendar {
	background: #000099; 
	font-size: 11px; 
}
.tblCalendar th {
	font-weight: bold; 
	color: #000099; 
	background: #B3B3FF;
	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-weight: normal; 
	color: #000099; 
	background: #FFFFFF;
}
.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: #000099; 
	text-decoration: none;
	background: #B3B3FF; 
}
.tblCalendar td a:hover {
	color: #FFF; 
	text-decoration: underline;
	background : #006;
}
td.calDimmed { /* */
	color: #B3B3FF; 
}
td.calEvent {
	background: #CCCCCC;
}

/* Webware forms styles */
form {
	margin: 0;
	padding: 0;
}
.searchInputField { /* input field for search form */
	width: 117px;
}
.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 #000099;
}

/* Webware miscellaneous styles */
.txtNote, .note { 
	font-size: 0.9em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.hint, .txtRequired {
	color: #F00;
}
.txtReadMore {
	font-size: 10px;
}
.txtFeedback {
	padding: 2px;
	font-weight: bold;
	border: 1px dotted #000099;
}
.backToTop {
	font-size : 10px;
}

/* News styles */
.divNews2 h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	border: none;
}
.divNews2 p {
	margin: 0;
	padding-left: 10px;
}
.itemNews {
	border: 1px dotted #CCC;
	margin-top: 4px;
}

/*Style Applied to the Paragraphs for Copyright */
p.copyright {
	color : #333;
	padding: 0 0 0 22px;
}

p.copyright a:link { color : #000099;  text-decoration : underline; }
p.copyright a:visited { color : #000099;  text-decoration : underline; }
p.copyright a:hover { color : #000099; text-decoration: none; }
p.copyright a:active { color : #000099;  text-decoration : underline; }
