.menu_left {
    font-size: 14px; font-weight: bold; color:#001c55;
    font-family: Times New Roman;
}
.menu_left:hover{
    color:#9c9c9c;
    cursor: pointer;
}
.ui-dialog .ui-dialog-content {
    font-size: 14px; 
    font-weight: bold; 
    color:#001c55;
    font-family: Times New Roman;
}
.ui-dialog .ui-dialog-title {
    font-size: 18px; 
    font-weight: bold; 
    color:#001c55;
    font-family: Times New Roman;
}
.ui-dialog-titlebar { height: 1em; }

.menu_center:hover{
    font-size: 14px; 
    font-weight: bold; 
    color:#9c9c9c;
    font-family: Times New Roman;
    cursor: pointer;
}

.helpdesk{
    font-size: 13px; 
    font-weight: bold; 
    color:#8d8d8d;
    font-family: Times New Roman;
}

.download{
    color:#001c55;
    text-decoration: none;
}
.download:hover{
    color:#8d8d8d;
    text-decoration: none;
}
.hidden {
    display:none;
}