BODY {
	FONT-SIZE: 9pt; COLOR:black;  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif
}
A:link {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR:Royalblue; FONT-FAMILY: Verdana; TEXT-DECORATION: none 
}
A:active {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR:Royalblue; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR:black; FONT-FAMILY: Verdana; TEXT-DECORATION: underline
}
TD {
	FONT-SIZE: 9pt; COLOR:black;  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif
}
A.cr:visited {
	FONT-SIZE: 9pt; COLOR:gray;  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.cr:link {
	FONT-SIZE: 9pt; COLOR:gray;  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
	/*#video-block {
	    display: none;
	}*/
/*#video_frame {
	display: none;
}*/
#openvideo {
	color: blue;
	cursor: pointer;
}
#controls span {
    display:inline-block;
}
        
#playpause {
    background:#eee;
    color:#333;
    padding:0 5px;
    font-size:12pt;
    text-transform:uppercase;
    width:50px;
}
#progress {
    width:270px;
}
            
#total {
    width:100%;                
    background:#999;
}
            
#buffered {
    background:#ccc;
}
            
#current {
    background:#eee;
    line-height:0;
    height:10px;
}
            
#time {
    color:#999;
    font-size:12pt;
}
#dynamic {
    fill:#333;
    padding:0 5px;
}
            
#dynamic.off {
    fill:#ccc;
}
#overlay_video {
    z-index: 9;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.iframe-class {
    width: 600px;
    height: 400px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    z-index: 10;

}