/*---------------------- Estilos globais ----------------*/
.center {
	margin-left: auto;
	margin-right: auto;
}

p, li, dd {
	text-align: justify;
}

h2 {
	margin-top: 2em;
	margin-right: 2em;
	padding-left: 1em;
	border-bottom: 2px solid #000066;
	color: #000066;
}

li, dt {
	margin-top: 0.5em;
}

li li li, li dd li {
	margin-top: 0.1em;
	list-style-type: square;
}

th {
	background-color: #CCCC99;
}

dt, .topic {
	font-weight: bold;
}

a img {
	border: none;
}

/*---------------------- Estilos de itens específicos (ID) ----------------*/
#index li {
	margin-top: 0.1em;
}

#license {
	float: left;
	margin-right: 1em;
}

#disclaimer, .footnote {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#firefox {
	float: right;
	margin-left: 1em;
}

/*---------------------- Boxes ----------------*/
.box, .boxLeft, .boxRight, .inbox {
	border: 1px solid #999900;
	background-color: #FFFFF3;
}

.box a {
	text-decoration: none;
}

.box a:hover {
	text-decoration: underline;
}

.box, .boxLeft, .boxRight {
	padding: .5em;
}

.box {
	margin: 1em;
}

.boxLeft {
	float: left;
	margin: 1em 2em 1em 0em;
}

.boxRight {
	float: right;
	margin: 1em 0em 1em 2em;
}

.box legend, .boxLeft legend, .boxRight legend {
	font-weight: bold;
	color: #999900;
}

ul.box {
	padding-left: 3em;
}

/*---------------------- Árvore de pastas/arquivos ----------------*/
li.folder {
	list-style-image: url(img/tree_folder.gif);
}

li.cfolder {
	list-style-image: url(img/tree_folder_close.gif);
}

li.ofolder {
	list-style-image: url(img/tree_folder_open.gif);
}

li.file {
	list-style-image: url(img/tree_file.gif);
}

/*---------------------- Tabela com linhas horizontais ----------------*/
table.linhas {
	border-collapse: collapse; /* CSS2 */
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

table.linhas td {
	border-bottom: 1px solid #CCCCCC;
}

table.linhas th {
	border-bottom: 2px solid #999999;
}

table.linhas th.linhav {
	text-align: right;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #666666;
}

table.linhas th.subtitulo {
	background-color: #DDDDAA;
	color: #666666;
	text-align: left;
}

table.linhas tr.odd, table.linhas tr:nth-child(odd) /* CSS3 */ {
	background: #FFFFF3;
}

/*========================= CAIXAS DE MENSAGEM =========================*/

.info, .ok, .warn, .error {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: .5em .5em .5em 30px;
	font-size: 90%;
	margin-left: 1.5em;
	margin-right: 1.5em;
	text-align: justify;
}

/*---------- Caixas Informativas - azul - Com um icone (i) ----------*/
.info {
	border-color: #000099;
	background-color: #ECF5FF;
	background-image: URL(img/ico_info.gif);
	color: #000033;
}

fieldset.info legend, .info strong, .info b {
	color: #000099;
	font-weight: bold;
}

/*----------- Caixas de OK - verde - Com um icone (v) ------------*/
.ok {
	border-color: #009900;
	background-color: #ECFFEC;
	background-image: URL(img/ico_ok.gif);
}

fieldset.ok legend, .ok strong, .ok b {
	color: #009900;
	font-weight: bold;
}

/*---------- Caixas Avisos - amarelo - Com um icone (!) -------------*/
.warn {
	border-color: #E99900;
	background-color: #FFFAE5;
	background-image: URL(img/ico_warn.gif);
	color: #333300;
}

fieldset.warn legend, .warn strong, .warn b {
	font-weight: bold;
	color: #E99900;
}

/*------------ Caixas Erro - vermelho - Com um icone (x) ------------*/
.error {
	border-color: #990000;
	background-color: #FFECEC;
	background-image: URL(img/ico_error.gif);
}

fieldset.error legend, .error strong, .error b {
	font-weight: bold;
	color: #990000;
}


/*----------------------XXXXXXXXXXXXXXXXXXXX----------------*/
img.icon {
	float: left;
	padding-right: .5em;
}

