﻿/* global style classes */
.reset {
    clear:both;
}
.left {
    float:left;
}
.right {
    float:right;
}
.hidden {
    visibility:hidden;
}
.dropdown_state
{
    width:300px;
    font-size:18px;
    color:#737373;
}

.dropdown_insurance
{
    width:400px;
    font-size:18px;
    color:#737373;
}

.dropdown_pharmacy
{
    width:400px;
    font-size:18px;
    color:#737373;
}

.dropdown
{
    width:300px;
    font-size:18px;
    color:#737373;
}

.title
{
    font-size:18px;
    font-weight:bold;
    color:#666666;
}
.footnote
{
    font-size:12px;
    font-weight:bold;
    color:#737373;
}
.leftalign
{
    text-align:left
}
.rightalign
{
    text-align:right;
}
.legal
{
    font-size:11px;
}
.bold
{
    font-size:14px;
    font-weight:bold;
}
.list
{
    margin:1px;
    padding:0px;
    list-style-type:none;
    background-color:#fff;
    overflow:visible;
}

.listitem
{
    font-size:18px;
    text-align:left;
    font-variant:normal;
    background:#fff;
    white-space: nowrap;
}

.listitem_highlighted
{
    font-size:18px;
    text-align:left;
    font-variant:normal;
    background:#0099ff;
    white-space: nowrap;
    color:#fff;
}