#dlist_main {
	border: 1px solid #666;
	clear: both;
	background: #FFFFFF;
	width: 220px;
}

#dlist_main table {
	margin-bottom:5pt;
}

#dlist_contents {
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-top: 5pt;
	background: #FFFFFF;
}

#dlist_header {
	position: relative;
	height: 3em;
}

#dlist_header ul#dlist_tab {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
    margin-left: 30px;
}

#dlist_header ul#dlist_tab li  {
	display: inline;
	list-style: none;
}

#dlist_header ul#dlist_tab a,#dlist_header ul#dlist_tab span,#dlist_header ul#dlist_tab a.current {
	width: 6em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 5px 0 0;
	text-align: center;
	color: #333;
}

#dlist_header ul#dlist_tab span,#dlist_header ul#dlist_tab a.current,#dlist_header ul#dlist_tab a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFFFFF;
	padding-bottom: 6px;
	margin-top: 0;
}

#dlist_header ul#dlist_tab a {
	background: #CCCCCC;
	border: 1px solid #666;
	border-bottom: none;
    text-decoration: none;
}

#dlist_header ul#dlist_tab a:hover {
	margin-top: 0;
	border-color: #666;
	background: #EEEEEE;
	padding-bottom: 5px;
}
