body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0px;
	padding: 0px; }

img {
	border: 0px; }
	
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #709ed3;
	font-size: 22px; }

a, a:link, a:hover {
	color: #709ED3; }	
	
a:visited {
	color: #3674B4;  }	


/* --- Header --- */
/* -------------- */

.headTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-align: left;
	padding: 5px; 
	padding-left: 25px; }

.headLogo {
	padding: 15px 30px;  }
	
.headBar {
	background: url('../images/blueBar.gif') bottom repeat-x; 
	height: 38px; }
	
.headBarRight {
	background: url('../images/blueBar_greenBG.gif') bottom repeat-x; 
	height: 38px; }


/* --- Navigation --- */
	
.navTable {
	background: #B8DB4F; 
	padding-top: 30px;
	padding-right: 15px; }	

a.navItem, a.navItem_sel, a.navItem:hover, a.navItem_sel:hover, a.navItem:link, 
a.navItem_sel:link, a.navItem:visited, a.navItem_sel:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	color: #000;
	text-decoration: none; }
	
a.navItem_sel, a.navItem_sel:link, a.navItem_sel:visited, a.navItem_sel:hover {
	color: #709ED3;
	text-decoration: none; }
	
	
/* --- General Layout --- */
/* ---------------------- */
		
.contentLeft {
	padding: 5px; }
	
.contentCenter {
	padding: 20px; 
	height: 380px; }	

.mainTable { }


/* --- Forms --- */
.view
{
    display         : block;
    float           : left;
    width           : 200px;
    padding-bottom  : 30px;
    margin-left     : 20px;
}

.clear
{
    clear           : both;
    height          : 1px;
}

#report label
{
    display         : block;
    margin          : 10px 0;
}

#report span
{
    font-size       : 1.2em;
    font-weight     : bold;
}

#report label span
{
    display         : block;
    width           : 320px;
    float           : left;
    padding-top     : 2px;
}

#report .view label span
{
    width           : 100px;
    font-size       : 1em;
    font-weight     : normal;
}

.view input
{
    margin          : 10px 0 10px 80px;
}

/* ------------- */
/* --- Content Markup --- */

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; }
	
.homeField {
	width: 180px; }
	
.loginButton {
	padding: 0px 10px;
	border: 0px; }
	
.smallButton {
	padding-right: 1px;
	border: 0px; }
	
.statusText {
	font-family: Arial, Helvetica, sans-serif;
	color: #cf1f1f;
	font-size: 12px;
	padding-top: 0px; }
