.widgToolbar a
{
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -1000em;
	text-decoration: none;
}

.widgToolbar a:hover
{
	background-position: 0 0px;
}

.widgToolbar a:active
{
	margin-top: 2px;
	margin-left: 2px;
	background-position: 0 0px;
}

.widgToolbar li.on a, .widgToolbar li.on a:hover
{
	background-position: 0 0px;
}


.widgButtonBold
{
	background-image: url(/img/editor/bold.gif);
}

.widgButtonItalic 
{
	background-image: url(/img/editor/italic.gif);
}

.widgButtonLink
{
	background-image: url(/img/editor/wlink.gif);
}

.widgButtonEmail
{
	background-image: url(/img/editor/email.gif);
}

.widgButtonOrdered
{
	background-image: url(/img/editor/nlist.gif);
}

.widgButtonUnordered
{
	background-image: url(/img/editor/blist.gif);
}
.widgButtonHTML
{
	background-image: url(/img/editor/html.gif);
}




/* TOOLBAR */

.widgToolbar
{
	list-style: none;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0 0 0 0px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/widgeditor_toolbar_bg.gif);
	background-repeat: repeat-x;
}

* html .widgToolbar
{
	width: auto;
}

.widgToolbar li
{
	display: inline;
	float: left;
	width: 22px;
	height: 26px;
	margin-top: 9px;
	margin-left: 7px;
}




/* EDITING AREA */

.widgIframe
{
	clear: left;
	width: 100%;
	height: 200px;
	border-top-width: 1px;
}

.widgContainer textarea.widgEditor
{
	clear: left;
	width: 100%;
	height: 200px;
	border-top-width: 1px;
	padding: 0;
}




/* EDITOR CONTAINER */

.widgContainer
{
}
