/* ----- default ----- */
A {
    color: #bcbe00;
}

H1 {
    color: #bcbe00;
}

H2 {
    color: #bcbe00;
}

H3 {
    color: #bcbe00;
}

H4 {
    color: #bcbe00;
}

INPUT.button, .navigation_button
{
    background-image: url('../images/form_button_green.png');
}

INPUT.search_field
{
    background-image: url('../images/search_field_green.png');
}

#container #site #header .title .font
{
    color: #bcbe00;
}

#container #site #header .title .font A
{
    color: #bcbe00;
}

#container #site #header .bar
{
    background-image: url('../images/bar_green.png');
}

#container #site #header .bar .menu ul li .tab_center
{
    background-image: url('../images/tab_bg_green.gif');
}

#container #site #header .bar .menu ul li .tab_left
{
    background-image: url('../images/tab_left_green.gif');
}

#container #site #header .bar .menu ul li .tab_right
{
    background-image: url('../images/tab_right_green.gif');
} 

#container #site #header .bar .menu ul li.active .tab_center
{
    background-image: url('../images/tab_active_bg_green.gif');
}

#container #site #header .bar .menu ul li.active .tab_left
{
    background-image: url('../images/tab_active_left_green.gif');
}

#container #site #header .bar .menu ul li.active .tab_right
{
    background-image: url('../images/tab_active_right_green.gif');
} 

#container #site #header .bar .menu ul li.active A
{
 	color: #bcbe00;
} 

#container #site #content .left ul li A
{
	color: #bcbe00;
}

#container #site #content .left ul li.active
{
    background-image: url('../images/menu_bg_green.png');
}

#container #site #content .left ul li.active SPAN
{
    background-image: url('../images/menu_right_green.png');
} 

#container #site #content .left ul li ul li A, #container #site #content .left ul li.active ul li A
{
	color: #6b6400;
}

#container #site #content .left .profile A
{
	color: #bcbe00;
}

#container #site #content .middle .language A
{
    color: #bcbe00;
}

#container #site #content .middle .language DIV
{
    border-left: 2px dashed #bcbe00;
}

#container #site #content .breadcrumb
{
    color: #bcbe00;
    border-bottom: 1px dashed #bcbe00;
}

#container #site #content .breadcrumb A
{
    color: #bcbe00;
}

.form .bottom{
    background-image: url('../images/form_green_bottom.png') !important;
}

.form{
    background-image: url('../images/form_green_middle.png') !important;
}

.form .top{
    background-image: url('../images/form_green_top.png') !important;
}

.default_table_label, .default_table_field, .default_table_required {
    color: #BCBE00 !important;
}

.default_table_field input, .default_table_field textarea{
    border-color: #BCBE00 !important;
}
