﻿#SearchButtonDiv input
{
    width: auto;
}
.HighlightedSearch
{
    color: #BB0000;
}
div.FormularySelection
{
    clear: left;
    float: left;
    width: 100%;
    margin-top: 5px;
}

div.FormularyLabel
{
    float: left;
    width: 160px;
    font-weight: bold;
}
div.FormularyChoice
{
    float: left;
}
div.FormularyChoice select
{
    width: 310px;
}
div.FormularyChoice input
{
    width: 304px;
}
span.GenericClass
{
    font-style: italic;
}
.FormularyGrid
{
    width: 100%;
    font-size: .8em;
}
.FormularyGridHeader th
{
    background-color: #A6CE39;
    height: 40px;
    padding-left: 5px;
}
.FormularyGridHeader th a
{
    color: #000000;
}
.FormularyGrid tr td
{
    padding: 5px;
}
.FormularyGridRow
{
    background-color: #FFFFFF;
}

.FormularyGridAltRow
{
    background-color: #E1EFBD;
}
.FormularyGridPageStyle
{
    font-weight: bold;
    color: #BB0000;
    font-size: 1.1em;
}
.FormularyGridPageStyle a
{
    font-weight: normal;
    font-size: .9em;
}
.PriorAuthGrid
{
    width: 100%; /*font-size:.8em;*/
}
.PriorAuthGridHeader th
{
    background-color: #E8DB68;
    height: 40px;
    padding-left: 5px;
}
.PriorAuthGrid tr td
{
    padding: 5px;
}
.PriorAuthGridRow
{
    background-color: #FFFFFF;
}

.PriorAuthGridAltRow
{
    background-color: #ECE6B0;
}
div.PriorAuthCat
{
    background-color: #FFFFFF;
    padding: 10px;
    width: 75%;
}
div.PriorAuthCat div
{
    margin-bottom: 10px;
}
.FormularyStep
{
    text-align: center;
}
.FormularyStepPNG
{
    behavior: url(/CSS/Resources/iepngfix.htc);
}

