/* NHomesV2 */
body {
	background: #EBF2FA; 
	font-family: Arial, Tahoma, Helvetica; 
}

/* style for module titles 
.Head {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  9pt;
	font-weight: bold;
    color: #ffffff;
}

*/
.Head {
    background-color: transparent; 
    font-family: Arial, Tahoma, Helvetica;
    font-size:  9pt;
	font-weight: bold;
    color: #FFFFFF;
}

a.MapView:link {
color: #FFFF00; 
vertical-align: middle; 
font-size: 9px; 
font-weight: bold; 
background-color: #FF0000;
}
a.MapView:visited {
color: #FFFF00; 
vertical-align: middle; 
font-size: 9px; 
font-weight: bold; 
background-color: #FF0000;
}
a.MapView:hover {
color: #FF0000; 
vertical-align: middle; 
font-size: 9px; 
font-weight: bold; 
background-color: #FFFF00;
}
a.MapView:active {
color: #FF0000; 
vertical-align: middle; 
font-size: 9px; 
font-weight: bold; 
background-color: #FFFF00;
}


.SmallSummary {
	font-size: 8pt;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}

.TopNav {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  10pt;
 	font-weight: bold;
 	text-align: center;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	
}
.PadLeft {
 	padding-left: 2px;
 	padding-right: 0px;
}


.ContainerShadeContent {
	border: 1px solid #D1D1D1; 
	background-color: #F0F0F0; 
	padding: 2;
}
.ContainerContent {
	border: 1px solid #D1D1D1; 
	padding: 2;
}
.NoMargin {
	padding: 0;
}
.ContainerHeader {
	background-color: #000066; 
	padding: 1;
}
.VMenu {
	border: 1px solid #D1D1D1; 
}

.normal,td,textarea {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 9pt; 
	color: #404040;
}


/*Menu Specifics*/
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:16;
	background-color: Transparent;

}

.MainMenu_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	padding: 2;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	background-color: #FFFFFF; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	color: black; 
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
	padding: 2;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}


/*OLD*/

.scrollv {
	width: 100%;
	height: 200px;
	overflow: auto;
}



fieldset {
	font-size: 10pt;
	padding: 5;
	width: 100%;
}
.thinborder {
	border-top: #0000FF 1px solid;
	border-bottom: #0000FF 1px solid; 
	border-left: #0000FF 1px solid; 
	border-right: #0000FF 1px solid; 
}
legend { color: navy}