/************************************************
 * Copyright (c) 2010                           *
 * Folha de Estilo genérica                     *
 ************************************************/

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

/* - Classes Genericas ------------- */
.hide {
    display: block;
    float: right;
    cursor: pointer;
	color: #BFD9FF;
    text-decoration: underline;
}
.hide:hover {
    color: #EAF2FF;
}
.legenda {
    font-style: italic;
    font-color: #777;
}
.ad-wrap {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}
.ad-wrap .ad-title {
	height: 12px;
	margin-bottom: 2px;
	overflow: hidden;
	font: 12px arial;
	font-variant: small-caps;
}
.ad-300x250,
.ad-200x200 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}
.ad-300x250 {
	width: 300px;
	height: 250px;
}
.ad-200x200 {
	width: 200px;
	height: 200px;
}
.showCalendar {
    padding: 5px 11px;
    margin-left: 4px;
    -margin-left: 2px;
    background: url(../image/dgc_calendario.png) no-repeat;
}
.obs {
	color: #777;
	font-style: italic;
}
.accessDenied,
.objNotFound {
	width: 350px;
	min-height: 74px;
	padding-left: 74px;
	background: url(../image/bg-403.png) 6px 5px no-repeat #fcc;
	border: #c33 solid 1px;
}
.accessDenied h1,
.objNotFound h1 {
	text-align: left;
	color: #a00;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.accessDenied p,
.objNotFound p {
	font-size: 120%;
	color: #000;
}
.objNotFound {
	background: url(../image/bg-404.png) 6px 5px no-repeat #ffc;
	border: #dd5 solid 1px;
}
.objNotFound h1 {
	color: #880;
}
.objNotFound p a.button {
	padding: 3px 10px;
}
.width_10 {
	width: 10px;
}
.width_20 {
	width: 20px;
}
.width_30 {
	width: 30px;
}
.width_40 {
	width: 40px;
}
.width_50 {
	width: 50px;
}
.width_60 {
	width: 60px;
}
.width_70 {
	width: 70px;
}
.width_80 {
	width: 70px;
}
.width_90 {
	width: 70px;
}
.width_100 {
	width: 100px;
}
.width_150 {
	width: 150px;
}
.width_200 {
	width: 200px;
}
.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;
}
.margin_10 {
	margin: 10px;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_right_10 {
	margin-right: 10px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_left_10 {
	margin-left: 10px;
}
/* --------------------------------- */

/* - Upload ------------------------ */
ul#swfu_files li .swfu_status {
    font-style: italic;
}
ul#swfu_files li .swfu_status .swfu_success,
ul#swfu_files li .swfu_status .swfu_error {
    font-weight: bold;
	color: #080;
    font-style: normal;
}
ul#swfu_files li .swfu_status .swfu_error {
	color: #a00;
}
ul#swfu_files li .swfu_pb_wrap {
    width: 210px;
    height: 16px;
    background: url(../image/swfu_pb_wrap.png) no-repeat;
}
ul#swfu_files li .swfu_pb_wrap .swfu_pb {
    width: 0px;
    height: 16px;
    background: url(../image/swfu_pb.png) no-repeat;
}
ul#swfu_files li .swfu_fn {
    font-weight: bold;
}
/* --------------------------------- */

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

/* - Titulos ----------------------- */
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
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;
	display: table;
}
form ul li.hr {
    height: 0px;
	margin: 5px auto;
	padding: 0px;
	border-top: #ddd dotted 1px;
}
form ul li label {
    width: 150px;
    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: 110%;
    color: #555;
}
input {
    width: 300px;
}
textarea {
    width: 300px;
	height: 100px;
}
textarea.big {
    width: 550px;
	height: 400px;
}
select {
    width: 150px;
}
select option {
    padding-right: 8px;
}
select.single {
    width: 74px;
}
select.double {
    width: 161px;
}
input, textarea {
    padding: 2px;
}
input.checkbox, input.radio, input.image {
    border-width: 0px;
    background: none;
}
input.checkbox,
input.radio {
    width: 13px;
}
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;
    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;
    *background-color: #F4E777;
    color: #333;
    font-size: 90%;
}
button.azul {
    border-color: #67B0ED;
    background: url(../image/bg-button-blue.jpg) repeat-x #89c1f0;
    *background-color: #89c1f0;
    color: #0D4573;
}
button.amarelo_big,
button.azul_big,
button.vermelho_big {
    padding: 6px 20px;
    margin: 0px 5px 0px 0px;
    border-color: #ECD113;
    background: url(../image/bg-button-yellow.jpg) repeat-x #EED834;
    *background-color: #F4E777;
    color: #333;
}
button.azul_big {
    border-color: #67B0ED;
    background: url(../image/bg-button-blue.jpg) repeat-x #89c1f0;
    color: #0D4573;
}
button.vermelho_big {
    border-color: #800;
    background: url(../image/bg-button-red.jpg) repeat-x #900;
    color: #fff;
}
/* --------------------------------- */

/* - 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;
}
a:hover {
    text-decoration: underline;
}
a.excluir {
    color: #d00;
}
a.button {
	padding: 8px 15px;
	margin-right: 10px;
	background: url(../image/bg-button.jpg) repeat-x #ddd;
	border: #bbb solid 1px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a.b_yellow {
	background: url(../image/bg-button-yellow.jpg) repeat-x #edd527;
	border-color: #d8bf12;
}
a.b_blue {
	background: url(../image/bg-button-blue.jpg) repeat-x #89c1f0;
	border-color: #67B0ED;
	color: #0D4573;
}
a.b_red {
	background: url(../image/bg-button-red.jpg) repeat-x #900;
	border-color: #800;
	color: #fff;
}
/* --------------------------------- */

/* - Listas ------------------------ */
ul {
    list-style: none;
}
ul li.separador {
	padding: 6px 0px 7px 0px;
	display: block;
}
ul li.separador div {
	border-top: #555 solid 1px;
	border-bottom: #444 solid 1px;
}
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;
}
/* --------------------------------- */

/* - Tabelas ----------------------- */
table {
    width: 100%;
    -width: 97%;
	font-size: 100%;
}
table tr.separador {
    height: 4px;
}
table.with-border td,
table.with-border th {
    border: #777 solid 1px;
}
table th {
    background: #555;
    text-align: center;
}
table td, table th {
    padding: 3px;
    overflow: hidden;
}
table.designed tr {
	background: url(../image/bg-designed-table-td.png) repeat-x;
	font-size: 90%;
}
table.designed th, table.designed td {
	line-height: 16px;
	padding: 4px;
	color: #000;
}
table.designed th {
	background: url(../image/bg-designed-table-th.png) repeat-x #009ACF;
    color: #fff;
}
table.designed a {
    width: 100%;
	height: 16px;
	overflow: hidden;
	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;
}
table tr.separador {
    height: 1px;
}
td.w_5, th.w_5 {
    width: 5%;
}
td.w_6, th.w_6 {
    width: 6%;
}
td.w_7, th.w_7 {
    width: 7%;
}
td.w_8, th.w_8 {
    width: 8%;
}
td.w_9, th.w_9 {
    width: 9%;
}
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: 100%;
    height: 100%;
    overflow: hidden;
}
.acs ul li {
    list-style: none outside;
}
.acs .content {
    height: 100%;
	background-color: #000;
}
.acs .content .acs-image {
    background: center center no-repeat transparent;
}
.acs .content div.acs-highlight {
    height: 70px;
    background-repeat: no-repeat;
    padding: 0px 5px;
}
.acs .content div.acs-highlight h4 {
    height: 70px;
	overflow: hidden;
    background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
    text-align: left;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.acs .content div.acs-highlight h4 a {
	height: 68px;
	overflow: hidden;
	padding: 1px 8px;
    display: block;
    float: left;
	color: #fff;
	font: 200% Georgia;
}
.acs .content div.acs-highlight h4 a.acs-title {
    width: 550px;
}
.acs .content div.acs-highlight h4 a.acs-leia-mais {
	height: 26px;
    float: right;
	font-size: 150%;
	color: #fff;
	margin-top: 38px;
}
.acs .menu {
    width: 52px;
    height: 175px;
    margin: 5px 5px 0px 0px;
    float: right;
    list-style-type: none;
    overflow: hidden;
}
.acs .menu li {
    width: 52px;
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}
.acs .menu li a {
    width: 48px;
    height: 36px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
    border: #fff solid 2px;
    float: left;
    display: block;
}
/*.acs .menu li a:hover,*/
.acs .menu li.selected a {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
/* ------------------------------------------------------------------------- */

/* - Box --------------------------- */
.box {
	padding: 10px;
	margin-bottom: 10px;
	background: url(../image/bg-box-header.png) repeat-x #0E5472;
	border: 1px solid #0C465F;
	position: relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box h2 {
	height: 26px;
	font-variant: small-caps;
	font: 170% "Trebuchet MS";
	text-align: left;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: #d00 solid 2px;
}
.box h2 a {
	width: 100%;
	text-decoration: none;
	display: block;
	float: left;
	color: #333;
}
.box h2 a:hover {
	color: #777;
	text-decoration: none;
}
.box h2 a .ler-mais {
	float: right;
	margin-top: 10px;
	font-size: 60%;
	color: #c00;
}
.box p {
	text-indent: 0px;
}
.box ul {
	list-style: none inside none;
}
.box ul li {
	margin-bottom: 5px;
}
/* --------------------------------- */

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