﻿span.eft_superscript
{
    font-size: 9px;
    vertical-align: top;
    color: Red;
}

.eft_rightaligned
{
    text-align: right;
}

.eft_leftaligned
{
    text-align: left;
}

.eft_red
{
    color: Red;
}

.eft_table_footer
{
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
}

.eft_div_footer
{
    border-bottom: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
}
.eft_div_footer_top
{
    border-top: solid 1px #c0c0c0;
}

.eft_table_footer_cell
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.eft_centre_table
{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.eft_spacer
{
    clear: both;
    height: 5px;
    overflow: hidden;
}

.eft_spacer-big
{
    clear: both;
    height: 20px;
    overflow: hidden;
}

.eft_input_date
{
    width: 80px;
}

.eft_input_id
{
    width: 80px;
}

.eft_pad_right_25
{
    padding-right: 25px;
}

.eft_pad_right_30
{
    padding-right: 30px;
}

.eft_pad_right_35
{
    padding-right: 35px;
}

.eft_margin_right_35
{
    margin-right: 35px;
}


.eft_section_border
{
    border-style: solid;
    border-width: 1px;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
}




input:text.ValidationError
{
    background-color: #FFFF99;
}

.eft_bold
{
    font-weight: bold;
}

.eft_vtop
{
    vertical-align: text-top;
}

.eft_vmid
{
    vertical-align: middle;
}

.eft_text_decoration_none
{
    text-decoration: none;
}

.eft_00px_gap
{
    height: 0px;
}

.eft_link:link
{
    text-decoration: none;
    color: #000000;
}

.eft_link:active
{
    text-decoration: none;
    color: #000000;
}

.eft_link:visited
{
    text-decoration: none;
    color: #000000;
}

.eft_link:hover
{
    text-decoration: underline;
    color: #0000FF;
}



input.error
{
    background: #e9fda4 !important;
    border: #c0c0c0 1px solid;
}
select.error
{
    background: #e9fda4 !important;
    border: #c0c0c0 1px solid;
}
label.error, .form-side-labels label.error, .form-top-labels label.error
{
    display: block;
    margin: 0 0 0 5px;
    padding: 3px;
    width: auto;
    font-weight: bold;
    color: #fff;
    background: red;
}

.form-top-labels label.error
{
    margin: 3px 0 0;
    width: 416px;
}
.form-top-labels .side-by-side label.error, .form-top-labels .side-by-side-last label.error
{
    width: 200px;
}

input[type="input"], input[type="select"]
{
    border: #c0c0c0 1px solid;
}

.eft_dropdown
{
    border: solid 1px #C0C0C0;
}

.eft_display_none
{
    display: none;
}

.modalBackground
{
    background-color: #C0C0C0;
    /*filter: alpha(opacity=0);
    opacity: 0.0;*/
}

.eft_float_right
{
    float: right;
}

.eft_float_left
{
    float: left;
}

.eft_listbox_selected
{
    background-color: #eaffea;
}

.no_wrap
{
    white-space:nowrap;
}

.eft_pad_right_40
{
    padding-right: 40px;
}


/* EFT Tab (start) ---------------------------------------------
*/
.eft_tab
{

    border-color: #b1b1b1;
    border-style: none none none none;
    border-width: 1px;
    width: 50%;
    margin: auto;
    text-align: left;
}



.eft_tab .ajax__tab_header
{
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-bottom-color: #306a7c;
}


.eft_tab .ajax__tab_tab
{
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    margin: 0px !important;
    border: 0px;
    
}

.eft_tab .ajax__tab_outer
{
    border-style: solid solid none none;
    border-width: 1px;
    border-color: #b1b1b1;
    background-color: #eeeeee;
    cursor: hand;
}

.eft_tab .ajax__tab_inner
{
    background-color: #eeeeee;
}

.eft_tab .ajax__tab_hover .ajax__tab_outer
{
    font-weight: normal;
    background-color: #306a7c;
}

.eft_tab .ajax__tab_hover .ajax__tab_inner
{
    font-weight: normal;
    background-color: #306a7c;
}

.eft_tab .ajax__tab_hover .ajax__tab_tab
{
    font-weight: normal;
    background-color: #306a7c;
    color: #FFFFFF;
}

.eft_tab .ajax__tab_active .ajax__tab_outer
{
    background-color: #306a7c;
}

.eft_tab .ajax__tab_active .ajax__tab_inner
{
    background-color: #306a7c;
}

.eft_tab .ajax__tab_active .ajax__tab_tab
{
    color: #FFFFFF;
}
.eft_tab .ajax__tab_disabled
{
    color: #C0C0C0;
    cursor: pointer;
}

/*------------EFT Tab (end)-------- */

.eft_checkbox_input
{
    display: block;
	float: left;
	clear: none;
	
	padding: 0;
	margin: 0;

}

.eft_checkbox_label
{
    padding: 0px 5px 0px 5px;
    display: block;
    float: left;
    clear: left;
}