﻿body
{
	font-family: 'Trebuchet MS';
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	height: 100%;
	background-color: #3399FF;
}
html {
	height:100%;
}

.oneColFixed #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:625px; /* should be 625px */
	margin-bottom:-25px;
	position:relative;
}
.oneColFixed #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;
	height: 95px;
}
.oneColFixed #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixed #maindontentdiv {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixed #footer
{
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	height: 25px;
	position: relative;
	font-family: 'Trebuchet MS';
	text-align: left;
	font-size: 8pt;
	width: 760px;
	vertical-align: middle;
	margin: 2px auto;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #3399FF;
}
.oneColFixed #footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
    font-weight: normal;
    text-align: left;
    position: relative;
    vertical-align: middle;
}

.oneColFixed #logindisplay
{
	font-size: 9pt;
	display: block;
	text-align: right;
	margin: 10px;
	color: #0000FF;
	float: right;
	width: 242px;
	font-family: 'Trebuchet MS';
	font-weight: normal;
	font-style: normal;
}

.oneColFixed #headerlogo
{
	float:left;
	width:168px;
	height:80px;
	margin:10px;
}

.clearfooter {
	height:1px;
	clear:both;
}
.oneColFixed #menucontainerdiv
{
	border-top: thin solid #99CCFF;
	border-bottom: thin solid #99CCFF;
	padding: -10px;
	margin: 0px;
	min-height: 30px;
		width: 780px;
		position: relative;
		border-right-color: inherit;
		border-left-color: inherit;
		font-family: 'Trebuchet MS';
		font-size: 10pt;
		font-weight: normal;
	top: 0px;
	height: 22px;
	border-left-style: none;
	border-left-width: thin;
	border-right-style: none;
	border-right-width: thin;
}

.oneColFixed #maincontentdiv
{
	font-family: 'Trebuchet MS';
	padding-left: 20px;
	padding-right: 20px;
}

.mainbody
{
	color:#333333;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:justify;	
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	padding: 0px 10px 0px 0px;
	position: relative;
	text-align: right;
	top: -9px;
	height:auto;
	left: 0px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 0px;
    color: #fff;
}

ul#menu li a
{
	padding: 5px 25px 5px 25px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	line-height: 0px;
	background-color: #707175;
	color: #F5F5F5;
	vertical-align: middle;
	text-align: center;
}

ul#menu li a:hover
{
    background-color: #0066FF;
    text-decoration: none;
    color: #F7F7F7;
}

ul#menu li a:active
{
	background-color: #0066FF;
	text-decoration: none;
	color: #F7F7F7;
}

ul#menu li.selected a
{
    background-color: #0066FF;
    color: #F7F7F7;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

label
{
	color: #377BF6;
	font-weight:bold;
	font-size: 9pt;
	display: block;
	width: auto;
	float: left;
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
	width: 330px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
	width: 283px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
	width: 201px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

a img
{
	border: 0px;
	vertical-align:bottom;
}

table
{
	/* solid 1px #e8eef4; */
	border:none;
	border-collapse: collapse;
}

table td
{
	margin-bottom: 2px;
	border:none;
	font-family: 'Trebuchet MS';
	font-size: 8pt;  /* was 9pt 09Jan2010 */
	font-weight: normal;
	font-style: normal;
	color: #0000FF;
}

table th
{
	margin: 0px;
	border:none;
	padding: 0px;
	text-align: center;
	font-family: 'Trebuchet MS';
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}


ul#navpanel 
{
list-style-type: none;
margin:0px;
padding:0px;
width:255px;
vertical-align:top;
}

ul#navpanel li a {
color: #FFFFFF;
display: inline;
margin-bottom:2px;
padding:0px;
height:auto;
text-decoration: none;
text-align:center;
font-weight:bold;
background-color:#FFFFFF;
}

#daterangeselect ul
{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
