﻿body
{
    background-color: #bebebe;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

table
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-width: 0;
}

th
{
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

td
{
    text-align: left;
    vertical-align: top;
}

a
{
    color: #0066cc;
    font-weight: normal;
}

#nav-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav-menu li
{
    float: left;
    margin: 0 0.15em;
}

#nav-menu li a
{
    background: #fff bottom left repeat-x;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 9em;
    display: block;
    border: 0.1em solid #dcdce9;
    color: #0d2474;
    text-decoration: none;
    text-align: center;
}

#nav-menu li a.current
{
    background: #cdcdcd bottom left repeat-x;
}

#nav-menu
{
    width: 50em;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    font-weight: bold;
    text-decoration: underline;
}

.content
{
    background-color: #ffffff;
    border: none;
    border-width: 0;
    min-height: 600px;
}

.shaded
{
    background-color: #e8ffe8;
}

.gutter
{
    background-color: #bebebe;
    height: 100%;
}

.footer
{
    background-color: #bebebe;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.copyright
{
    text-align: left;
    font-style: italic;
}

.footerlinks
{
    text-align: right;
}

.footerlinks a
{
    color: #000000;
}

.navbuttons
{
    width: 100%;
    text-align: right;
}

.maxwidth
{
    width: 1000px;
}

.fullwidth
{
    width: 100%;
}

.mediumwidth
{
    width: 75px;
}

.smallwidth
{
    width: 50px;
}

.fullwidthcenter
{
    text-align: center;
    width: 100%;
}

.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}

.subtitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 3px;
    white-space: nowrap;
}

.alert
{
    color: #ff0000;
    font-size: 1.1em;
    font-weight: bold;
}

.instructions
{
    color: #0000ff;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
}

.nodisplay
{
    display: none;
}

.right
{
    text-align: right;
}

.rightunbold
{
    text-align: right;
    font-weight: normal;
}

.Container
{
    margin: auto;
    min-height: 600px;
    background: #ffffff;
    max-width: 800px;
    min-width: 800px;
    border: solid 1px #d4d4d4;
    padding: 0 20px 20px 20px;
}

.ToolBar
{
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 20px;
}

.GridContainer
{
    background: #ECF5FB;
    min-height: 300px;
    border: solid 1px #d4d4d4;
}


.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container
{
    width: 800px;
    height: 600px;
    background-color: #CCCCCC;
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
    width: 800px;
    height: 600px;
}

.popup_Titlebar
{
    background: #000000 url(/images/titlebar_bg.jpg);
    height: 29px;
    background-repeat: repeat-x;
}

.popup_Body
{
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.TitlebarLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.TitlebarRight
{
    background: url(/images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons
{
    margin: 10px;
}

.loginMsg
{
    padding: 5px;
    background-color: #FF9933;
    border: thin solid #FF0000;
    font-weight: bold;
}