/*
MorphTabs styles
*/

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.morphtabs_title li {
	float: left;
	background-color: #3975BD;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.morphtabs_title li.over {
	font-weight: bold;
}

.morphtabs_title li.active {
	background-color: #49A8EC;
	color:#000;
}

.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}

.morphtabs_panel {
	background-color: #00bfff;
	color: #000;
	padding:5px;
}

.morpthtabs_panel p {
	padding:5px;
}

.list_event{
	float:left;
	display:block;
	width:100px;
	height:70px;
	text-align:center;
	margin-right:5px;
}

.list_event a{
	vertical-align:middle;
	display:inline;
	font-size:12px;
}

#myTabs{
	width:500px;
}