/* General Webware related styles */

/* Webware navigation styles */
#divMainNav {
	margin: 0;
	padding: 2px 0 0 0;
	font-weight: bold;
	color: #2D3778;
}
#divMainNav a:link, #divMainNav a:visited, #divMainNav a:active {
	font-size: 0.8em;
	line-height: 1.5em; 
	padding: 0 6px 0 6px;
	margin: 0;
	color: #2D3778;
	text-decoration: none;
}
#divMainNav a:hover {
	color: #2D3778;
	text-decoration: underline;
}

.mnuSub {
	position:absolute; visibility:hidden; left:100px; top:100px; width:150px;
	background-color: #FFF;
	border: 1px solid #2D3778;
	padding: 0;
	margin: 0;
}
.mnuSub {
	\width: 152px; 
	w\idth: 150px;
}
.mnuSubItem a, .mnuSubSub a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	border: 1px none #2D3778;
	color: #2D3778;
	width: 144px;
}
.mnuSubItem a:link, .mnuSubSub a:link{
	display: block;
	\width: 150px; 
	w\idth: 144px;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active, .mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active {
	text-decoration: none;
	background-color: #FFF;
}
.mnuSubItem a:hover, .mnuSubSub a:hover {
	background-color: #DEDEDE;
	text-decoration: none;
}

/* current menu option markers */
#divMainNav .current { 
	font-weight: bold;
	font-style:italic;
	border-top: 1px solid #2D3778;
	border-bottom: 1px solid #2D3778;
}
.mnuSub .current { /* current menu option marker*/
	border-left: 4px solid #2D3778;
	\width: 146px; 
	w\idth: 140px;
}

/* Webware data table styles */
.tblData {
	background: #2D3778; 
}
.tblData th {
	font-size: 0.9em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #336699;
}
.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: #D8671A;
}
.tblData td {
	font-size: 0.9em; 
	font-weight: normal; 
	color: #2D3778; 
	background: #FFFFFF;
}

/* Webware event calendar styles  */
.tblCalendar {
	background: #2D3778; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #336699;
	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: #2D3778; 
	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: #2D3778; 
	text-decoration: none;
}
.tblCalendar td a:hover {
	color: #2D3778; 
	text-decoration: none;
	background : #DCDCDC;
}
td.calDimmed {
	color: #999999; 
}
td.calEvent {
	background: #CCCCCC;
}

/* Webware forms styles */
form {
	margin: 0;
}
.searchInputField, .searchTextField { /* input field for search form */
	width: 120px;
}
.loginInputField, .loginTextField { /* input fields for login form */
	width: 120px;
}
.shortInputField, .shortTextField { 
	width: 80px;
}
.mediumInputField, .mediumTextField {
	width: 210px;
}
.longInputField, .longTextField {
	width: 300px;
}

/* Webware miscellaneous styles */
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #F00;
	font-weight: bold;
}
.backToTop {
	font-size: 10px;
	clear: both;
}
.txtReadMore, .readmore { /* read more link in news sections */
	font-size: 10px;
}

/* News styles */
.divNews2 h1 {
	font-size: 1.0em;
	font-weight: bold;
}

/*Style Applied to the Paragraphs for Copyright */
p.copyright {
	color : #2D3778;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	line-height : normal;
	padding-top : 10px;
	text-align : center;
}

p.copyright a:link { color : #A1171A;  text-decoration : underline; }
p.copyright a:visited { color : #A1171A;  text-decoration : underline; }
p.copyright a:hover { color : #A1171A; text-decoration: none; }
p.copyright a:active { color : #A1171A;  text-decoration : underline; }
