/* css from Flavio Mendes and Felipe */

/* formatcao de fonte */
@import url("formulariof.css");

body {
	background: url(../i/bg_body.gif);
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
}
h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006dac;
	margin: 20px 0 5px 0;
	padding: 0 10px 0 0;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	margin: 20px 0 5px 0;
	padding: 0 10px 0 0;
}
h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: strong;
	color: #006dac;
	margin: 20px 0 5px 0;
	padding: 0 10px 0 0;
}
p {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding-right: 15px;
	margin: 10px 0 0 0;
}
.legendafoto{
	font-size: 11px;
	float: right;
	text-align: right;
	margin: 10px 0 10px 0;
	color: #666;
}
.ntitulo {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006dac;
	margin: 20px 0 5px 0;
	padding: 0 10px 0 0;
	text-decoration: none;
}
.ntitulo:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #94C4E0;
	margin: 20px 0 5px 0;
	padding: 0 10px 0 0;
	text-decoration: none;
}
div#assina address p{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
}

div#assina address a{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	text-decoration: none;
}
div#assina address a:hover {
	text-decoration: underline;
}
#menu{
	position: absolute;
	width: 300px;
	height: 252px;
	background: url(../i/bg_menu.gif) no-repeat;
	margin: 0 0 0 470px;
}

/* CSS issu des tutoriels css.alsacreations.com */
/* ================================  menu ================================== */
#navlist{
	margin: 20px 0 0 40px;
	padding: 0;
}
#navlist ul{
	list-style-type: none
	margin: 20px 0 0 0;
	margin-left: 0;
}
#navlist li{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0.25em;
}
#navlist li a{
	display: block;
	text-decoration: none;
	color: #000;
	text-indent: 20px;
	background-image:url(../i/seta2.gif) ;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #999;
}
#navlist a:hover{
	color: #333;
	background-image: url(../i/seta1.gif) ;
	background-position: left center;
	background-repeat: no-repeat;
}
/* ================================ fim menu ================================== */

/* ================================  menu interno ================================== */
#mieiblist{
	margin: 2px 0 0 5px;
	padding: 0;
}
#mieiblist ul{
	list-style-type: none
	margin: 2px 0 0 0;
	margin-left: 0;
}
#mieiblist li{
	color: #006dac;
	text-align: right;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mieiblist li a{
	display: block;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #006dac;
}
#mieiblist a:hover{
	color: #333;
}
/* ================================ fim menu interno ================================== */


/* ================================ formulario ================================== */
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}
input,select,textarea {
	background-color: #EBF1FA;
	color: #222222;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
	background-color: #B2B9C6;
	color: #000000;
}

input:focus,
select:focus,
textarea:focus {
	background-color: #ffffff;
}
/* ================================ fim formulario ================================== */

/* ================================ lista organizacoes  ================================== */
.orgs ul{
	list-style-type: none
	margin: 2px 0 0 0;
	margin-left: 0;
}
.orgs li{
	list-style-type: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #006dac;
	margin: 10px 0 5px 0;
	padding: 0 10px 0 0;
	text-decoration: none;
}
.orgs a{
	font: 12px Arial, Helvetica, sans-serif;
	color: #006dac;
	margin: 10px 0 5px 0;
	padding: 0 10px 0 0;
	text-decoration: none;
}
.orgs a:hover {
	list-style-type: none;
	font:  12px Arial, Helvetica, sans-serif;
	color: #94C4E0;
	margin: 10px 0 5px 0;
	padding: 0 10px 0 0;
	text-decoration: none;
}
