/*

		MAIN

*/

div#forms-mng-cont {
	width: 99%;
	font-size: .9em;
}

#forms-mng-cont h3 {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #F18302;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #F18302;
}

#forms-mng-cont a, #forms-mng-cont a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F18302;
	cursor: pointer !important;
}

#forms-mng-cont a:hover {
	text-decoration: underline;
}

#forms-mng-cont div#fmc-loading {
	width: 100%;
	height: 200px;
	padding-top: 65px;
	text-align: center;
}

#fmc-loading div#loading {
	position: static;
}

div.fmc-opts-holder {
	width: 99%;
}

/*

		HEAD

*/

#forms-mng-cont div.fmc-form-head {
	width: 100%;
}

.fmc-opts-holder div.fmc-opts-head {
	width: 100%;
	height: 20px;
}

.fmc-form-head p, .fmc-opts-head p {
	width: 100% !important;
	margin-top: 15px;
	line-height: 20px;
	font-size: .8em;
	font-weight: bold;
	color: #656565;
	border: 1px solid #feddb0;
	cursor: pointer;
}

.fmc-opts-head p {
	font-size: 1em;
}

.fmc-form-head p#fmc-form-head-a1 {
	border: 1px solid #656565;
}

.fmc-form-head p.fmc-form-collapsed, .fmc-opts-head p.fmc-opts-collapsed {
	background: #fff7ed url(../img/creoforms/plus.gif) 5px 5px no-repeat;
}

.fmc-form-head p.fmc-form-expanded, .fmc-opts-head p.fmc-opts-expanded {
	background: #fff7ed url(../img/creoforms/minus.gif) 5px 5px no-repeat;
}

.fmc-form-head p#fmc-form-head-a1.fmc-form-collapsed {
	background: #c8e9f6 url(../img/creoforms/plus.gif) 5px 5px no-repeat;
}

.fmc-form-head p#fmc-form-head-a1.fmc-form-expanded {
	background: #c8e9f6 url(../img/creoforms/minus.gif) 5px 5px no-repeat;
}

.fmc-form-head p span, .fmc-opts-head p span {
	padding-left: 20px;	
	font-size: 1.2em;
}

/*

		BODY

*/

#forms-mng-cont div.fmc-form-body-hidden, #forms-mng-cont div.fmc-form-body-visible,
#forms-mng-cont div.fmc-opts-body-hidden, #forms-mng-cont div.fmc-opts-body-visible {
	width: 100%;
	border: 1px dashed #feddb0;
	border-top: none;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

#forms-mng-cont div.fmc-opts-body-visible {
	padding: 3px 0 3px 0;
}

#forms-mng-cont div#fmc-form-body-a1.fmc-form-body-hidden, #forms-mng-cont div#fmc-form-body-a1.fmc-form-body-visible {
	border: 1px dashed #656565;
	border-top: none;
}

#forms-mng-cont div.fmc-form-body-visible, .fmc-opts-holder div.fmc-opts-body-visible {
	display: block !important;
	position: static !important;
}

#forms-mng-cont div.fmc-form-body-visible table, #forms-mng-cont div.fmc-opts-body-visible table {
	width: 100%;
}

#forms-mng-cont div.fmc-opts-body-visible table {
	width: 99%;
}

#forms-mng-cont div.fmc-form-body-visible table input,
#forms-mng-cont div.fmc-form-body-visible table select,
#forms-mng-cont div.fmc-form-body-visible table textarea,
#forms-mng-cont div.fmc-form-body-visible table checkbox,
#forms-mng-cont div.fmc-opts-body-visible table input,
#forms-mng-cont div.fmc-opts-body-visible table select,
#forms-mng-cont div.fmc-opts-body-visible table textarea,
#forms-mng-cont div.fmc-opts-body-visible table checkbox {
	width: 70%;
	float: left;
	margin-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #656565;
	border: 1px solid #feddb0;
}

#forms-mng-cont div.fmc-form-body-visible table tr.fmc-submit-row td {
	text-align: center !important;
}

#forms-mng-cont div.fmc-form-body-visible table tr.fmc-submit-row td input {
	width: 100px;
	margin: 0 auto;
	float: none !important;
	text-align: center;
	background: white;
}

#forms-mng-cont div.fmc-form-body-visible table label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #656565;
}

#forms-mng-cont div.fmc-form-body-visible table tr td,
#forms-mng-cont div.fmc-opts-body-visible table tr td {
	width: 70%;
}

#forms-mng-cont div.fmc-form-body-visible table tr td.left-cell,
#forms-mng-cont div.fmc-opts-body-visible table tr td.left-cell {
	width: 20%;
	text-align: right;
}

#forms-mng-cont div.fmc-form-body-visible table tr td p,
#forms-mng-cont div.fmc-opts-body-visible table tr td p {
	width: 40px;
	height: 20px;
	float: left;
	margin: 0;
	margin-right: 5px;
}

#forms-mng-cont div.fmc-form-body-visible table tr td p.fmc-add-web-root,
#forms-mng-cont div.fmc-opts-body-visible table tr td p.fmc-add-web-root {
	background: url(../img/creoforms/add-web-root.gif) left top no-repeat;
}

#forms-mng-cont div.fmc-form-body-visible table tr td p.fmc-add-lang,
#forms-mng-cont div.fmc-opts-body-visible table tr td p.fmc-add-lang {
	background: url(../img/creoforms/add-lang.gif) left top no-repeat;
}

#forms-mng-cont div.fmc-form-body-visible table tr td p.fmc-add-default,
#forms-mng-cont div.fmc-opts-body-visible table tr td p.fmc-add-default {
	background: url(../img/creoforms/add-default.gif) left top no-repeat;
}

#forms-mng-cont div.fmc-form-body-visible table tr td p.fmc-info,
#forms-mng-cont div.fmc-opts-body-visible table tr td p.fmc-info {
	width: 20px
	height: 20px;
	background: url(../img/creoforms/qmark.gif) left 1px no-repeat;
}

#forms-mng-cont div#fmc-back {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

#forms-mng-cont a.fmc-item-delete, #forms-mng-cont a.fmc-item-delete:hover {
	margin-left: 10px;
	line-height: 20px;
	padding: 1px 20px 1px 20px;
	font-size: 1.1em;
	font-weight: normal;
	color: #656565;
	border: 1px solid #feddb0;
	text-decoration: none;
	cursor: pointer;
}

/*

		HELP

*/

div.forms-help-hidden, div.forms-help-visible {
	width: 200px;
	padding: 2px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	border: 1px solid #343434;
	background: white;
}

.forms-help-hidden {
	display: none;
}

.forms-help-visible {
	display: block;
	z-index: 1000;
}

.forms-help-visible div.fh-topleft,
.forms-help-visible div.fh-topright,
.forms-help-visible div.fh-bottomleft,
.forms-help-visible div.fh-bottomright {
	width: 5px;
	height: 5px;
	margin: 0;
	position: absolute;
}

.forms-help-visible div.fh-topleft,
.forms-help-visible div.fh-topright	{
	top: -1px;
}

.forms-help-visible div.fh-bottomleft,
.forms-help-visible div.fh-bottomright {
	bottom: -1px;
}

.forms-help-visible div.fh-topleft,
.forms-help-visible div.fh-bottomleft {
	left: -1px;
}

.forms-help-visible div.fh-topright,
.forms-help-visible div.fh-bottomright {
	right: -1px;
}

.forms-help-visible div.fh-topleft	{
	background: url(../img/creoforms/topleft.gif) left top no-repeat;	
}

.forms-help-visible div.fh-topright {
	background: url(../img/creoforms/topright.gif) left top no-repeat;	
}

.forms-help-visible div.fh-bottomleft {
	background: url(../img/creoforms/bottomleft.gif) left top no-repeat;		
}

.forms-help-visible div.fh-bottomright {
	background: url(../img/creoforms/bottomright.gif) left top no-repeat;		
}

.forms-help-visible div.fh-inner {
	width: 99%;
	margin: 0 auto;
	border: 1px solid #343434;
	position: relative;
	text-align: left;
	background: #343434;
}

.fh-inner div.fh-inner-topleft,
.fh-inner div.fh-inner-topright,
.fh-inner div.fh-inner-bottomleft,
.fh-inner div.fh-inner-bottomright {
	width: 3px;
	height: 3px;
	margin: 0;
	position: absolute;
}

.fh-inner div.fh-inner-topleft,
.fh-inner div.fh-inner-topright	{
	top: -1px;
}

.fh-inner div.fh-inner-bottomleft,
.fh-inner div.fh-inner-bottomright {
	bottom: -1px;
}

.fh-inner div.fh-inner-topleft,
.fh-inner div.fh-inner-bottomleft {
	left: -1px;
}

.fh-inner div.fh-inner-topright,
.fh-inner div.fh-inner-bottomright {
	right: -1px;
}

.fh-inner div.fh-inner-topleft	{
	background: url(../img/creoforms/inner-topleft.gif) left top no-repeat;	
}

.fh-inner div.fh-inner-topright {
	background: url(../img/creoforms/inner-topright.gif) left top no-repeat;	
}

.fh-inner div.fh-inner-bottomleft {
	background: url(../img/creoforms/inner-bottomleft.gif) left top no-repeat;		
}

.fh-inner div.fh-inner-bottomright {
	background: url(../img/creoforms/inner-bottomright.gif) left top no-repeat;		
}

.fh-inner h3 {
	width: 100%;
	text-align: center;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #f25b00;
	border-bottom: 1px dashed #f25b00;
}

.fh-inner p {
	width: 97%;
	margin: 0;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: white;
}

/*

		OUTPUT

*/

table.gf-table {
	width: 99%;
}

.gf-table tr td {
	height: 25px;
}

.gf-table tr td, .gf-table tr td input, .gf-table tr td select {
	line-height: 20px;
	_line-height: normal;
	font-size: .9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
}

.gf-table tr td select {
	width: 100%;
	_width: auto;
	border: 1px solid #056891;
}

.gf-table tr td.gf-left-cell {
	width: 40%;
	padding-left: 10px;
	vertical-align: top;
}

.gf-table tr.gf-heading-row td {
	line-height: 20px;
	padding: 0 !important;
	padding-left: 10px !important;
	font-size: .9em;
	font-weight: bold;
	color: #656565;
	border: 1px solid #056891;
	background: #f2f8fa;
}

.gf-table tr td input, .gf-table tr td textarea {
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em !important;
	color: #656565;
	border: 1px solid #056891;
}

.gf-table tr.gf-odd td {
	background: #f7fbfc;
}

.gf-table tr td span.gf-required {
	color: red !important;
}

.gf-table tr td input.gf-submit {
	width: auto !important;
	background: white !important;
	color: #056891;
}
