img
{
	border:none;
}

#liveContainer #liveTitle img
{
	float:left;
	margin-top:2px;
}

#liveContainer #liveTitle span
{
	float:left;
	height:16px;
	padding:2px 0 0 5px;
}

#liveContainer #liveContent
{
	min-height:450px;
	//height:450px;	
}

*+html #liveContainer #liveContent {
	height:auto;
}

#liveContainer #liveTitle
{
	height:18px !important;
	//height:15px !important;
}

#liveContainer #liveStatus, #liveContainer #liveTitle
{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#EEE;
	height:15px;
	vertical-align:middle;
}

#liveContainer #liveUpdate, #liveContainer #updt
{
	float:left;
}

#liveContainer #liveSynchro
{
	float:right;
}

.label
{
	font-weight:bold;
}

#toolBar
{
	background-color:#EEE;
	padding:5px;
	margin:5px 0 0 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#synchroBlock
{
	text-align:center;
}

#synchroBlock img
{
	margin-top:50px;
}

#synchroBlock span
{
	display:block;
}

#errorBlock
{
	border-bottom:1px solid #999;
	height:16px;
	padding:2px;
	display:none;
}

#errorBlock span, #errorBlock img
{
	float:left;
}

#errorBlock span
{
	margin-left:5px;
}

#liveBlock table
{
	width:100%;
	margin: 5px 0 5px 0;
}

#liveBlock table .bl
{
	font-weight:bold;
	vertical-align:top;
}

#liveBlock table .il
{
	width:20px;
	vertical-align:top;
}

#liveBlock table .bk
{
	background-color:#EEE;
}

.rotate-90
{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}