html, body{ height: 100%; }
body{
    margin: 0;
    padding: 0;
    background: url('images/topbarfill.jpg') repeat-x;
    color: #5c5c5c;
    font-family: Verdana,sans-serif;
    font-size: 9pt;
}
a{
    color:#264f7a;
}
.bodyContainer{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: - 20px;
}
#body{
    width: 100%;
    text-align: center;
    background: url('images/horizonfill.jpg') repeat-x bottom;
}
#header{
    background: url('images/topbar.jpg') no-repeat;
    height: 124px;
}
#container{
    background: url('images/windowfill.jpg') bottom repeat-x;
}
#heading{
    color: #264f7a;
    font-family: Verdana,sans-serif;
    font-size: 20pt;
    width: 780px;
    text-align: left;
}
#headingDarkGrey{
    color: #264f7a;
    font-family: Verdana,sans-serif;
    font-size: 20pt;
    width: 796px;
    text-align: left;
}
#reflect{
    margin-top: 4px;
    background: url('images/reflectfill.jpg') repeat-x;
}
.formInfo{
    border: 1px solid #88c1dc;
    padding: 15px;
    margin-left: 40px;
    background: #ffffff;
    display: none;
    padding-top: 10px;
    text-align: left;
}
.infoHeading{
    color: #264f7a;
    font-family: Verdana,sans-serif;
    font-size: 11pt;
    font-weight: bold;
}
.error{
    padding: 8px;
    border: 1px solid #f34c34;
    background: #FDE2DE;
}
#preview{
    border: 1px solid #bbbbbb;
    border-right: 0;
    border-bottom: 0;
    width: 21cm;
    min-height: 29.7cm;
    color: #000000;
}
#preview a{
    color: #3366FF;
}
.shader{
    background: url('images/shade_right.jpg') repeat-y;
    width: 6px;
}
#shadeb{
    background: url('images/shade_bot.jpg') repeat-x;
    height: 6px;
}
#rightPanel{
    border-left: 1px solid #88c1dc;
    background: #f0f0f0;
    padding: 10px 10px 0px 8px;
    width: 280px;
    margin-top: -6px;
    height: 100%;
    float: right;
    margin-left: 10px;
}
.trustee table{
    /*border-top: 1px solid #cccccc;*/
    border-bottom: 1px solid #88c1dc;
}
.trustee table:hover tr{
    background: #D7EAF4;
}
.subheading{
    font-size: 18px;
    color: #006080;
}
hr{
    border: 1px solid #ffffff;
    border-top: 1px solid #999999;
}
.infotb{
    font-size: 12px;
}
.infotb a{
    font-size: 13px;
    color: #75B8D7;
    text-decoration: none;
}
.infotb a:hover{
    text-decoration: underline;
}
.b{
    font-weight: bold;
}
.options{
/*    border: solid 1px #A1A1A1;
    width: 130px;
    background: #F2F2F2;*/
    padding: 8px;
}
.options a{
    font-size: 11px;
    color: #75B8D7;
    text-decoration: none;
    line-height: 18px;
}
.a{
    font-size: 11px;
    color: #75B8D7;
    text-decoration: none;
}
.a:hover{
    text-decoration: underline;
}
.menu{
    color: #ffffff;
    height: 108px;
    *height: 98px;
}
.menu a{
    color: #ffffff;
    text-decoration: none;
}
.menu a:hover{
    text-decoration: underline;
}
.highlight td{
    border-bottom: 1px solid #ffffff;
}
.highlight:hover{
    background: #EBF4FA;
}
.confirmBox{
    border: 1px solid #f34c34;
    background: #FDE2DE;
    padding: 20px 30px 10px 30px;
    
    position: fixed !important;
    left: 50%;
    top: 50%;
    text-align:center;
    margin-left: -230px;
    margin-top: -20px;
    
    position:absolute;
    _top:expression(eval(document.body.scrollTop));
}
.picker{
    background: #ffffff;
    border: 2px solid #999999;
    position: absolute;
}
.picker a{
    color: #3366FF;
    font-size: 12px;
}
.picker a:hover{
    text-decoration: underline;
}
.pickerhead{
    background: #cccccc;
    padding: 4px 4px 4px 6px;
    font-size: 14px;
    font-weight: bold;
}
.drag{
    cursor: move;
}
.btop{
    border-top: 1px solid #999999;
}
.bbot{
    border-bottom: 1px solid #999999;
}
.pickeroptions{
    background: #ffffff;
    padding: 5px;
}
.btngrey{
    background: #dddddd;
    border: 1px solid #aaaaaa;
    padding: 1px 5px 1px 5px;
    font-size: 10px;
    cursor: pointer;
}
.submitlink{
    font-family: Verdana,sans-serif;
    color: #75B8D7;
    font-size: 13px;
    background: transparent; 
    border: 0;
}
.submitlink:hover{
    text-decoration: underline;
    cursor: pointer;
}

.footer{
    margin-top: -20px;
    height: 20px;
    font-size: 9px;
    color: #999999;
    width: 100%;
    text-align: center;
}
#sidebar{
    width: 250px;
    background: #D4E4EC;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.sideHeader{
    width: 250px;
    *width: ;
    background: url('images/sideMenu.jpg') repeat-x #5490B0;
    border-bottom: 1px solid #ffffff;
    padding: 4px 4px 4px 8px;
}
.w{
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
 a{
  outline: none;
}

.sidecontent{
    padding: 5px;
    line-height: 16px;
    font-size: 11px;
}
.sidecontent a{
    text-decoration: none;
}
.sidecontent a:hover{
    text-decoration: underline;
}
#block{
    position: absolute;
    background: #000000;
    -moz-opacity:0.7;
    opacity: 0.7; 
    filter:alpha(opacity=70);
    height: 1500px;
    width: 100%;
    top: 112px; right: 0; bottom: 0; left: 0;
    text-align: center;
}
#paybutton{
    position: absolute;
    top: 200px;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    text-align: center;
    color: #ffffff;
}
.infoblue{
    width: 21cm;
    border: 1px solid #264f7a;
    background: #D4E4EC;
    padding: 4px;
    text-align: center;
}
