/* fckeditor/editor/css/fck_internal.css */

a[name] {
border: 1px dotted #00F;
	background-position: 0 center;
	background-image: url(images/fck_anchor.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.FCK__Anchor {
border: 1px dotted #00F;
	background-position: center center;
	background-image: url(images/fck_anchor.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	vertical-align: middle;
}
.FCK__AnchorC {
border: 1px dotted #00F;
	background-position: 1px center;
	background-image: url(images/fck_anchor.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.FCK__Flash {
border: #a9a9a9 1px solid;
	background-position: center center;
	background-image: url(images/fck_flashlogo.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}
.FCK__InputHidden {
width: 19px;
	height: 18px;
	background-image: url(images/fck_hiddenfield.gif);
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	background-position: center center;
}
.FCK__PageBreak {
background-position: center center;
	background-image: url(images/fck_pagebreak.gif);
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: none;
	width: 100%;
	border-top: #999999 1px dotted;
	border-bottom: #999999 1px dotted;
	border-right: 0px;
	border-left: 0px;
	height: 5px;
}
.FCK__ShowBlocks address {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_address.png);
}
.FCK__ShowBlocks blockquote {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_blockquote.png);
}
.FCK__ShowBlocks div {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_div.png);
}
.FCK__ShowBlocks h1 {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_h1.png);
}
.FCK__ShowBlocks h2 {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_h2.png);
}
.FCK__ShowBlocks h3 {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_h3.png);
}
.FCK__ShowBlocks h4 {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_h4.png);
}
.FCK__ShowBlocks h5 {
background-repeat: no-repeat;
border: 1px dotted gray;
padding-top: 8px;
padding-left: 8px;
background-image: url(images/block_h5.png);
}
.FCK__ShowBlocks h6 {
background-repeat: no-repeat;
border: 1px dotted gray;
padding-top: 8px;
padding-left: 8px;
background-image: url(images/block_h6.png);
}
.FCK__ShowBlocks p {
background-repeat: no-repeat;border: 1px dotted gray;padding-top: 8px;padding-left: 8px;background-image: url(images/block_p.png);
}
.FCK__ShowBlocks pre {
background-repeat: no-repeat;
	border: 1px dotted gray;
	padding-top: 8px;
	padding-left: 8px;
background-image: url(images/block_pre.png);
}
.FCK__UnknownObject {
border: #a9a9a9 1px solid;
	background-position: center center;
	background-image: url(images/fck_plugin.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}
form {
border: 1px dotted #FF0000;
	padding: 2px;
}
html {
min-height: 100%;
}
table.FCK__ShowTableBorders {
border: #d3d3d3 1px solid;
}
table.FCK__ShowTableBorders td {
border: #d3d3d3 1px solid;
}
table.FCK__ShowTableBorders th {
border: #d3d3d3 1px solid;
}
