#content .content .full {
	margin: 0px 0px 0px 0px;
}
#mainContent {
	position: relative;
	width: 500px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#rightContent {
	position: relative;
	width: 130px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainContent .topLeft{
	position: relative;
	width: 250px;
	float: left;
	padding-left: 5px;
}
#mainContent .topRight{
	position: relative;
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#mainContent table {
	width: 500px;
	border-bottom: 1px solid #d1d1d3;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
* html #mainContent table {
	width: 500px;
	margin-right: 5px;
}
#mainContent tbody {
	border-right: 1px solid #d1d1d3;
	border-top: 1px solid #fff;
}

#mainContent th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f5055;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background-color: #cccccc;
	line-height: 19px;
	vertical-align: middle;
}
* html #mainContent th {
	border-bottom: 1px solid #fff;
}
#mainContent th.right {
	text-align: right;
	padding-right: 10px;
	background: #cccccc;
}

#mainContent th.vTop {
	vertical-align: top;
}

#mainContent tr.hilit {
	background-color: #eeeeee;
}

#mainContent td {
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border-left: 1px solid #fff;
}
#mainContent td.first {
	border-left: 0px;
}
#mainContent td.text {
	text-align: left;
	padding-left: 10px;
}
* html #mainContent td.text {
	border-right: 1px solid #d1d1d3;
}

#mainContent td.leftTxt {
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: top;
	line-height: 15px;
	padding: 3px 0px 3px 0px;
	background-color: #eeeeee;
}
#mainContent td.rightTxt {
	text-align: left;
	padding-left: 10px;
	background-color: #fff;
	vertical-align: top;
	line-height: 15px;
	padding: 3px 0px 3px 0px;
}

#mainContent a {
	color: #333333;
	text-decoration: none;
}

div.topLeft a {
	font-size: 11px;
	line-height:19px;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
	text-align: right;
	background: url('../images/arrow_left.gif') no-repeat 0px 50%;
}
div.topLeft a:hover {
	text-align: right;
	background: url('../images/arrow_left_hi.gif') no-repeat 0px 50%;
}
div.topRight a {
	font-size: 11px;
	line-height:19px;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	background: url('../images/arrow_right.gif') no-repeat right 50%;
}
div.topRight a:hover {
	background: url('../images/arrow_right_hi.gif') no-repeat right 50%;
}

div.topLeft a.overviewLnk {
	background-image: url('../images/arrow_right.gif') !important;
}
div.topLeft a.overviewLnk:hover {
	background-image: url('../images/arrow_right_hi.gif') !important;
}
#rightContent .header{
	background: #cccccc;
	width: 128px;
	font-size: 11px;
	line-height:19px;
	height:21px;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 1px;
}
* html #rightContent .header{
	margin-bottom: 0px;
}
#rightContent .subheader{
	background: #d1d1d3;
	width: 128px;
	font-size: 11px;
	line-height:19px;
	height:19px;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 1px;
}
#rightContent table {
	width: 138px;
	border-bottom: 1px solid #d1d1d3;
	border-right: 1px solid #d1d1d3;
	border-top: 0px;
	border-left: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	line-height:15px;
	vertical-align: middle;
}
#rightContent td {
	background-color: #ddd;
}

#rightContent tr.top {
	background-color: #eeeeee;
	border-left: 1px solid #eeeeee;
}
#rightContent tr.below {
	background-color: #fff;
	font-size: 3px;
	line-height:5px;
	border-left: 1px solid #eeeeee;
}
#rightContent td.first, #rightContent th.first {
	border-right: 2px solid #cccccc;
	border-left: 1px solid #eeeeee;
	background-color: #fff;
}
#rightContent a.previousW{
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	background: url('../images/arrow_left.gif') no-repeat 0px 50%;
}
#rightContent a.nextW{
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background: url('../images/arrow_right.gif') no-repeat right 50%;
}
#rightContent img{
	border: 0px;
}
#rightContent a{
	text-decoration: none;
	color: #333333;
	padding: 1px;
}
#rightContent a.hiLit{
	background-color: #5170a6;
	color: #FFFFFF;
}
#rightContent .jumpForm{
	background-color: #eeeeee;
	text-align: left;
	padding: 5px 0px 5px 10px;
}
#rightContent select{
	margin: 3px 5px 3px 0px;
	font-size: 11px;
	color: #000;
}
#rightContent td.legendImg{
	line-height: 20px;
	vertical-align: middle;
}
#rightContent td.legendTxt{
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
}
#rightContent td.bg_fff {
	background-color: #fff;
}
#rightContent td.bg_eff0f0 {
	background-color: #eeeeee;
}

#rightContent .copyR{
	font-size: 9px;
	white-space: nowrap;
}
#rightContent .copyR a{
	margin: 0px;
	padding: 0px;
}
#rightContent .weekend{
	background-color: #c7cbcb;
}


.form {	
	BORDER-RIGHT: #dadada 1px outset;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #dadada 1px outset;
	PADDING-LEFT: 10px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #dadada 1px outset;
	CURSOR: hand;	COLOR: #000099;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #dadada 1px outset;
	FONT-FAMILY: Arial;	HEIGHT: 20px;
	BACKGROUND-COLOR: #dadada
}

.rightTH{
	float: right;
}
.leftTH{
	float: left;
}
