﻿*
{
    /* Zero-out margins & padding */
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial;
    font-size: 1.0em;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
#pageContainer, .header, .header .headerText, .menuItems, .addressline, .Menu-Horizontal ul.Menu
{
    width: 900px;
}
.BoldBlackArial
{
    font-weight: bold;
    font-size: 12px;
    color: Black;
    font-family: arial;
}

.smallGray
{
    font-weight: bold;
    font-size: 11px;
    color: Gray;
    font-family: arial;
}

#hintbox
{
    /*CSS for pop up hint box */
    position: absolute;
    top: 0;
    background-color: lightyellow;
    width: 150px; /*Default width of hint.*/
    padding: 3px;
    border: 1px solid black;
    font: normal 11px Verdana;
    line-height: 18px;
    z-index: 100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}
fieldset legend
{
    font-weight: bold;
    font-size: 10pt;
    background-color: White;
}
.hintanchor
{
    /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}

.inputWatermark
{
    color: #aaa;
    font-style: normal;
}

.buttonInvisible
{
    display: none;
}

.asyncProgress
{
    background-color: #fff;
    border: 1px solid #ACA899;
    padding: 10px;
    margin: 200px auto 0px 200px;
    width: 255px;
    position: fixed;
    text-align: center;
    float: left;
    color: Black;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}



strong
{
    font-weight: bold;
}
.yui-t2
{
    width: 99%;
}


.buttoncontainer
{
    width: 100%;
}
.footer, .addressline
{
    float: right;
    display: inline-block;
    width: 98%;
    border: #cccccc thin dotted;
    margin: 4px auto 4px auto;
}
/*
.bottonmenu
{
    float: left;
    display: inline-block;
    width: 98%;
    border: #cccccc thin dotted;
}*/
.ButtonRight input
{
    float: right;
    width: 75px;
    display: inline-block;
}
.buttoncontainer input
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: medium;
}
.required
{
    color: Red;
    display: block;
}
.content
{
    vertical-align: top;
    display: block;
}
#pageContainer
{
    margin: 0px auto 0px auto;
}
h1
{
    font-weight: bold;
    font-size: x-large;
}
h2
{
    font-weight: bold;
    font-size: large;
}
h3
{
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    padding-bottom: 10px;
}
h4
{
    font-weight: bold;
    text-align: center;
    font-size: large;
    padding-bottom: 8px;
}

/* Login Control */
.Login, PasswordRecovery
{
    font-family: Arial;
    font-size: 12px;
}

.Login .Login-TitlePanel span
{
    font-weight: bold;
    font-size: large;
    width: 200px;
}
.inputControlContainer label, .maxwidth label
{
    width: 100%;
    display: inline-block;
}

.inputControlContainer img
{
    display: inline-block;
    width: 16px;
    float: left;
    margin-top: -17px;
    margin-left: -2px;
}


.Login .Login-FailurePanel
{
    color: Red;
    font-size: smaller;
}
/* Login Control */

.smalltext
{
    font-size: smaller;
}
ul
{
    padding-left: 1em;
    padding-bottom: 8px;
    padding-top: 4px;
}
li
{
    /*list-style-type: disc;*/
}
.PasswordError
{
    display: block;
    width: 100%;
}
.inputControlContainer
{
    width: 100%;
    float: left;
}
.inputControlContainer .readonly input
{
    margin-left: 20px;
    background-color: #FFFFFF;
    color: Gray;
    width: 150px;
}

.textinputcontrol input, .inputControlContainer .textinputcontrol input .normalfield, .numericinputcontrol input, .inputControlContainer .numericinputcontrol input .normalfield, .textinputcontrol textarea, .inputControlContainer .textinputcontrol textarea .normalfield, .textinputcontrol select, .inputControlContainer .textinputcontrol select .normalfield, .largeTextBox input, .largeTextBox .textinputcontrol input .normalfield
{
    margin-left: 20px;
    background-color: #FFFFFF;
    width: 150px;
}
.largeTextBox input, .largeTextBox .textinputcontrol input .normalfield
{
    width: 530px;
}
.textinputcontrol input, .inputControlContainer .textinputcontrol input .normalfield
{
    text-align: left;
}

.numericinputcontrol input, .inputControlContainer .numericinputcontrol input .normalfield
{
    text-align: right;
}

.CCExpirationInput label
{
    display: block;
    width: 100%;
}
.CCExpirationInput select, .CCExpirationInput select .normalfield
{
    background-color: #FFFFFF;
    width: 60px;
}
.readonly
{
  
    font-weight: bold;
}
.textinputcontrol .focusfield, .CCExpirationInput select .focusfield
{
    background-color: #FFF7B2;
}
.numericinputcontrol .focusfield
{
    text-align: right;
    background-color: #FFF7B2;
}
input[type=checkbox]
{
    width: 20px;
}
input[type=submit]
{
     padding:4px 4px 4px 4px;
     margin:4px 4px 4px 4px;
}
.maxwidth input
{
    width: 600px;
}

#content p
{
    padding-bottom: 8px;
}
#content fieldset
{
    width: 94%;
    border: #cccccc thin dotted;
    margin: 8px;
    padding: 8px;
}
.yui-u fieldset
{
    width: 100%;
    float: left;
}
.center50
{
    width: 50%;
    display: inline-block;
    text-align: center;
    float: left;
}
.half50
{
    width: 47%;
    margin: 8px;
    display: inline-block;
    float: left;
}
.header
{
    background-color: #FFFFFF;
    background-image: url(/images/header4.jpg);
}
.header .headerText
{
    display: inline-block;
    float: right;
    background-image: url(/images/header4.jpg);
}

.menuItems
{
    background-image: url(/images/header4.jpg);
    float: right;
    display: inline-block;
}
.menuItems a
{
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 12px;
    float: right;
    padding-bottom: 2px;
    margin: 0px 2px 0px 0px;
    width: 80px;
    color: #666;
    padding-top: 0px;
    border-bottom: #666 8px solid;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
}
.menuItems a:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
/* new Message */
.mainmessagediv
{
    position: absolute;
    z-index: 99991;
    left: 10px;
    top: 10px;
    float: left;
}
.messagebox
{
    background-color: #fff;
    border: 1px ridge #ACA899;
    border-right-style: solid;
    border-right-color: Black;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: thick;
    border-right-width: thick;
    padding: 0px;
    width: 250px;
}

.messagebox .genericTable
{
    width: 100px;
}
.messageboxBackground
{
    /*         */
    filter: alpha(opacity=70);
    background-color: gray;
    opacity: 1;
    margin: 0;
}
.messagebox .messagetitle
{
    background-color: #0046e0;
    color: White;
    font-size: x-large;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 8px;
}
.messagebox .messageboxbody
{
    padding: 10px;
    display: block;
    color: Black;
    float: right;
    width: 230px;
}
.messagebox img
{
    padding: 8px;
}

.messagebox .image
{
    width: 18px;
    float: left;
    height: 18px;
    vertical-align: middle;
}
.messagebox .textbody
{
    width: 180px;
    height: 120px;
    color: Black;
    overflow: auto;
    float: right;
    text-align: left;
}

.messageboxbuttoncontainer
{
    text-align: center;
    margin: 5px 0 5px 0;
}
.messageboxbuttoncontainer input
{
    width: 60px;
    padding: 2px;
    background-color: Silver;
}

.addressline
{
    font-size: 10.0pt;
    line-height: 113%;
    font-family: Trebuchet MS;
}

.addressline fieldset
{
    width: 24%;
    display: inline-block;
}


.bottonmenu
{
    border: #cccccc thin dotted;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
    padding-left: 7px;
}
.bottonmenu a
{
    font-weight: bold;
    font-size: 12px;
    float: left;
    padding-bottom: 2px;
    width: 80px;
    color: #666;
    padding-top: 0px;
    border-bottom: #666 0px solid;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    margin-left: 7px;
    margin-right: 7px;
}

.footer
{
    height: 72px;
}

.footer fieldset
{
    vertical-align: top;
    display: inline-block;
    width: 23%;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
}

.footer fieldset img
{
    padding-right: 4px;
}

.footer a
{
    font-weight: bold;
    font-size: 11px;
    color: Gray;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none { font-weight:bold;
    font-size: 11px;
    color: #999999;
    line-height: 22px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
}

fieldset .third
{
    display: inline-block;
    float: left;
    width: 200px;
    font-weight: bold;
    font-size: 12px;
    color: Black;
    font-family: arial;
}


