@charset "utf-8";
/* AMG SCCS */

html, body {
	background-image:url(../layout/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:11px;
}
ul, li {
    margin:0;
    padding:0;
}
li {
    list-style:none;
    list-style-position:inside;
}
.bullet_link {
    margin-top:10px;
    margin-bottom:10px;
}
.bullet_link a {
    font-size:11px;
	font-weight:bold;
    color:#ff9a09;
    text-decoration:none;
    background-image:url(../layout/bullet_laranja.jpg);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:18px;
}
.bullet_link a:hover {
    color:#d8340d;
    background-image:url(../layout/bullet_laranja_over.jpg);
}
#logo_amg {
	float:left;
	margin-top:58px;
	margin-left:100px;
}
#logo_mb {
	float:right;
	margin-top:11px;
	margin-right:100px;
}
#nav {
	width:900px;
	height:32px;
	margin:0 auto;
	margin-top:13px;
	text-align:center;
}
#nav a img {
	border:0;
}
#corpo {
	width:750px;
	margin:0 auto;
	margin-top:30px;
}
#rodape {
	width:900px;
	margin:0 auto;
	margin-top:150px;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
}
/* Alertas */
.alert {   
    color: black;
    text-align: center;
    border: 1px solid #FFFF00;
    background-color: #FFFFE0;
    margin-top: 10px;
    margin-left: 10px;
    padding: 2px;
} 
.alert a{   
    color: black;
    text-decoration:underline;
}
.alert a:hover {
    text-decoration:none;
}
.error-message{
    color: black;
    text-align: center;
    border: 1px solid #B22222;
    background-color: #EDC0C0;
    margin-top: 10px;
    margin-left: 10px;
    padding: 2px;
}
.ok-message{
    color: black;
    text-align: center;
    border: 1px solid #8da038;
    background-color: #cfe17e;
    margin-top: 10px;
    margin-left: 10px;
    padding: 2px;
}
/* Fim ALERTAS */
/* Validao de Forms */
/* Style for invalid input */
.invalidInput{
    border:1px dotted #F00;
    background-color: #FFECE6;
}
/* Style for valid input */
.validInput{
    border: 1px dotted #FF0000;
}
