html{
    height:100%;
    }

body{
    background-color:#EFEFEF;
    background-image:url('../images/bgr_pageBorder.gif');
    background-position:center center;
    background-repeat:repeat-y;
    color:#6E7277;
    font-family:Verdana,Arial,Helvetica,Sans-Serif;
    font-size:8.5pt;
    height:100%;
    margin:0;
}

table {
    border-collapse: collapse;
    width: 90%;
    margin: 24px;
    xfont-size: 1.1em;
}

td {
    padding: 6px 11px;
    vertical-align: top;
    text-align: left;
    }

th {
    padding: 6px 11px;

    vertical-align: top;
    text-align: left;
    }

tr.alt td{
    background: #EEEEEE;
    }
tr.even td{
    background: #F9F9F9;
    }

div.odd{
    background: #EEEEEE;
    }
div.even{
    background: #F9F9F9;
    }

div.main{
    background-color:#EEEFF1;
    background-image:url('../images/bgr_wrapper.png');
    background-position:center top;
    background-repeat:repeat-x;
    margin:-21px auto;
    height:100%;
    min-height:780px;
    xxmax-height:800px;
    padding:0 26px;
    position:relative;
    width:939px;
}

div.inlay{
   xxmax-height:650px;
   overflow:auto;
}

div.filetable{
   xxmax-height:150px;
   overflow:auto;
   width:60%;
}

div.footerspace{
    height:125px;
}

div.footer{
    background-image:url('../images/bgr_footer.png');
    height:105px;
    margin:-105px auto 0;
    position:relative;
    width:991px;
    bootm:0px;
}

div.header{
    background-image:url('../images/bgr_head.png');
    height:105px;
    margin:0px auto 0;
    position:relative;
    width:991px;
}

div.chart{
    width:700px;
    height:500px;

}

div.field2d{
    #width:400px;
    #height:300px;
}


a:hover{
    background: transparent;
    text-decoration:none;
}

a.tooltip span{
    display:none;
    padding:2px 3px;
/*    margin-right:0px;*/
/*    margin-left:0px;*/
/*    width:230px;*/
/*    max-width: 250px; /* The widest the tooltip will grow before breaking the content*/*/
}

a.tooltip:hover span{
    display:block;
    position:relative;
    top:2px;
    left:-2px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#6c6c6c;
    max-width:230px; /*The widest the tooltip will grow before breaking the content*/
}




ul.tab {
 background-image:url('../images/bgr_head.png');
 height:80px;
}

ul.tab ul {
 list-style: none;
 padding: 0;
 visibility: hidden;
 position: absolute;
 top: 100%;
 width: 200px;
}

ul.tab li:hover > ul {
 visibility: visible;
}
