.small
{
    font-size: 10px;
    line-height: normal;
    font-style: normal;
    font-family: arial, sans-serif;
}
.normal
{
    font-size: 12px;
    line-height: normal;
    font-style: normal;
    font-family: arial, sans-serif;
}
.smallBold
{
    font-weight: bold;
    font-size: 10px;
    line-height: normal;
    font-style: normal;
    font-family: arial, sans-serif;
}
.normalBold
{
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    font-style: normal;
    font-family: arial, sans-serif;
}
.textmedium
{
    font-size: 11px;
    color: #ffffff;
    line-height: 11px;
    font-family: arial, helvetica, sans-serif;
}
.textnormal
{
    font-size: 12px;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
}
.textnormalw
{
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.textsmall
{
    font-size: 11px;
    color: #000000;
    line-height: 13px;
    font-family: arial, helvetica, sans-serif;
}
.textsmallw
{
    font-size: 11px;
    color: #ffffff;
    line-height: 11px;
    font-family: arial, helvetica, sans-serif;
}
.textheader
{
    font-size: 11px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #bc1d1d;
    text-decoration: none;
}
SELECT.pulldown
{
    border-right: 0px;
    border-top: 0px;
    font-weight: bold;
    font-size: 10pt;
    border-left: 0px;
    color: #2f323e;
    border-bottom: 0px;
    font-family: Arial, Helvetica;
}
SELECT.jukebox
{
    border-right: 0px;
    border-top: 0px;
    font-weight: bold;
    font-size: 9pt;
    border-left: 0px;
    color: #2f323e;
    border-bottom: 0px;
    font-family: Arial, Helvetica;
}
.bullitsmall1
{
    font-size: 6px;
    color: #a7bcdc;
    font-family: "Zapf Dingbats" , Wingdings, Webdings;
}
.verysmall
{
    font-weight: bolder;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.titleBig
{
    font-weight: bold;
    font-size: 16px;
    color: #434f70;
    font-family: Arial, Helvetica, sans-serif;
}
A
{
    text-decoration: none;
}
.TreeView
{
    font-size: 8pt;
    color: #323b54;
    font-family: arial;
}
A.TreeView:link
{
    font-size: 8pt;
    color: #4682b4;
    font-family: arial;
    text-decoration: none;
}
A.TreeView:visited
{
    font-size: 8pt;
    color: #4682b4;
    font-family: arial;
    text-decoration: none;
}
A.TreeView:hover
{
    font-size: 8pt;
    color: #4682b4;
    font-family: arial;
    text-decoration: underline;
}
.message
{
    display: block;
    width: 5cm;
    margin: 1ex auto;
    padding: 1ex;
    background-color: #FFFF00;
    color: Red;
    list-style-position: inside;
    font-weight: bold;
}
.autoCompletionList
{
    white-space: nowrap !important; /* this will force the item to not wrap around */ /* these will force the drop-down to certain height and width */
    width: auto !important;
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    font-size: 8pt;
    overflow: auto;
}
.autoCompletionList li:hover
{
    background-color: rgb(250,164,50) !important;
}
