/*  FORMS  */

form {
	margin:0;
	margin-bottom: 1em;
	padding:0;
}
form.inline {
	margin:0;
	padding:0;
}

label {
	float:left;
	width: 140px;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	padding-right: 5px;
	text-align: right;
}
label.long {
	width: auto;
	text-align: left;
}
label.inline {
	float:none;
	clear:both;
	width: auto;
	margin:0;
	text-align: left;
}
form label.right {
	margin: 5px 4px;
	width: none;
	padding:0;
	text-align: left;
}

label.block {
	float: none;
	width: auto;
	text-align: left;
}

input.input_button {
	float: left;
	margin:0;
	margin-top: 4px;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

input.input_checkbox {
	float: left;
	margin:0;
	margin-top: 6px;
	margin-right: 4px;
}

input.input_image {
	float: left;
	margin:0;
	margin-top: 4px;
}

input.input_text {
	float: left;
	width: 210px;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	border: 1px #999 solid;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

select.select_menu {
	float: left;
	width: 210px;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	border: 1px #999 solid;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

textarea.textarea {
	float: left;
	width: 210px;
	height: 150px;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	border: 1px #999 solid;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

/* addtional widths */
input.short, select.short, textarea.short {
	width: 50px;
}
input.pretty_short, select.pretty_short, textarea.pretty_short {
	width: 100px;
}
input.medium, select.medium, textarea.medium {
	width: 150px;
}
input.large, select.large, textarea.large {
	width: 410px;
}
input.auto, select.auto, textarea.auto {
	width: auto;
}
input.inline, select.inline, textarea.inline {
	float:none;
	margin:0;
	text-align: left;
}

/* addtional heights */
textarea.narrow {
	height: 40px;
}
textarea.tall {
	height: 250px;
}

form br {
	clear: both;
}

.form_right, .form_group {
	float: left;
	width: 445px;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	color: #333;
}
.form_group .form_group {
	float: left;
	width: 248px;
	margin:0;
	margin-top: 4px;
	padding: 2px;
	color: #333;
}



form p.form_note {
	margin: 4px 0 0 120px;
	padding: 2px;
	color: #333;
	font-size: 10px;
	font-style: italic;
}

.progressBar .border { 
	background-color: white; 
	border: 1px solid blue; 
	width: 100%;
}
.progressBar .background { 
	background-color: #333; 
	height: 18px; 
	width: 0%; 
}


/*  / FORMS  */





/*  SCRIPTACULOUS HELPERS  */

h3 form.inplaceeditor-form {
	margin:0;
}
.inline form.inplaceeditor-form {
	display: inline;
}
form.inplaceeditor-form input[type="text"] {
	width: 300px;
	padding: 3px;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
div.page_title form.inplaceeditor-form input[type="text"] {
	width: 300px;
	padding: 3px;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

form.inplaceeditor-form input[type="text"].h3 {
	width: 300px;
	padding: 3px;
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
	color: #666;
}

form.inplaceeditor-form textarea {
	width: 433px;
	height:100px;
	padding: 3px;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

.cms_list_footer {
	clear: both;
	margin: 1em 0 2em 0;
	padding: 3px;
	border: #666 1px solid;
}

.cms_item_footer {
	display: block;
	clear: both;
	margin: 1em 0 2em 0;
	padding: .5em;
	border: #666 1px solid;
}

div.documentation {
	padding: 2px;
	color: #666;
	font-size: 9px;
	font-style: italic;
	line-height: 1em;
}
div.documentation, div.documentation a {
	color: #666;
	font-size: 9px;
	font-style: italic;
	line-height: 1em;
}

div.spinner {
	float:left;
	width: 16px;
	margin: 3px 0 0 10px;
}

div.editable-content {
	margin-bottom: 1em;
}


/*  page + section specific edit controls  */



/*  SCRIPTACULOUS HELPERS  */



/*  RAILS HELPERS  */

div.errorExplanation {
	border: 1px solid #c00;
	background-color: #fff1f1;
	padding: 1em;
	margin-bottom: 1em;
}
div.errorExplanation h2 {
	float: none;
	font-size:12px;
	margin:0;
	width: auto;
	height: auto;
	background:none;
	color:#f00;
}
div.errorExplanation p {
	margin:0;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
	border: 1px solid #c00;
	background-color: #fff1f1;
}


/*  / RAILS HELPERS  */





/*  LISTS  */

ul {
	margin-top:0;
	margin-bottom: 1em;
}
ul li {
}

.plain, .plain li {
	margin: 0 0 1em 0;
	padding:0;
	list-style: none;
}

.compact, .compact li {
	margin: 0;
	padding:0;
	list-style: none;
}

/*  / LISTS  */





/*  TABLES  */

table {
	margin:0;
	margin-bottom: 1em;
	padding:0;
	border:0;
	border-collapse: collapse;
}

.table_head, .table_head td {
	border-bottom: 1px #a8afb5 solid;
}

.odd, .odd td {
	background: e0ffe8;
}



/*  / TABLES  */






/*  MISC TAGS  */

a.but_add, a.but_update, a.but_cancel, a.but_delete {
	display: block;
	float: left;
	height: 15px;
	margin: 4px 0 0 0;
}
a.but_add:hover, a.but_update:hover, a.but_cancel:hover, a.but_delete:hover, a.but_add:active, a.but_update:active, a.but_cancel:active, a.but_delete:active {
	background-position: 0 -15px;
}
a.but_add img, a.but_update img, a.but_cancel img, a.but_delete img {
	display:none;
}
a.but_add {
	width: 42px;
	background: url("/images/but_add.gif") 0 0 no-repeat;
}
a.but_update {
	width: 59px;
	background: url("/images/but_update.gif") 0 0 no-repeat;
}
a.but_cancel {
	width: 58px;
	background: url("/images/but_cancel.gif") 0 0 no-repeat;
}
a.but_delete {
	width: 55px;
	background: url("/images/but_delete.gif") 0 0 no-repeat;
}

/*  / MISC TAGS  */






/*  FEEDBACK MESSAGING  */

div.success, div.error, div.notice {
	margin: 0px 0 1em 0;
	background: url("../images/accept.png") 10px 10px no-repeat;
	padding: 10px 3px 10px 30px;
	border: 1px dotted #090;
}
div.error {
	background: url("../images/exclamation.png") 10px 10px no-repeat;
	margin: 0px 0 1em 0;
	padding: 10px 3px 10px 30px;
	border: 1px dotted #f66;
}
div.notice {
	background: none;
	padding: 0;
}
div.success p.alert, div.error p.alert {
	margin-bottom:0;
}
div.success p, div.error p, div.notice p {
	margin-bottom: 3px;
}
div.success p.alert {
	color: #090;
}

div.success ul.flash, div.success ul.flash li, div.error ul.flash, div.error ul.flash li, div.notice ul.flash, div.notice ul.flash li {
	margin:0;
	padding:0;
	list-style: none;
	border: none;
	background: none;
}

div.form_errors, input.alert, select.alert, textarea.alert {
	border: 1px solid #c00;
	background-color: #fee;
}
div.form_errors {
	padding: 5px;
}

.form_errors ul {
	margin: 0 auto;
}

/*  / FEEDBACK MESSAGING  */






/*  UTILITY CLASSES  */

div.follow_link {
	text-align: right;
	font-weight: bold;
}
.graphical_text {
	display: none;
}

.gray{
	color:#666;
	font-weight:normal;
}

.error{
	color:#900;
}

.clear {
	margin:0;
	padding:0;
	clear: both;
}

/*  / UTILITY CLASSES  */






