
h3 {
	padding: 0;
	margin-top: 0.2em;
	margin-left: 0.2em;
	margin-bottom: 0;
	margin-right: 1em;
}

table.view-students_table {
	border: 1px;
	border-color: #000000;
}

td.view-students_actions {
	background: #FFE6D6;
	width: 7em;
	text-align: center;
}
td:hover.view-students_actions {
	background: #DDBB99;
}

a.view-students_actions {
	color:#000000;
	font-weight: bold;
	display: block;
}

a:hover.view-students_actions {
	text-decoration: none;
}

td.view-students_stats-left {
	width: 15em;
}

div.view-students_stats-demerits {
	padding: 0;
	margin: 0;
	background:#FFAAAA;
}

div.view-students_stats-badDays {
	padding: 0;
	margin: 0;
	background:#9AC0CD;
}

div.view-students_stats-merits {
	padding: 0;
	margin: 0;
	background:#C3FDB8;
}

div.view-students_stats-detentions {
	padding: 0;
	margin: 0;
	background:#FFE87C;
}

div.view-students_add-demerit {
	background: #FFAAAA; 
	width: 1.2em; 
	float: left;
}

div:hover.view-students_add-demerit {
	background: #FF4444;
}

div.view-students_add-detention {
	background: #FFE87C; 
	width: 1.2em; 
	float: left;
}

div.view-students_add-badDay {
	background: #9AC0CD; 
	width: 1.2em; 
	float: left;
}

div:hover.view-students_add-badDay {
	background: #6677CC;
}

div:hover.view-students_add-detention {
	background: #FFBB44; /*#FFE87C;*/
}

div.view-students_add-merit {
	background: #77FF77; 
	width: 1.2em; 
	float: left;
}

div:hover.view-students_add-merit {
	background: #44FF44;
}

td.view-student_sanctions {
	background: #FFE6D6;
	width: 10em;
	text-align: center;
}
td:hover.view-student_sanctions {
	background: #DDBB99;
}

a.view-student_sanctions {
	color:#000000;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

a.advisor-report {
	color: #000000;
	display: block;
	text-decoration: none;
}

td.roster {
	background:#FFE6D6;
}

td:hover.roster {
	background: #DDBB99;
}

a.roster {
	display:block;
	text-decoration: none; 
	color:#000000;
}

td.roster {
	background:#FFE6D6;
}

a.roster_button {
	color: #000000;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

td.roster_button {
	background: #FFE6D6;
}

td:hover.roster_button {
	background: #DDBB99;
}

td.suspension {
	background:#FFE6D6;
}

a.suspension {
	color: #000000;
	display: block;
	text-decoration: none;
}

td:hover.suspension {
	background: #DDBB99;
}

a.create-detention {
	display:block;
	text-decoration: none; 
	color:#000000;
}

td.create-detention {
	background:#FFE6D6;
}

td:hover.create-detention {
	background: #DDBB99;
}

table.detRep{ 
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 580px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 
} 


td.repHead{ 
	background-image: url(images/tables/homeHeader.png);
	background-repeat:repeat-x;
	border-bottom: 2px solid #6699CC;
	border-top: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	text-align: center;
	text-indent: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #404040; 
}

table.userHomeMerits {
	margin-left:  20px;
	width:  300px;
	border: 1px #C3FDB8 solid;
}

table.userHomeDemerits {
	margin-left:  20px;
	width:  300px;
	border: 1px #FFAAAA solid;
}

table.userHomeBadDay {
	margin-left:  20px;
	width:  300px;
	border: 1px #9AC0CD solid;
}

table.userHomeDetention {
	margin-left:  20px;
	width:  300px;
	border: 1px #FFE87C solid;
}

table.userHomeSuspension {
	margin-left:  20px;
	width:  300px;
	border: 1px #CC4433 solid;
}
