/*
 *  @copyright	Copyright 2006 (c) Solo Media Works, Inc.
 *  @modified	08-20-2006	Maxwell Berkel
 *
 *  Form Styles
 **************************************************************************************/
 
 
form {
	text-align: left;
	clear: both;
}

form hr {
	border: 0;
	border: 1px dotted #cfcfcf;
	margin: 20px 0 20px;
	clear: both;
	
}

form span.comment, div.field-comments {
     font-size: 11px;
     font-style: italic;
     font-weight: normal;
     color: #343434;
     margin-left: 8px;
}

div.space {
	height: 30px;
	clear: both;
}


/* Rows and buttons section */
div.field, div.buttons {
	width: 100%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	padding-bottom: 8px;
	clear: both;
}

div.field-inline {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	float: left;
	padding-bottom: 8px;
	clear: none;
}

div.field-comments {
	width: 100%;
	margin-left: 0;
	padding-bottom: 14px;
	clear: both;
}

div.rw-20 {
     width: 130px;
}

div.rw-20 input {
     width: 110px;
}

div.rw-20 select {
     width: 125px;
}

div.rw-30 {
     width: 150px;
}

div.rw-30 input, div.rw-30 textarea {
     width: 130px;
}

div.rw-30 input.date {
     width: 110px;
}

div.rw-30 select {
     width: 145px;
}

div.rw-40 {
     width: 180px;
}

div.rw-40 input, div.rw-40 textarea {
     width: 160px;
}

div.rw-40 input.date {
     width: 140px;
}

div.rw-40 select {
     width: 175px;
}

div.rw-50 {
     width: 220px;
}

div.rw-50 input, div.rw-50 textarea {
     width: 200px;
}

div.rw-50 select {
     width: 215px;
}

div.rw-70 {
     width: 290px;
}

div.rw-70 input, div.rw-70 textarea {
     width: 270px;
}

div.rw-70 select {
     width: 285px;
}

div.rw-80 {
     width: 360px;
}

div.rw-80 input, div.rw-80 textarea {
     width: 340px;
}

div.rw-80 select {
     width: 355px;     
}

div.rw-100 {
     width: 440px;
}

div.rw-100 input, div.rw-100 textarea {
     width: 420px;
}

div.rw-100 select {
     width: 435px;     
}

div.field.sidebar-enabled {
	max-width: 340px;
}

div.field.sidebar-enabled input.text, div.field.sidebar-enabled input.textarea, div.field.sidebar-enabled select {
	width: 85%;
}

div.row div.field, div.row div.field-inline {
	padding-bottom: 2px;
}

div.buttons {
	padding: 10px 0 10px;
}

div.buttons.no-padding {
	padding-top: 0;
}

div.buttons a.action-link {
	display: block;
	float: left;
	margin: 8px 0 0 10px;
}

div.buttons.right a.action-link {
	margin: 16px 15px 0 0;
}

div.buttons a.action-link.first {
	margin-right: 0;
}

div.buttons input {
	float: left;
	margin-right: 8px;
}

div.buttons.right input, div.buttons.right a.action-link {
	float: right;
}

html>body div.field, html>body div.field-inline, html>body div.buttons {
	overflow: auto;
}


/* Field info text */
div.field p {
	margin: 2px 0;
}

p.field-text-right, p.field-text-bottom {
	font-size: 11px;
	font-style: italic;
	color: #b1b1b1;
	
}

p.field-text-right {
	display: inline;
	padding: 7px 0 0 15px;
}

p.field-text-bottom {
	float: left;
	padding: 5px 0 0;
	margin-bottom: 8px;
	clear: both;
}


/* Input, select, check, radio and text areas */
input.text, input.password, input.file, input.checkbox, select, textarea {
	float: left;
	background-color: #fff;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 4px 6px;
	margin: 0 0 6px 0;
}

input.text, input.password, input.file {
	height: 20px;
}

input.text:hover, input.password:hover, input.file:hover, select:hover, textarea:hover, input.active, select.active, textarea.active {
	background: #fff;
}

input.checkbox {
     margin-right: 10px;
}

select {
	padding: 3px;
}

select option {
	padding: 2px 3px;
}

textarea.small {
	height: 40px;
}

textarea.medium {
	height: 140px;
}

textarea.large {
	height: 240px;
}

/* Buttons */

input.submit-button, input.button, a.button, a.button:hover {
     display: block;
     width: 163px;
     height: 22px;
     background: url(../../images/btn_md_bg.jpg) no-repeat top center;
     color: #fff;
     border: 0;
     text-align: center;
     font-weight: bold;
     padding-top: 8px;
}

input.submit-button, input.button {
     height: 30px;
     padding-top: 0;
}


/* Labels */
label {
	float: left;
	font-weight: bold;
	padding: 3px 6px 3px 0;
	margin: 0 0 4px;
}

label.radio, label.checkbox {
	font-weight: normal;
	padding: 0 10px 0 0;
}

ul.checkboxes-inline li { float: left; }


/* Layout sets */
form.stack-fields label, div.field-vertical label {
	display: block;
	width: 90%;
	clear: both;
}

form.stack-fields label.checkbox, form.stack-fields label.radio, div.field-vertical label.checkbox, div.field-vertical label.radio {
     display: block;
     width: auto;
     clear: none;
}

form.stack-fields input.text, form.stack-fields input.password, form.stack-fields select, form.stack-fields textarea,
div.field-vertical input.text, div.field-vertical input.password, div.field-vertical select, div.field-vertical textarea {
	display: block;
}

form.stack-fields p.field-text-right, form.stack-fields p.field-text-bottom {
	display: block;
	float: left;
}

