﻿body 
{
    font-family:Arial, Verdana;
    font-size:12px;
    margin:0px;
    background-color:#ffffff;
}

.notifyPanel
{
    width: 250px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 240px;
    padding: 0.4em;
    display:none;
}
.notifyPanel h3
{
    margin: 0;
    padding: 0.4em;
    text-align: center;
}
.notifyPanel div
{
    display:block;
    padding:10px 5px;
}
.notifyPanel h3
{
    margin: 0;
    padding: 0.4em;
    text-align: center;
}
h1
{
    font-size:1.6em;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

#mainDIV
{
    width:770px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
    background-image:url('/img/cacaofluid.gif');
    background-position:left;
    background-repeat:repeat-y;
}
#backgroundDIV
{
    background-image:url('/img/menubackgraphic.gif');
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}
#leftColumnDIV
{
    width:220px;
    /*height:780px;*/
    float:left;
}
#contentDIV
{
    width:510px;
    float:right;
}
#cacaoCiotola
{
    width:152px;
    height:209px;
    background-image:url('/img/cacaofluid1.gif');
    background-repeat:no-repeat;
    position:relative;
    left:-68px;
    height:1px;
    overflow:visible;
}

#cacaoArancia
{
    width:196px;
    height:207px;
    background-image:url('/img/cacaofluid2.gif');
    background-repeat:no-repeat;
    position:relative;
    left:-90px;
    clear:both;
}
#menuDIV
{
    position:relative;
    /*top:-185px;*/
    left:0px;
    width:220px;
    float:left;
}
#menuDIV #buttons img
{
    margin-top:10px;
    margin-left:20px;
}
#menuDIV #logoStenta
{
    margin-bottom:20px;
    margin-left:10px;
}
#companyinfo
{
    font-size:11px;
    color:#999999;
    padding:20px 0 0 20px;
}
#opentimediv
{
    background-color:#ffcd7f;
    width:190px;
    margin:0px auto 0px auto;
}
#opentimediv .icon
{
    float:left;
    margin-right:5px;
}
.iconAgenda
{
    position:relative;   
    z-index:10;
    left:165px;
    bottom:-25px;

}
#opentimediv .timeTitle
{
    font-size:1.2em;
    font-weight:bold;
    color:#cc0000;
}
#opentimediv .timeData
{
    font-weight:bold;
    font-size:0.9em;
    text-align:right;
    padding-top:5px;
    padding-right:15px;
}
.roundDiv
{

}
.roundDiv1
{
    background-image:url('/img/roundcorners_01.png');
    background-repeat:no-repeat;
    background-position: top left;
}
.roundDiv .roundDiv1 .roundDiv2
{
    background-image:url('/img/roundcorners_02.png');
    background-repeat:no-repeat;
    background-position: top right;
}
.roundDiv .roundDiv1 .roundDiv2 .roundDiv3
{
    background-image:url('/img/roundcorners_03.png');
    background-repeat:no-repeat;
    background-position: bottom left;
}
.roundDiv .roundDiv1 .roundDiv2 .roundDiv3 .roundDiv4
{
    background-image:url('/img/roundcorners_04.png');
    background-repeat:no-repeat;
    background-position: bottom right;

}
.roundDiv .roundDiv1 .roundDiv2 .roundDiv3 .roundDiv4 .roundDiv5
{
   padding:8px;
}
#contentDIV #usermenu
{
    text-align:right;
    font-size:11px;
}
#contentDIV #usermenu #welcomepanel
{
    float:left;
    display:block;
    font-size:12px!important;
    font-weight:bold;
}
#contentDIV #usermenu ul
{
    list-style-type:none;
    margin-bottom:0px;
    margin-top:4px;
    float:right;
}
#contentDIV #usermenu ul li
{
    display:block;
    float:left;
    margin-left:10px;
}

#contentDIV #usermenu .usericon
{
    vertical-align:middle;
    margin-right:10px;
}

#contentDIV #usermenu ul li a,
#contentDIV #usermenu ul li a:link,
#contentDIV #usermenu ul li a:active,
#contentDIV #usermenu ul li a:visited
{
    text-decoration:none;
    color:#999999;
}
#contentDIV #usermenu ul li a:hover
{
    color:#000000;
}

#contentDIV div.panel_login
{
    background-image:url(/img/icons/userunknow.jpg);
    background-repeat:no-repeat;
    border:solid 1px #cccccc;
    padding:10px 0px 10px 0px;
    margin-top:10px;
    padding-left:40px;
}

#contentDIV div.panel_login .logInControl
{
    margin-left:auto;
    margin-right:auto;
}

#contentDIV div.panel_login .logInControl .title
{
    font-size:1.6em;
    font-weight:bold;
    padding-bottom:10px;
}
#contentDIV div.panel_login .logInControl input
{
    
}

#contentDIV div.panel_login .logInControl a,
#contentDIV div.panel_login .logInControl a:active,
#contentDIV div.panel_login .logInControl a:link,
#contentDIV div.panel_login .logInControl a:visited,
#contentDIV div.panel_login .BackToLogin,
#contentDIV div.panel_login .BackToLogin:active,
#contentDIV div.panel_login .BackToLogin:link,
#contentDIV div.panel_login .BackToLogin:visited
{
    color:#cc0000;
}
#contentDIV div.panel_login .BackToLogin
{
    margin-left:100px;
}

#buttons a#a_home
{
    background-image:url(/img/but_home_it.gif);
}