﻿body 
{
    background-color: #383838;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 9pt;
}

#page_container
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;    
    background-color: #efd9b4;
    background-image: url('/UIObjects/Graphics/main_background.jpg');
    background-repeat: no-repeat;
    min-height: 700px;
    margin-bottom: 0px;
}

.plus_sign
{
    background-image: url('/UIObjects/Graphics/arrow_plus_sprite.jpg');
    background-repeat: no-repeat;
    background-position: 0px -38px;
    cursor: pointer;
    width: 16px;
    height: 18px;
    margin-top: 2px;
}

.minus_sign
{
    background-image: url('/UIObjects/Graphics/arrow_plus_sprite.jpg');
    background-repeat: no-repeat;
    background-position: 0px -56px;
    cursor: pointer;
    width: 16px;
    height: 18px;   
    margin-top: 2px;
}

.expand_sign
{
    background-image: url('/UIObjects/Graphics/arrow_plus_sprite.jpg');
    background-repeat: no-repeat;
    background-position: 0px -19px;
    cursor: pointer;
    width: 16px;
    height: 18px;
    margin-top: 2px;
}

.collapse_sign
{
    background-image: url('/UIObjects/Graphics/arrow_plus_sprite.jpg');
    background-repeat: no-repeat;
    background-position: 0px -0px;
    cursor: pointer;
    width: 16px;
    height: 18px;
    margin-top: 2px;
}

.menu_items
{
    float: left; 
    line-height: 17px; 
}

.menu_area_header
{
    padding-top: 3px;
    float: left; 
    height: 17px; 
    background-color: #EBEBEB;
    width: 168px;
    font-family: verdana;
    font-size: 7.5pt;
    font-weight: bold;
    color: Gray;
}

.menu_area_header_white
{
    padding-top: 3px;
    float: left; 
    height: 17px; 
    background-color: #FFB60F; 
    width: 168px;
    font-family: verdana;
    font-size: 7.5pt;
    font-weight: bold;
    color: #fff;
}

.menu_hyphan
{
    padding-left: 5px; 
    font-weight: bold; 
    padding-right: 17px; 
    color: #000; 
    font-size: 16px;
    font-family: Arial Black;
}

.menu_area_spacer
{
    clear: both; 
    height: 10px;
}

.link
{
    cursor: pointer;    
    font-family: verdana; 
    font-size: 7pt; 
    color: #000
}

.link_hover
{
    cursor: pointer;    
    font-family: verdana; 
    font-size: 7pt; 
    color: Gray;
}

.yellow_header
{
    font-family: Palatino Linotype;
    color: #ffb710 /*#FFB60F*/;
    font-size: 16px; 
    font-weight: bold;   
}

.default_text
{
    font-family: Palatino Linotype;
    font-size: 9pt;    
}

.footer_text
{
    font-family: Palatino Linotype;
    font-size: 8pt;
    color: #fff;    
    padding-top: 4px;
}

.green_top
{
    width: 490px; height: 10px; background-image: url(/UIObjects/Graphics/green_cap.jpg); background-repeat: no-repeat;
}

.green_bottom
{
    background-color: #cce1ca;
}

.blue_top
{
    width: 490px; height: 10px; background-image: url(/UIObjects/Graphics/blue_cap.jpg); background-repeat: no-repeat;
}

.blue_bottom
{
    background-color: #accce5;
}

.red_top
{
    width: 490px; height: 10px; background-image: url(/UIObjects/Graphics/red_cap.jpg); background-repeat: no-repeat;
}

.red_bottom
{
    background-color: #c78862;
}

.grey_top
{
    width: 490px; height: 10px; background-image: url(/UIObjects/Graphics/gray_cap.jpg); background-repeat: no-repeat;
}

.grey_bottom
{
    background-color: #d0d0d0;
}

.grey_top
{
    width: 490px; height: 10px; background-image: url(/UIObjects/Graphics/gray_cap.jpg); background-repeat: no-repeat;
}

.grey_bottom
{
    background-color: #d0d0d0;
}

.yellow_top
{
    width: 490px; height: 10px; background-image: url(/UIObjects/Graphics/yellow_cap.jpg); background-repeat: no-repeat;
}

.yellow_bottom
{
    background-color: #e2b971;
}

.news_regular
{
    color: Navy; 
    cursor: pointer;
    font-family: Palatino Linotype;
    font-size: 9pt;
}

.news_selected
{
    color: #ffb710; 
    cursor: pointer;
    font-family: Palatino Linotype;
    font-size: 9pt;
}