﻿.ToolButton
{
	padding: 0;
	display: block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	width: 85px;
	height: 85px;
}
.ToolButtonCaption
{
	position: relative;
	top: -5px;
	font-size: 9px !important;
}
.NormalDropDown
{
	border: solid 1px #a9a9a9;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.NormalCheckBox
{
	border: solid 1px #a9a9a9;
	color: #333;
}
.NormalListBox
{
	border: solid 1px #a9a9a9;
}
.Debug
{
	border: solid 1px black;
}
.BorderLeft
{
	border-left: solid 1px #a9a9a9;
}
.BorderRight
{
	border-right: solid 1px #a9a9a9;
}
.BorderBottom
{
	border-bottom: solid 1px #a9a9a9;
}
.BorderTop
{
	border-top: solid 1px #a9a9a9;
}
.editor_clear
{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.RedirectSettingsUpdateMessage
{
	color: Blue;
}

/******* MENU *******/
.module_menu
{
	clear: both;
	height: 42px;
}
#form_editor_container
{
	margin: 7em auto;
	width: 775px;
}
#form_editor_container ul
{
	list-style: none;
	list-style-position: outside;
}
#form_editor_container ul.module_menu li
{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#form_editor_container ul.module_menu li
{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#form_editor_container ul.module_menu li.CFP_active_tab
{
	background: #fff; /*top: 1px;*/ /*border-bottom: 0;*/
	color: #5f95ef;
}
/******* /MENU *******/
/******* settings *******/
.editor_content.settings
{
	display: block;
}
/******* /settings *******/
/******* notifications *******/
.editor_content.notifications
{
	display: block;
}
/******* notifications *******/
/******* fields *******/
.editor_content.fields
{
	display: block;
}
/******* /fields *******/
/******* misc *******/
.editor_content.misc
{
	display: block;
}
/******* /misc *******/
#fec_spacer
{
	width: 1px;
	height: 450px;
	clear: none;
	float: left;
	border: none !important;
	padding: none !important;
	margin: none !important;
}
#modal-loading-dialog
{
	display: none;
}

/* Overlay */
#simplemodal-overlay
{
	background-color: #808080;
	cursor: wait;
}

/* Container */
#simplemodal-container
{
	height: 100px;
	width: 100px;
	min-height: 75px;
	min-width: 75px;
	color: #bbb;
	background-color: #FFFFFF;
	border: 2px solid #444;
	padding: 12px;
	-moz-border-radius: 8px 8px 8px 8px;
}
/*
#simplemodal-container code
{
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
*/
#simplemodal-container a
{
	color: #ddd;
}
#simplemodal-container #modal-loading-dialog
{
	padding: 8px;
}

#modal-loading-dialog #ajax-loader-image
{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 32px;
	width: 32px;
	margin-left: -16px;
	margin-top: -16px;
}

#modal-loading-dialog #ajax-loader-text
{
	position: absolute;
	text-align: center;
	clear: left;
	float: none;
	top: 0px;
	width: 84px;
}

.ExportButton
{
	color: #1C94C4;
	cursor: pointer;
	border: none;
	background-color: Transparent;
	font-weight: bold !important;
}

.sortable-grid > tbody > tr
{
	height: 1.6em;
	line-height: 1.2em;
	cursor: move;
	border: solid 1px transparent;
}
.sortable-grid
{
	height: 1.6em;
	line-height: 1.2em;
}
.sortable-grid-placeholder
{
	height: 1.6em !important;
	line-height: 1.2em !important;
	background-color: #FFE45C !important;
}
.sortable-grid-highlight
{
	background-color: #FFFFCC;
}
.ui-state-highlight
{
	height: 1.6em;
	line-height: 1.2em;
	border-top: solid 1px #fed228 !important;
	background-color: #FFE45C !important;
}
.form-button
{
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border: 1px solid #cccccc !important;
	background: #f6f6f6 url(themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold !important;
	color: #1c94c4 !important;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .4em;
	border-radius: 4px;
}
.form-button-hover
{
	border: 1px solid #fbcb09 !important;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}

