html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td {
	margin: 0;
	padding: 0;
}

html {
	background: #e7e8e9 url('../images/bkg_html.jpg') no-repeat scroll left top;
}

.bodyNormal {
	background: transparent url('../images/bkg_body.png') no-repeat scroll 50% 0;
	min-height: 900px;
	padding: 51px 15px 10px 10px;
	line-height: 120%;
	color: #686868;
}

.bodyOverview {
	background-color: transparent;
	min-height: 900px;
	padding: 51px 15px 10px 10px;
	color: #686868;
}

html,body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.normalFont {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.display TD, TH {
	font-size: 12px; !important;
	white-space: nowrap;
}

.viperAcro {
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #14715F;
}

h1 {
	font: 3em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

p,ol,ul {
	margin-bottom: 18px;
}

blockquote {
	margin-right: 36px;
}

body#login {
	text-align: center;
}

div#logincontainer {
	width: 180px;
	height: 150px;
	position: absolute;
	/*border: blue 2px solid;*/
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}

.buttons {
	border: 1px #000000 solid;
	cursor: auto;
	color: white;
	font-weight: bold;
	background-color: #006e66;
}

#wrap { /*width:750px;*/

	background: transparent;
}

#header {
	padding: 10px;
	/*background:#ddd;*/
}

#nav {
	padding: 5px 10px;
	/*background:#c99;*/
}

#main {
	float: left;
	width: 480px;
	padding: 10px;
	/*background:#9c9;*/
}

#sidebar {
	float: right;
	width: 230px;
	padding: 10px;
	/*background: lightgrey;*/
}

#footer {
	clear: both;
	padding: 10px;
	/*background:#cc9;*/
}

#footer p {
	margin: 0;
}

* html #footer {
	height: 1px;
}

ul#list-nav {
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#list-nav li {
	display: inline
}

ul#list-nav li a {
	text-decoration: none;
	padding: 5px 0;
	width: 100px;
	background: #485e49;
	color: #eee;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
}

ul#list-nav li a:hover {
	background: #a2b3a1;
	color: #000
}

.colStyle1 {
	float: left;
	padding: 5px;
	white-space: nowrap;
}

.colStyle2 {
	width: 15%;
	float: right;
	padding: 5px;
	white-space: nowrap;
}

.error {
	border: 2px solid red;
}

.boldLabel {
 	font-weight:bold;
}

.extdt-cell {
 	font-size:10px;
	font-family:verdana;
}
 
.headClass {
 	font-size:10px;
	font-family:verdana;
	font-weight:bold;
}
 
.rightSubFormClass {
 	text-align:right;
 	align:right;
}
 
.centerSubFormClass {
 	align:center;
}
 	 
.leftSubFormClass {
 	text-align:left;
 	align:left;
}

div.wrap1 {
	background:transparent url('../images/bkg_wrap_wide2.png') repeat-y scroll 0px 729px;
	width:1525px;
	margin:0 auto;
}

div.wrap2 {
	background: transparent url('../images/bkg_wrap_wide1.png') no-repeat scroll 50% 0;
	padding:20px 0 27px;
	top:-21px;
	position:relative;
	min-height:700px;
}

div.footer {
	background:url('../images/bkg_footer.png') no-repeat scroll 50% bottom transparent;
	clear:both;
	margin:9px auto 0;
	padding:0 0 17px;
	position:relative;
	top:-16px;
	width:1001px;
}

