.dj_tabgen{
	display: block;
}
.dj_tabgen a{
	color: #000000;
}
.dj_tabgen li {
	list-style-type: none;
}
.dj_tabgen img {
	margin: 5px;
}
.title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	display:inline;
}

.title li {
	display:inline;
	background: #eeeeee;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #cccccc;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 10px;
	width: auto;
	line-height: 24px;
	list-style-type: none;
}

.title li.active {
	border-left: 10px solid #dddddd;
	border-right: 10px solid #dddddd;
	background-color: #cccccc;
	list-style-type: none;
}

.panel {
	display: none;
	position: relative;
	width: 98%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #FF0084;
	overflow: hidden;
	text-align:left;
	padding: 3px;
	background-color: #ffffff;
}

.panel.active {
	background-color: #ffffff;
	color: #0000aa;
	display: block;
}

.title li.over {
	border-top: 3px solid #30DA06;
}

.more {
	display: none;
	top: -1px;
	font-family: "Trebuchet MS";
	color: #FF0084;
	text-align:left;
	padding: 3px;
	background-color: #ebbbee;
	clear: both;
}

.more.moreactive {
	background-color: #ffffff;
	color: #0000aa;
	display: block;
	margin-top: auto;
	clear: both;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	width: 98%;
}

.date {
	color: #888aaa;
}

.lefttitle{
	float:left;
	overflow: visible;
	display: inline;
	width: 90%;
	cursor:pointer;
}

.moretitle{
	clear: both;
	display: block;
	overflow: auto;
}

.arrow {
	float: right;
	width:10px;
	height:10px;
	background:url('arrow_right.jpg');
	background-repeat:no-repeat;
	margin-right: 7px;
	display: block;
	cursor:pointer;
}

.arrow.arrowactive {
	float: right;
	width:13px;
	height:10px;
	background:url('arrow_down.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}

.tabimage{
	width: 100px;
	float: right;
}

img.wp-post-image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#left_mod iframe {
	margin-left: 12px;
}
