

body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    margin: 8px;
    background-color: #F6F6F6;
    color: black;
}

dt {font-family:arial; font-size:14px; padding: 0px 5px;}
dd {font-family:arial; font-size:12px; padding: 0px 0px 5px 0px ;}


a, a:active, a:visited {
    color: black;
    text-decoration: none;
}

h1 {
    margin-top:20px;
    margin-bottom:0px;
    color: #00a5e6;
    font-size: 24px;
}

h2 {
    margin-top:20px;
    margin-bottom:0px;
    color: #00a5e6;
    font-size: 18px;
}

h3 {
    margin-top:0px;
    margin-bottom:0;
    left: 20px;
    color: #00a5e6;
    font-size: 12px;
}


.textestilo {
   font-family: arial;
   font-size: 14px;
   height: 30px;
   padding: 0px 10px; line-height: 28px;
}



hr {
    height: 1px;
    background-color: #666;
    border-style: none;
}




#logo {
    position: absolute;
    top: 10px;
    left: 20px;
}




/**
---------LEFTFRAME
*/

#leftFrameHead {
    position: absolute;
    top: 85px;
    left: 20px;
    width: 160px;
    height: 13px;

    padding: 3px 10px 2px 10px;
    background-color: #EBEBEB;
    border: 1px solid #ccc;
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

#leftFrame {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 280px;
    bottom: 40px;
    border: 1px solid #ccc;
    background-color: white;
    overflow: auto;
}

#leftFrame UL {
    overflow: hidden;
    width: 90%;
    height: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none outside none;
}



#leftFrame a:hover {
    text-decoration: underline;
    font-weight: bold;
}


#leftFrame li h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-size: 12px;

    height: 40px;

    border-bottom: 1px solid #ccc;

    display: block;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;

}





/**
---------RIGHTFRAME
*/

#rightFrame {
    position: absolute;
    top: 60px;
    left: 350px;
    right: 40px;
    bottom: 40px;

    padding: 0px 0px 0px 0px;
    border: none;
    background-color: #F9F9F9;
    overflow: auto;
    font-size: 11px;
    z-index: 20;
    white-space: normal;
}

#rightFrame.moded {
    top: 105px !important;
}



#rightFrame.modedtabbed {
    top: 137px;
}

#rightFrame label {
    font-weight: bold;
}

#rightFrame dd a {
    font-size: 14px;

    display: block;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}

#rightFrame a {
    text-decoration: none;
}

#rightFrame ab:hover {
    text-decoration: underline;
    font-weight: bold;
}

#rightFrame a:hover {
    text-decoration: underline;
}


/* TASKBAR */
#taskbar {
    position: absolute;
    top: 0;
    right: 40px;
    width: 700px;
    height: 37px;
    padding: 10px 20px 0 0;
    text-align: right;
    white-space: nowrap;
    z-index: 2;

}

#taskbar a,
    #taskbar a:active,
    #taskbar a:visited {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 1px 20px 3px 20px;
    background-repeat: no-repeat;
}

#taskbar a:hover {
    color: #000;
}
