/*
	Styles used for script feedback in shadomx.util.misc.feedback
*/
.shadoFeedback_TITLE	{color:	#ccc;	font-size:11px; padding-left:10px;}
.shadoFeedback_OK 		{color:	#03801d;	font-size:11px; padding-left:10px;}
.shadoFeedback_INFO 	{color:	#00adef;	font-size:11px; padding-left:10px;}
.shadoFeedback_WARNING 	{color:	#ea3f03;	font-size:11px; padding-left:10px;}
.shadoFeedback_ERROR	{color:	#ea3f03;	font-size:11px; padding-left:10px;}

/******************************************
	Messages
*******************************************/

.shadoFeedback_INFO, .shadoFeedback_SUCCESS, .shadoFeedback_ERROR {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 9px;
	padding-left: 35px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #333;
}

.shadoFeedback_INFO {
	border: 1px solid #aee9ff;
	background: #f2fbfe url(/shadomx/ui/icons/message.png) 9px 9px no-repeat;
}

.shadoFeedback_SUCCESS {
	border: 1px solid #65ac66;
	background: #b4d5b4 url(/shadomx/ui/icons/success.png) 9px 9px no-repeat;
}

.shadoFeedback_ERROR {
	border: 1px solid #CC0000;
	background: #ffe8e8 url(/shadomx/ui/icons/error.png) 9px 9px no-repeat;
}

/*******************************************/

form.sofForm{
	font-family:Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif; Verdana, Geneva, Arial, Helvetica, sans-serif,'Trebuchet MS',;
	color: #666;
	line-height: 1.5em;
	 font-size:12px;
	background-color	: #FFFFFF;
	color				: #000000;
	margin				: 0 20% 0 20%;

}

div.shadoFormError{
	position:relative;
	color:red !important;
}

fieldset.shadoFormFieldset{
	clear				: both;
	margin				: 0;
	padding				: 10px 5px 5px 15px;
}

legend.shadoFormLegend {
	padding				: 0;

	color				: #4A66A6;
	line-height			: 2em;
}

/* standard controls */
label.shadoFormLabel {
	font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif; Verdana, Geneva, Arial, Helvetica, sans-serif,'Trebuchet MS',;
	line-height: 1.5em;
	font-size: 14px;
	font-weight	: normal;
}

input.shadoFormText {
	
}

input.shadoFormTextShort {
	font-weight			: bold;
	font-color			: #666;
	background-color	: #FFF;
	border				: 1px solid silver;
	width				: 50px;
	font-family:Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif; Verdana, Geneva, Arial, Helvetica, sans-serif,'Trebuchet MS',;
	color: #666;
	line-height: 1.5em;
	 font-size:12px;
}

input.shadoFormNumber {
	font-weight			: bold;
	font-color			: #666;
	background-color	: #FFF;
	border				: 1px solid silver;
	width				: 50px;
}

input.shadoFormRadio {
	font-color			: #666;
	border				: none;
}

input.shadoFormCheck {
	font-color			: #666;
	border				: none;
	margin-right		: .5em;
}

textarea.shadoFormTextArea{
	width: 300px;
	height: 100px;
}

select.shadoFormSelect{
	
}

input.shadoFormButton {
	font-weight			: bold;
	color				: #FFF;
	background-color	: #E61A10;
	border				: 0;
	height				: 2em;
}

div.shadoFormControl {
	font-weight			: bold;
}

div.shadoFormComment {
	vertical-align		: top;

	color				: #FF0000;
	width 				: 100px;
	margin-left			: 5px;
}

.required{
	padding-right		: 15px;
	background-image	: url(/shadomx/ui/pics/required.gif);
	background-position	: right top;
	background-repeat	: no-repeat;
}

/* positional elements */

div.shadoFormGroup{	
	clear				: both;
	margin-top			: 5px;
	margin-bottom		: 5px;
	line-height			: 1.5em;
	padding-top			: 3px;
}
div.shadoFormLabelPosition {
	text-align			: right;
	float				: left;
	width				: 120px;
	overflow			: hidden;
}


div.shadoFormControlPosition {
	padding-left		: 5px;
	width				: 170px;
	float				: left;
}


div.shadoFormCommentPosition {
	clear				: left;
}

div.landscape div.shadoFormCheckPairPosition, div.landscape div.shadoFormRadioPairPosition {
	display:inline;
}
div.portrait div.shadoFormCheckPairPosition, div.portrait div.shadoFormRadioPairPosition {
	display:block;
}

div.shadoFormCheckGroupLabelPosition {
}

div.shadoFormCheckGroupControlPosition {
}

div.shadoFormRadioGroupLabelPosition {
}

div.shadoFormRadioGroupControlPosition {
}


div.shadoFormRadioPairPosition {
	height				: 1.5em;
	padding				: 2px 0 2px 0;
}

div.shadoFormCheckPairPosition {
	height				: 1.5em;
	padding				: 2px 0 2px 0;
}

div.shadoFormRadioControlPosition {
	height				: 1.5em;
	float				: left;
/*	padding-left		: 5px;
	width				: 170px;
	float				: left;*/
}

div.shadoFormRadioLabelPosition {
	height				: 1.5em;
	float				: left;
/*	text-align			: right;
	width				: 100px;
	overflow			: hidden;*/
}

div.shadoFormRadioCommentPosition{
	height				: 1.5em;
	float				: left;
}

div.shadoFormCheckControlPosition {
	height				: 1.5em;
	float				: left;
/*	padding-left		: 5px;
	width				: 170px;
	float				: left;*/
}

div.shadoFormCheckLabelPosition {
	height				: 1.5em;
	float				: left;
/*	text-align			: right;
	width				: 100px;
	overflow			: hidden;*/
}

div.shadoFormCheckCommentPosition{
	height				: 1.5em;
	float				: right;
}
/*
	New Styles for Section Menu
*/
#section-menu-page .edit-b input, #section-menu-page .delete-b input, #section-menu-page .b-add-submenu input, #section-menu-page .marginBottom #b-add-menu, #section-menu-page .marginBottom #b-restore-defaults {
	padding-left: 22px;
}


#section-menu-page .edit-b input{
	background: #F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/icons/yui/save.gif) no-repeat scroll 5px 50%;
}
#section-menu-page .edit-b input:hover{
	background: #F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/icons/yui/save.gif) no-repeat scroll 5px 50%;
	color:#fff;
}


#section-menu-page .delete-b input{
	background: #F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/icons/yui/recycle.gif) no-repeat scroll 5px 50%;
}
#section-menu-page .delete-b input:hover{
	background: #F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/icons/yui/recycle.gif) no-repeat scroll 5px 50%;
	color:#fff;
}


#section-menu-page .b-add-submenu input{
	background: #F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/icons/yui/add.gif) no-repeat scroll 5px 50%;
}
#section-menu-page .b-add-submenu input:hover{
	background: #F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/icons/yui/add.gif) no-repeat scroll 5px 50%;
	color:#fff;
}


#section-menu-page .section-menu-input {
	cursor: auto; 
}
#section-menu-page .section-menu-input:focus {
	cursor: text;
}



#section-menu-page .marginBottom #b-add-menu {
	background:#F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/icons/yui/add.gif) no-repeat scroll 5px 50%;
	padding: 5px 5px 5px 22px;
}
#section-menu-page .marginBottom #b-add-menu:hover {
	background:#F0F0F0  url(/shadomx/ui/ufo/themes/blue/images/icons/yui/add.gif) no-repeat scroll 5px 50%;
	padding: 5px 5px 5px 22px;
	color:#fff;
}



#section-menu-page .marginBottom #b-restore-defaults {
	background:#F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/refresh.gif) no-repeat scroll 5px 50%;
	padding: 5px 5px 5px 22px;
	margin-left: 10px;
}
#section-menu-page .marginBottom #b-restore-defaults:hover {
	background:#F0F0F0 url(/shadomx/ui/ufo/themes/blue/images/refresh.gif) no-repeat scroll 5px 50%;
	padding: 5px 5px 5px 22px;
	margin-left: 10px;
	color:#fff;
}