/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: Video.css
 * 	This is the CSS file used for interface details in the video dialog window
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

.FlashPreviewArea
{
	border: solid 1px #000000;
	padding: 5px;
	overflow: hidden;
	width: auto;
	height: 385px;
	background-color: #ffffff;
}
iframe
{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;	
}
#videoCode {
	color: #696969;
}

.FCK__FieldNumeric
{
	behavior: url(common/fcknumericfield.htc) ;
}