#ticker{display:none;}

#smeetLive{
	margin:0 0 15px 0;
	height:750px;
}
.ui-resizable {
	position:relative;
}
.ui-resizable-handle {
	display:block;
	font-size:0.1px;
	position:absolute;
	z-index:99999;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display:none;
}

.ui-resizable-e{
	display:none;
	width:0;
	height:0;
}

.ui-resizable-se{
	display:none;
	width:0;
	height:0;
}

.ui-resizable-s{
	display:block;
	font-size:0.1px;
	position:absolute;
	z-index:99999;
	bottom:-15px;
	cursor:s-resize;
	height:15px;
	left:0;
	width:100%;
	background: #000 url(../img/extend.png) repeat-x center top;
}

#cont{
	width:100%;

}

#topScores{
	width:320px;
	font-size:12px;
	background:#000 url(../img/infos.jpg) repeat-x bottom left;
}



#infosScores{
	padding:6px 3px;
	background:#000;
	width:69px;
}

#round_info{
	text-align:center;
	color:#999;
	font-size:11px;
}

#timer{
	text-align:center;
	margin:5px 0 0 0;
	font-size:14px;
	color:#FFF;
}

#timer #lastMinute{
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
}

#scoresOverview{
	border:solid #FFF;
	border-width:0 0 0 1px;
	padding:6px 3px;
	background:#000 url(../img/overview.jpg) repeat-x top left;
	width:238px;
	font-size:10px;
	color:#888;
	min-height:63px;
}

#scoresOverview span{
	margin: 0 2px;
}



#surfers{
	width:630px;
}

.surferName{
	background: url(../img/ombreScores.png) repeat-x bottom left;
	text-align:right;
	text-transform:uppercase;
	font-size:12px;
	padding:4px 3px;
	width:203px;
	border:solid #000;
	border-width:0 1px 0 0;
}

.surferName b{
	margin:0  5px 0 0;
	float:left;
}

.waves{
	background:#F3F3F3 url(../img/wavesBG.jpg) repeat-x top left;

}


.aWave{
	color:#000000;
	font-size:10px;
	font-weight:bold;
	height:12px;
	padding:5px 0;
	text-align:center;
	width:28px;
}

.pair{
	background:#FFF;
}

.surferName *{
	color:#000;
}

.white{
	background-color:#FFF;
	color:#000;
}

.red{
	background-color:#FF0000;
	color:#000;	
}

.blue{
	background-color:#0000FF;
	color:#000;
}

.yellow{
	background-color:#FF0;
	color:#000;
}

.green{
	background-color:#00FF00;
	color:#000;
}


.surfer2 .s1{
	border: solid #000;
	border-width: 0 0 2px 0;
}

.surfer2 .surferName{
	padding:11px 3px ;
}

.surfer2 .aWave{
	padding:12px 0px ;
}


.surfer3 .s2, .surfer3 .s1{
	border: solid #000;
	border-width: 0 0 1px 0;
}

.surfer3 .surferName{
	padding:5px 3px ;

}

.surfer3 .aWave{
	padding:5px 0px ;
}


