/* DYNAMIC LEADS */

.tabsContainer {
	background-color: #ffffff;
	height: 21px;
	padding-bottom: 12px;
	position: relative;
}
* html .tabsContainer {
	padding-bottom: 0;
}
*:first-child+html .tabsContainer {
	padding-bottom: 0;
}
ul.tabsList {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	position: absolute;
}
ul.tabsList li {
	float: left;
	margin-right: 3px;
	padding: 0;
	background: none;
	font-size: 14px;
}
.frmod ul.tabsList li {
	font-size: 12px;
}
ul.tabsList li.last {
	margin-right: 0;
}
ul.tabsList li a {
	color: #555555;
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}
ul#dlTabs li a {
	background-image:url(../gfx/splash/dy_leads_tab.gif);
	/*width: 151px;   original width     */
	width: 151px; 
}
ul.tabsList li a:hover, ul.tabsList li.activeTab a {
	color: #005881;
	font-weight: bold;
	text-decoration: none;
}
ul.tabsList li.activeTab a {
	background-position: 0 -22px;
}

.dlTab {
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	display: none;
	height: 225px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	/*width: 591px;   original      */
	width:591px;
}
.frmod .dlTab {
	height: 268px;
}
.show {
	display: block;
}
.dlTab table {
	margin: 0;
	padding: 0;
}
.dlTab table td {
	padding: 0;
	vertical-align: top;
}
.dlTab table td.maintitle {
	padding: 5px 0;
}
.dlTab table td p {
	margin: 0 0 10px 0;
	padding: 0;
}
.dlTab table td p.otherrecent {
	border-top: 1px solid #ff9900;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}
.dlTab table td ul {
	margin-top: 0;
}
#home #content div.dlTab table td a img {
	border: none;
	margin: 0;
	padding: 0 10px 0 0;
}

ul#dlNav {
	list-style-type: none;
	margin: 0 0 0 225px;
}
ul#dlNav li {
	background: none;
	float: left;
	padding: 0 10px 10px 0;
}
ul#dlNav a {
	background: url(/gfx/splash/dy_leads_controls.gif) no-repeat;
	display: block;
	height: 14px;
	overflow: hidden;
	text-indent: -1000px;
	width: 13px;
}
a#dlPrev {
	background-position: 0 0;
}
ul#dlNav a#dlNext {
	background-position: -39px 0;
}
ul#dlNav a#dlToggle {
	background-position: -13px 0;
}

