﻿G /* DEFAULTS --------------------------------------------------------------------------------------------------------------------*/ body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
.main_bg
{
    padding: 0;
    margin: 0;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background: #FFFFFF;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
.changePassword
{
    background: #143E67;
    color: #fff;
    text-shadow: #007dab 0 1px 0;
    font-size: 16px;
    padding: 18px 23px;
    margin: 0 0 1.5em 0;
    border-bottom: 1px solid #007dab;
    text-align: center;
}
.headerStyle
{
    background-color: #143E67;
    color: #FFFFFF;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #64B1D8;
    border-right-width: thin;
    border-bottom-width: thin;
    border-spacing: 10px;
    border-collapse: collapse;
    font-weight: bold;
    text-align:center;
    
}
.headRowStyle
{
    background-color: #143E67;
    color: #FFFFFF;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}



fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

.hdrlegend
{
    font-size: 1.1em;
    font-weight: 600;
    color: Gray;
    padding: 2px 4px 8px 4px;
}

legend
{
    font-weight: bold;
    font-size: 11px;
    color: #034889;
    line-height: 14px;
    margin: 0px;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 32%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: #EA5607;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}



.modalBackground
{
    background-color: #EAEAEA;
    z-index: 10000;
}
.tableA
{
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    border: solid 1px #64B1D8;
    border-right-width: thin;
    border-bottom-width: thin;
    border-spacing: 10px;
    border-collapse: collapse;
    empty-cells: show;
}

.tableA th
{
    font-family: Arial,Tahoma,Verdana,Calibri;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #143E67;
    background: #EEEEEE;
    height: 18px;
    text-decoration: None;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #64B1D8;
    border-right-width: thin;
    border-bottom-width: thin;
    border-spacing: 10px;
    border-collapse: collapse;
    min-height: 21px;
}



.tableB td
{
    font-family: Arial,Tahoma,Verdana,Calibri;
    text-align: left;
    vertical-align: middle;
    text-decoration: None;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    min-height: 15px;
    padding-bottom: 2px;
    padding-top: 2px;
    border: solid 1px #64B1D8;
    border-right-width: thin;
    border-bottom-width: thin;
    border-spacing: 10px;
    border-collapse: collapse;
}

.tableMsg
{
    border-right-width: thin;
    border-bottom-width: thin;
    border-style: dashed;
    border-width: 1px;
    border-color: #64B1D8;
    background-color: #DBDBDB;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-spacing: 10px;
    border-collapse: collapse;
    empty-cells: show;
    font-family: Arial, Helvetica, sans-serif;
    color: #0066CC;
    font-size: xx-small;
}


.dropdownStyle
{
    overflow: hidden;
    font-family: Arial,Tahoma,Verdana,Calibri;
    color: #000000;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    border: #2c343c;
    border-style: solid;
    border-width: 1px;
    border-color: #5FA2DD;
    height: 21px;
    width: 155px;
}


.button
{
    background-color: #00508E;
    border-bottom: #a1a1a1 1px solid;
    border-left: #a1a1a1 1px solid;
    border-right: #a1a1a1 1px solid;
    border-top: #a1a1a1 1px solid;
    cursor: pointer;
    font: bold 12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    height: 20px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    width: auto;
    color: White;
}
.tablec
{
    background-color: #E0ECFE;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.tableb
{
    background-color: #E8EEFA;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    line-height: 16px;
}
.tableh
{
    background-color: #E0ECFE;
}
.texth
{
    color: #2E2E2E;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
}
.tBorder
{
    border: solid 1px #64B1D8;
}
.tBorderPaneLeft
{
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #64B1D8;
}
.tBorderPaneRight
{
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #64B1D8;
}
.tbody
{
    border: solid 1px #CCC;
    background: #F6F9FE;
}
.contentpnl
{
    background-color: #E1EAED;
    font-size: 12px;
}
.grid
{
    color: #2E2E2E;
    font-family: Arial,Tahoma,Verdana;
    font-size: 15px;
    border: solid 1px #CCC;
}
.griditem
{
    color: #2E2E2E;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
}
.griditemA
{
    color: #2E2E2E;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    background-color: #E5F2FF;
}

.gridheader
{
    color: #EEEEEE;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    background: #336699;
    height: 18px;
    text-decoration: None;
    vertical-align: top;
    text-align: center;
}
.gridhead
{
    color: #EEEEEE;
    font-family: Arial,Tahoma,Verdana;
    font-size: medium;
    background: #336699;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

.gridheader A
{
    color: #EEEEEE;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    background: #336699;
    height: 18px;
    text-decoration: None;
    vertical-align: top;
    text-align: center;
}
.gridfooter
{
    color: #045FB4;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    background: #EEEEEE;
    height: 18px;
}
.grid td
{
    font-family: Arial,Tahoma,Verdana;
    text-align: center;
    color: #000000;
    font-size: 11px;
    min-height: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 0px;
    border-color: #b6b7bc;
}

.TableSubCell
{
    font-family: Arial,Tahoma,Verdana;
    text-align: center;
    color: #000000;
    font-size: 10px;
    min-height: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 0px;
    border-color: #b6b7bc;
}

.grid tr
{
    border: solid 1px #CCC;
}

.pageF
{
    border: solid 1px #CCC;
    background: #EEEEEE;
}


.lblStyle
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
.textboxStyle
{
    border: 1px solid #5FA2DD;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    height: 18px;
    margin-left: 0px;
}

.ReadOnlyStyle
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #00498E;
    background-color: #C0C0C0;
}
textarea
{
    border: 1px solid #5FA2DD;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0px;
}
.textarea
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #5FA2DD;
}

.multitextboxStyle
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #5FA2DD;
}
.linkBtnStyle
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #343434;
}
.redRow
{
    height: 18px;
    color: White;
    font-weight: bold;
    font-size: 11px;
    background-color: #EA5607;
}
.errorText
{
    color: #EA5607;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}
.validationStyle
{
    color: #EA5607;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}
.loading
{
    color: #EEEEEE;
    font-family: Arial;
    font-size: 11px;
    background: #336699;
    height: 18px;
    text-decoration: None;
    vertical-align: bottom;
    text-align: center;
    font-weight: bold;
}


.darkblack
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    color: #000000;
    font-size: 11px;
}
.pageHeading
{
    font-family: Arial,Tahoma,Verdana;
    text-align: center;
    line-height: 30px;
    color: #00508E;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding: 1em;
    border: 1px dashed #aaa;
    background: #fafafa;
    position: relative;
}
.darkblue
{
    font-family: Arial,Tahoma,Verdana;
    text-align: center;
    color: #00498E;
    font-size: 13px;
    font-weight: bold;
}
a.darkblue:link
{
    font-size: 11px;
    font-weight: bold;
    color: #00498E;
    text-decoration: none;
    line-height: 16px;
}
a.darkblue:visited
{
    font-size: 11px;
    font-weight: bold;
    color: #00498E;
    text-decoration: none;
    line-height: 16px;
}
a.darkblue:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
    line-height: 16px;
}


form
{
    margin: 0px 0px 0px 0px;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
}
body
{
    margin: 0px 0px 0px 0px;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #2E2E2E;
    background-color: #EEEEEE;
}

td
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
}
th
{
    font-size: 11px;
    font-weight: bold;
    background-color: Navy;
    color: White;
    height: 35px;
}
div p
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
}
li
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
}
.pageBackground
{
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background: #FFFFFF;
}
a:link
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    text-decoration: none;
}
a:visited
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    text-decoration: none;
}
a:hover
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    text-decoration: none;
}
.content
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    color: #666666;
    font-size: 11px;
}
a.contactlink:link
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    line-height: 12px;
}
a.contactlink:visited
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    line-height: 12px;
}
a.contactlink:hover
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    line-height: 12px;
}
a.contentlink:link
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    line-height: 12px;
}
a.contentlink:visited
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    line-height: 12px;
}
a.contentlink:hover
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    line-height: 12px;
}
.businessinc
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    line-height: 22px;
    color: #343434;
    font-size: 13px;
    font-weight: bold;
}
h1
{
    font-weight: bold;
    font-size: 11px;
    color: #333333;
    line-height: 14px;
    margin: 0px;
}
h2
{
    font-weight: bold;
    font-size: 11px;
    color: #6C6C6C;
    line-height: 14px;
    margin: 0px;
}
h3
{
    font-weight: bold;
    font-size: 11px;
    color: #034889;
    line-height: 14px;
    margin: 0px;
}
h4
{
    font-weight: bold;
    font-size: 11px;
    color: #014CFF;
    line-height: 14px;
    margin: 0px;
}
.lshadow
{
    background: url( '../images/leftdrop.gif' );
}
.rshadow
{
    background: url( '../images/rightdrop.gif' );
}
#toplinks
{
    background-color: #143E67;
    height: 45px;
}
#toplinks1, .toplinks1
{
    background-color: #143E67;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    position: relative;
}
#toplinks1 ul
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 17px;
    list-style-type: none;
}
#toplinks1 ul li
{
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    color: #ffffff;
    font-size: 11px;
}
#toplinks1 ul li a:link
{
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}
#toplinks1 ul li a:visited
{
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}
#toplinks1 ul li a.link:hover
{
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}
#toplinks1 img
{
    float: right;
    padding: 0px;
}
.plaintxt
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    color: #666666;
    font-size: 11px;
}
.plaintxtleft
{
    font-family: Arial,Tahoma,Verdana;
    text-align: left;
    color: #666666;
    font-size: 11px;
}
idiv p
{
    font-family: Arial;
    font-size: 11px;
}
li
{
    font-family: Arial;
    font-size: 11px;
}

#ibottom
{
    background-color: #EFEFEF;
    color: #B7B7B7;
    height: 20px;
    font-family: Arial;
    font-size: 11px;
    padding-top: 5px;
    width: 778px;
    text-align: left;
}
#ibottom a
{
    float: right;
    position: relative;
    height: 20px;
}
#ibottom a img
{
    float: right;
    position: relative;
    top: -13px;
}

#itoplinks
{
    height: 65px;
}
#itoplinks ul
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 17px;
    list-style-type: none;
}
#itoplinks ul li
{
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    color: #8A959B;
    font-size: 11px;
}
#itoplinks ul li a:link
{
    color: #8A959B;
    text-decoration: none;
    font-size: 11px;
}
#itoplinks ul li a:visited
{
    color: #8A959B;
    text-decoration: none;
    font-size: 11px;
}
#itoplinks ul li a.link:hover
{
    color: #8A959B;
    text-decoration: none;
    font-size: 11px;
}
#itoplinks img
{
    float: right;
    padding: 0px;
}
a.blacklink:link
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    text-align: left;
}
a.blacklink:visited
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    text-align: left;
}
a.blacklink:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    text-align: left;
}
select
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
}

.invest-sub
{
    font-size: 11px;
    color: #012674;
    margin: 0px;
}

a.investlink:link
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
a.investlink:visited
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
a.investlink:hover
{
    font-size: 11px;
    font-weight: normal;
    color: #EF6B09;
    text-decoration: underline;
}
.invest-head
{
    font-size: 12px;
    color: #285EB1;
    margin: 0px;
}
a.investinnerlink:link
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
a.investinnerlink:visited
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
a.investinnerlink:hover
{
    font-size: 11px;
    font-weight: normal;
    color: #EF6B09;
    text-decoration: underline;
}

a.greylinkinv:link
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #333333;
    margin: 0px;
    text-decoration: none;
    line-height: 15px;
}
a.greylinkinv:visited
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #333333;
    margin: 0px;
    text-decoration: none;
    line-height: 15px;
}
a.greylinkinv:hover
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #012674;
    margin: 0px;
    text-decoration: underline;
    line-height: 15px;
}
.tvsblue
{
    font-size: 12px;
    color: #17398A;
    margin: 0px;
    font-family: Arial,Tahoma,Verdana;
}
.plaintxt
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    color: #666666;
    font-size: 11px;
}
a.plaintxtlink:link
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
a.plaintxtlink:visited
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
a.plaintxtlink:hover
{
    font-family: Arial,Tahoma,Verdana;
    text-align: justify;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
h6
{
    font-weight: bold;
    font-size: 13px;
    color: #014CFF;
    line-height: 14px;
    margin: 0px;
}


.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(../images/grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #fcfcfc url(../images/grd_alt.png) repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url(../images/grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}


/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
}
.RowStyle td
{
    background-color: #ffffff;
}

.AltRowStyle td
{
    background-color: #eee;
}
/* /// login page
*/
.validationSummary
{
    font-family: "Segoe UI" ,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.validators input
{
    margin-bottom: 3px;
}
.groupWrapper
{
    width: 45%;
    margin: 0 2%;
    height: 350Px;
    float: left;
}
.fieldRow
{
    margin-top: 4px;
}
.fieldRow label
{
    width: 140px;
    display: block;
    float: left;
}

.TableCell
{
    font-family: Arial,Tahoma,Verdana;
    text-align: left;
    color: #00498E;
    font-size: 11px;
    font-weight: bold;
    min-height: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 0px;
    border-color: #b6b7bc;
}
.headerScroll
{
    border: thin dotted #C0C0C0;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #143E67;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #FFFFFF;
}
#login
{
    margin: 10px auto;
    background: #fff;
    border: 8px solid #eee;
    width: 425px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #143E67;
    -webkit-box-shadow: 0 0 10px #143E67;
    box-shadow: 0 0 10px #4e707c;
    text-align: left;
    position: relative;
}

#login h1
{
    background: #143E67;
    color: #fff;
    text-shadow: #007dab 0 1px 0;
    font-size: 14px;
    padding: 18px 23px;
    margin: 0 0 1.5em 0;
    border-bottom: 1px solid #007dab;
}
#login .register
{
    position: absolute;
    float: left;
    margin: 0;
    line-height: 30px;
    top: -40px;
    right: 0;
    font-size: 11px;
}
#login p
{
    margin: .5em 25px;
}
#login div
{
    margin: .5em 25px;
    background: #eee;
    padding: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
    position: relative;
}

#login label
{
    padding: 20px 15px;
}
.Error
{
    color: #EA5607;
}

.loginlabel
{
    color: Navy;
}

.failureNotification
{
    font-size: 1.0em;
    color: #EA5607;
}
.spnHeading
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 1.4em;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    position: absolute;
    color: #00508E;
}
.pageAppHeader
{
    font-family: Calibri, Century Gothic , Trebuchet MS;
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: 700;
    background-color: transparent;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 25px;
    text-transform: none;
    letter-spacing: 0.1em;
    height: 40px;
}


#loading-div-background
{
   /* display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
}

#loading-div
{
    width: 300px;
    height: 200px; /* background-color: #0c0b0b; */
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
}


/* /// end */

