﻿body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}


/* ------------------------------ DEFAULTS -----------------*/
body {
	padding-top: 0.3%;
	padding-bottom: 0.3%;
	background: #e8e8e8;/*b6b7bc;*/
/*	font-family: Verdana, Arial, Sans-Serif;*/
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
}


/* ------------------------- HEADINGS ----------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #666666;
	font-variant: normal;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1 {
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
#pagewrapper {
	position: relative;
	width: 1350px;	/*1275px;*/
	/*height: 820px;*/
	margin: 0px auto 0px auto;
	border: 2px solid #496077;
	background-color: #f2f2f2;
}

.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.title {
	display: block;
	float: left;
	text-align: left;
	background: #4b6c9e;
	width: 100%;
}

.header h1 {
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	font-size: 2.0em;
}

#contentWrapper{
	border-left: 0px solid #000000;
}

.borderLeft {
	border-left: 3px solid #000000;
}

#sidebarleft {
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;
}

#UsefulLinks {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #aabbcc;
	border: 1px solid #000000;
}

#sidebarleft h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100.0%;	/*62.5%;*/
	font-weight: 600;
	line-height: 1.0em;
	text-align: center;
	color: black;
	background-color: #789e91;
}

#sidebarleft ul {
	list-style: square;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 10px;
	text-align: left;
	font-size: 1.0em;
	line-height: 200%;
}

#sidebarleft a:hover {
	text-decoration: underline;
}

#sidebarleft a:visited {
	color: blue;
}

/* ---------------------- For all Page -----------*/
.main {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-left: 170px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.main h2 {
	margin-bottom: 10px;
}

.main p	{
	margin-top: 10px;
}


/* -------------------------- Navigation Menu --------------------*/
#navBar {
	position: relative;
	padding: 4px 0px 4px 8px;
}

#navBar ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 100%;
}

#navBar a, #navBar a:visited {
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

#navBar li {
	float: left;
}

#navBar a:hover {
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

#navBar a:active {
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

#navBar li ul {
	display: none;
}

#navBar li:hover ul {
	display: block;
	width: 15em;
	position: absolute;
	z-index: 100;	/*Important: keeps the dropdown menu on top of anything below it, such as text*/
}

#navBar li:hover li {
	float: none;
}

#UnitsWrapper {
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 880px;
	width: 80px;
	height: 21px;
	color: black;
	background-color: white;
	font-weight: 700;
}
.UsUnitsRadioButton {
	position: absolute;
	top: 0px;
	left: 0px;
}
.SiUnitsRadioButton {
	position: absolute;
	top: 0px;
	left: 40px;
}

.SaveDbDataButton {
	position: absolute;
	top: 37px;
	left: 980px;
	width: 97px;
	padding: 0px;
	height: 25px;
	font-weight: 600;
	font-size: 1.2em;
	text-align: center;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
}
.SaveDbDataButton:hover, SaveDbDataButton:focus {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}

.SaveDataButton {
	position: absolute;
	top: 37px;
	left: 1080px;
	width: 97px;
	padding: 0px;
	height: 25px;
	font-weight: 600;
	font-size: 1.2em;
	text-align: center;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
}
.SaveDataButton:hover, SaveDataButton:focus {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}
/* ----------------- End Menu --------------------*/
