
/* theme */

#theme {
	position: absolute;
	top: 110px;
	right: 25px;
	margin: 0;
	padding: 0;
	color: #9aa;
	}
#theme a {
	border-bottom: none;
	display: inline;
	color: #fff;
	}

#contenupage { width: 820px; }

.student_box {
	padding: 6px; background-color: #eee; 
	border: 1px solid #ccc;
	margin: 0 0 10px;
}

.student_title {
	color: #900;	
}

.note_big {
	font-size: 1.3em;
	padding: 6px;
	background: #fcf0cc;
	border: 1px solid #ccc;
}

.summary_detail {
	margin: 10px;
	font-size: 1.1em;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: justify;
}	

.notes_right {
	float: right;
	margin: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
}

div.notes_box {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.notes {
	padding: 3px;
	min-width: 500px;
}

table.notes td {
	text-align: center;
}

	