/* fckeditor/editor/skins/silver/fck_editor.css */

body {
padding: 1px;
	margin: 0;
	background-color: #ffffff;
}
.SourceField {
padding: 5px;
	margin: 0px;
	font-family: Monospace;
}
.TB_Break {
height: 27px;
}
.TB_Button_Off_Over, .TB_Button_Disabled {
padding: 1px ;
	margin:1px;
	height: 21px;
border: #cec6b5 1px solid;
}
.TB_Button_On {
border-color: #316ac5;
	background-color: #c1d2ee;
}
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over {
padding: 1px ;
	margin:1px;
	height: 21px;
}
.TB_Collapse {
border: #efefde 1px outset;
	width: 5px;
}
.TB_CollapseImg {
background-image: url(images/toolbar.collapse.gif);
	background-repeat: no-repeat;
}
.TB_End {
display: none;
}
.TB_Expand, .TB_Collapse {
padding: 2px 2px 2px 2px;
	border: #efefde 1px outset;
}
.TB_ExpandImg {
background-image: url(images/toolbar.expand.gif);
	background-repeat: no-repeat;
}
.TB_Separator {
width: 1px;
    height: 21px;
    margin: 2px;
    background-color: #C6C3BD;
}
.TB_SideBorder {
background-color: #696969;
}
.TB_Start {
background-image: url(images/toolbar.start.gif);
    margin-left: 2px;
    margin-right: 2px;
    width: 3px;
    background-repeat: no-repeat;
    height: 27px;
    background-position: center center;
}
.TB_Toolbar {
display: inline-table;
}
.TB_ToolbarSet {
padding: 1px;
	border-top: #efefde 1px outset;
	border-bottom: #efefde 1px outset;
}
.TB_ToolbarSet, .TB_Expand, .TB_Collapse {
cursor: default;
	background-color: #f7f7f7;
}
.TB_ToolbarSet TD {
font-size: 11px;
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
#xEditingArea {
border: #696969 1px solid;
}
