/*html { min-height: 100%; margin-bottom: 1px; } */

body {
	/*background: url('../../media/images/background_body.gif') top center repeat-y; */
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size:12px; */
	height: 100%;
	background-color: #000;
}

#wrapper { 
	height: 100%;
	width: 960px;
	margin: 0 auto;
	background: url('../../media/images/background_body.gif') top left repeat-y;
	background-color: #000;
}

#top_menu_area {
	clear:both;
	background: url('../../media/images/background_sidebar-top.gif') left top no-repeat;
	height: 18px;

}
#top_menu {
	height: 29px;
}
#main_area {
	float:left;
	width: 710px;
	padding: 0 30px;
}

/* Memeber Profile Page */
#mystats-list { 
	list-style: none; 
	margin:0; 
	padding:0; 
}

#mystats-list li { 
	margin: 5px 0; 
	padding: 5px;
	background-color: #E0E3F2; 
	border: 1px solid #909ABD; 
}
#mystats-list .mystats-title { 
	color: #009966;
	font-weight: bold; 
	cursor: pointer;
}

#mystats-list .mystats-content { 
	display:none; 
	color: #333; 
}

.offer-box {	
	vertical-align: middle;
	display: block;
	margin: 2px;
	padding: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: 100%;
	background-color:#FFFFFF;
}

.offer-txt {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 10px;
}

#status {
	padding: 5px 0;
	margin: 0;
	font-size: 10pt;
}

#ajaxreader {
	width: 168px;
	border: #008752 solid 1px;
	padding: 5px;
	margin: 5px 0;
	font-size: 9pt;
	font-weight: bold;
}
#ajaxreader ul {
	padding: 5px 0;
	margin: 0;	
}

#ajaxreader li {
	list-style: none;
	font-size: 8pt;
	padding: 0;
	padding-bottom:5px;
	
}
#hotspot {
	text-decoration: underline;
	color: #000;
	margin: 2px 0;
}
#hotspot:hover {
	text-decoration: underline;
	color: #999;
	cursor: pointer;
	
}
#toggle {
	font-weight: normal;
	margin-bottom: 5px;
}
