@CHARSET "ISO-8859-1";
/**
 * Econ_View_Form 
 */
.econ_view_html_form_table td {
	vertical-align: top;
	padding-bottom: 6px;
}
.econ_view_html_form_errors {
	margin-top: 4px;
}
.econ_view_html_form_label {
	width: 150px;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
	padding: 2px;
}
.econ_view_html_form_nofield {
}
.econ_view_html_form_field_textinput, .econ_view_html_form_field_password {
	border: 1px solid #ccc;
	padding: 2px;
	color: #000;
	font-family: Tahoma;
	font-size: 13px;
	width: 200px;
}
.econ_view_html_form_field_text {
	border: 1px solid #ccc;
	padding: 2px;
	color: #000;
	font-family: Tahoma;
	font-size: 13px;
	width: 200px;
	height: 100px;
}
.econ_view_html_form_field_submit, .econ_view_html_form_field_cancel {
	border-style: solid;
	border-width: 1px;
	color: white;
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;	
}
.econ_view_html_form_field_submit {
	background-color: #597709;
	border-color: #597709 #465e06 #465e06 #597709;
}
.econ_view_html_form_field_cancel {
	background-color: #615949;
	border-color: #615949 #474135 #474135 #615949;
}
.econ_view_html_form_field_select {
	width: 300px;
}
.econ_view_html_form_field_file_box {
	width: 400px;	
	border: 1px solid #9e9a92;
}
.econ_view_html_form_field_file_box_title {
	background: #d4d0c8;
	border-bottom: 1px solid #9e9a92;
	padding: 4px;
	
}
.econ_view_html_form_field_file_box_uploadfield, .econ_view_html_form_field_file_box_files {
	background-color: white;
		
}
.econ_view_html_form_field_file_box_uploadfield {
	padding: 4px;
	border-bottom: 1px solid #9e9a92;
}
.econ_view_html_form_field_file_box_files {
}
.econ_view_html_form_field_file_box_file, .econ_view_html_form_field_file_box_file_last {
	padding: 4px;
}
.econ_view_html_form_field_file_box_file {
	border-bottom: 1px solid #9e9a92;
}
.econ_view_html_form_field_file_box_file_last {
	border-bottom: 0;
}
.econ_view_html_form_field_file_unknown {
	background: url('../images/gui/filetypes/document.gif') no-repeat;
	height: 40px;
	padding-left: 20px;
	margin-top: 4px;
	float: left;
}

/**
 * Tree
 */
.econ_view_html_tree {
}

/**
 * Table 
 */
.econ_view_html_table td {
	padding: 2px;
}
.econ_view_html_table tr.even {
	background-color: #fffcd5;
}
.econ_view_html_table tr.odd {
}
.econ_view_html_table thead td {
	background-color: #d4d0c8;
	border-color: #fff #808080 #808080 #fff;
	border-style: solid;
	border-width: 1px;
}
/**
 * Messages
 */
.econ_message_error {
	color: red;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 11px;
}
.econ_message_success {
	color: #77a30e;
	padding-bottom: 2px;
}
.econ_message_plain {
	color: black;
	padding-bottom: 2px;
}
.econ_message_infobox {
	background: #daf0ff;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0e324a;
	border-color: #daf0ff #a7cae2 #a7cae2 #daf0ff;
	border-style: solid;
	border-width: 1px;
	background-image: url('../images/gui/icons/info.gif');
	background-repeat: no-repeat;
	padding-left: 26px;
	background-position: 2px 4px;
}