@charset "ISO-8859-1";

/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	font-size:62.5%;
	color:#464646;
	background-color: #eefafa;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}



.clear {
	clear: both;
	float: none;
}
/* End Reset */




#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 104px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 30px;
	left: 20px;
}
#nav {
	position: absolute;
	right: 0px;
	width: 575px;
}
#titulo {
	background-image: url(../_images/top-container.jpg);
	background-repeat: no-repeat;
	height: 80px;
	line-height: 80px;
	font-size: 3em;
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	padding-left: 25px;
	text-align: right;
	padding-right: 25px;
}
.escola {
	float: left;
	width: 400px;
	text-align: left;
	color: #868D86;
}
.titulo-pagina {
	float: right;
	width: 400px;
}
#container {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #373A37;
	font-size: 1.2em;
	padding-bottom: 20px;
	overflow: hidden;
}
#footer {
	font-size: 1.4em;
	padding: 20px;
}
#header-aluno {
	float: left;
	width: 250px;
	background-color: #F2FBFB;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 20px;
}
#header-aluno .borda-foto {
	border: 1px solid #DEE3E3;
	padding: 5px;
	background-color: #FFF;

}
#header-aluno table td{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header-aluno table  {
	padding: 20px;
}
#content {
	float: left;
	width: 660px;
	margin-left: 0px;
	margin-top: 20px;
}
#content table {
	border: 1px solid #D9E0E0;
	padding: 15px;
	width: 100%;
}
#content .trigger a {
	text-decoration: none;
	color: #FFF;
	background-color: #FF0080;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 8px;
	display: block;
	width: 110px;
	text-align: center;
}
#content table th {
	padding: 5px;
	font-size: 1.2em;
	text-align: left;
}
#content table td {
	padding: 7px;
	font-size: 1.1em;
	text-align: left;
}

