.dj_tabgen{
	display: block;
}
.dj_tabgen a{
	color: #000000;
}
.dj_tabgen li {
	list-style-type: none;
}
.dj_tabgen img {
	margin: 5px;
}
.dj_tabgen .title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	display:inline;
}

.dj_tabgen .title li {
	display:inline;
	background: #eeeeee;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #cccccc;
	font-size: 12px;
	height: 10px;
	width: auto;
	line-height: 24px;
	list-style-type: none;
}

.dj_tabgen .title li.active {
	border-left: 10px solid #dddddd;
	border-right: 10px solid #dddddd;
	background-color: #cccccc;
	list-style-type: none;
}

.dj_tabgen .panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
	text-align:left;
	padding: 3px;
	background-color: #ffffff;
}

.dj_tabgen .panel.active {
	background-color: #ffffff;
	display: block;
}

.dj_tabgen .title li.over {
	border-top: 3px solid #30DA06;
}

.dj_tabgen .more {
	display: none;
	top: -1px;
	text-align:left;
	padding: 3px;
	background-color: #ebbbee;
	clear: both;
}

.dj_tabgen .more.moreactive {
	background-color: #ffffff;
	display: block;
	margin-top: auto;
	clear: both;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	width: 98%;
}

.dj_tabgen .date {
	color: #888aaa;
}

.dj_tabgen .lefttitle{
	float:left;
	overflow: visible;
	display: inline;
	width: 90%;
	cursor:pointer;
	font-size:1.2em;
	margin-top:10px;
}

.dj_tabgen .moretitle{
	clear: both;
	display: block;
	overflow: auto;
	position:relative;
}

.dj_tabgen .arrow {
	float: right;
	width:10px;
	height:10px;
	background:url('images/arrow_right.jpg');
	background-repeat:no-repeat;
	display: block;
	cursor:pointer;
	top:11px;
	right:7px;
	position:absolute;
	
}

.dj_tabgen .arrow.arrowactive {
	float: right;
	width:13px;
	height:10px;
	background:url('images/arrow_down.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}

.dj_tabgen .tabimage{
	width: 100px;
	float: right;
}
.dj_tabgen ul.title { 
	position: relative; 
	bottom: 0px; 
	display: block; 
	margin: 0; 
	padding: 0 5px; 
	height: 24px;
	background:url(images/ul_bg.gif) bottom left repeat-x;
	width:98%; 
}
.dj_tabgen ul.title li { 
	display: block; 
	float: left;  
	margin: 0 3px 0 0; 
	padding: 0; 
	height: auto; 
	font-size: 1em; 
	line-height: 1em; 
	font-family: Arial; 
}
.dj_tabgen ul.title li a { 
	display: block; 
	float: left; 
	padding: 6px 15px 5px 15px; 
	font-size: 1em; 
	border-bottom: 1px solid #bababa; 
	color:#444;	
	font-weight:bold;
}
.dj_tabgen ul.title li.active a { 
	padding: 6px 15px; 
	border: none;
	color:#333333; 
}
.dj_tabgen ul.title li a:hover{
	text-decoration:none;
}
.djtab_bg { 
	clear: both; 
}

.dj_tabgen ul.title li { background: #d4d4d4 url("images/tabl.gif") left top no-repeat; }
.dj_tabgen ul.title li a { background: url("images/tabr.gif") right top no-repeat; }
.dj_tabgen ul.title li.active { background: #fff url("images/tabal.gif") left top no-repeat; border: none; }
.dj_tabgen ul.title li.active a { background: url("images/tabar.gif") right top no-repeat; }
