/* redefine existing tags */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

body,td,th {
	font-family: Helvetica, verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.tableRow{
	background: none #ffffcc; border: solid #000000 1px; color: #000000;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 0; text-align: center; width: auto;
  display:table-row;
}

.tableCell{
	border: none; float: right; margin: 0; padding: 0; width: auto;
	display:table-cell;
}

a:link {
	color: #6C86A2;
	font-weight:700;
}
a:visited {
	color: #6C86A2;
	font-weight:700;
}
a:hover {
	color: #6C86A2;
	font-weight:700;
}
a:active {
	color: #6C86A2;
	font-weight:700;	
}
a img{
	vertical-align:middle !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
}
form {
	display:inline;
}
img {
	border:none;
}
p{
	display:inline;
	padding:0px;
	margin:0px;
}
/* classes */

.navBody {
	background-color: #333333;
}
.logo{
	background-color:#333333;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	padding:10px;
	height:100px;
	background-position:center;
}
.mainBody {
/* not in use, superceded by body{} def. */
}
/* PDF output classes. 
	These classes derive from their appropriately named non-pdf classes, with some changes for pretty PDF output.
 */
.pdfBody{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.pdfMainContentDiv {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align:top;
	display:block;
	width:auto;
	overflow:auto;
	margin: 7px;
	padding:7px;
}
/************ new nav menu **************/
.hide{
	display: none;
}
.show{
	display: block;
}
.menu1{
	background-image:url(images/menudiv1bg.gif);
	margin-left:25px;
	padding-left:20px;
	padding-top:2px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #000000;
	height: 20px;
}
 .submenu{
	background-image: url(images/submenu.gif);
	display: table-cell;
	height:auto;
	margin-left: 18px;
	padding: 3px 0px 3px 10px;
	color: #333333;
	background-color: #EDF9FE;
}
 .submenuNonHref{
	background-image: url(images/submenu.gif);
	display: block;
	height:auto;
	margin-left: 18px;
	padding: 3px 0px 3px 10px;
	color: #333333;
	background-color: #CFEFAB;
}
/************ sectionLinks styles **************/

#navItem{
	line-height: 20px;
	padding:5px;
	margin: 0px;
}

#navItem h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#navItem a:link, #navItem a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background:#F1F5F8 url(../images/btnBkgLg.gif) left top repeat-x;
	font-weight: bold;
	padding: 1px 1px 1px 5px;
	color: #21536A;
}

#navItem a:hover{
	border-top: 1px solid #cccccc;
	background:#CCFF66 url(../images/btnBkgLgOver.gif) left top repeat-x;
	font-weight: bold;
	text-decoration: none;
}
.headContentDiv {

	background: #333333 url(../images/topBkg.gif) left top repeat-x;
	word-spacing: 3px;
	vertical-align:middle;
	width: 100%;
	display:table;
	clear:right;
	
}

.mainFrameNavItem{
	line-height: 19px;
}

.mainContentDiv {
	background-color: #FFFFFF;
	color:#000000;
	text-align: left;
	vertical-align:top;
	border-style:groove;
	border-width:thin;
	display:inline-table;
	width:100%;
/*	overflow:auto;
	margin: 7px;
	padding:7px;*/
	clear:both;
}
.mainContentDiv td{
	color:#000000;
}
.mainContentDivTable  {
	background-color: #FFFFFF;
	color:#000000;
	text-align: left;
	line-height: 20px;
	vertical-align:top;
	border-style:groove;
	border-width:thin;
	width:auto;
	overflow:auto;
	padding: 7px;
/*	padding-right:26px;*/
}
/************ sectionLinks styles **************/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.borderRight{
	border:none;
	border-right:solid; 
	border-width:1px;
	border-color:#0066CC;
}

.mainFrameNavItem a {
	white-space:nowrap;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	margin-right:2px;
	color: #CCCCCC;
	text-decoration:none;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-color:#8DA8D3;
	border-left-color:#8DA8D3;	
	border-right-color:#8DA8D3;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}

.mainFrameNavItem a:link, .mainFrameNavItem a:visited {
	background:#F1F5F8 url(../images/btnBkgSm.gif) left top repeat-x;
}
.mainFrameNavItem a:hover {
	background:#CCFF66 url(../images/btnBkgSmOver.gif) left top repeat-x;
	color:#333333;
}

.plainLink a {
	white-space:nowrap;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	margin-right:2px;
	color: #CCCCCC;
	text-decoration:none;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}

.plainLink a:link, .plainLink a:visited {
	background:none;
}
.plainLink a:hover {
	background:none;
	color:#333333;
}

.whiteButtons a {
	white-space:nowrap;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	margin-right:2px;
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;	
	border-right-color:#FFFFFF;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}

.whiteButtons a:link, .whiteButtons a:visited {
	background:#F1F5F8 url(../images/btnBkgSmWht.gif) left top repeat-x;
}
.whiteButtons a:hover {
	background:#CCFF66 url(../images/btnBkgSmOver.gif) left top repeat-x;
	color:#333333;
}

/************ data display styles **************/
.dataDisplayHead{
	white-space:nowrap;
	border-right:solid;
	border-right-color:#666666;
	border-right-width:1px;
	background-color:#f9b51a;
}
.dataDisplay{
	white-space:nowrap;
	border-right:solid;
	border-right-color:#666666;
	border-right-width:1px;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	color:#330033;
}
.dataDisplayTable{
	margin:0px;
	padding:0px;
}
.hoverNav{
	background-color:#CCFF66;
	color:#000000 !important;
}
.hoverNavDown{
	background-color:#CCFF66;
	color:#000000 !important;
	background-image: url(../images/sortMode_highlight_up.gif);
	background-repeat: no-repeat;
}
.hoverNavUp{
	background-color:#CCFF66;
	color:#000000 !important;
	background-image: url(../images/sortMode_highlight_down.gif);
	background-repeat: no-repeat;	
}
.alert{
	background-color:#FF5353;
}
.hover{
	background-color:#F2F2F2;
	border:inherit;
}
/************ form styles **************/
.navForm{
	vertical-align:middle;
	display:inline;
}
#navLoginForm{
	display:block;
	text-align:right;
	line-height:23px;
	padding: 3px 3px 3px 3px;
}
select{
	font-size:9px;
	position:relative;
	vertical-align:text-bottom;
	width:170px;	
}
input{
	font-size:9px;
	position:relative;
	vertical-align:text-bottom;
	width:170px;
}
textarea{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:text-bottom;
}
/************ content div styles **************/
TD{
	text-align: left;
	vertical-align: top;
	word-spacing: 3px;
}
SUB{
	font-weight:bolder;
	word-spacing:1px;
}
SUP{
	font-weight:bolder;
	word-spacing:1px;
}
#subNavMenu{
display:none;
	visibility:collapse;
}
#subNavMenu a:link, #subNavMenu a:visited{
		background-color: #DDEEFF;
}
#subNavMenu a:hover {
	background-color: #DDEEFF;
}

.mainBody .mainContentDiv .moduloList {
	background-color: #CCCCCC;
	display: table-row;
}
.highlightText{
	color:#33A3E6 !important;
}
.table{
	table-layout:fixed;
	display:table;
}
.mainBody .mainContentDiv .moduloList .element{
	display: table-cell;
}

.divider{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	min-height:10px; 
/*	max-height:10px;*/
	width:auto;
}
.dividerDark{
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	min-height:10px; 
/*	max-height:10px;*/
	background-image:url(../images/topBkg.gif);
	width:auto;	
}
.subHeader{
	background-color:#333333;
	font-weight:bold;
}

.whiteText{
	color:#FFFFFF;
	text-shadow:#333333;
}
.textLogo{
	text-align:center; 
	letter-spacing:2px;
	font-weight:bold;
}

/* FAQ styles */
.faqQ{
	font-size:14px;
	font-weight:700;
	display:inline;
}
.faqA{
	font-weight:700;
	clear:right;
	display:block;
}
.faqQp{
	font-size-adjust:none;
	display:inline;
	line-height:normal;
	font-weight:normal;
}
.faqA ul{
display:inline;
}
.faqA li{
	line-height:normal;
	font-size-adjust:none;
	font-weight:normal;
	
	display:list-item;
	list-style-type:circle;
	list-style-position:inside;
	margin-left:15px;
}
.faqA ul ul li{
	line-height:normal;
	font-size-adjust:none;
	font-weight:normal;
	
	display:list-item;
	list-style-type:square;
	list-style-position:inside;
	margin-left:25px;
}

/* calendar popup style guides */
.calendarWrapper{
display:inherit;
}
.calendarWrapper select{
	width:auto;
}
.calendarWrapper a:link {
	color: #333333;
	font-weight:700;
	background:none;
	border:none;
	padding:0px;
}
.calendarWrapper a:visited {
	color: #000000;
	font-weight:700;
	background:none;
	border:none;
	padding:0px;	
}
.calendarWrapper a:hover {
	color: #999999;
	font-weight:700;
	background:none;
	border:none;
	padding:0px;	
}
.calendarWrapper a:active {
	color: #333333;
	font-weight:700;
	background:none;
	border:none;
	padding:0px;	
}