body{
   font-family: "Lucida Sans", Verdana, Arial;
   font-size: 11px;
   font-style: normal;
   font-variant: normal;
   margin: 0px;
   background-color: #c0c0c0;
}

a.hover{}

a.link{
    color: black;
}

a.visited{
    color: black;
}

.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.homeBack{
    background: url('../img/homeback.jpg') no-repeat;
    position: relative;
    height: 290px;
}

.loginBox{
    background-color: white;
    border-color: #464780;
    border-style: solid;
    border-width: 2px;
    height: 290px;
}

.contentBox{
    background-color: white;
    border-color: #464780;
    border-style: solid;
    border-width: 2px;
}

.header_report{
    background-color: #464780;
    background-position: center center;
    font-family: "Lucida Sans", Verdana, Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
}

.textLabel{
    font-family: "Lucida Sans", Verdana, Arial;
    font-size:11px;
    font-weight: bold;
}

.textSearch{
    font-family: "Lucida Sans", Verdana, Arial;
    font-size:12px;
    font-weight: bold;
}

.textRegular{
    font-family: "Lucida Sans", Verdana, Arial;
    font-size:11px;
}

.listStyle{
    width: 200px;
    font-size: 11px;
    font-weight: normal;
    font-family: "Lucida Sans", Verdana, Arial;
}

.standardTable_ColumnCentered {
   text-align: center;
   vertical-align: middle;
}

.standardTable_ColumnJustified {
   text-align: justify;
   vertical-align: middle;
}

.standardTable_ColumnRight {
   text-align: right;
   vertical-align: middle;
}

.standardTable_ColumnLeft {
   text-align: left;
   vertical-align: middle;
}

.odd_row {
    background-color:#CCCCCC;
}

.even_row {
    background-color:#FFFFFF;
}


