﻿html, body, .fullsize {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.centerh {
    margin-left: auto;
    margin-right: auto;
}

.centerv {
    margin-top: auto;
    margin-bottom: auto;
}

.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(/css/border-radius.htc);
    border-radius: 5px;
    border: solid 1px #999999;
}

.rounded-corners-noie {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    /* behavior: url(/css/border-radius.htc); */
    border-radius: 5px;
    border: solid 1px #999999;
}

/* Controls */

.label, .label-bold, .textbox, .hyperlink, .textboxlight {
    font-size: 10pt;
    font-family: Arial;
    text-align: left;
}

.button {
    font-size: 10pt;
    font-family: Arial;
    text-align: center;
}

.label-bold {
    font-weight: bold;
}

.textboxlight {
    color: #999999;
}

.labelsmall {
    font-size: 8pt;
    font-family: Arial;
    text-align: left;
}

/* Modal Elements */

.modalBackground {
    background-color: #EEEEEE;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalMessageArea {
    background-color: #FFFFFF;
    width: 350px;
}

.navoff, .navon, .navsel {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    /* behavior: url(/css/border-radius.htc); */
    border-radius: 5px;
    cursor: pointer;
}

.navoff {
    background-color: #FFFFFF;
    color: #000000;
}

.navon {
    background-color: #e9f2fa;
    color: #000000;
}

.navsel {
    background-color: #d1d9e1;
    color: #000000;
}

/* Select Report controls */

.reportcategories {
    position: absolute;
    padding: 0px;
    top: 10px;
    left: 10px;
    width: 400px;
    /*width:380px;*/
    height: 300px;
    background-color: #FFFFFF;
}

.reportcategorylist {
    position: absolute;
    padding: 0px;
    top: 35px;
    left: 20px;
    width: 375px;
    /*width:360px;*/
    height: 267px;
}

.reportdefinitions {
    position: absolute;
    padding: 0px;
    top: 320px;
    left: 10px;
    width: 400px;
    /*width:380px;*/
    bottom: 10px;
    background-color: #FFFFFF;
}

.reportdefinitionlistouter {
    position: absolute;
    padding: 0px;
    top: 345px;
    left: 20px;
    width: 380px;
    /*width:360px;*/
    bottom: 20px;
}

.reportparameters {
    position: absolute;
    padding: 0px;
    top: 10px;
    left: 422px;
    /*left:402px;*/
    right: 10px;
    bottom: 10px;
    background-color: #FFFFFF;
}

.reportparameterlistouter {
    position: absolute;
    padding: 0px;
    top: 10px;
    left: 412px;
    right: 20px;
    bottom: 20px;
}