@CHARSET "UTF-8";

body {
	background-color: white;
	font-family: Arial;
	z-index: 1;
}

.nexoft-module-frame {
	width: 800px;
	height: 500px;
	border: 0;
}

.nexoft-menu-lang img {
	border-color: black;
	border-width: 1;
}

.nexoft-menu-layout img {
	border-width: 0;
}

.nexoft-form {
	background-color: #d5d5d5;
	border: 3px double white;
}

form.nexoft-form-content {
	padding: 0;
	margin: 0;
}

.nexoft-form .nexoft-form-subject {
	color: white;
	font-size: 120%;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 1em;
	text-transform: uppercase;
	background-color: black;
}	

.nexoft-form .nexoft-form-content {
	padding: 1em;
	padding-bottom: 0;
	color: black;
}

.nexoft-form .nexoft-form-content .nexoft-form-description {
	font-size: x-small;
	color: #606060;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.nexoft-form .nexoft-form-content a {
	color: black;
	text-decoration: underline;
}

.nexoft-form hr {
	border: 0 !important;
	border-top: 1px solid #a5a5a5 !important;
}

#nexoft {
	z-index: 10;
}

/* DEFAULT HINT */

.nexoft-hint { 
	background-color: white;
	color: black;
	border: 1px dotted black;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 100%;
}

.nexoft-hint a { 
	text-decoration: underline;
}

/* MENU SLIDER */

.nexoft-menuslider {
	background-color: white;
}	

ul.nexoft-menuslider-container {
	margin: 0;
	text-align: left;
	padding-left: 15px;
}

li.nexoft-menuslider-item {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px dotted black;
    list-style-type: square;
    cursor: move;
}

ul.nexoft-menuslider-dropcontainer {
	display: none;
}

li.nexoft-menuslider-dropitem {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	list-style-image: url(../resources/cms/menu_dropzone.gif);
}

img.nexoft-menuslider-dropitem {
	cursor: pointer;
}

/* MENU PANEL */

.nexoft-menupanel {
	background-color: white;
	padding: 6px;
	text-align: left;
	margin: 0;
	font-family: Arial;
	width: 23em;
	display: block;
}

.nexoft-menupanel-element {
	color: black;	
	font-weight: bold;
}

.nexoft-menupanel-action-button {
	cursor: pointer;
	font-weight: bold;
	color: black;
}

/* MENU ACTIONS */

.nexoft-menu-item-actions, .nexoft-menu-item-actions div {
	display: inline;
	cursor: pointer;
}
	
.SortableHandle, .EditMainMenuBtn {
	display: inline;
}

/* Sortable handles - turned off for main menu */
#nexoft-menu div.SortableHandle {
	display: none;
}

*.EditMainMenuBtn {
	cursor: pointer;
}

/* Menu item action panel */

.nexoft-menu-action-header td {
	text-align: left;
}

.nexoft-menu-action-header table {
	margin: 0;
	padding: 0;
	margin-top: 4px;
}
	
.nexoft-menu-action-body {
	margin: 0;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: 26px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-left: 3px double gray;
	padding-left: 4px;
	background-color: #f0f0f0;
}

.nexoft-menu-action-header-link {
	color: black;
}

.nexoft-menu-action-header img, .nexoft-menu-action-body img {
	border: 0;
}

/* EDITABLE ACTIVE ELEMENTS */

.EditableHtmlContent {
	border: 1px dashed gray;
	cursor: text;
}

/* ACTION STRING */

#nexoft-actionstring-container {
	position: fixed;
	z-index: 300;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
}
#nexoft-actionstring {
	font: 12px/1.2em "Arial", "Sans-Serif", serif;
	text-align: left;
	color: black;
	background-color: #fffee7;
	width: 50em;
	border: 2px solid gray;
	margin: 0.5em;
	padding: 0.3em;
	background-image: url(../resources/cms/info.gif);
	background-repeat: no-repeat;
	background-position: 8 center;
	padding-left: 32px;
	margin-left: auto;
	margin-right: auto;
}	
/* star html hack - IE only */
* html #nexoft-actionstring-container{
	position: absolute;
}

/* FCK TOOLBAR */

#fckToolbar {
	position: fixed;
	top: -1;
	left: 0;
	width: 100%;
	z-index: 300;
	margin: 0;
	padding: 0;
}
/* star html hack - IE only */
* html #fckToolbar{
	position: absolute;
}
