BODY
{
    BACKGROUND-COLOR: white;
    /*FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em; */
    font-family: arial, san-serif;
	/*font-size: 10pt;*/
	font-size: small;
	color: #413839;
}

			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				/*margin: 50px 0;*/
				/*margin: 5px 0;*/
				margin: 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 13px;
				background: #eee;
				height: 28px;
				border-top: 2px solid #eee;
				/*border-left: 2px solid #eee;*/
				border-bottom: 2px solid #ccc;
				/*border-right: 2px solid #eee;*/
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 28px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}

			
			#menu.blue {
				border-top: 2px solid #356AA0;
				border-left: 2px solid #356AA0;
				border-bottom: 2px solid #204061;
				border-right: 2px solid #356AA0;
				background: #356AA0;}
			#menu.blue a {color: #fff;}
			#menu.blue li a:hover, #menu.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}
			

p
{
	padding-top: 0px;
	margin-top: 0px;	
}

h1	
{
	font-size: large;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	color: #413839;

}	
		
h2	
{	
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: larger;
	font-weight: bold;
	color: #413839;
}	
		
h3	
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	color: #413839;
}	


.ul
{
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	display: inline-table;
	/*background-color: Fuchsia;*/
	vertical-align: top;
}

.ul li
{
	padding-bottom: 7px;
}


H4	
{	
	font-size: small;
	font-weight: bold;
}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;

	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;

	}

.modal 
{
	opacity: 0.3;
	filter:alpha(opacity: 30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	z-index: 11; 
	background-color: Black; 
	position: absolute; 
	top: 0px; 
	bottom: -1000px; 
	left: 0px; 
	right: 0px;
  }

.formTable
{
	
}

.formTable th
{
	text-align: right;
	color: #444444;
	font-weight: bold;	
}
	
.divScroll table
{
	border-width: 0px 2px 2px 2px;
}

.divScroll
{
	border: solid 1px black;
	max-height: 425px;
	overflow-x: hidden;
	overflow-y: auto;
}


.gridHeader
{
	background-color: #006699;
	color: White;
	position: relative;
}

.tableScroll
{
	padding: 3px 3px 3px 3px;
	/*width: 500px;	*/
}

.tableScroll thead
{
	background-color: #006699;
	color: White;
	position: relative;
}

.tableScroll tbody
{
	
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}

.tableScroll tbody tr
{
	color: Black;
	/*white-space: nowrap;*/
	height: auto;
}

.tableScroll tbody tr td:last-child 
{
	padding-right: 20px;
}

.rowStyle
{
	background-color: White;
}

.altRowStyle
{
	background-color: #F5F5F5;
}

.footerStyle
{
	background-color: #E7E7E7;
}

.bigTextBox
{
	font-weight: bold;
	font-size: 1.2em;
}

.button
{
	border: solid 1px Navy;
	background-color: #F2F2F2;
	cursor: pointer;
}

.fieldSet
{
	/*background-color: #f5f5f5;*/
	/*border-color: #DCDCDC;*/
	border: solid 1px #DCDCDC; /*#000080;*/
	background-color: #FCFEFE;
}

.dashboardBox
{
	vertical-align: top;
	border: solid 1px #AAAAAA;
	width: 50%;
	background-color: #FCFEFE;
	/*background-image: url(../images/crosshatch.gif);*/
}

.fauxFieldSetLegend
{
	position: relative;
    top: -0.6em;
    display: inline;
    margin: 5px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #FFFFFF;
    font-weight: bold;

}


.fieldSetLegend
{
	font-weight: bold;
	color: Black;
	font-style: italic;
	font-size: 12px;
}

.faqQuestion
{
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}

.faqAnswer
{
	border-bottom: solid 1px #C0C0C0;
	padding-bottom: 35px;
}

.faqQA
{
	font-size: 16pt;
	font-weight: bold;
	vertical-align: top;
}

.closeButton
{
	cursor: pointer;
}

.divPopup
{
	visibility: hidden;
	position: absolute;
	background-color: White;
	border: solid 2px Black;
	z-index: 99;
}

.divPopupBanner
{
	position: relative;
	background-color: #006699;
	text-align: right;
	color: White;
	font-weight: bold;
	z-index: 99;
}

.divCloseButton
{
	width: 100%;
	background-color: #006699;
}

.divPopupBannerLeft
{
	float: left; 
	width: 50%; 
	text-align:left;
}

.divPopupBannerRight
{
	float: right; 
	width: 50%; 
	text-align: right;
}



.divGuestbook
{
	background-image: url(../images/crosshatch.gif); 
	width: 925px; 
	min-height:50px; 
	max-height: 150px; 
	border: solid 1px black; 
	overflow:scroll;
}

.divOwnerComments
{
	border: solid 1px black; 
	background-image: url(../images/crosshatch.gif); 
	width:925px; 
	min-height:50px; 
	max-height:525px; 
	overflow:scroll;
}

.navCell
{
	border-right: solid 1px black;
}

.logo
{
    color: white;
    font-size: 20px;
    font-weight:bold;
    font-style:italic;
    vertical-align: middle;
}

.toolBox
{
	border: solid 1px black;
	width: 100%;
}

.toolBoxCaption
{
	font-weight: bold;
}




.td_border
{
	border-bottom-color: #062158;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

a.button 
{
	border: solid 1px black;
	background-color: Fuchsia;
}

A:link	{	
	text-decoration:	none;
	color: Blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: Blue;
	}	
		
A:active	{	
	text-decoration: none;
	color: Red;
	}	
		
A:hover	{	
	text-decoration: underline;
	color: Red;
	}
	

.err	{	
	text-decoration:	none;
	color:	#BD3826;
	font-size: 9px;
	font-family: MS Serif;
	}	

.prompt_label
{
	text-align:right;
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	font-family: MS Sans Serif;
	}

.label
{
	text-align:right;
	vertical-align:top;
	font-size: 9px;
	font-family: MS Sans Serif;
	}
.txtbox
{
	border: solid 1px black;
	font-size: 9px;
	font-family: MS Sans Serif;
	}
.textbox
{
	border: solid 1px black;
	font-size: 9px;
	font-family: MS Sans Serif;
	}

.tabStrip
{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tabContent
{
	width: 100%;
	border-top: solid 1px Gray;
	text-align: center;
}

.tabMessage
{
	position: relative;
	float: left;
	padding: 3px;
	text-align: right;
	background-color: White;
	margin-left: 50px;
}

.selectedTab
{
	position: relative;
	bottom: -1px;
	float: left;
	padding: 3px;
	font-weight: bold;
	width: 105px;
	text-align: center;
	background-color: White;
	margin-right: 3px;
	border-left: solid 1px Gray;
	border-top: solid 1px Gray;
	border-right: solid 1px Gray;
	cursor: default;
}

.tab
{
	float: left;
	padding: 3px;
	width: 105px;
	text-align: center;
	background-color: #E7E7E7;
	margin-right: 3px;
	border-left: solid 1px Gray;
	border-top: solid 1px Gray;
	border-right: solid 1px Gray;
	cursor: pointer;
	
}

a.tabLink
{
	color: Black;
}