@import url(http://www.testwebben.se/3126/11350.css);

#Events a {
text-decoration: none;
font-weight: normal;
color: #000;
}

#myTabs {

	margin-top:0px;
	margin-bottom: 15px;
}

.mootabs_title {
	list-style-image: none !important;
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
	height: 34px;
}

.mootabs_title li {
	float: left;
	background-color: #dddddd;
	color: #000;
	font-weight: bold;
	padding: 8px 20px 0px 20px;
	margin-right: 3px;
	cursor: pointer;
	height: 24px;
}

.mootabs_title li.active {
	background-color: #E6E6E6;
	color: #2baa9c;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 290px;
	height: 233px;
	top: -1px;
	clear: both;
	overflow: hidden;
	padding: 10px 15px;
}

.mootabs_panel.active {
	background-color: #E6E6E6;
	display: block;
}
