/* spectator guide style */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:white;
	color:#000;
	padding:0;
	margin:0;
}
html>body{font-size: 10px;}
#sgbar, #sgbar:visited{
	display:block;
	width:auto;
	height:20px;
	margin:0;
	padding:5px 10px 0 20px;
	background:transparent url(../../images/shadebars.png) repeat-x;
	color:#0083ca;
	font-size:1.6em;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
#sgbar:hover{background:#58b7dd url(../../images/shadebg.png) repeat-x; color:white;}
iframe{
	width:100%;
	height:600px;
	max-width:100%;
	max-height:600px;
}
