body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: #cccccc;
	color: #333333;
}

td, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
	line-height: 16px;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1b294c;
}

.subheader {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005596;
}

.loginField {
	font-family: courier new, courier, mono;
	font-size: 12px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 125px;
}

.loginFieldLev2 {
	font-family: courier new, courier, mono;
	font-size: 12px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	width: 100px;
}

input {
	font-family: courier new, courier, mono;
	font-size: 12px;
	color: #333333;
}

.submitBtn {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #005596;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.bucket {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.leftNavLoginCopy {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.leftNavHeader {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 0px 5px 0px 15px;
}

.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.tableHeader {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.error {
	color: #ff0000;
}

/* backgrounds */

.darkBlueBG {
	background-color: #1b294c;
}

.grayBG {
	background-color: #474747;
}

.ltGrayBG {
	background-color: #dadada;
}

.dkGrayBG {
	background-color: #555555;
}

.grayStrokeBG {
	background-color: #d5d5d5;
}

.whiteBG {
	background-color: #ffffff;
}

.leftNavGray {
	background-color: #898989;
}

.rightBarBG {
	background-image: url('../images/right_bar_bg.gif');
	background-repeat: repeat-y;
}



/* links */
a, a:visited {
	color: #005596;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}


a.bucketLink, a.bucketLink:visited {
	font-family: arial, helvetica, sans-serif;
	color: #005596;
	text-decoration: underline;
}
a.bucketLink:hover, a.bucketLink:active {
	color: #333333;
	text-decoration: underline;
}


.leftNavCell {
	background-color: #898989;
	padding: 0px 5px 0px 15px;
}
a.leftNav, a.leftNav:active {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}
a.leftNav:visited, a.leftNav:hover {
	color: #ffffff;
	text-decoration: none;
}

.leftNavCellOn {
	background-color: #1b294c;
	padding: 0px 5px 0px 15px;
}
a.leftNavOn, a.leftNavOn:active {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}
a.leftNavOn:visited, a.leftNavOn:hover {
	color: #ffffff;
	text-decoration: none;
}
