﻿/* 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;
}

a:link, a:visited
{
    color:#4e5766;
}

a:hover
{
    color: #4e5766;
    text-decoration: none;
}

a:active
{
    color: #4e5766;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    margin-top: 19px;
}





/* 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.7em;
    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;
}


/* 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: #F4F4F4;
    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: 5px 30px;
    min-height: 600px;
    background: #F4F4F4;
 
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.pagefooter
{
    color: #4e5766;
    padding: 8px 0px 5px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background: #F4F4F4;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#396040;
    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: #457050;
    border: 1px #4E7C57 solid;
    color: #DCEADF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #BED3C0;
    color: #457045;
    text-decoration: none;
}

div.menu2 ul li a, div.menu2 ul li a:visited
{
    background-color: #FFFFFF;
    border: 1px #4E7C57 solid;
    color: #000000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}



div.menu2 ul li a:hover
{
    background-color: #BED3C0;
    color: #457045;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #457050;
    color: #CEE5D2;
    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;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: right;
    /*padding: 10px;*/
    padding-top: 12px;
    padding-right: 10px;
    width: auto;
    vertical-align:middle!important;
 }
 /*
 @font-face {
 font-family: Block_B;
 src: url("blockcffbol.eot") 
}

@font-face {
 font-family: Block_B;
 src: url("blockcffbol.ttf")
}
*/

@font-face {
    font-family: 'BlockBertholdBold';
    src: url('blockcffbol.eot');
    src: url('blockcffbol.eot?#iefix') format('embedded-opentype'),
         url('blockcffbol.woff') format('woff'),
         url('blockcffbol.ttf') format('truetype'),
         url('blockcffbol.svg#BlockBertholdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.titleDisplay
{
    font-family: BlockBertholdBold;
    fot-size: 25px;
    font-style: normal;
    font-weight: normal;
    color: #457050;
    display: block;
    line-height: 1.35em;
    padding: 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 28px;

}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #499350;
}

.loginDisplay a:link
{
    color: #499350;
}

.loginDisplay a:visited
{
    color: #499350;
}

.loginDisplay a:hover
{
    color: #499350;
}

.failureNotification
{
    /*font-size: 1.2em;*/
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.autocomplete_completionListElement
{visibility: hidden;
margin: 0px !important;
background-color: white;
color: #457050;
border: 1px solid #000000;
cursor: 'auto';
overflow: auto;
height: 200px;
text-align: left;
list-style-type: none;}

.autocomplete_highlightedListItem
{background-color: #EBF1DE;
color: #457050;
padding: 1px solid #000000;}

.AutoExtender
{
font-family: Verdana, Helvetica, sans-serif;
font-size: .8em;
font-weight: normal;
border: solid 1px #006699;
line-height: 20px;
padding: 10px;
background-color: White;
margin-left:10px;
list-style-type: none;
overflow :scroll;
}
.AutoExtenderList
{
cursor: pointer;
color: #457050;

width:500px!important;
}
.AutoExtenderHighlight
{
color: #457050;
background-color: #EBF1DE;
cursor: pointer;
width:500px!important;
}

.shadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}

.accountbalancetbl tr td{ padding-right: 20px;padding-bottom: 5px;  border-bottom: none;}
 
.borderbottom td
{
     border-bottom: 1px solid #000;
     padding-bottom: 50px;
}

.progresstbl { width:100%; text-align:center; border:1px; }
.progresstbl tr{  font-weight: bold; font-size: 12px } 
.progresstbl tr td{ padding-left:12px; padding-top:12px; padding-bottom:12px; padding-right:12px} 

.progresstblinner {  width:100%; text-align:center; border:1px; }
.progresstblinner tr{  font-weight: bold; font-size: 12px } 
.progresstblinner tr td{  padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:0px } 

     
.orderedittbl { width:100%;  }
.orderedittbl tr {  } 
.orderedittbl tr td {  }

     
 
     
.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(/Images/bt_green.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(/Images/bt_green.gif) no-repeat bottom}
    
/*
    a.authbtnclass
    {
        color:Orange;
    }
    a.authbtnclass:hover
    {
        color: Yellow;
    }
*/

.selectbtn:hover
{
 color:blue;
 text-decoration:none;
}

.authbtnclass:hover
{
 color:orange;
 text-decoration:none;
}

.delbtnclass:hover 
{
 color:red;
 text-decoration:underline;
}

