@charset "utf-8";
/* ########################################################################### *
/* ***** DOCUMENT INFO  ****************************************************** *
/* ########################################################################### *
 * ##### NAME:  forms.css
 * ##### VERSION: v1.0
 * ##### UPDATED: 03/09/2008 (Eclipse Group)
/* ########################################################################### *

/* ########################################################################### *
/* ***** INDEX *************************************************************** *
/* ########################################################################### *
/* ##### GLOBAL
/* ##### STATUS (SUCCESS/ERROR)
/* ##### LEFT COLUMN (40)
/* ##### RIGHT COLUMN (60)
/* ##### COMPACT
/* ########################################################################### */

/* ########################################################################### *
/* ##### GLOBAL
/* ########################################################################### */

input,
select,
textarea {
	background: #fff;
	border: none;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #000000;
	outline: none;
}

.crForm .ctrlHolder {
	margin: 0 0 12px 0;
	position: relative;
}

.crForm .storesSearch .ctrlHolder,
.crForm .sectionsFilter .ctrlHolder {
	margin-bottom: 0;
}

	.crForm .ctrlHolder label {
		display: block;
		color: inherit;
		font-size: 11px;
		font-weight: bold;
		margin: 2px 0px;
	}
	
	.crForm .ctrlHolder p.note,
	.crForm .ctrlHolder p.helpText{
		margin: 0px;
		font-style: italic;
	}
	
	#rightColumn .crForm .ctrlHolder p.helpText{
		position: absolute;
		width: 160px;
		top: 18px;
		right: 0px;
		margin: 0px !important;
	}
	
	#rightColumn .moduleContent .crForm .ctrlHolder p.helpText{
		width: 150px !important;
	}

p.mandatory{
	font-size: inherit;
	margin: 15px 0px;
}

	p.mandatory em,
	label em{
		font-size: inherit;
		margin-left: 3px;
	}


.module .moduleContent input,
.module .moduleContent select,
.module .moduleContent textarea {
	background: #FFF;
	border: 1px solid #000;
}

.userType_radio{
	margin-right: 5px;
	border: 1px none !important;
}

/* Grid for checkbox styles*/
#overlay ul.form_grid {
    width: 300px;
    margin: 0;
	padding: 0px;
}

#overlay ul.compactFilter {
	width: 200px;
}
	
	ul.form_grid li {
		list-style-type: none;
		width: 140px;
		height: 14px;
		display: inline;
		float: left;
		margin: 0 8px 8px 0;
	}
	
	.sectionsFilter ul.form_grid li {
		width: 100px;
		height: auto;
		margin: 0 0 3px 0;
	}

		.crForm .ctrlHolder ul.form_grid li label {
			display: inline;
			padding-left: 3px;
			vertical-align: top;
		}

ul.checklist {
	padding: 0px;
}

	ul.checklist li {
		list-style-type: none;	
		margin: 0;
	}
	
	ul.checklist input {
		float: left;
		margin: 3px 5px 0 0;
	}
	
	ul.checklist label {
		display: inline;
		float: left;
		width: 375px;
	}

/* ########################################################################### *
/* ##### STATUS (SUCCESS/ERROR)
/* ########################################################################### */

.success { 
	margin: 0 0 20px 0;
	padding: 0; 
	border: none;  
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

.errors { 
	margin: 0 0 20px 0; 
	padding: 0; 
	border: none; 
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

	.errors p {
		margin: 0 0 5px 0; 
	}
	
	.errors ul {
		margin: 0; 
	}
	
	.errors ul li { 
		list-style-type: disc;
		margin-bottom: 0;
	}
	
.error {
	color: inherit;
}

.error input,
.error textarea,
.error select { 
	background-color: #eecbcb !important;
}

.buttonHolder {
	margin-top: 15px;
}

.crForm .buttonHolder{
	position: relative;
}

/*.module .buttonHolder{
	margin-top: 25px;
}*/

.buttonHolder .inlineCancel {
	margin-left: 5px;
	font-style:italic;
}

	.buttonHolder .inlineCancel a{
		margin-left: 3px;
		font-style:normal;
		color: inherit;
	}

/* ########################################################################### *
/* ##### LEFT COLUMN (40)
/* ########################################################################### */

#leftColumn .crForm p {
	width: 222px;
}

/* ########################################################################### *
/* ##### RIGHT COLUMN (60)
/* ########################################################################### */

.crForm input[type="text"],
.crForm input[type="password"],
.crForm textarea { padding:2px; }

input.short {width: 30px}
select.short {width: 36px}
input.medium {width: 150px}
select.medium {width: 156px}
input.long {width: 222px}
select.long {width: 228px}
.emailMessage {width:320px}
.storesInput {width:175px}

#rightColumn .crForm .ctrlHolder ul li label{
	font-weight: normal;
}

.oneColLayout3 .yourDetails,
.oneColLayout3 .friendDetails {
	display: inline;
	float: left;
	width: 170px;
}

/* ########################################################################### *
/* ##### COMPACT
/* ########################################################################### */	
.compact p,
.compact p.mandatory,
.compact .errors{
	margin-bottom: 7px;
}

.compact p.mandatory{
	margin-top: 7px;
}