﻿div#alpha_bar
{
    text-align: center;
    font-size: 11px;
    background: url(../Site_Gfx/alpha_bar_back.gif) repeat-x 0 1px;
    height: 25px;
    vertical-align: middle;
}
div#alpha_bar a
{
    width: 19px;
    height: 25px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 2px;
}
div#alpha_bar a.selected,
div#alpha_bar a.selected:visited
{
    color: #004383;
    background: #fff;
    border: solid 1px #cae8ff;
    border-bottom: 0px;
    text-decoration: none;
}
div#alpha_bar a.unselected,
div#alpha_bar a.unselected:visited
{   
    border-top: solid 1px #fff;
    color: #0091e9;
}
.pop_panel
{
    width: 292px;
    visibility: hidden;
    background: url(../Site_Gfx/popup_background.gif) no-repeat;
    
}

div#body_content div.pop_panel div.inner
{
    background: url(../Site_Gfx/popup_background_bottom.gif) no-repeat bottom right;
    padding: 25px 10px 20px 30px;
    font-size: 12px;
}

div#body_content div.pop_panel div.inner p.spec_header
{
    color: #004383;
    font-size: 13px;
    font-weight: bold;
}
div#body_content div.pop_panel div.inner div.spec_copy
{
    color: #004383;
    line-height: 20px;
    margin: 10px 0 10px 0;
}
div#body_content div.pop_panel div.inner p.spec_hosp_header
{
    font-style: italic;
    color: #333333;
}
div#body_content div.pop_panel div.inner div.spec_hosp_list
{
    padding: 5px 0 0 25px; 
}
div#body_content div.pop_panel div.inner div.spec_hosp_list a,
div#body_content div.pop_panel div.inner div.spec_hosp_list a:visited
{
    color: #0091e9;
    text-decoration: underline;
    background: url(../Site_Gfx/triangle_green_treament.gif) no-repeat 0 5px;
    padding: 0 0 0 12px;
    display: block;
    margin-bottom: 4px;
}

div#treatment_panel
{
    clear: both;
    padding: 20px 11px; 
    height: 400px;
}
div#treatment_panel table
{
    width: 100%;
}
div#treatment_panel table td
{
    width: 50%;
    vertical-align: top;
    height: 40px;
}
div#treatment_panel table td a,
div#treatment_panel table td a:visited
{
    color: #0091e9;
    font-size: 13px;
}

div.search_instructions
{
    color: #dc8906;
    font-size: 14px;
    margin: 10px 20px;    
}