/* --- TEXT --- */

body, body.trex {
    color: #333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.trex-paper_text_value_cell_text
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
}

.trex-form_directive_text_holder {
    float: left;
    margin-left: 0.9em;
    overflow-y: hidden;
}


/* --- LOGOTYPE --- */

div.trex-customer_logo-container {
    height: 82px;
    padding: 0 .125em 0 .125em;
}

div.trex-customer_logo {
    height: 82px;
    width: 165px;
    margin-left: 1.3em;
    overflow: hidden;
    background: url(customer_logotype.png) no-repeat;
}

/* --- TABS --- */

div.trex-form_tab_control_container {
    background-color: #C40008;
}

input.trex-form_tab_button_normal {
    background-color: #fff;
    color: #777;
    border: 1px solid #cccccc;
    margin-left: 2px;
}

input.trex-form_tab_button_selected {
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 2px;
}

/* --- FIELDS --- */

input.trex-field, textarea.trex-field, select.trex-field {
	font-size: 0.813em;
	border: 1px solid #888888;
	padding: 2px;
	border-radius: 3px;
	color: #555;
}


/* --- BUTTONS --- */

.trex-button_goto_next_form_page_class,
.trex-button_goto_prev_form_page_class,
.trex-button_cancel_form_class,
.trex-file_upload_button,
.trex-submit_button {
	border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #ccc;
}

/* --- INSTANCE HANDLERS -- */

.trex-instance_header_minimize_button_right {
    display: none;
    float: right;
    margin-right: 0.5em;
    margin-top: 0.1em;



}

