table {
}

.table-common {
	clear: both;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	border-top: #ddd solid 1px;
	border-left: #ddd solid 1px;
	margin: 10px 0px;
}

.table-common th {
	color: #dddddd; 
	font-size: 1.03em;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc9d6;
	border-collapse: collapse;
	background-color:#666666;
	background-repeat: repeat-x;
}

.table-common tr:hover {
	background-color: #e7e7e7;
}


.table-common td {
	padding: 0.5em;
	color: #333333;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc9d6;
	border-collapse: collapse;
}

.table-common a {
	color: #55670D; 
	text-decoration: none;
}

.table-common ul {
margin:unset;
padding:0px;
}

.table-common .mapel ul {
margin:unset;
padding:0px;
}

.table-common ul li:first-child {
padding-top: 0px;

}

.table-common ul li {
list-style:none;

}

.table-common ul li:last-child {
border: none;
padding-bottom: 0px;
}
.table-common .mapel ul li:first-child {
padding-top: 0px;

}


.table-common .mapel ul li {
list-style:none;
padding-top: 0.6em;
padding-bottom: 0.6em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC9D6;
border-bottom-collapse: collapse;
}
.table-common .mapel ul li:last-child {
border: none;
padding-bottom: 0px;
}

.table-common-alert a:hover {
	color: #A4C32A; 
}

.table-common-links a:hover {
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 3px 6px;
	border: #ece9d6 2px solid;
	border-top: #fffef5 2px solid;
	border-left: #fffef5 2px solid;

}
