.academicGrades {
}
.academicGrades tr {
	border: 1px #EAEAEA solid;
}
.academicGrades td {
	border: 1px #EAEAEA solid;
}
.academicGrades .student {
	text-align: left;
	font-size: 14px;
}
.academicGrades .status {
	font-weight: bold;
	text-align: right;
}

.academicGrades .finalGrade {
	font-weight: bold;
	text-align: center;
}

.academicGrades .totalAbsences {
	font-weight: bold;
	text-align: center;
}

.academicGrades .grade {
	text-align: center;
}

.academicGrades .period {
	text-align: center;
}

.academicGrades .absences {
	text-align: center;
}

.academicGrades .studentName {
	font-style: italic;
}

.academicFinances {
}

.academicFinances .status {
	font-weight: bold;
	text-align: right;
}

.academicFinances .value {
	text-align: right;
	color: #EA6666;
}

.academicFinances .date {
	text-align: center;
}

.academicFinances .code {
	text-align: center;
}

.academicFinances .student {
	text-align: left;
}

.academicFinances .studentName {
	font-style: italic;
}

.academicFinances img {
	vertical-align: middle;
	border: 0px;
}

#defaultTable .horario {
	background-color: #888;
	color: #fff;
}

#gradeTabs h2 {
	background-color: #CECECE;
	border-left: none;
	border-right: 1px solid #EFEFEF;
	cursor: pointer;
	display: inline;
	float: left;
	font-family: Verdana,Helvetica,Arial;
	font-size: 11px;
	margin: 1px -5px 1px 5px;
	padding: 4px 10px;
	position: relative;
	top: 0;
	z-index: 1;
}

#gradeTabs h2.selected {
	background: white;
	border: 1px solid #555;
	border-bottom: none;
	margin-right: -4px;
	margin-top: -1px;
	padding-bottom: 5px;
	z-index: 3;
}

#gradeTabs h2 a {
	color: #fff;
}

#gradeTabs h2.selected a {
	color: #555;
}

#gradeTabs h2:hover {
	background-color: #bbb;
}

#gradeTabs h2 a:hover {
	text-decoration: none;
}

#AcademicIntegrationGrade {
	clear: left;
	border: 1px solid #efefef;
	padding: 15px;
	top: -2px;
	position: relative;
}

/*título*/

.contentTitle {
	margin-bottom: 30px;
}

/*INFORMAÇÕES ACADÊMICAS*/

.linksIntegration h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-bottom: 3px;
}

.linksIntegration ul {
	list-style: none;
}

.linksIntegration ul.listStyle {
	list-style: disc inside;
}

.linksIntegration ul li ul {
	margin: 5px 10px 20px 10px;
}