﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    text-align: center;
}

.Main
{
    border: 4px solid #CCCCCC;
    border-radius: 8px;
    height: 100%;
    background-color: White;
}

/* Basic Menu display 
div.menu-bar ul ul {
display: none;
}
div.menu-bar li:hover > ul {
display: block;
}*/

img
{
    border-style:none;
}

.Button
{
    width: 169px;
    height: 48px;
    background-image: url('../Images/Button.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color:#00207D;
    white-space:normal;
}

.Button1
{
    width: 180px;
    height: 48px;
    background-image: url('../Images/Button2.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #00207D;
    white-space: normal;
}



.HeaderL
{
    float: left;
    width: 50%;
    text-align: center;
    height: 250px;
}

.HeaderR
{
    float: left;
    width: 50%;
    height: 250px;
}

.BodyL
{
    width: 30%;
    float: left;
    text-align: center;
}

.BodyR
{
    float: right;
    width: 70%;
    color: #334074;
    text-align: left;
    font-size: 11pt;
    line-height:1.5;    
}

.pLeft
{
    
    width: 21%;
    float: left;
}

.pRight
{
    width: 78%;
    float: right;
    color: #575757;
}

.pRed
{
    color: #CC0000;
    font-style: italic;
}

.arrows
{
    list-style-image: url('../Images/Arrow.png');
}


Table
{
    width:100%
}


}

.nodot
{
    padding:0;
    margin:0;
}

.nodot li
{
    list-style-type: none;
    padding-bottom: 4px;
}

ol
{
    color: #CC0000;
    font-weight: 600;
}

ol p
{
    color: #575757;
    font-weight: 400;
}

.spaceH
{
    height: 60px;
}

.spaceH1
{
    height: 80px;
}

.formset td
{
    padding: 6px;
    margin: 6px;
    font-size: 12px;
    text-align: center;
}

.formtb
{
    font-size: 12px;
    border: 2px solid #D7D7D7;
    width: 80px;
    text-align: center;
}

.formtblg
{
    font-size: 12px;
    border: 2px solid #D7D7D7;
    width: 120px;
    text-align: center;
}

.formtblgr
{
    font-size: 12px;
    border: 2px solid #D7D7D7;
    width: 160px;
    text-align: center;
}

.formAster
{
    color: #CC0000;
    font-weight: bold;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
    margin : 0px!important;
    background-color : inherit;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height :auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
    background-color : window;
    color : windowtext;
    padding : 1px;
}
  .AutoExtender
{
    font-family: Arial;
    font-size: .6em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left: 10px;
}
        .AutoExtenderList
        {
            border-bottom: dotted 1px #006699;
            cursor: pointer;
            color: Maroon;
            font-style:normal;
        }
