html {
	margin:0px;
}

div#gameFrame
{
	display:inline-block;
	padding:5px;
	background-color:black;
}

/**
 * MAIN PANEL COMMON
 **/
div#mainPanels
{
	position:relative;
	float:left;
	z-index:1;
	opacity:1;
	width:100%;
	height:100%;
	width:725px;
	height:416px;
 }

div.slot-ball {
	display:table-cell;
	width:44px;
	height:44px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/ball-large.png) no-repeat;
}
div.slot-ball span {
	font-family:Arial;
	font-size:19px;
	color:black;
	font-weight:bold;
}

/*-- the yellow banded area on the top of most panels --*/
div.main-panel-head {
	font-weight:bold;
	padding:3px 0px 3px 3px;
	height: 35px;
}
div.main-panel-title-frame
{
	 float:left;
}
div.main-panel-ctl-frame
{
	 float:right;
}

.standard-button {
}

/**
 * OPENNING PANEL
 **/
div#openningPanel {
	width:100%;
	height:100%;
	background: url(../images/splash-screen.jpg) no-repeat, #9aaf75;
	background: url(../images/splash-screen.jpg) no-repeat, -moz-linear-gradient(top,  #9aaf75 0%, #63a80a 100%);
	background: url(../images/splash-screen.jpg) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9aaf75), color-stop(100%,#63a80a));
	background: url(../images/splash-screen.jpg) no-repeat, -webkit-linear-gradient(top,  #9aaf75 0%,#63a80a 100%);
	background: url(../images/splash-screen.jpg) no-repeat, -o-linear-gradient(top,  #9aaf75 0%,#63a80a 100%);
	background: url(../images/splash-screen.jpg) no-repeat, -ms-linear-gradient(top,  #9aaf75 0%,#63a80a 100%);
	background: url(../images/splash-screen.jpg) no-repeat, linear-gradient(to bottom,  #9aaf75 0%,#63a80a 100%);
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aaf75', endColorstr='#63a80a',GradientType=0 );*/
}
div#loginStatus
{
	position:relative;
	text-align:center;
	color:#ff0000;
}
div#loginButtonFrame
{
	text-align:center;margin-top:5px;
}
div#credentialsFrame
{
	text-align:right;position:relative;left:-15px;padding:5px;
}
div#credentialsFrame input.text-input
{
	 width:200px;
}
div#loginButtonFrame input.white-button
{
	font-size:14px;
}

 
div#loginPanel {
	padding:10px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

form#login {
	width:95%;
	text-align:center;
}
form#login input.text-input {
	width:200px;
	float:none;
}
form#login input[type="submit"] {
	width:10em;
}

/**
 * RESULTS PANEL
 **/
div.team-team-block
{
	float:left;
	max-width:440px;
	height:88px;
	overflow:hidden;
}

div.team-winslot-block
{
	float:left;
	max-width:240px;
	height:88px;
	overflow:hidden;
}
div.team-team-block-team1
{
	position:relative;top:10px;
}
div.team-team-block-team2
{
	position:relative;top:30px;
}
div.results-team-goal-list
{
	display:inline-block;
	height:42px;
}
div.prediction-match-info div.team
{
	text-align:left;
	font-size:20px;
	white-space:nowrap;
}
div.prediction-match-info .team-name
{
}

div.prediction-match-info .team-score
{
}

div.prediction-match-info .team-winslots
{
	display:inline-block;
	padding-left:20px;
}

div.prediction-match-info .extra-info
{
	text-align:left;
}

div#resultsPanelInfoView {
	position:relative;
	height:360px;
	width:100%;
	overflow:auto;
}

div.prediction-body {
	display:table-cell;
	width:80%;
	border-bottom:1px solid #dddddd;
}
div.prediction-head {
	display:table-cell;
	width:20%;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

div.mb-slot {
	font-family:HelveticaLTStdLight;
	display:table-cell;
	width:95px;
	padding: 3px;
	font-size:12px;
}
div.mb-but-slot {
	display:table-cell;
	width:95px;
	padding: 3px;
	font-size:12px;
}

span.mbs-time {
	white-space:nowrap;
}
img.mbs-img
{
	position:relative;
	top:-25px;
	margin-left:3px;
	margin-right:23px;
	float:right;
}


/**
 * MATCH TRACKER
 **/
div#matchTracker {
}

div#matchTrackerScrollRegion {
	width:194px;height:245px;
	margin-left:3px;margin-right:3px;
}
div#matchTrackerPanelControls {
	text-align:center;
/*	padding-top:3px;*/
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}
div#matchTrackerPanelControls button.white-button
{
	font-size:13px;
}

div.game-feed-info {
	font-family:HelveticaLTStdLight;
	font-size:14px;
	letter-spacing:1px;
/*	color: #ffffff;*/
	color: #000000;
	padding-bottom: 3px;
/*	background: #1A1A1A; */
	width:95%;
	border-style: inset;
	border-width: 2px;
	border-color: #1A1A1A;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	overflow:auto;
}

span.feed-item-time {
	font-size:15px;
/*	color: #ffff00;*/
	color: #4444aa;
	padding-right:2px;
}
span.feed-item-title {
	font-size:15px;
/*	color: #ffff00;*/
	color: #4444aa;
	padding-right:2px;
}

div.feed-item {
/*	display:table-row;*/
	padding-right:1px;
	border:0px;
	clear:both;
}
div.feed-item-icon
{
/*	display: table-data;*/
	margin-right: 5px;
	padding-top:3px;
/*	vertical-align:text-bottom;*/
	float:left;
	width:8%;
}
div.feed-item-msg
{
	float:left;
	width:85%;
	margin-left:5px;
/*	display: table-data;*/
}

img.feed-item-icon {
/*	display:block;
	margin-right:auto;
	margin-left:3px;*/
	vertical-align:text-bottom;
}

/**
 * GAME SELECTOR
 */

div.game-play-display {
	cursor:pointer;
 	display:inline-block;margin-right:18px;margin-top:20px;width:115px;
}
div#game1Display.game-play-display {
	margin-left:20px;
}
div.game-play-display div.game-pick-number {
	cursor:pointer;
	position:relative;
	top:-13px;
	font-size:75px;float:left;font-family:Impact;color:#FFDA2A;margin-right:3px;
}
div.game-play-display div.game-pick-number-selected {
	cursor:pointer;
	position:relative;
	top:-13px;
	font-size:75px;float:left;font-family:Impact;color:#7BC435;margin-right:3px;
}
div.game-play-display span.game-pick-name {
	cursor:pointer;
	font-size:14px;font-family:Arial;margin-top:10px;
}
div.game-play-display button {
} 
div.game-play-display div.game-pot-amount {
	cursor:pointer;
	text-align:center;
	position:relative;top:-15px;
}

/**
 * HEAD TO HEAD STATS
 **/
div#statisticsListBox
{
	height:375px;overflow:auto;
}

/**
 * FIXTURE LIST
 **/
div#fixtureListBox
{
	height:375px;overflow:auto;
}


/**
 * PITCH MATRIX
 **/
div.time-status-pitch-display span#matchTimeDisplay {
	color: #3C484C;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}
div.time-status-pitch-display span#matchStatusDisplay {
	color: #3C484C;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.game-name {
	font-family:Arial;
	font-size:14px;
	text-align:center;
	overflow:none;
	color:#FFDA2A;
}

.bet-amount {
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	overflow:none;
	color:#FFFFFF;
}

div#pitchBaseImage {
	background-image:url(../images/SoccerSzarPitchPanel.jpg);
	width:725px;
	height:390px;
	top:0px;
	left:0px;
	padding:0px;
	z-index:10;
}

div#slotControl1 {top:85px;left:5px;}
div#slotControl3 {top:85px;left:41px;}
div#slotControl5 {top:85px;left:77px;}
div#slotControl7 {top:85px;left:113px;}
div#slotControl9 {top:85px;left:149px;}
div#slotControl11 {top:85px;left:185px;}
div#slotControl13 {top:85px;left:221px;}
div#slotControl15 {top:85px;left:257px;}
div#slotControl17 {top:85px;left:293px;}
div#slotControl19 {top:85px;left:329px;}
div#slotControl21 {top:85px;left:365px;}
div#slotControl23 {top:85px;left:401px;}
div#slotControl25 {top:85px;left:437px;}
div#slotControl27 {top:85px;left:473px;}
div#slotControl29 {top:85px;left:509px;}
div#slotControl31 {top:85px;left:545px;}
div#slotControl33 {top:85px;left:581px;}
div#slotControl35 {top:85px;left:617px;}
div#slotControl37 {top:85px;left:653px;}
div#slotControl39 {top:85px;left:689px;}
		
div#slotControl2 {top:250px;left:5px;}
div#slotControl4 {top:250px;left:41px;}
div#slotControl6 {top:250px;left:77px;}
div#slotControl8 {top:250px;left:113px;}
div#slotControl10 {top:250px;left:149px;}
div#slotControl12 {top:250px;left:185px;}
div#slotControl14 {top:250px;left:221px;}
div#slotControl16 {top:250px;left:257px;}
div#slotControl18 {top:250px;left:293px;}
div#slotControl20 {top:250px;left:329px;}
div#slotControl22 {top:250px;left:365px;}
div#slotControl24 {top:250px;left:401px;}
div#slotControl26 {top:250px;left:437px;}
div#slotControl28 {top:250px;left:473px;}
div#slotControl30 {top:250px;left:509px;}
div#slotControl32 {top:250px;left:545px;}
div#slotControl34 {top:250px;left:581px;}
div#slotControl36 {top:250px;left:617px;}
div#slotControl38 {top:250px;left:653px;}
div#slotControl40 {top:250px;left:689px;}


div#gameNumbersImage {
	background-image:url(../images/numbers-2.png);
	width:709px;
	height:20px;
	background-repeat:no-repeat;
	position:absolute;top:187px;left:4px;z-index:16;
}

canvas#gameTimeBar {
	position:absolute;top:191px;left:3px;z-index:14;
}

div#currentBetSlotSliderImage {
	background-image:url(../images/bet-time-slider-max.png);
	width:35px;
	height:87px;
	position:absolute;top:150px;left:0px;margin-bottom:3px;padding:0px;z-index:14;
}

/*
<canvas id="usedSlotsBar" width="725" height="150" style="position:absolute;top:145px;left:0px;;z-index:11;"></canvas>
<img id="currentBetSlotSlider" src="images/bet-time-slider.png" alt="" width="35" height="87" style="position:absolute;top:147px;left:0px;padding:0px;z-index:14;"/> -->
<img id="currentBetSlotSlider" src="images/bet-time-slider-min.png" alt="" width="35" height="23" style="position:absolute;top:187px;left:0px;padding:0px;z-index:14;"/>-->
*/
div#infoIconBar {
	width:725px;height:150px;position:absolute;top:145px;left:0px;z-index:13;
}

.ack-bet-title {
	font-size:16px;
	font-family:Impact;
/*	font-size:16px;
	font-family:HelveticaLTStdLight;*/
	white-space:nowrap;
	text-align:center;
	overflow:hidden;
	color:#7BC435;
}

.ack-bet-display {
	border: 1px solid #7BC435;
	padding-top:3px;
	-moz-box-shadow:0px 0px 10px 7px rgba(255, 0, 0, 0.6);
	-webkit-box-shadow:0px 0px 10px 7px rgba(255, 0, 0, 0.6);
	box-shadow:0px 0px 10px 7px rgba(255, 0, 0, 0.6);
}


.current-bet-title {
	white-space:nowrap;
	text-align:center;
	overflow:hidden;
	font-size:16px;
	font-family:Impact;
	color:#dd2222;
}
.current-bet-display {
	border: none;
}

.confirm-bet-title {
	white-space:nowrap;
	text-align:center;
	overflow:hidden;
}
.confirm-bet-display {
	border: none;
}

div#betDisplayTitle {
	position:absolute;left:5px;top:5px;width:215px;
	text-align:center;z-index:15;
}
div#betDisplay {
	position:absolute;left:5px;top:30px;width:230px;text-align:center;z-index:10;
}
div#placeBetPanel {
	position:absolute;top:0px;left:0px;width:360px;height:155px;
}
div#bet-controls {
	position:absolute;top:0px;left:574px;
	width:360px;height:155px;
	border-left:2px inset black;
}
div#gameNameDisplay {
	position:absolute;top:130px;left:5px;
	width:230px;height:20px;z-index:15;
}
div#betControlsDiv {
	float:right;
	position:relative;
	left:-2px;
	padding:3px 5px 3px 5px;
	border:3px solid yellow;
	height:143px;
	z-index:15;
}
button#betButton {
	width:100px;margin-left:auto;margin-right:auto;margin-top:10px;
}
button#clearBetButton {
	width:100px;margin-left:auto;margin-right:auto;margin-top:10px;
}
button#confirmBetButton {
	width:130px;
}
button#cancelBetButton {
	width:130px;
}
div#confirmViewButtonBox {
	text-align:center;width:340px;
}
div#confirmViewList {
	margin-left:auto;margin-right:auto;text-align:center;
}

div#confirmViewIcons {
	width:340px;
}
div#confirmViewIcons {
	display:none;text-align:center;font-size:18px;font-weight:bold;
}
div#placeBetConnecting {
	display:none;text-align:center;font-size:18px;font-weight:bold;
}
div#confirmBetPanel {
	width:340px;display:none;
}

/*------- TeamScorePanel ---------------*/
div.goal-box { position:absolute;height:44px;width:208px;overflow:hidden;text-align:right; }
div#team1GoalBox { left:5px;top:18px; }
div#team2GoalBox { left:5px;top:318px; }

div.team-score-panel { height:40px;display:table-cell;position:absolute;z-index:15; }
div#teamScorePanel1 { top:15px;left:215px; }
div#teamScorePanel2 { top:315px;left:215px; }
/*
img.team-logo { position:absolute;max-height:40px;height:40px;top:5px;left:5px;padding:0px;z-index:20; }
div.team-name { position:absolute;width:190px;height:30px;top:15px;left:55px;padding:0px;z-index:20;white-space:nowrap; }
div.team-score { position:absolute;width:35px;height:30px;top:8px;left:250px;padding:0px;z-index:20; }
*/
img.team-logo { display:inline-block;vertical-align:middle;position:relative;
	max-height:40px;height:40px;margin-bottom:3px;padding:0px;z-index:20; }
div.team-name { display:inline-block;position:relative;vertical-align:middle;
	width:200px;padding:0px;z-index:20;white-space:nowrap; }
div.team-score { display:inline-block;position:relative;vertical-align:middle;
	width:23px;padding:0px;z-index:20; }
div#matchTimeDisplayDiv { position:absolute;top:18px;left:510px;z-index:15;width:200px;text-align:center; }
div#matchStatusDisplayDiv { position:absolute;top:318px;left:510px;z-index:15;width:200px;text-align:center; }

div#pitchMatrixBottomInfo {
	position:absolute;top:390px;left:0px;width:725px;
}
div#pitchMatrixBottomInfo button.black-button {
	float:right;height:28px;width:110px;
}

div#pitchMatrix
{
	position:relative;z-index:1;opacity:1;display:none;
}

/**
 * RSS SITE INFO FEED
 **/
div.rss-scroll-item {
	top:4px;
	padding-right:20px;
}

div#rssFeedBox {
	height:30px;
	width:615px;
	overflow:hidden;
	white-space:nowrap;
	position:relative;
}
/**
 * RH CONTROL PANEL
 **/
div#rhControls {
	float:left;
	z-index:1;
	margin-left:0px;
}
div#rhControls button.black-button{
	 height:45px;
}

#myBetsButton {
	background: #494949;
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #494949 0%, #1e1e1e 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#1e1e1e));
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -o-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, linear-gradient(to bottom,  #494949 0%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#1e1e1e',GradientType=0 );
}
#myBetsButton:hover {
	background: #3a3a3a;
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #3a3a3a 0%, #111111 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#111111));
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -o-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, linear-gradient(to bottom,  #3a3a3a 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#111111',GradientType=0 );
}
#myBetsButton:active {
	background: #1e1e1e;
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #1e1e1e 0%, #494949 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#494949));
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -o-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/mybets-w.png) no-repeat 15px center, linear-gradient(to bottom,  #1e1e1e 0%,#494949 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#494949',GradientType=0 );
}
#myBetsButton:disabled {
	background: #fcfe53;
	background: url(../images/iconic/mybets-b.png) no-repeat 15px center, -moz-linear-gradient(top,  #fcfe53 0%, #fed509 100%);
	background: url(../images/iconic/mybets-b.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfe53), color-stop(100%,#fed509));
	background: url(../images/iconic/mybets-b.png) no-repeat 15px center, -webkit-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/mybets-b.png) no-repeat 15px center, -o-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/mybets-b.png) no-repeat 15px center, -ms-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/mybets-b.png) no-repeat 15px center, linear-gradient(to bottom,  #fcfe53 0%,#fed509 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfe53', endColorstr='#fed509',GradientType=0 );
}

#liveFixturesButton {
	background: #494949;
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #494949 0%, #1e1e1e 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#1e1e1e));
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -o-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, linear-gradient(to bottom,  #494949 0%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#1e1e1e',GradientType=0 );
}
#liveFixturesButton:hover {
	background: #3a3a3a;
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #3a3a3a 0%, #111111 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#111111));
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -o-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, linear-gradient(to bottom,  #3a3a3a 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#111111',GradientType=0 );
}
#liveFixturesButton:active {
	background: #1e1e1e;
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #1e1e1e 0%, #494949 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#494949));
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -o-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/live-fix-w.png) no-repeat 15px center, linear-gradient(to bottom,  #1e1e1e 0%,#494949 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#494949',GradientType=0 );
}
#liveFixturesButton:disabled {
	background: #fcfe53;
	background: url(../images/iconic/live-fix-b.png) no-repeat 15px center, -moz-linear-gradient(top,  #fcfe53 0%, #fed509 100%);
	background: url(../images/iconic/live-fix-b.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfe53), color-stop(100%,#fed509));
	background: url(../images/iconic/live-fix-b.png) no-repeat 15px center, -webkit-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/live-fix-b.png) no-repeat 15px center, -o-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/live-fix-b.png) no-repeat 15px center, -ms-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/live-fix-b.png) no-repeat 15px center, linear-gradient(to bottom,  #fcfe53 0%,#fed509 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfe53', endColorstr='#fed509',GradientType=0 );
}

#helpButton {
	background: #494949;
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #494949 0%, #1e1e1e 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#1e1e1e));
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -o-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, linear-gradient(to bottom,  #494949 0%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#1e1e1e',GradientType=0 );
}
#helpButton:hover {
	background: #3a3a3a;
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #3a3a3a 0%, #111111 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#111111));
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -o-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, linear-gradient(to bottom,  #3a3a3a 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#111111',GradientType=0 );
}
#helpButton:active {
	background: #1e1e1e;
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #1e1e1e 0%, #494949 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#494949));
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -o-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/help-w.png) no-repeat 15px center, linear-gradient(to bottom,  #1e1e1e 0%,#494949 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#494949',GradientType=0 );
}
#helpButton:disabled {
	background: #fcfe53;
	background: url(../images/iconic/help-b.png) no-repeat 15px center, -moz-linear-gradient(top,  #fcfe53 0%, #fed509 100%);
	background: url(../images/iconic/help-b.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfe53), color-stop(100%,#fed509));
	background: url(../images/iconic/help-b.png) no-repeat 15px center, -webkit-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/help-b.png) no-repeat 15px center, -o-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/help-b.png) no-repeat 15px center, -ms-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/help-b.png) no-repeat 15px center, linear-gradient(to bottom,  #fcfe53 0%,#fed509 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfe53', endColorstr='#fed509',GradientType=0 );
}

#head2headButton {
	background: ;
	background: #494949;
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #494949 0%, #1e1e1e 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#1e1e1e));
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -o-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #494949 0%,#1e1e1e 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, linear-gradient(to bottom,  #494949 0%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#1e1e1e',GradientType=0 );
}
#head2headButton:hover {
	background: #3a3a3a;
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #3a3a3a 0%, #111111 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#111111));
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -o-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #3a3a3a 0%,#111111 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, linear-gradient(to bottom,  #3a3a3a 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#111111',GradientType=0 );
}
#head2headButton:active {
	background: #1e1e1e;
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -moz-linear-gradient(top,  #1e1e1e 0%, #494949 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#494949));
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -webkit-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -o-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, -ms-linear-gradient(top,  #1e1e1e 0%,#494949 100%);
	background: url(../images/iconic/head2head-w.png) no-repeat 15px center, linear-gradient(to bottom,  #1e1e1e 0%,#494949 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#494949',GradientType=0 );
}
#head2headButton:disabled {
	background: #fcfe53;
	background: url(../images/iconic/head2head-b.png) no-repeat 15px center, -moz-linear-gradient(top,  #fcfe53 0%, #fed509 100%);
	background: url(../images/iconic/head2head-b.png) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfe53), color-stop(100%,#fed509));
	background: url(../images/iconic/head2head-b.png) no-repeat 15px center, -webkit-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/head2head-b.png) no-repeat 15px center, -o-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/head2head-b.png) no-repeat 15px center, -ms-linear-gradient(top,  #fcfe53 0%,#fed509 100%);
	background: url(../images/iconic/head2head-b.png) no-repeat 15px center, linear-gradient(to bottom,  #fcfe53 0%,#fed509 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfe53', endColorstr='#fed509',GradientType=0 );
}


/**
 * BOTTOM CONTROL PANEL
 **/
div#bottomControls
{
	position:relative;
	display:block;
	width:935px;
	height:155px;
	z-index:18;
	opacity:1;
}