/*
 * 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: fck_internal.css
 * 	This CSS Style Sheet defines rules used by the editor for its internal use.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
{
	border: #d3d3d3 1px solid;
}


.FCK__Flash
{
	border: 1px solid darkgray;
	background-position:  center;
	background-image: url('images/fck_flashlogo.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px
}

.FCK__Anchor
{
	background-position:  center;
	background-image: url('images/fck_anchor.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 15px
}

.FCK__PageBreak
{
	background-position:  center;
	background-image: url('images/fck_pagebreak.gif');
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: none;
	width: 100%;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-right: 0px none;
	border-left: 0px none;
	height: 5px
}
