﻿body {
	margin:0px;
	padding:0px;
	font-family:Arial, sans-serif;
	font-size:small;
}

#nfss 
{
	margin:0px;
	padding:0px;
	font-family:Arial, sans-serif;
	font-size:small;
	color:#000033;
	background-image: none;
	background-color:#355191;
}

.census-header
{
	background-image: url('../../Graphics/CensusHeader.jpg');
}
h1 {
	font-size:medium;
	font-weight:bold;
	padding: 5px;
	text-align:center;
}

h2 {
	font-size:small;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size:x-small;
	font-weight:bold;
	text-align:left;
}

h4 {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}

p {
	margin:10px;
}

hr 
{
	border:dotted 1px #C8CBFE;
}

.control-table
{
	padding: 3px;
	margin-top: 3px;
	border-right: #d8e4f8 0px solid;
	border-top: #d8e4f8 0px solid;
	border-left: #d8e4f8 0px solid;
	border-bottom: #d8e4f8 0px solid;
}

.insert-control-table
{
	border-top: lightsteelblue 0px dotted;
	border-right: lightsteelblue 0px dotted;
	border-left: lightsteelblue 0px dotted;
	border-bottom: lightsteelblue 1px dotted;
}

.bordered-table
{
	border: solid 1px navy;
}

.bordered-cells td
{
	border: solid 1px navy;
}
.panel-box-title
{
	background-color:#0E0F85;
	border-color: #0E0F85;
	border-width: 2px;
	border-style:solid;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color:White;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.panel-box
{
	background-color:#E9EAFF;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	font-size:x-small;
	color:#0E0F85;
	text-align:left;
}

.panel-box-button
{
	background-color:White;
	border:solid 1px #0E0F85;
	font-family:Verdana;
	font-size:x-small;
	color: #0E0F85;
}

.group-panel
{
	padding-top:0px;
	margin-top:5px;
}



.panel-title
{
	background-image: url('../../Graphics/PanelImg.jpg');
	background-repeat: repeat-x;
	font-weight:bold;
	color:White;
}

.panel-table
{
	border: solid 1px #C8CBFE;
	background-color: white;
	font-weight:normal;
	margin-bottom:3px;
}


.control
{
	background-color: white;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	color: #0E0F85;
	font-size:x-small;
}


.colored-box
{
	background-color:#E9EAFF;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	font-size:x-small;
	color:#0E0F85;
}

.button
{
	background-color:#E9EAFF;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	font-size:x-small;
	color:#0E0F85;
	margin-bottom: 2px;
}


.gridview
{
	background-color: white;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	color: #0E0F85;
	font-size:x-small;
}

.gridview-row
{
	background-color:#E9EAFF;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	font-size:x-small;
}
.gridview-white-row
{
	background-color:white;
	border: solid 1px #C8CBFE;
	border-bottom-color: Maroon;
	font-family:Verdana;
	font-size:x-small;
}

.gridview-alternatingrow
{
	background-color:white;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	font-size:x-small;
}

.gridview-header
{
	background-color:#0E0F85;
	border: solid 1px white;
	font-family:Verdana;
	font-size:x-small;
	color:White;
	font-weight:bold;
	text-align:center;
}

.gridview-selectedrow
{
	background-color:#D8CB9E;
	border: solid 1px #C8CBFE;
	font-family:Verdana;
	font-size:x-small;
}

.gridview-header a
{
	font-family:Verdana;
	font-size:x-small;
	color:white;
}	


.menu-tabs
{
	position:relative;
	top:1px;
	left:10px;
}

.tab
{
	border:solid 1px #D8CB9E;
	border-bottom:none;
	padding:5px 2px 5px 2px;
	background-color: white;
}

.selected-tab
{
	border:double 3px #D8CB9E;
	border-bottom:solid 1px #E9E4D2;
	padding:5px 2px 5px 2px;
	background-color: #E9E4D2;
}

.tab-body
{
	border:double 3px #D8CB9E;
	border-top:solid 1px #D8CB9E;
	background-color: #E9E4D2;
	padding: 2px 0px 5px 0px;
	font-family:Verdana;
	font-size:x-small;
	color:#0E0F85;
	text-align:right;
}

.blank-page
{
	background-color: White;
	border: solid 1px #D8CB9E;
	margin: 2px 4px 10px 4px;
	padding: 10px 8px 10px 8px;	
	font-family:Verdana;
	font-size:x-small;
	color:#0E0F85;
	text-align:left;
}
.tab-button
{
	background-color:White;
	border:solid 1px #D8CB9E;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color: #6E5519;
}

.calendar
{
	background-color: White;
	border:double 3px #D8CB9E;
	font-family:Verdana;
	font-size:x-small;
	color:#0E0F85;
}
	

.centered-block
{
	text-align:center;
	width:100%;
}

.header1
{
	font-size:medium;
	font-weight:bold;
	padding: 3px;
}

.wizard
{
	padding:5px 5px 5px 5px;
	border: solid 1px #C8CBFE;
	font-size:small;
	color:#C8CBFE;
	font-family:Verdana;
	background-color:White;
}

.wizard-sidebar
{
	background-color:#E3DABB;
	border-right:solid 1px #C8CBFE;
	font-size:x-small;
}
	
	
.tree
{
	border: double 3px  BurlyWood;
	font-family:Verdana;
	font-size:small;
	color:#0E0F85;
	background-color:#E9EAFF;
}

.tree-node
{
	font-family:Verdana;
	font-size:small;
	color:#0E0F85;
	background-color:#E9EAFF;
	border:solid 2px #E9EAFF;

}

.tree-selected-node
{
	font-family:Verdana;
	font-size:small;
	color:white;
	background-color:#0E0F85;
	border:solid 2px #E9EAFF;
}

.tree-hover-node
{
	font-family:Verdana;
	font-size:small;
	color:#0E0F85;
	background-color:#C8CBFE;
	border:solid 2px #E9EAFF;
}

.tree-root-node
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #0E0F85;
	background-color: #E9E4D2;
	border:solid 2px #E9EAFF;
}

.tree a:visited
{
	font-family:Verdana;
	font-size:small;
	color:#0E0F85;
	background-color:#E9EAFF;
}	
.tree-selected-node a:visited
{
	font-family:Verdana;
	font-size:small;
	color:white;
	background-color:#0E0F85;
}	
.tree-hover-node a:visited
{
	font-family:Verdana;
	font-size:small;
	color:#0E0F85;
	background-color:#C8CBFE;
}
	
#header
{
	position: relative;
	width: 100%;
	height: 130px;
	background-color:white;
	border-bottom:solid 1px #9E7B00;
}

#menubar
{
	position:relative;
	width:100%;
	height:20px;
	padding-bottom:2px;
	background-color:Transparent;
	background-image:url('../../Graphics/ContentHeaderBackground.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:x-small;
}

#mainpage {
	position:relative;
	width:100%;
	background-color:white;
	color:Navy;
	font-size:x-small;
	font-family:Verdana;
}

#navigation
{
	position: absolute;
	width: 135px;
	left: 5px;
	top: 10px;
	bottom: 0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:visible;
	background-color:white;
}

#menu-navigation
{
	position: absolute;
	width: 145px;
	left: 5px;
	top: 10px;
	bottom: 0px;
	padding-left:5px;
	padding-right:120px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:visible;
	background-color:transparent;
}

#content {
	position:relative;
	margin-left:160px;
	margin-right:270px;
	margin-top:10px;
	background-color:white;
	color:Navy;
	font-size:x-small;
	font-family:Verdana;
}

#rightpane 
{
	position: absolute;
	width:245px;
	right:5px;
	top:10px;
	bottom:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	overflow: visible;
	background-color:white;
}


#footer {	
	border-top:solid 1px #000066;
	position:relative;
	height:18px;
	background-color:White;
}