/* general classes */
BODY  {
    font-family: Verdana,arial,helvetica,sans-serif;
    font-size:11px;
    color:red;
    background-color: white;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.highlighted {
    color : Black;
    background-color : #CCFFCC;
}

.menuLink {
    color:black;
    background-color: transparent;
    cursor:pointer;
    width:100%;
    text-indent:5px;
}
.menuLink_Over {
    color:white;
    background-color: #002157;
    cursor:pointer;
    width:100%;
    text-indent:5px;
}

.SubMenuLink {
    color:black;
    background-color: transparent;
    cursor:pointer;
    width:100%;
    text-indent:5px;
}
.SubMenuLink_Over {
    color:white;
    background-color: #002157;
    cursor:pointer;
    width:100%;
    text-indent:5px;
}

.menuLink2 {
    color: #990000;
    background-color: transparent;
    cursor:pointer;
}
.menuLink_Over2 {
    color: #990000;
    background-color: transparent;
    cursor:pointer;
    text-decoration: underline;
}
.menu_head {
    color:white;
    background-color: #002157;
    font-weight:bold;
    cursor:pointer;
    width:100%;
    text-align:center;
}

.menu_background {
    background-color: white;
    border: 1px solid #F0F0F0;
}

.link_button_normal {
    background-color: #CCCCCC;
    border: 1px solid #562200;
    color: Black;
    cursor:pointer;
}
.link_button_over {
    background-color: #E6E6E6;
    border: 1px solid #562200;
    color: Black;
    cursor:pointer;
}

.lst_pwd_normal {
    color: black;
    cursor:pointer;
}
.lst_pwd_over {
    color: darkgreen;
    cursor:pointer;
}

.logout_normal {
    color: black;
    cursor:pointer;
}
.logout_over {
    color: darkgreen;
    cursor:pointer;
}

A {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#990000;
    text-decoration: none;
}

A:LINK {
    text-decoration: none;
    color: #990000;
}

A:VISITED {
    text-decoration: none;
    color: #990000;
}

A:HOVER {
    text-decoration: underline;
    color: #990000;
}

TH,TD {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:black;
    background-color: transparent;
}

HR {
    border: 1px solid #D3D3D3;
}

.error {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Red;
}

.info {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    background-color: transparent;
    padding-left:5px;
}

.sideboxtext {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background-color: #F5F5F5;
}

.plainboxtitle {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
    background-color: #0072BC;
}

.plainboxtext {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    background-color: #FCDAB6;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    font-style: normal;
    background-color: #F5F5F5;
}

.centerboxtitle {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
    font-style: italic;
    background-color: transparent;
}

.pgprocessed {
    color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
}
.copyright {
    color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

/* user card */
.userexttable {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    background-color: #333333;
}

.usertoppanel {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #F5F5F5;
    color: #333333;
}

.userbottompanel {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FAFAFA;
    color: #333333;
}

.print_header_toprow {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: black;
    background-color: #00A651;
}
.print_header_bottomrow {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: black;
    background-color: #FFF200;
}
.print_header_toptext {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-color: transparent;
}
