body {
    margin:0;font-family:Verdana;font-size:11px;
}
a:link {font-size:12px;font-family:Verdana;}
a:visited{
    color:blue;font-size:12px;font-family:Verdana;
}
#header{
    background-color:#ffffff;height:60px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #ccccff;
    background-image:url(images/topbar.jpg);
    background-position: left;
    background-repeat:no-repeat;
}
#header .lnkhome{
    display:inline-block;width:484px;font-size:22px;font-weight:bold;
    color:#FFFFFF;text-decoration:none;margin-top:6px;margin-left:6px;
}
#header .login{
    float:right;margin-right:20px;margin-top:-10px;
}

#menuleft{
    border-right:5px solid #ccccff;width:120px;
}
#footer{
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #ccccff;
    text-align:left;
    padding-top:10px;
}
.session_title
{
    color:#999;padding:10px 10px 10px 0;border-bottom:5px solid #ededed;margin-left:10px;margin-right:10px;
}

.botao{
    width:150px;height:28px;display:block;border:1px solid #ccccff;
    line-height:28px;color:#000000;background-color:#ededed;text-align:center;text-decoration:none;
}
.botao:hover{
    background-color:#ffe7a2;border:1px solid #ffcc00;
}
#ErrorMessage{
    background-color:#f8db69;margin-left:10px;width:450px;margin-left:10px;margin-bottom:10px; border:1px solid #ccc;
    font-weight:bold;font-size:11px;padding:8px;display:none;
}
/*-----------------------------------Menu lateral ------------------------------------------*/
.arrowlistmenu{
    width: 190px; /*width of menu*/
    font-size:13px;
}

.arrowlistmenu .headerbar{
    font: bold 14px Arial;
    color: #999;
    background: black url(images/titlebar.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
    color: #666;
    background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited{
    color: #666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
    color: #ffcc00;
    background-color: #F3F3F3;
}
.selectedmenu {
    background: url(images/arrowbullet.png) no-repeat center left;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
    color: #ffcc00;
    background-color: #F3F3F3;
}

.arrowlistmenu ul .homelink a{
    color: #666;
    background: url(images/home.gif) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul .homelink a:visited{
    color: #666;
}

.arrowlistmenu ul .homelink a:hover{ /*hover state CSS*/
    color: #ffcc00;
    background-color: #F3F3F3;
}
