body
{
	background-color: #f4f4f0;
	font-family:Arial;
	font-size: 12px;	
	margin: 0;
}

H4
{
	font-family:Arial;
	font-size: 14px;
	margin-top:0;
}

#ConnectionButtonHolder
{
	float: right;
}

.ConnectionButton
{
    height:30px;
    width:74px;
    font-family:Arial;
	font-size: 12px;
	cursor:hand;
	cursor:pointer;
	color:black;
	border:solid 3px #d3d3c7;
    background-color: #ffffff;
    margin-bottom: 4px;
}

.ciframe
{
	z-index:-1000;
}

.bgVolume
{
	background-image:url(images/controls/volume_bg.gif);
	background-repeat:no-repeat;
}

.text
{	
	font-size: 12px;
	font-family:Arial;
	color: black;
}

.textUnderImages
{
	background-color: #959595;
	padding: 5px;	
	font-size: 12px;
	font-family:Arial;
	color: Black;	
}

.textTimer
{	
	font-size: 9px;
	font-family:Arial;
	color: white;	
}

.headlineText_top
{
	padding-left: 4px;	
	padding-right: 4px;	
	padding-top: 4px;	
	padding-bottom: 3px;	
	font-size: 12px;
	font-family:Arial;
	color: white;	
	border-bottom:solid 4 #f4f4f4;
}

.headlineText
{	
	padding-left: 4px;	
	padding-right: 4px;	
	padding-top: 4px;	
	padding-bottom: 3px;	
	font-size: 12px;
	font-family:Arial;	
}

.textRigth
{	
	font-size: 12px;
	font-family:Arial;
	color: black;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3px;
}

.textUnderControls
{
	background-color: #ffffff;
	border:solid 3px #d3d3c7;
	padding-left: 5px;
	padding-top: 5px;	
	font-size: 12px;
	font-family:Arial;
	color: Black;	
}

.scrollBar
{
	scrollbar-3dlight-color:#959595;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#959595;
	scrollbar-darkshadow-color:#959595;
	scrollbar-face-color:#555553;
	scrollbar-highlight-color:#555553;
	scrollbar-shadow-color:#959595;
	scrollbar-track-color:#959595;
	padding-right:10px;	
}

.textIndexes
{
	background-color: #ffffff;	
	padding-top: 5px;
	font-size: 12px;
	font-family:Arial;
	color: Black;	
}

.indexMouseOver
{
	background-color: #F5961E;	
	cursor:hand;
	cursor:pointer;
}

.indexMouseOut
{
	background-color: #959595;
}

.ShowMouseOver
{
	cursor:pointer;
	cursor:hand;
}

a:link, a:visited, a:active
{
	font-size: 12px;
	font-family:Arial;
	color: black;	
	/*
	text-decoration:underline;
	*/
}

a:hover 
{
	font-size: 12px;
	font-family:Arial;
	color: black;	
	text-decoration:underline;	
}

playVideo, :link.playVideo, :visited.playVideo
{
	font-size: 12px;
	font-family:Arial;
	color: white;
	text-decoration:none;		
}
:hover.playVideo
{
	font-size: 12px;
	font-family:Arial;
	color: white;
	text-decoration:underline;		

}

playVideoDesc, :link.playVideoDesc, :visited.playVideoDesc
{
	font-size: 12px;
	font-family:Arial;
	color: black;
	text-decoration:none;		
}
:hover.playVideoDesc
{
	font-size: 12px;
	font-family:Arial;
	color: black;
	text-decoration:none;		

}


playVideoHeadline, :link.playVideoHeadline, :visited.playVideoHeadline
{
	font-size: 12px;
	font-family:Arial;
	color: black;
	text-decoration:none;		
}
:hover.playVideoHeadline
{
	font-size: 12px;
	font-family:Arial;
	color: black;
	text-decoration:underline;		

}

.waiting
{
	font-family:Arial;
	position:absolute;
	background-color:#ffffff;
	text-align:center;
	width:300px;	
	height:150px;
	vertical-align:middle;
	padding-top:20px;
	border:solid 3px #d3d3c7;
}