.cms_content_editor
{
	display: block;
	width: 100%;
	float: none;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

.cms_content_editor .toolbar
{
	float: left;
	width: 100%;
}

.cms_content_editor .controls
{
	width: 100%;
}

.cms_content_editor .controls .control
{
	float: right;
}

.cms_content_editor .controls .separator
{
	float: right;
	width: 30px;
	text-align: center;
}

.cms_content
{
	padding: 0px;
	margin: 0;
}

.cms_content textarea
{
	width: 100%;
	border: none;
}


/*
	Toolbar
*/

.TB_ToolbarSet, .TB_Expand, .TB_Collapse
{
    cursor: default;
    background-color: #f7f8fd;
}

.TB_ToolbarSet
{
    border-top: #f7f8fd 1px outset;
    border-bottom: #f7f8fd 1px outset;
}

.TB_ToolbarSet TD
{
    font-size: 11px;
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}

.TB_Toolbar
{
   background-color: #d6dff7;
	background-image: url(/html/scripts/editor/editor/skins/office2003/images/toolbar.bg.gif);
	background-repeat: repeat-x;
   /*display: inline-table;*/
}

.TB_Separator
{
    width: 1px;
    height: 16px;
    margin: 2px;
    background-color: #B2CBFF;
}

.TB_Start
{
    background-image: url(/html/scripts/editor/editor/skins/office2003/images/toolbar.start.gif);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    width: 7px;
    height: 24px;
}

.TB_End
{
    background-image: url(/html/scripts/editor/editor/skins/office2003/images/toolbar.end.gif);
    background-repeat: no-repeat;
    background-position: center left;
    height: 24px;
    width: 4px;
}

.TB_ExpandImg
{
    background-image: url(/html/scripts/editor/editor/skins/office2003/images/toolbar.expand.gif);
    background-repeat: no-repeat;
}

.TB_CollapseImg
{
    background-image: url(/html/scripts/editor/editor/skins/office2003/images/toolbar.collapse.gif);
    background-repeat: no-repeat;
}

.TB_SideBorder
{
    background-color: #696969;
}

.TB_Expand, .TB_Collapse
{
    padding: 2px 2px 2px 2px;
    border: #f7f8fd 1px outset;
}

.TB_Collapse
{
    width: 5px;
}

.TB_Break
{
    height: 24px; /* IE needs the height to be set, otherwise no break */
}

/*
	Toolbar Button
*/

.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
{
    margin: 1px;
    height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
}

.TB_Button_On
{
    margin: 0px;
    border: #316ac5 1px solid;
    background-color: #c1d2ee;
}

.TB_Button_On_Over, .TB_Button_Off_Over
{
    margin: 0px ;
    border: #316ac5 1px solid;
    background-color: #dff1ff;
}

.TB_Button_Off
{
    filter: alpha(opacity=70); /* IE */
    opacity: 0.70; /* Safari, Opera and Mozilla */
}

.TB_Button_Disabled
{
    filter: gray() alpha(opacity=30); /* IE */
    opacity: 0.30; /* Safari, Opera and Mozilla */
}

.TB_Button_Padding
{
    visibility: hidden;
    width: 3px;
    height: 22px;
}

.TB_Button_Image
{
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin: 3px;
    background-repeat: no-repeat;
}

.TB_Button_Image img
{
    position: relative;
}

.TB_Button_Off .TB_Button_Text
{
   	background-color: #d6dff7;  /* Needed because of a bug on ClearType */
	background-image: url(/html/scripts/editor/editor/skins/office2003/images/toolbar.bg.gif);
	background-repeat: repeat-x;
}

.TB_ConnectionLine
{
    background-color: #f7f8fd;
    height: 1px;
    margin-left: 1px;   /* ltr */
    margin-right: 1px;  /* rtl */
}

.TB_Button_Off .TB_Text
{
   	background-color: #d6dff7;  /* Needed because of a bug on ClearType */
	background-image: url(/html/scripts/editor/editor/skins/office2003/images/toolbar.bg.gif);
	background-repeat: repeat-x;
}

.TB_Button_On_Over .TB_Text
{
   	background-color: #dff1ff ;  /* Needed because of a bug on ClearType */
}
