* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: url("../img/body_bg.jpg") 0 0 repeat;
    line-height: 18px;
}

#divao_bg {
    min-height: 402px;
    background: url("../img/divao_bg.jpg") 0 0 repeat-x;
}
#divao_bg #divao {
    width: 90%;
    min-width: 960px;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Header */
#header {
    height: 50px;
    line-height: 50px;
    background: url("../img/header_bg.gif") 0 0 repeat-x;
    color: #999;
}
#header .header_left, #header .header_right {
    width: 6px;
    height: 50px;
}
#header .header_left {
    float: left;
    background: url("../img/header_left_bg.gif") top left no-repeat;
}
#header .header_right {
    float: right;
    background: url("../img/header_right_bg.gif") top right no-repeat;
}
#header a { color: #c9c9c9; text-decoration: none; }
#header a:hover { color: #fff; }
#header h1 {
    font-size: 14px;
    float: left;
    margin-right: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}
#header h1 a { color: #fff; }
#header h1 a:hover { color: #008ee8; }

/*** DEMO SKIN FIRST NAV ***/
#nav-hor { float: left; }
#nav-hor li a {
    cursor: pointer;
    border-left: 1px solid #3d3d3d;
    padding: 19px;
    text-decoration: none;
    font-size: 12px;
}
#nav-hor li:hover, #nav-hor li.sfHover,
#nav-hor a:focus, #nav-hor a:hover, #nav-hor a:active {
    background: #222222;
}
/* SUB NAV */
#nav-hor li li { background: #222222; }
#nav-hor li li a {
    padding: 10px;
    border-bottom: 1px solid #3d3d3d;
}
#nav-hor li li:hover, #nav-hor li li.sfHover,
#nav-horli li a:focus, #nav-hor li li a:hover, #nav-hor li li a:active {
    background: #141414;
}

/* block block content */
.block {
    background: url("../img/block_bg.gif") repeat-x scroll center bottom #FFFFFF;
    clear: both;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.block .block_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 10px 20px 20px;
}
.block .bendl {
    width: 5px;
    height: 5px;
    background: url("../img/bendl_bg.gif") no-repeat scroll left bottom transparent;
    float: left;
}
.block .bendr {
    width: 5px;
    height: 5px;
    background: url("../img/bendr_bg.gif") no-repeat scroll left bottom transparent;
    float: right;
}
.block.login { width: 400px; margin: 200px auto 0 auto; }

/* Block head */
.block_head {
    height: 54px;
    line-height: 54px;
    background: url("../img/bhead_bg.gif") 0 0 repeat-x;
    overflow: hidden;
}
.block_head .bheadl {
    width: 20px;
    height: 54px;
    float: left;
    background: url("../img/bheadl_bg.gif") top left no-repeat;
}
.block_head .bheadr {
    width: 20px;
    height: 54px;
    float: right;
    background: url("../img/bheadr_bg.gif") top right no-repeat;
}
.block_head h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #555;
    text-shadow: 1px 1px 0 #fff;
    float: left;
}

/* TIMER */
#descTimer { float: right; font-size: 12px; margin: 10px; }
#descTimer p {
    float: right;
    margin-right: 10px;
    color: #2f2f2f;
}
#descTimer a:hover { text-decoration: underline; }
#resTimer {
    float: right;
    color: red;
}
#resTimer div {
    float: left;
    text-align: center;
}
#resTimer .hh_mm_ss { }
#resTimer .dois_pontos { }

/* RODAPE */
#rodape {
    padding: 15px 0;
    background: url("../img/rodape_bg.gif") repeat-x top;
    font-size: 10px;
    color: #757575;
    clear: both;
}
#rodape a { color: #757575; text-decoration: underline; }
#rodape a:hover { color: #353535; }
#rodape .rodapeLeft { float: left; text-align: left; }
#rodape .rodapeRight{ float: right; text-align: right; }

/* FORMS */
body .input-submitAdd, body input.input-submitX {
    min-width: 100px;
    height: 30px;
    padding: 0 10px 0 30px;
}
.input-submitAdd, .input-submitX {
    height: 23px;
    padding: 7px 0 0 30px;
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #CCC;
}
.input-submitAdd { background: url("../img/input-submitAdd_bg.jpg") no-repeat 0px 0px; }
.input-submitAdd:hover, .input-submitX:hover { background-position: 0px -30px; }

.input-submitX { background: url("../img/input-submitX_bg.jpg") no-repeat 0px 0px; }

/* TABLES */
.boxModules {
    float: left;
    padding: 15px;
    border: 1px solid #CCC;
    margin: 10px;
}
.modules li {
    width: 120px;
    height: 130px;
    padding: 10px 10px 0;
    float: left;
    text-align: center;
}
.modules img { margin-bottom: 10px; }
.modules a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #008EE8;
    padding: 5px;
    margin: 2px 0;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.modules a:hover {
    background: #EC8526;
    border: 1px solid #D77011;
    color: #FFFFFF;
}
.modules h1 {
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #868686;
    margin-bottom: 8px;
}

/* TITLES, TEXT */
.subTitle {
    font-size: 18px;
    color: #EC8526;
    margin: 7px 0 10px 0;
}

.text { font-size: 14px; color: #222222; }
.text .bold, .text .bold * { font-weight: bold; }
.text.green { color: green }
.text.red { color: red }
.text .done, .done { color: #009900; font-style: italic; }
.text a, a.link, .link a { font-size: 12px; color: #0063BE; }
.text a.green { color: green }
.text a.red { color: red }
.text a:hover, a.link:hover, .link a:hover { text-decoration: underline; }

.textM, .textM a { color: #141414; font-size: 16px; }

.checkList { margin-top: 20px; }
.checkList li { margin-bottom: 15px; }

.paginas {
    text-align: right;
    padding-top: 15px;
    clear: both;
}
.paginas .texto_pag a, .paginas .pag_selec {
    font-size: 11px;
    color: #008EE8;
    border: 1px solid #CCCCCC;
    margin: 0 1px;
    padding: 0 8px;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.paginas .texto_pag a:hover {
    background: #EC8526;
    border: 1px solid #D77011;
    color: #FFFFFF;
}
.paginas .pag_selec {
    background: #39A3E6 !important;
    border: 1px solid #0082D5  !important;
    color: #FFFFFF !important;
}

#loadingWindow {
    width: 100%; 
    height: 100%; 
    position: fixed;
    cursor: wait;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    background: url("../img/loadingWindow_bg.png") repeat;
    z-index: 999999999;
}
#loadingWindow div {
    width: 320px;
    height: 25px;
    padding-top: 35px;
    margin: -30px 0 0 -160px;
    top: 50%;
    left: 50%;
    background: #FFF url("../img/ajax-loader.gif") no-repeat 50px 10px;
    position: absolute;
    border: 2px solid #CCC;
    font-size: 11px;
    color: #2f2f2f;
    font-weight: bold;
    text-align: center;
}

.fotos {
    width: 150px;
    padding: 5px;
    float: left;
    margin: 5px;
    text-align: center;
    border: 1px solid #dee1e2;
    line-height: 30px;
    overflow: hidden;
}
.fotos input[type=text], .fotos select {
    width: 138px;
    margin: 5px 0 10px 0;
}
.fotos input[type=radio] { float: left; }
.fotos select { width: 149px; }
.fotos img.del { float: right; }
.fotos .corta_fotos {
    width: 100%;
    height: 100px;
    margin-bottom: 7px;
    overflow: hidden;
    background: #ececec;
    text-align: center;
}
.fotos .corta_fotos table { width: 100%; }
.fotos .corta_fotos td {
    height: 100px;
    vertical-align: middle;
}
.fotos .corta_fotos img {
    max-width: 150px;
    max-height: 100px;
}
.fotos a { display: block; }

.MultiFile-title {
    font-size: 12px;
    color: #666;
}
.MultiFile-remove {
    width: 20px;
    height: 20px;
    background: url('../img/remove_icon.png') no-repeat;
    text-indent: 9000px;
    overflow: hidden;
    display: block;
    float: left;
}
.MultiFile-label {
    min-height: 20px;
    padding: 6px 0px 6px 0;
    display: block;
}

/* ADITIONAL STYLES */
.listCor label {
    width: 100px;
    height: 20px;
    padding: 3px;
    overflow: hidden;
    margin: 2px;
    float: left;
    font-size: 10px;
    cursor: pointer;
}
.listCor span { background-color: #FFF; }

#attDiv label.this_carregaAtts {
    display: block;
    padding: 5px;
    margin: 5px;
    float: left;
}

.boxBox {
    float: left;
    margin: 30px 2%;
    width: 45%;
}