.bandPageBody {
	width: 824px;
	background-color: #D2B48C;
	color: #000;
	/*background-color: #668386;*/
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 3px 1px 3px 1px;
	margin: -1px 0 0 0; /* Set the body 1px under the menu so the active item with no border bottom overrides this top border*/
}

.bandPageBox {
	background-color: #F5DEB3;
	color: #000;
	/*background-color:#955652;*/
	border: 1px solid black;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	margin: 0 3px 3px 0;
	padding: 3px; 
	overflow: hide;
}

.leftColumn {
	width: 612px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.rightColumn {
	width: 200px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.baseTab {
	font-family:Verdana;
	margin: 0;
	display: inline-block;
	border-color: #000;
	border-style:solid;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	vertical-align:bottom;
}

.tabHover {
	font-size:14pt;
	padding:4px 4px 8px;
	border-width:1px;
	background-color: #668386;
	color: #FFFFFF;
	/*background-color: #A5D4D9;
	color: #333333;*/
	height: 35px;
}
.tabActive {
	font-size:14pt;
	padding:4px 4px 8px;
	border-width:1px 1px 0 1px;
	background-color: #D2B48C;
	color: #000;
	/*background-color: #668386;
	color: #FFFFFF;*/
	height: 35px;
}

.tabInactive {
	font-size: 11pt;
	padding:6px 6px 3px;
	border-width: 1px 1px 1px 1px;
	background-color: #E9DAC7;
	color: #000;
	/*background-color: #ACA394;
	color: #333333;*/
	height: 30px;
}

/*
.tabHover a {
	color: #333333;
	text-decoration: underline;
}
.tabActive a {
	color: #FFFFFF;
	text-decoration: none;
}
.tabInactive a {
	color: #333333;
	text-decoration: none;
}
*/

.duplexWebControl {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.arrowBase {
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 0;
	border: none;
	width: 128px;
	height: 128px;
}
.arrowLeft {
	background-image: url('Images/Icons/arrow_left.png');
	float: left;
}
.arrowRight {
	background-image: url('Images/Icons/arrow_right.png');
	float: right;
}