
.mceEditorIframe
{
	width: 100% !important;
}

/* ---- Admin bar style ---- */

table.tcwAdminBar
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 26px;
	padding: 0;
	width: 100%;
	height: 26px;
	border-bottom: 1px solid black;
	border-collapse: collapse;	
	border-spacing: 0px;
	background-image: url('img/admin/adminbarbg.gif');
	background-repeat: repeat-x;
	background-color: #92bc08;
	color: black;
	text-align: left;
	z-index: 100;
}

table.tcwAdminBar img
{
	border: 0;
}

table.tcwAdminBar td
{
	padding-left: 3px;
	padding-right: 3px;
	font-size: small;
	white-space: nowrap;
}

table.tcwAdminBar div.tcwIconLink a
{
	border: 1px inset #83aa02;
	display: block; 
	padding: 3px 24px 3px 3px;
	color: black;
	font-weight: bold;
}

table.tcwAdminBar div.tcwIconLink img
{
	position: absolute;
	padding: 0;
	top: 0px;
}

table.tcwAdminBar div.tcwIconLink a:hover
{

}

table.tcwAdminBar td.AdminBarLogin 
{
	width: 100%;
	font-size: 10px;
	padding-left: 5px;
}

table.tcwAdminBar td.AdminBarLogo 
{
	margin: 0;
	padding: 0 15px 0 5px;
}




div.tcwIconLink a
{
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
}

table.tcwAdminBar div.tcwIconLink a:hover
{
	background-color: #83aa02;
}



/* ---- Link styles ---- */

a
{

}

a.tcwNodeLink_current
{
	text-decoration: none;
}

a.tcwNodeLink_unpublished
{

}


/* ---- Form styles ---- */
table.tcwForm td
{
	padding: 5px;
}

table.tcwForm td.formLabelField
{
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}

table.tcwForm td.formWidgetField, td.formUnformattedWidgetField
{
	white-space: nowrap;
	width: 100%;
}

table.tcwForm td.formWidgetField *
{
	vertical-align: top;
}

table.tcwForm td.formErrorField
{
	width: 10%;
}

table.tcwForm td.articlePublishingState
{
	white-space: nowrap;
}

/* ---- Form field styles ---- */

div.tcwLongListing
{
	overflow: auto;
	height: 200px;
	width: 100%;
	min-width: 200px;
        border-style: inset;
	border-color: black;
	border-width: 1px;
	background-color: #fafafa;
}

tr.tcwSubmitFormField td
{
	text-align: right;
	white-space: nowrap;
}

/* ---- Input styles ---- */

span.tcwInputError
{
	color: red;
}

input.tcwSubmitInput
{

}

span.tcwInput_hint
{
	font-size: x-small;
}

textarea.tcwTextInput
{
	width: 400px;
	height: 300px;
}

textarea.tcwFormattedTextInput
{
	width: 100%;
	height: 500px;
}

span.tcwHiddenStringInput
{
	white-space: normal;
}


/* ---- Listing styles ---- */

div.tcwLongListing_item
{
	padding: 2px 4px 3px 4px;
	white-space: nowrap;
}

div.ListItem_even
{
	background-color: #f0f0f0;
}

div.ListItem_odd
{
	background-color: ;
}

/* ---- Resource manager styles ---- */

tr.tcwResourceManager_tools
{
	text-align: right;
}

.tcwInsertResourceDialog .tcwResourceManager_listing
{
	overflow: auto;
	height: 180px;
}

/* ---- Node mover style ---- */

fieldset.tcwNodeMoverFrame ul
{
	padding-left: 2.5em;
	margin-left: 0;
}
fieldset.tcwNodeMoverFrame li
{
	list-style-type: none;
	border-left: 1px dotted black;
}

li.tcwHierarchyItem_positionSel
{
	font-size: 0;
	line-height: 5px;
}

li.tcwHierarchyItem_positionSel img
{
	border: none;
}

.tcwBrowseHierarchyItem_toggle img
{
	border: none;
}

li.tcwHierarchyItem_positionSel a:hover
{
	border-bottom: 1px solid black;
}

/* ---- Link selector style ---- */

ul.tcwLinkSelectHierarchy
{
	list-style-type: none;
	padding-left: 1em;
	overflow: auto;
	height: 350px;
}

ul.tcwLinkSelectHierarchy li
{
	white-space: nobreak;
	list-style-type: none;
}

/* ---- Management bar ---- */

div.tcwManagementBar
{
	padding: 0;
	height: 3em;
	position: relative;
	bottom: -1px;
}

.tcwManagementBar ul
{
	margin: 0;
	padding: 0;
}
.tcwManagementBar li
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.tcwManagementBar_tools
{
	position: absolute;
	left: 0;
	bottom: 0;
}

.tcwManagementBar_actions
{
	position: absolute;
	right: 0;
	top: 0;
}


.tcwManagementBar a
{
	display: block;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	color: #444444;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	font-size: 11px;
}

.tcwManagementBar .tcwNodeLink_current,
.tcwManagementBar a:hover
{
	text-decoration: none;
	background-color: #f5f5f5;
}

.tcwManagementBar .tcwNodeLink_current
{
	font-weight: bold;
}

.tcwManagementBar_tools li
{
	padding-left: 2px;
	padding-right: 2px;

	border-bottom: 1px solid #aaaaaa;
}

.tcwManagementBar_tools a
{
	margin-top: 5px;
	margin-bottom: -1px;
}

.tcwManagementBar_tools a.tcwNodeLink_current,
.tcwManagementBar_tools a:hover
{
	border-top-width: 2px;
	margin-bottom: -1px;
	margin-top: 4px; 
}

.tcwManagementBar_tools a.tcwNodeLink_current,
.tcwManagementBar_tools a.tcwNodeLink_current:hover
{
	padding: 3px 7px 4px 7px;

	margin-bottom: -1px;
	margin-top: 0px;
	border-bottom: 0px;
	cursor: default;
}


.tcwManagementBar_actions a
{
	margin: 2px 2px 2px 2px;
}
.tcwManagementBar_actions a:hover
{
	margin: 0;
	padding: 1px 7px 1px 7px;
	margin-top: 1px;
	margin-top: 1px;
	border-width: 2px 1px 2px 1px;
}

.tcwManagementBar_actions a.tcwNodeLink_current,
.tcwManagementBar_actions a.tcwNodeLink_current:hover
{
	margin: 0;
	padding: 2px 7px 2px 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 2px 1px 2px 1px;
	cursor: default;
}

/* ---- tcwColorInput ---- */
.tcwColorInputContainer
{
	width:70px;
}
.tcwColorInputContainer *
{
	height: 25px;
	width: 25px;
	margin-right: 5px;
	float:left;
}
.tcwColorInput {
	margin-top:30px;
	position:absolute;
	z-index: 10;
	background-color: white;
}
.tcwColorInputLabel {
	border:1px solid black;
}

/* ---- tcwDateInput && tcwMultiDateInput ---- */
.tcwCalendarCalendar
{
	position:absolute;
	z-index: 10;
	background-color: white;
}

/* tcwResultEvent */
.tcwResultWidget_result
{
	white-space: nowrap;
}

/* ---- tcwFeatureEdit ---- */

.tcwFeatureEdit {
	text-align: left;
}

.tcwFeatureEdit_namelabel, .tcwFeatureEdit_nameinput input {
	width: 5em;
}


.tcwFeatureEdit_valuelabel, .tcwFeatureEdit_valueinput input {
	width: 10em;
}

.tcwFeatureEdit_removelabel {
	width: 5em;
}

