
/* ####################################### */
/* ############### GENERIC ############### */
/* ####################################### */

form {
	height: 1%; /* stops IE6 going mental!!! - containing floats */
}

.f1 {
	overflow: hidden; /* stops FF going mental - containing floats */
}

.fs-container {
	margin-bottom: 1.5em;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.f-block {
	clear: both;
	overflow: hidden;
	padding: 0.5em 0;
}

legend {
	font-weight: bold;
	color: #111;
	margin: 0;
	padding: 0;
}

.f1 label,
.f1 .f-lh-label {
	font-weight: normal;
	padding: 0.5em 10px;
	margin: 0 1em 0 0;
	display: block;
	float: left;
}

.special-note {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 20px;	
}

/* ####################################### */
/* ########### TXT, EMAIL, TXR ########### */
/* ####################################### */

.f-txs label,
.f-ema label,
.f-area label,
.f-ful label,
.f-dtd label,
.f-autocomplete label,
.f-yon .f-lh-label,
.f-select label {
	width: 100px;
	text-align: right;
}

.f-txs input,
.f-ema input {
	float: left;
}


.f-txs input,
.f-ema input,
.f-dtd input,
.f-area textarea,
.f-autocomplete ul.holder,
.f-select select {
	background:#FAFBFC url(/images/form_input_bg.jpg) repeat-x scroll 0 0;
	border-color:#A8A8A8 #D8D8D8 #D8D8D8 #A8A8A8;
	border-style:solid;
	border-width:1px;
	padding:0.5em 10px;
	width:280px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 1em;
}

.f-txs input:hover,
.f-ema input:hover,
.f-dtd input:hover,
.f-area textarea:hover {
	border-color:#C0CAD2 #E8EBEE #E8EBEE #C0CAD2;
}

.f-txs input:focus,
.f-ema input:focus,
.f-dtd input:focus,
.f-area textarea:focus {
	border-color:#A9CCE9 #E0ECF7 #E0ECF7 #A9CCE9;
}

.f-area textarea {
	height: 150px;
}


/* ####################################### */
/* ############### BOOLEAN ############### */
/* ####################################### */

.f-bln {
	padding: 1em 0 1em 120px;
}

.f-bln-label-txt,
.f-radio-label-txt {
	font-weight: normal;
	padding: 0.5em 10px;
	margin: 0 1em 0 0;
	cursor: pointer;
}

.f-bln input,
.f-radio input {
	float: left;
	height: 1.4em;
}

/* ####################################### */
/* ################# YON ################# */
/* ####################################### */

.f-yon .f-lh-label {
	font-weight: bold;
}

.f-yon-block label {
	padding: 0.16666666666666666666666666666667em 0;
}

.f-yon-block .f-yon-label-txt {
	font-weight: normal;
	padding: 0.5em 10px;
	margin: 0 1em 0 0;
	cursor: pointer;
	display: inline-block;
	width: 100px;
}

.f-yon-block input {
	float: left;
	height: 2.1em;
}



/* ####################################### */
/* ################ SELECT ############### */
/* ####################################### */



.f-select select {
	float: left;
	padding: 0.5em 0;
	width: 303px;
}



/* ####################################### */
/* ################## SET ################ */
/* ####################################### */

.f-block-set-label {
	float 			: left;
	width 			: 10em;
	margin-right 	: 1em;
	text-align 		: right;
	font-weight 	: normal;
	padding 		: 2px;
}
.f-set {
	clear 	: none;
}
.f-set-group label {
	width	:	8em;
}

/* ####################################### */
/* ############## FILE UPLOAD ############ */
/* ####################################### */

.f-ful label {
	width: 10em;
}


/* ####################################### */
/* ############## AUTOCOMPLETE ############ */
/* ####################################### */

form .f1 fieldset .f-autocomplete {
	overflow:visible;
}

.f-autocomplete .auto-complete-list {
	position: absolute;
	left: 174px;
	z-index: 9999;
	clear: left;
}

.f-autocomplete .help-note {
	color:#AAAAAA;
	font-size:0.8em;
	margin-left:18em;
	text-align:left;
}


/* ####################################### */
/* ########## MULIE IMAGE UPLOAD ######### */
/* ####################################### */

.multiple-image-upload th,
.multiple-image-upload td {
	padding: 0.5em 5px 0.5em 5px;
}


.multiple-image-upload .is-primary input {
	margin-left: 15px;
}

.multiple-image-upload label {
	position: absolute;
	left: -9999px;
}

/* MULTI IMG FILE UPLOAD BOXES
------------------------------------------------*/

.multiple-image-upload div.f-ful {
	overflow	: hidden;
	width		: 93px;
	height		: 75px;
	position	: relative;
	border		: 1px solid #A8A8A8;
	padding		: 1px;
}

.multiple-image-upload div.f-ful:hover {
	border-color: #333;
}

.multiple-image-upload .f-ful label {
	background 	: no-repeat 50% 50%;
	position	: static;
	width		: 100%;
	height		: 100%;
	padding: 0;
	margin: 0;
	cursor			: pointer;
}
.multiple-image-upload .f-ful label span {
	position 	: absolute;
	left		: -99999px;
}

.multiple-image-upload .f-ful input {
	font-size 		: 100px;		/* this ensures the input is large enough to "cover" the background image */
		filter			: alpha(opacity=0); 
		filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
		-moz-opacity	: 0.00; 
	opacity			: 0;
	position		: absolute;
	right			: 0;
	cursor			: pointer;
}


/* MULTI IMG RADIO
------------------------------------------------*/

.multiple-image-upload .f-block,
.multiple-image-upload .f-radio label {
	margin: 0;
	padding: 0;
}

.multiple-image-upload .f-radio label {
	vertical-align: middle;
	position: static;
}

.multiple-image-upload .f-radio {
	padding-top: 0.5em;
}

.multiple-image-upload .is-primary label {
	width: 75px;
	text-align: center;
}

.multiple-image-upload .remove a:link,
.multiple-image-upload .remove a:visited {
	display: block;
	margin: 0 auto;
	padding: 0.5em 0 0 10px;
}


/* MULTI IMG TXS INPUTS
------------------------------------------------*/
.multiple-image-upload .f-txs input {
	width: 240px;
}


#__xBlock_news_images_add_row a:link,
__xBlock_news_images_add_row a:visited {
	background: #DFDFDF url(/r/i/css_framework/graphics/form_legend_bg.jpg) repeat-x 0 0;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 50px;
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
}

#__xBlock_news_images_add_row td {
	text-align: right;
	color: #333;
	text-shadow: 1px 1px 0px #f2f2f2;
}


/* ####################################### */
/* ############### SUBMIT ################ */
/* ####################################### */

.f-submit-unit button {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 0.7em 1em;
	cursor: pointer;
	font-size: 1em;
}



/* ####################################### */
/* ############## REQUIRED ############### */
/* ####################################### */


.f-required {
	background: url(/r/i/css_framework/graphics/required.gif) no-repeat 95% 50%;
}



/* ####################################### */
/* ############### MISSING ############### */
/* ####################################### */

.f-missing {
	background: url(/r/i/css_framework/graphics/required-missing.gif) no-repeat 95% 50%;
}

.f-missing input,
.f-missing select {
	background:#FFDFDF;
	border:	1px solid #F9B9B2;
	margin-bottom: 1px;
}

.f-missing label {
	color: #CF1B27;
}




/* ####################################### */
/* ################ NOTES ################ */
/* ####################################### */

div.f-note {
	border: 1px solid #e1e1e1;
	font-size: 0.9em;
	padding: 0.5em;
	margin: 1.5em 0 0.5em 0;
	width: 93%;
}