/******************************************************************************
** STRUCTURE OF DYNAMICALLY CREATED ELEMENTS
*******************************************************************************
**
** <div id="ORIGINAL_IDWidgContainer" class="widgContainer">
**     <ul id="ORIGINAL_IDWidgToolbar" class="widgToolbar">
**         <li id="BUTTON_ID" class="widgEditButton">
**             <a></a>
**         </li>
**         <li class="widgEditSelect">
**             <select>
**             </select>
**         </li>
**     </ul>
**     <iframe id="ORIGINAL_IDWidgIframe" class="widgIframe">
**     </iframe>
**     <textarea id="ORIGINAL_IDWidgTextarea" class="widgEditor">
**     </textarea>
** </div>
*/

/* TOOLBAR BUTTONS */

.widgToolbar a
{
	display: block;
	width: 39px;
	height: 27px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -1000em;
	text-decoration: none;
}

.widgToolbar a:hover
{
	background-position: 0 -27px;
}

.widgToolbar a:active
{
	background-position: 0 -54px;
}

.widgToolbar li.on a, .widgToolbar li.on a:hover
{
	background-position: 0 -54px;
}

.widgSelectBlock
{
margin-left: 10px;
}

.widgToolbar li.widgEditButton
{
	padding-left: 2px;
	padding-right: 2px;
}

.widgButtonBold
{
	background-image: url(../images/widgeditor_button_bold.gif);
}

.widgButtonHTML
{
	background-image: url(../images/widgeditor_button_html.gif);
}

.widgButtonImage 
{
	background-image: url(../images/widgeditor_button_image.gif);
}

.widgButtonItalic 
{
	background-image: url(../images/widgeditor_button_italic.gif);
}

.widgButtonUnderline
{
	background-image: url(../images/widgeditor_button_underline.gif);
}

.widgButtonLink
{
	background-image: url(../images/widgeditor_button_link.gif);
}

.widgButtonOrdered
{
	background-image: url(../images/widgeditor_button_ordered.gif);
}

.widgButtonUnordered
{
	background-image: url(../images/widgeditor_button_unordered.gif);
}

.widgSource a
{
	background-image: url(../images/widgeditor_button_empty.gif);
	cursor: default;
}

.widgSource li.on a, .widgSource li.on a:hover
{
	background-position: 0 0;
}

.widgSource .widgButtonHTML
{
	background-image: url(../images/widgeditor_button_html.gif);
}

.widgSource .widgButtonHTML:hover
{
	cursor: pointer;
}




/* TOOLBAR */

.widgToolbar
{
	list-style: none;
	width: 432px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	border-left: 1px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #dedada;
    background-color: #ececec;
	background-image: url(../images/widgeditor_toolbar_bg.gif);
	background-repeat: repeat-x;
}

* html .widgToolbar
{
	width: auto;
}

.widgToolbar li
{
	display: inline;
	float: left;
	width: 39px;
	height: 27px;
	margin-bottom: 4px;
	margin-top: 0px;
	padding: 0px;
	line-height: 27px;

}




/* EDITING AREA */

.widgIframe
{
	clear: left;
	width: 100%;
	height: 200px;
	pading: 0;
	margin: 0;
	width: 432px;
	border:  1px solid #dedada;
	border-top: 0px;
  background-color: #ececec;
  color: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: normal;
}

.widgContainer textarea.widgEditor
{
	clear: left;
	width: 432px;
	height: 200px;	
  	padding: 0;
}




/* EDITOR CONTAINER */

.widgContainer
{  
  width: 432px;
  padding: 0;
  margin: 0;
}
