/* Definicoes Genericas ---------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
    font-size: 100.01%;
}
html {
    font-size: 62.5%;
}
body {
    font: 8pt Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    color: #333;
}

/* - Classes Genericas ------------- */
.hide {
    display: block;
    float: right;
    cursor: pointer;
    color: #0c5689;
}
.hide:hover {
    text-decoration: underline;
}
.legenda {
    font-style: italic;
    font-color: #777;
}
.showCalendar {
    padding: 5px 11px;
    margin-left: 4px;
    -margin-left: 2px;
    background: url(../image/dgc_calendario.png) no-repeat;
}
.fs_110 {
	font-size: 110%;
}
.fs_120 {
	font-size: 120%;
}
.fs_130 {
	font-size: 130%;
}
.margin_5 {
	margin: 5px;
}
.margin_top_5 {
	margin-top: 5px;
}
.margin_right_5 {
	margin-right: 5px;
}
.margin_bottom_5 {
	margin-bottom: 5px;
}
.margin_left_5 {
	margin-left: 5px;
}
/* --------------------------------- */

/* - Imagens ----------------------- */
img { border: 0px; }
/* --------------------------------- */

/* - Titulos ----------------------- */
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 135%; }
h4 { font-size: 130%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6 {
    padding: 2px;
    font-weight: normal;
}
h1, h2, h3, h4 {
    margin: 5px 0px;
    text-align: center;
}
/* --------------------------------- */

/* - Alinhamentos ------------------ */
.alignCenter {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignJustify {
    text-align: justify;
}
/* --------------------------------- */

/* - Display ----------------------- */
.dBlock {
    display: block;
}
.dHide {
    display: none;
}
/* --------------------------------- */

/* - Formulario -------------------- */
form ul li {
    line-height: 20px;
    padding: 2px 0px;
}
form ul li label {
    width: 120px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 3px;
    -padding-right: 0px;
    font-weight: bold;
}
input, textarea, select {
    border: #aaa solid 1px;
    background: url(../image/bg-form.gif) repeat-x #fafafa;
    font-size: 100%;
    color: #333;
}
select.single {
    width: 74px;
}
select.double {
    width: 161px;
}
input, textarea {
    padding: 2px;
}
input.checkbox, input.radio, input.image {
    border-width: 0px;
    background: none;
}
input:focus, textarea:focus {
    border-color: #777;
}
button {
    border: #aaa solid 1px;
    background: url(../image/bg-button.jpg) 0px 1px repeat-x #f5f5f5;
    -background: url(../image/bg-button.jpg) 0px 0px #fff;
    padding: 4px 10px;
	*padding: 4px 0px;
    margin: 10px;
    cursor: pointer;
    font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-weight: bold;
    *font-size: 100%;
    line-height: 130%;
}
button.amarelo,
button.azul {
    padding: 2px 5px;
    margin: 0px;
    border-color: #ECD113;
    background: url(../image/bg-button-yellow.jpg) repeat-x #EED834;
    color: #333;
    font-size: 90%;
}
button.azul {
    border-color: #67B0ED;
    background: url(../image/bg-button-blue.jpg) repeat-x #89c1f0;
    color: #0D4573;
}
button.amarelo_big,
button.azul_big {
    padding: 6px 20px;
    margin: 0px;
	*margin-right: 5px;
    border-color: #ECD113;
    background: url(../image/bg-button-yellow.jpg) repeat-x #EED834;
    color: #333;
}
button.azul_big {
    border-color: #67B0ED;
    background: url(../image/bg-button-blue.jpg) repeat-x #89c1f0;
    *background-color: #89c1f0;
    color: #0D4573;
}
/* --------------------------------- */

/* - Forca da Senha ---------------- */
.pw_1, .pw_2, .pw_3 {
    padding-left: 5px;
    border-left: solid 13px;
    display: none;
}
.pw_1 {
    border-left-color: #e00;
}
.pw_2 {
    border-left-color: #ee0;
}
.pw_3 {
    border-left-color: #080;
}
/* --------------------------------- */

/* - Links ------------------------- */
a {
    text-decoration: none;
    cursor: pointer;
    color: #0c5689;
}
a.b_amarelo {
    padding: 4px 13px;
    margin: 0px;
    border: #ECD113 solid 1px;
    background: url(../image/bg-button-yellow.jpg) repeat-x #EED834;
    *background-color: #EED834;
    *background-position: 0px 1px;
    color: #333;
    font-weight: bold;
    font-size: 90%;
}
a.b_amarelo:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.excluir {
    color: #d00;
}
/* --------------------------------- */

/* - Listas ------------------------ */
ul {
    list-style: none;
}
ul.square {
    list-style-type: square;
	margin-left: 15px;
}
ol {
    list-style: decimal inside;
}
ol li {
    margin: 1px 0px;
    font-weight: bold;
}
ol li ol {
    margin: 0px 0px 10px 15px;
}
ol li ol li {
    font-weight: normal;
}
ol.l-alpha {
    list-style-type: lower-alpha;
}
/* --------------------------------- */

/* - Imagens ----------------------- */
img.blank {
    display: none;
}
/* --------------------------------- */

/* - Tabelas ----------------------- */
table {
    width: 100%;
    -width: 97%;
	font-size: 100%;
}
table.with-border td {
    border: #f0f0f0 solid 1px;
}
table th {
    background: #f0f0f0;
    text-align: center;
}
table td, table th {
    padding: 3px;
    overflow: hidden;
}
table.full-links a, table tr.full-links a {
    width: 100%;
	display: block;
}
table tr.c1 {
    background: #f5f5f5;
}
table tr.c2 {
    background: #fefefe;
}
table tr.c1 a:hover, table tr.c2 a:hover {
    text-decoration: none;
}
td.w_10, th.w_10 {
    width: 10%;
}
td.w_15, th.w_15 {
    width: 15%;
}
td.w_20, th.w_20 {
    width: 20%;
}
td.w_30, th.w_30 {
    width: 30%;
}
td.w_40, th.w_40 {
    width: 40%;
}
td.w_50, th.w_50 {
    width: 50%;
}
td.w_60, th.w_60 {
    width: 60%;
}
td.w_70, th.w_70 {
    width: 70%;
}
td.w_80, th.w_80 {
    width: 80%;
}
td.w_90, th.w_90 {
    width: 90%;
}
/* --------------------------------- */

/* ------------------------------------------------------------------------- */

/* Automatic Content Slider ------------------------------------------------ */
.acs {
    width: 355px;
    height: 240px;
    overflow: hidden;
    border: #ccc solid 1px;
    font: 7pt Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
}
.acs .main {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}
.acs .menu {
    width: 115px;
    height: 240px;
    overflow: hidden;
    float: left;
}
.acs .menu li {
    width: 110px;
    height: 53px;
    overflow: hidden;
    cursor: pointer;
    padding: 3px 0px 4px 4px;
    border-right: #ccc solid 1px;
    background: url(../image/acs/bg-news.png) repeat-x #dedede;
}
.acs .menu li.selected {
    width: 111px;
    background: url(../image/acs/bg-news_selected.png) repeat-x #0c5689;
    border-right-width: 0px;
}
.acs .menu li.selected a {
    color: #fff;
}
.acs .menu li .arrow {
    width: 13px;
    height: 50px;
    float: right;
}
.acs .menu li.selected .arrow {
    background: url(../image/acs/bg-arrow.png) no-repeat 2px 18px;
}
.acs .menu li.m_0 {
    background-position: 0px -1px;
}
.acs .menu li h3 {
    height: 13px;
    line-height: 13px;
    font: 7pt Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    text-align: left;
    font-weight: bold;
    color: #1E833D;
    overflow: hidden;
}
.acs .menu li p {
    line-height: 13px;
}
.acs .menu li p a {
    font: 7pt Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    color: #000;
}
.acs .content {
    float: left;
}
.acs .content li {
    display: none;
}
.acs .content .photo {
    width: 240px;
    height: 180px;
    overflow: hidden;
}
.acs .content .label {
    width: 232px;
    height: 56px;
    padding: 2px 4px;
    overflow: hidden;
    border-top: #ccc solid 1px;
    background: #f8f8f8;
}
.acs .content .label h3 {
    line-height: 15px;
    font: 9pt Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    text-align: left;
    font-weight: bold;
    color: #1E833D;
}
.acs .content .label p a {
    color: #000;
}
.acs .content .label p a.read-more {
    color: #0C5689;
    font-weight: bold;
}
/* ------------------------------------------------------------------------- */


/* BOX --------------------------------------------------------------------- */
.box {
    width: 340px;
    float: left;
    margin: 5px;
    overflow: hidden;
}
.box table {
    width: 100%;
}
.box table td, .box table th {
    padding: 0px;
    margin: 0px;
}
.box table.with-padding td, .box table.with-padding th {
    padding: 3px;
}
.box .lst, .box .rst {
    width: 6px;
}
.box .lst {
    background: url(../image/box/lst.png) no-repeat 0px 8px;
}
.box .mt {
    height: 18px;
    margin: 0px;
    background: url(../image/box/dot.png) repeat-x 0px 8px;
}
.box .title {
    height: 18px;
    line-height: 18px;
    margin: 0px 0px 0px 10px;
    -margin-left: 5px;
    padding: 0px 5px;
    text-align: left;
    float: left;
    background: #fff;
}
.box .rst {
    background: url(../image/box/rst.png) no-repeat 0px 8px;
}
.box .ml {
    background: url(../image/box/dot.png) repeat-y;
}
.box .mm {
    width: 328px;
}
.box .mm ul {
    list-style: disc inside url(../image/seta.png);
    *list-style-image: url(../image/seta_ie.png);
}
.box .mm form ul {
    list-style: none outside;
    list-style-image: none;
}
.box .mm .ver-mais {
    float: right;
    margin-top: 5px;
    text-align: right;
}
.box .mr {
    background: url(../image/box/dot.png) repeat-y 5px 0px;
}
.box .lsb, .box .mb, .box .rsb {
    height: 6px;
}
.box .lsb, .box .rsb {
    width: 6px;
}
.box .lsb {
    background: url(../image/box/lsb.png) no-repeat;
}
.box .mb {
    background: url(../image/box/dot.png) repeat-x 0px 5px;
}
.box .rsb {
    background: url(../image/box/rsb.png) no-repeat;
}
/* ------------------------------------------------------------------------- */
