﻿body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* END RESET */

/* STANDARD */

.top { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom; }
.center { margin: 0 auto; }
.left { float: left; }
.right { float: right; }
.textCenter { text-align: center; }
.textRight { text-align: right; }
.clear { clear: both; }
.clearR { clear: right; }
.clearL {clear: left; }

.border { border: solid 1px #000; }

.w100 { width: 100%; }

/* END STANDARD */

body
{
	color: #555;
	font-family: Georgia;
	height: 100%;
}
form
{
	height: 100%;
}
.page
{
	color: #555;
	margin: 5px auto;
	width: 1000px;	
	height: 100%;
}
.header
{
	padding: 20px;
}
.alert
{
	font-size: 9pt;
	color: #f55;
}

.login
{
	color: #42bc6d;
	font-size: 9pt;
	float: right;
	margin: 5px;
}
.login td
{
	padding: 2px;
}
.login input 
{
	border: solid 1px #ccc;
	padding: 1px;
}
.welcome
{
	color: #42bc6d;
	float: right;
	margin: 5px 10px;
}

.topNav
{
	float:right;
}
.topNav a, .topNav a:active, .topNav a:visited
{
	color: #0172e8;
	text-decoration: none;
}
.topNav a:hover
{
	text-decoration: underline;
}
.topNav td
{
	padding: 0 10px;
}

.sideNav
{
	color: #fff;
	height: 100%;
	padding: 15px;
	vertical-align: top;
	width: 175px;
	min-height: 500px;
	background-color: #0172e8;
	background-image: url(../images/bkgd-top-side-nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sideNav a, .sideNavContainer a, .sideNavContainer a:active, .sideNavContainer a:visited
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
}

.main
{
	height: 100%;
	margin: 15px 0px;
	overflow: auto;
	width: 100%;
}
.content
{
	float: right;
	padding: 0 10px;
	width: 760px;
}

.footer
{
	border-top: solid 1px #898989;
	color: #b1b1b1;
}



#navDrawer
{
	background: #fff;
	border: solid 1px #898989;
	font-size: 10pt;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	overflow: hidden;
}	
#navDrawer:hover
{
	width: 650px;
}

.pageDetails td
{
	padding: 2px;
}

h1
{
	color: #0172e8;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 0px;
}
h2
{
	color: #50c579;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px 0px;
}

a, a:visited, a:active
{
	color: #0172e8;
}
a:hover
{
	color: #50c579;
}
	

a.gray, a.gray:active, a.gray:visited
{
	color: #555;
	font-size: 12pt;
}

.topNav a:hover
{
	text-decoration: none;
}


#bdLogin
{
	background: #eee;
	padding: 10px;
}
.form td
{
	padding: 3px;
}