/*vdo.viewer.css*/
/*VDO is a LICENSED application for commercial use. Please see the README and LICENSE files on this server in the cgi-bin directory for details. VDO is freely available for non-profit use under the GPL.*/
.dialog_container_absolute{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	background-color:#DDDDDD;
	/*border:1px solid black;*/
	z-index:10;
	display:none;
}

.dialog_background_washout{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	background-color:transparent;
	background-image:url(/images/65percent_fill.png);
	background-repeat:repeat;
	/*border:3px solid red;*/
	z-index:9;
	display:none;
}

.dialog_container_inline{
}

.vdo_dialog_close_container{
	font-size:14px;
	font-weight:bolder;
	border:1px solid #333333;
	margin:5px;
	background-color:#333333;
	color:#FFFFFF;
	line-height:28px;
	height:30px;
	padding-left:10px;
}

.vdo_dialog_close_button{
	font-size:12px;
	font-weight:bolder;
	padding:5px;
	border:2px solid #333333;
	background-color:#cc6666;
	float:right;
	line-height:16px;
}

.vdo_dialog_movie_container{
	text-align:center;
}