@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(/images/layout/rewards_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color:#fefefe;
}

#mainContent {
	height:550px;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 365px;
	background-color: #1a1a1a;
}

#subHeader {
	position: absolute;
	left: 294px;
	top: 27px;
}

#content1 {
	position: absolute;
	left: 294px;
	top: 60px;
	width: 160px;
}

#content2 {
	position: absolute;
	left: 494px;
	top: 60px;
	width: 160px;
}

#content3 {
	position: absolute;
	left: 694px;
	top: 60px;
	width: 160px;
}

#content4 {
	position: absolute;
	left: 294px;
	top: 480px;
	width: 535px;
}

#container {
	/*guideline addition*/
	/*background-image:url(/images/layout/expect_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
}

.day {
	background-color:#f7be3d;
	color:#004689;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	margin:0;
}

.desc {
	padding:0;
	margin:2px 2px 10px 2px;
}

.gold {
	color:#fec232;
}