﻿body
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: black;
    font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
}

a
{
    text-decoration: none;
    color: #0053A1
}

a:visited
{
    text-decoration: none;
    color: #0053A1;
}

a:hover
{
    text-decoration: underline;
}

.error
{
    color: Red;
    font-weight: bold;
}

.success
{
    color: Green;
    font-weight: bold;
}

input, textarea, select
{
    font-family: Arial;
    font-weight: bold;
    font-size: 80%;
    color: #333333;
}

td.menurow
{
    background: #EE3A43;
    color: White !important;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    font-size: 75%;
    height: 25px;
}

.menuicon
{
    font-family: Webdings;
    color: White;
    font-size: 90%;
    vertical-align: top;
}

.menupopup
{
    background: white;
    font-family: Arial;
    font-size: 80%;
    border-width: 1px;
    border-top-style: none;
    border-left-style: solid;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-color: #cccccc;
    min-width: 140px;
}

.menuitem
{
    cursor: default;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.menuitemlink
{
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.menuitemlink:hover
{
    background: #0053A1 !important; 
    color: White !important;  
}

.menupopup a
{
    color: Black !important;
    text-decoration: none;
    font-size: 110%;
    font-weight: normal;
}

.menupopup a.normal
{
    color: #0053A1 !important;
    font-weight: normal;
}

.menupopup a.normal:hover
{
    color: #0053A1 !important;
    text-decoration: underline;
    background: white;   
}

.menupopup a:hover
{
    color: White !important;
    background: #0053A1;  
}

td.menurow a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

td.headerbodyrow
{
    border-bottom: solid 5px #EE3A43;
}

td.footerbodyrow
{
    border-top: solid 5px #EE3A43;
}

div.menu-box-container
{
    background: white;
}

div.menu-box
{
    padding: 5px 5px 5px 5px;
    background: white;
    font-family: Arial;
    font-weight: bold;
    height: 70px;
}

div.menu-box-main
{
    width: 145px;
    padding-left: 30px;
    font-family: Arial;
    font-size: 70%;
    border-right: solid 1px #C5CCE6;
    line-height: 160%;
    float: left;
}

div.menu-box-column
{
    width: 24%;
    padding-left: 20px;
    font-family: Arial;
    font-size: 60%;
    float: left;
    line-height: 120%;
}

div.ribbon
{
    margin-bottom: 15px;
    border: solid 1px #000000;
    background: #ffffff;
    color: #000000;
}
div.ribbon2
{
    border: solid 1px #000000;
    background: #0053A1;
    color: #FFFFCC;
}
div.ribbon3
{
    margin-top: 45px;
    border: solid 1px #000000;
    background: #006699;
    color: #FFFFCC;
}
div img.ribbonimg
{
    border: none;
    float: left;
    margin-left: 4px;
    margin-top: 3px;
}
div.nobordertop
{
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
div h5.title
{
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 8px;
    border-bottom: solid 1px #000000;
    background-color: #0066CC;
    color: white;
    text-align: right;
}
div.ribbon2 h5.title
{
    background-color: #0066CC;
}
div div.ribbontxt
{
    font-size: 12px;
    text-align: left;
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

.fixedheader
{
    overflow: auto;
    height: 150px;    
}

.ribbontxt a
{
    line-height: 85%;
}

.footer
{
    color: White;
    font-size: 80%;
}

.tinytext
{
    font-size: 70%;
    line-height: 90%;
}

h1.headertitle
{
    color: White;
    font-size: 120%;
    line-height: 60%;
}

.headertext
{
    color: White;
    line-height: 150%;
}

.headertext > a
{
    color: White;
    text-decoration: none;
}

.pagesubheader
{
    font-weight: bold;
    font-size: 130%;
}

/* gridview styles */
tr.headerrow
{
    background: #EE3A43;
    color: White !important;
    font-weight: bold;
}

tr.highlightrow
{
    background: #ffffff;
}

#submenu
{
    padding: 0;
    margin: 0;
}

#submenu li
{
    list-style-type: none;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#submenu li #submenu
{
    padding-left: 15px;
}

#submenu .submenu_selected
{
    background: #C5CCE6;
    color: #000000;
}

#submenu .submenu_selected a
{
    color: Black;
    font-weight: bold;
}