body {
	height: 					100%;
	width:						100%;
	margin: 					0px;
	padding: 					0px;
	color:						#333;
	background-color:			#FFFFFF;
	font-family:				Arial, Verdana, Helvetica, sans-serif;
	font-size:					0.8em;
	scrollbar-3dlight-color: 	#F58225;/*#FF33CC;*/
	scrollbar-arrow-color: 		#F58225;/*#FF33CC;*/
	scrollbar-base-color: 		#F58225;/*#FF33CC;*/
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: 		#FFFFFF;
	scrollbar-highlight-color: 	#FFFFFF;
	scrollbar-shadow-color: 	#F58225;/*#FF33CC;*/
	scrollbar-track-color: 		#FFFFFF;
	
}
a {
	color: 						#F58225;/*#FF33CC;*/
	font-weight:				bold;
	text-decoration:			none;
}
a:hover {
	text-decoration:			underline;
}
sup {
	font-size:					0.8em;
}
img {
	border:						1px none #FFFFFF;
}
#stage {
	position:					relative;
	width:						1000px;
	height:						100%;
	margin-left: 				auto;
	margin-right: 				auto;
	padding:					0px;
	text-align:					left;
}
#pollFrame{
	position:					absolute;
	top:						0;
	right:						0px;
	width:						320px;
	height:						700px;
	font-size:					0.9em;
	overflow:					auto;
}
#bannerHolder {
	height:						60px;
	overflow:					hidden;
}
#focusMain {
	font-family: 				Verdana, Arial, Helvetica, sans-serif;
	background-color:			#FFFFFF;
	padding:					0px;
	position:					relative;
}

#focusMain h1 {
	color: 						#F58225;/*#FF33CC;*/
	font-size:					1.2em;
}
#focusMain h1.campaign
{
	position:					absolute;
	top:						-42px;
	left:						135px;
}

#chatFrame {
	border:						2px solid #CFCFCF;
	border-left:				2px solid #666666;
	border-top:					2px solid #666666;
	float:						left;
	height:						100px; 
	width: 						661px;
	overflow:					auto;
	margin: 					0px 4px 0px 0px;
	padding:					0px 0px 0px 3px;
	font-size:					0.8em;
}
#chatposted {
	position:					relative;
	height:						30px;
	font:						bold 11px Arial, Helvetica, sans-serif;
}
#chat, #poll {
	overflow:					auto;
	height:						100%;
}

#poll h3 {
	margin: 					0;
	padding: 					0;
}

#chat li {
	padding:					0px 2px 0px 2px;
}
#focusGroupsBanner {
	position:					absolute;
	top:						0;
	left:						0px;
	width:						820px;
}
#clientLogo {
	margin-top: 				5px;
}
#player {
	width:						320px;
	height:						240px;
	background-color:			#000000;
}
#chatText {
	width:						320px;
}
#footer {
	width:						100%;
	vertical-align:				middle;
	padding:					20px 0;
}
#footer a {
	display:					block;
	float:						left;
	width:						33%;
	height:						100%;
	text-align:					center;
	vertical-align:				middle;
}
#regulations {
	margin-top:					10px;
	text-align:					center;
	font-size:					0.7em;
}
#userAction {
	float:						right;
	font-size:					0.7em;
}
span.observer {
	background-color:			#CCFFCC;
}
.eventDescription {
	list-style-type:			circle;
}
.eventDescription a {
	display:					block;
	border:						1px dotted #FFFFFF;
	padding:					3px;
	text-decoration:			none;
}
.eventDescription a:hover {
	display:					block;
	border:						1px dotted #F58225;/*#FF33CC;*/
	text-decoration:			none;
}
.eventDescription span {
	display: 					block;
	color:						#000000;
	font-weight:				normal;
	margin:						3px 3px 10px 0px;
}
.enterEvent {
	font-weight:				bold;
	font-size:					0.9em;
}
#signupForm td {
	width:						50%;
	text-align:					left !important;
}
#signupForm tr {
	padding-bottom:				30px;
}
#signupForm span {
	float:						left;

	display:					block;
	clear:						both;
	padding-bottom: 			100px !important;
}
dd {

	/*left:						150px;*/
}
dt {
	font-weight:				bold;
}
fieldset {
	border:						1px solid #ccc;
	padding: 					15px;
}
legend {
	font-weight:				bold;
	color:						#F58225;/*#F3C;*/
}

/************
 * Ben's additions for the observer event page
 ***********/
div#col_1 {
	width:						486px;
	float:						left;
} 
div#col_1 p.success a {
	width:						300px;
	display: 					block;
	border: 					1px solid #090;
	background-color: 			#CFC;
	padding: 					10px;
	color: 						#000;
	text-decoration: 			none;
	font-weight: 				normal;
}
div#col_1 p.success a:hover {
	border: 					1px solid #F58225;
	background-color: 			#FFF;
}
div#big_col_2 {
	margin-left: 				240px
}

div#big_col_2 div#sub_col_1, div#big_col_2 div#sub_col_2 {
	width: 						50%;
	clear: 						none;
}

div#big_col_2 div#sub_col_1 {
	float: 						left;
	width:						400px;
	margin-left:				10px;
}

div#big_col_2 div#sub_col_2 {
	float: 						right;
}

div#big_col_2 div#sub_col_1 iframe {
	border:						0;
	height:						500px;
	width: 						98%;
}
div#big_col_2 div#sub_col_2 iframe#observerChatFrame {
	border:						0;
	height:						450px;
	width: 						98%;
}
div#big_col_2 div#sub_col_2 iframe#usersonlineFrame {
	border:						0;
	height:						50px;
	width: 						98%;
}
div#container {
	margin: 10px;
}