body {
    background-image: linear-gradient(#AFE0FF, #FFFFFF);
    background-repeat: repeat-y;
    
}

input[type='text'],select
{
    padding:4px;
}

a:link, a:visited, a:active {
    color: #0D567A;
    text-decoration: none;
}

a:hover {
    background-color: #FFD700;
    text-decoration: underline !important;
}

#header {
    border: 0;
    background-color: #fff;
    width: 61.2em;
    margin: 50px auto 0;
    
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
}

#headerTitle {
    color: #000;
}

#header h1 {
    font-family: Georgia, Garamond,'Times New Roman',Times,serif;
    font-size: 2.813em;
    padding: 0.5em 0 0.25em 2%!important;
}

#header h1 a:hover
{
    background-color:#EDE3D1!important;
}

#topoEsquerda
{
    width:43em;
    float:left;
}

#topoDireita
{
    width:17em;
    float:left;
    margin-top: 2.9em;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
}

#topoDireita a
{
    color: #666666;
    text-decoration: underline;
}

#infoUser
{
    margin-left:0.5em;
}

.user-foto
{
    width: 66px;
    height: 66px;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    border: 1px solid #000;
}

.clear
{
    clear:both;
}

#header img {
    vertical-align:middle;
    padding: 0 1.5em 0 0;
}

#navbar {
    background-color: #0D567A;
    border-bottom: 1px dashed #4d0101;
    height: 3em;
}

#navbar a {
    color: #fff;
    font-size: 0.875em;
}

#navbar a:hover {
    background-color: transparent;
    text-decoration: underline;
}

ul.menu {
    padding: 1em 0 0 1.250em;
}

#breadcrumb {
    background-color: #E7DDC4;
    border-bottom: 1px dashed #4d0101;
    padding: 0.5em 2em;
    color: #000;
}

#breadcrumb a {
    color: #000;
}

#breadcrumb a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#body {
    width: 61.2em;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 5px 10px #999;
}

#rightSidebar {
    width: 20em;
    margin-right: 1em;
    margin-left: 3em;
}

#main {
    border: 0;
    margin-left: 1em;
    background-color: #fff;
    width: 43em;
}

#main h2 {
    font-size: 2.250em;
    font-family: Georgia, Garamond, 'Times New Roman', Times, Serif;
}

#sidebar div.block {
    margin: 1em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 0.5em 1em 1em 1em;
}

.block a {
    color: #0D567A;
    text-decoration: none;
}

.block a:hover {
    background-color: #E7DDC4;
    text-decoration: underline;
}

#sidebar #sidebarDevelopedBy {
    padding: 1em;
}

#sidebar div.block span.blockTitle {
    background-color: #0D567A;
    color: #fff;
    padding: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}

#footer
{
    width: 61.2em;
    margin: 0 auto;
    overflow: hidden;
    height:47px;
    padding-top:15px;
}

#footer a
{
    color:#FFF!important;
}

#footer a:hover
{
    background-color:#484848!important;
}

#footer h3
{
    background-color: #484848;
    padding: 10px;
    padding-left: 20px;
    color: #EDE3D1;
    font-size: 12px;
    margin: 0;
}

input.defaultButton
{
    background-color: #000!important;
}