@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background: #E9E9E9 url(images/bg.png) center top;
	color: #322F6A;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment:fixed;
}
h1 {
	font-size: 16px;	
}
.header-row {background: #322F6A; color: #fff;}
.logo {
	width: 200px;
	height: 132px;
	margin: 50px auto auto;
}
input[type=submit] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F0C93B;
	padding: 5px 30px;
	border: none;
}
#header {
	width: 1000px;
	height: 100px;
	margin: 10px auto auto;
}
#logo-header {
	float: left;
	width: 121px;
	height: 80px;
}
#menu {
    width: 800px;
    height: 35px;
    font-size: 14px;
    font-family: "Myriad Pro", Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
	float:right;
}
#menu ul {
    height: auto;
    padding: 20px 0px;
    margin: 0px;
}
#menu li {
	display: inline;
	padding: 10px;
}
#menu li a {
	color:#322F6A;
	text-decoration:none;
}
#menu li a:hover {
	color:#F0C93B;
	text-decoration:underline;
}
#content { clear:both; margin: 30px auto; width: 1000px;}
#bem-vindo {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F0C93B;
	padding: 5px 30px;
	border: none;
	float:right;
}
.msg {
	color:#C00; 
	text-transform:uppercase; 
	font-weight:bold;
	text-align:center;
}
#pontos {
	width: 80px;
	height: 80px;
	background:url(images/pontos.png) no-repeat;
	text-align:center;
	vertical-align:middle;
	line-height: 80px;
	font-size:16px;
}
#reprovado {
	width: 80px;
	height: 80px;
	text-align:center;
	vertical-align:middle;
	line-height: 80px;
	background:url(images/reprovado.png) no-repeat;
}
#aguardando {
	width: 80px;
	height: 80px;
	text-align:center;
	vertical-align:middle;
	line-height: 80px;
	background:url(images/aguardando.png) no-repeat;
}
#motivo {
	width: 290px;
	height: auto;
	color:#C00;
	text-align:center;
	margin: auto 5px;
}