#MA_frontend_tab_header{
	display: block;
	height: 38px;
	border-bottom: 1px solid grey;
	margin-bottom: 10px;
}
#MA_frontend_tab_header .tabs{
	border: 1px solid black;
	border-bottom: 0;
	float: left;
	height: 26px;
	padding: 8px 8px 4px 8px;
	margin-left: 7px;
	cursor: pointer;
}

#MA_frontend_tab_header .active{
	border: 0;
	background-color: grey;
	color: white;
	font-weight: bold;
	cursor: default;
}
th{
	border-bottom: 1px solid black;
	padding: 6px;
}
td{
	padding: 6px;
}

.row1{
	background-color: #FFFFFF;
}
.row2hover{
	background-color: #CCDBDD;
}
.row2{
	background-color: #E2EAEB;
}
.row1hover{
	background-color: #CCDBDD;
}
.MA_pagination span{
	font-weight: bold;
	font-size: 14px;
}
