/* Big fonts */
.bigtext {
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
}

.bigtextbold {
    font-size: 15px;
    font-family: Arial;
    font-weight: 700;
}

.bignote {
    font-size: 15px;
    font-family: Arial;
    font-weight: 700;
    color: #2D5C93;
}

.bigerror {
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #ff0000;
}

.bigerrorbold {
    font-size: 15px;
    font-family: Arial;
    font-weight: 700;
    color: #ff0000;
}

.waitingmsg {
    font-size: 15px;
    font-family: Arial;
    font-style: italic;
    font-weight: 700;
    color: #0000ff;
}

/* Very big fonts */
.verybigtext {
    font-size: 17px;
    font-family: Arial;
    font-weight: 400;
}

.verybigtextbold {
    font-size: 17px;
    font-family: Arial;
    font-weight: 700;
}

/* Regular fonts */
.text {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
}

.textbold {
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
}

.textheader{
    font-size: 22px;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    color: #0073aa;
}

.note {
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    color: blue;
}

.error {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #ff0000;
}

.errorbold {
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    color: #ff0000;
}

.noContentBold {
    font-size: 13px;
    font-family: Arial;
    font-weight: bolder;
    color: black;
    text-align: center;
}

/* Small fonts */
.smalltext {
    font-size: 11px;
    font-family: Arial;
    font-weight: 400;
}

.smalltextbold {
    font-size: 11px;
    font-family: Arial;
    font-weight: 700;
}

.smallnote {
    font-size: 11px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
}

.smallerror {
    font-size: 11px;
    font-family: Arial;
    font-weight: 400;
    color: #ff0000;
}

.smallerrorbold {
    font-size: 11px;
    font-family: Arial;
    font-weight: 700;
    color: #ff0000;
}

/* Button */
.button {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    border-style: outset;
    color: #000000;
    background-color: #cccccc;
}

.buttonhot {
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    border-style: outset;
    color: #000000;
    background-color: #cccccc;
}

/* Table */
.trtitle {
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    color: #000000;
    background-color: #f3f3f3;
}

.trheader {
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    color: #000000;
    background-color: #CCCCCC;
}

.trdesc {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
}

.treven {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    background-color: #CCCCCC;
}

.trodd {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
}

.tdleft {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
}

.tdleftbold {
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    color: #000000;
    background-color: #ffffff;
}

.tdright {
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
}

.tdrightred {
    font-family: Arial;
    font-size: 9pt;
    font-weight: 400;
    color: #ff0000;
}

.table {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    padding: 0px
}

.tableHeader{
    font-size: 10pt;
    font-family: Arial;
    font-weight: 700;
    color: #0073AA;
    background-color: #CCCCCC;
}

.tableData{
    text-align: center;
    vertical-align: middle;
    font-size: 10pt;
}

.tablebg {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    background-color: #FFFFFF;
    padding: 0px
}

/* Tag */
BODY {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    margin-top: 0px;
}

LI {
    line-height: 120%;
}

A {
    color: #0033cc;
}

B {
    font-weight: 700;
}

HR {
    color: #ffffff;
}

SELECT {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
}

INPUT {
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
}

/* Form */

.form {
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
}

.borderhidden {
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    padding: 0px 0px 0px 0px;
    height: 20px;
}

#footerContent {
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
}

.calendar {
    background-image: url("../images/datepicker_sm.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-color: white;
}

.reportDescHeading{
    font-size: 10pt;
    color: #5a79a5;
    font-family: Arial;
    font-weight: bold;
    position:relative;
    padding-top:1px;
    padding-left:1px;
    line-height:1.0;
    margin-bottom: 10px;
}

.reportDesc{
    font-size: 10pt;
    color: #000000;
    font-family: Arial;
    position:relative;
}

.reportDescTable{
    z-index:10;
    top:56px;
    left:4px;
    width:1117px;
    height:64px;
    border-color:#5a79a5;
    border-style:solid;
    border-width:1px;
    background-color:#eeeeee;
    layer-background-color:#eeeeee;
    margin-bottom: 15px;
}

#footerContent p {
    margin: 5px 0;
    padding: 0;
}

.multi-select-box label {
    font-size: 12px;
    font-weight: 400;
}