/***********************/
/* start admin part    */
/***********************/



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dl_conf_nav, 
#dl_conf_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: 10px arial, verdana, sans-serif;
	background: ButtonFace;
	position: relative;
	z-index: 100;
}
#dl_conf_nav {
	height: 23px;
	width: 740px;
	padding: 0;
	background: ButtonFace;
}

#dl_conf_nav table {border-collapse:collapse;}
#dl_conf_nav li {float:left;}
#dl_conf_nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#dl_conf_nav li a li {float:left;}

#dl_conf_nav li a {
	display: block;
	float: left;
	color: black;
	height: 23px;
	padding: 0 20px 0 10px;
	line-height: 22px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	border-left: 2px solid #000;
}
#dl_conf_nav li li a {height:21px; line-height:20px; float:none;}

#dl_conf_nav li:hover {position:relative; z-index:100;}
#dl_conf_nav a:hover {
	position: relative;
	z-index: 100;
	background: #b0c4de;
	color: black;
	border-left: 1px solid #b0c4de;
}
#dl_conf_nav li:hover > a {
	border-left: 1px solid #b0c4de;
	background: #b0c4de;
	color: black;
}

#dl_conf_nav :hover  ul {
	left: 0;
	top: 23px;
	border-left: 1px solid #b0c4de;
	z-index: 300;
}
#dl_conf_nav a:hover ul {left:-1px;}

#dl_conf_nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#dl_conf_nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#dl_conf_nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#dl_conf_nav li:hover li:hover > a {
	background: #b0c4de;
	color: black;
	border-left: 1px solid #b0c4de;
}

#dl_conf_nav li a:hover ul li a:hover {
	background: #b0c4de;
}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#dl_conf_nav a:hover a:hover ul,
#dl_conf_nav a:hover a:hover a:hover ul,
#dl_conf_nav a:hover a:hover a:hover a:hover ul,
#dl_conf_nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#dl_conf_nav a:hover ul ul,
#dl_conf_nav a:hover a:hover ul ul,
#dl_conf_nav a:hover a:hover a:hover ul ul,
#dl_conf_nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


h1.dl_admin_h1 {
font-size:16px;
text-align:center;
}

h2.dl_admin_h2 {
font-size:14px;
text-align:left;
}

h3.dl_admin_h3 {
font-size:12px;
font-weight: bold;
text-align:center;
}

#dl_admin_menu{
margin:0;
padding:0;
}

#dl_admin_menu table th{
	text-align: left;
	border-bottom: 1px solid Black;
}

#dl_admin_menu table .odd{

	background-color: ThreedLightShadow;
}

#dl_admin_menu table .even{
	background-color: transparent;
}

#dl_na_extension_container{
	width:120px;
}

#extension_add{
	width:100px;
}

.dl_admin_conf_menu .dl_nothingtoedit{
font-family:"MS Sans Serif", Geneva, sans-serif;
color:red;
font-size: 14px;
font-weight: bold;
}

/*****************************/
/* start edit config style  */
/****************************/

.dl_conf_list {
clear: both;
margin:0;
padding: 0;
width: 100%;

}

.dl_conf_list dl{
margin:0;
padding: 0;
width: 100%;
height: 100%;

}

.dl_conf_list dt{
	margin: 3px 0 3px 0;
	padding: 0 0 5px 0;
	float: left;
	clear: left;
	width: 40%;
	height: 2.5em;
}

.dl_conf_list dd{
margin: 3px 0 3px 0;
padding: 0 0 5px 0;
width: 59%;
height: 2.5em;
float: right;
}

.dl_conf_list dt.dl_conf_list_desc ,.dl_conf_list dd.dl_conf_list_desc {
height: 100px;
}

/***********************/
/* start user  part    */
/***********************/

* html .dl_clearfix {
height:1%;
}

.dl_clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.dl_clearfix {
display:block;
}

.dl_floatbox {
overflow:hidden;
}

.dl_fieldset {
width:99%;
}

#dl_user_main {
width:99%;
}

#dl_user_main h3{
font-size: 13px; 
text-decoration: underline;
}

.dl_user_form {
padding: 0 0 0 0;
width: 100%;
}

#new_downloads_date{
width:20%;
text-align: center;
}

#new_downloads_days{
width:20%;
text-align: center;
}

#dl_user_search {
padding-bottom:30px;
padding-top:10px;
text-align:center;
}

#dl_navcontainer {
font-size:10px;
height:1.5em;
list-style-type:none;
margin:0;
padding-bottom:2em;
width:100%;
}

#dl_navlist li {
display:inline;
margin:0;
padding:0;
width:auto;
}

#dl_navlist li a,#dl_navlist li a:link {
color:#555;
display:inline;
padding:3px 5px;
text-decoration:none;
}

#dl_navlist li a:hover {
background:#eee;
border-bottom:3px solid #bbb;
color:#039;
cursor:pointer;
}

#dl_navlist li a#current,#dl_navlist li a#current:link {
border-bottom:3px solid #999;
color:#000;
cursor:default;
font-weight:11px;
}

#dl_navlist li a#current:hover {
background:#eee;
border-bottom:3px solid #f90;
}

/*************************************/
/* start categories output container*/
/*************************************/
#dl_categorycontainer {
	width: 98%;
}

#dl_categorycontainer dl.description{
	width: 98%;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 8px 0;
}

#dl_categorycontainer .description dt{
	float: left;
	clear: left;
	width: 50px;
	padding: 2px 0 0 5px;
	margin: 0;
	height: 1.5em;
	font-size: 9px;
}

#dl_categorycontainer .description dd.name{
	float: left;
	width: 50%;
	padding: 2px 5px 0 5px;
	margin: 0;
	text-align: left;
	height: 1.5em;
	font-size: 10px;
}

#dl_categorycontainer .description dd.content{
	float: left;
	width: 20%;
	padding: 2px 0 5px 0;
	margin: 0;
	text-align: center;
	height: 1.5em;
	font-size: 10px;
}

#dl_categorycontainer dl.folder-odd{
	width: 98%;
	font-size: 10px;
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #E3E3E3;
}

#dl_categorycontainer dl.folder-even{
	width: 98%;
	font-size: 10px;
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#dl_categorycontainer dt{
	float: left;
	clear: left;
	width: 50px;
	padding: 2px 0 0 5px;
	margin: 0;
	height:40px;
}

#dl_categorycontainer dd a{
	text-decoration: none;
	font-weight: bold;
}

#dl_categorycontainer dd.catinfo{
	float: left;
	width: 50%;
	padding: 2px 5px 0 5px;
	margin: 0;
}

#dl_categorycontainer dd.count{
	float: left;
	width: 20%;
	padding: 2px 0 0 0;
	margin: 0;
	text-align: center;
	height:40px;
}

/*************************************/
/* start download output container*/
/*************************************/
.dl_outputcontainer{
	width: 98%;
	margin: 2em 0 2em 0;
} 

.dl_outputcontainer img{
border: none;
} 

.dl_outputcontainer .dl_desc{
	padding: .2em 0 .7em 0;
}

.dl_outputcontainer:hover {
	background-color: #F8F8F8;
}

 .dl_outputcontainer h2{
 text-align: left;
 font-size: 15px;
 font-weight: bold;
 height: 20px
 padding-bottom: 5px;
}

.dl_outputcontainer .dl_file_info {
	float: left;
	padding:0;
	margin:0;
	width:62%;
	font-size: 10px;
}

.dl_outputcontainer .dl_file_info dt{
	width: 30%;
	float:	left;
	clear:	left;
	margin:	0;
	padding:	0 0.2em 0.2em 0.2em;
	border-top: 1px dotted #999;
	font-weight: bold;
	text-align:	right;
	height: 20px;
}

.dl_outputcontainer .dl_file_info dd {
	float:	left;
	margin: 0;
	width:	65%;
	padding:	0 0.2em 0.2em 0.2em;
	border-top: 1px dotted #999;
	height: 20px;
	overflow: hidden;
}

.dl_outputcontainer .dl_thumb{
	float:right;
	width: 33%;
	text-align: center;
}

.dl_outputcontainer .dl_modlinks a{
display: inline;
}


.dl_outputcontainer a{
	padding: 8px 5px 0 0;
	margin: 0;
	text-decoration: none;
	color: Black;
}

.dl_outputcontainer a:hover{
	padding: 8px 5px 0 0;
	margin: 0;
	text-decoration: none;
	color: red;
}

.dl_outputcontainer_modlinks{
width: 60%;
height:18px;
clear: left;
padding-bottom: 8px;
}
/*********************************/
/* start add/edit download style */
/********************************/

.dl_file_list {
clear: both;
margin:0;
padding: 0;
width: 100%;
}

.dl_file_list dl{
margin:0;
padding: 0;
width: 100%;
}

.dl_file_list dt{
	margin: 3px 0 3px 0;
	padding: 0 0 5px 0;
	float: left;
	clear: left;
	width: 40%;
	height: 2.5em;
}

.dl_file_list dd{
margin: 3px 0 3px 0;
padding: 0 0 5px 0;
font-size: 10px;
width: 59%;
height: 2.5em;
float: right;
}

.dl_file_list dt.dl_file_list_desc ,.dl_file_list dd.dl_file_list_desc {
height: 120px;
}
/*************************************/
/* start download rating container*/
/*************************************/

.dl_user_logo,#dl_user_newamount {
text-align:center;
}

#dl_rating {
margin-top:1em;
}

#dl_rating select{
width: 10%;
text-align: center;
}

.dl_user_form {
margin-top:1em;
}
/************************/
/* start sort menu links*/
/************************/
#dl_usersort_links {
	text-align: center;
	font-size: 10px;
}

#dl_usersort_links li {
list-style:none;
display:inline;
padding-right:5px;
margin:0;
}

/***********************/
/* start search output */
/***********************/


#dl_search{
   clear: left;
	overflow: hidden;
}

.dl_searchbox{
	font-size: 9px;
	margin: 1.5em 1em;
	padding: 0.5em;
	text-align: left;
	width: auto;
	float: left;
	overflow: hidden;
}

.dl_searchbox option{
	width: 35px;
}

.dl_search_output{
	margin: 2.0em 0 0 0;
	padding: 0.5em;
	text-align: left;
	width: 87%;
	overflow: hidden;
}

.dl_search_list dl{
	margin: 0;
	padding: 15px 0 0 0;
	width: auto%;
}

.dl_search_list dd{
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font-size: 10px;
	background-color: #FFFFE8;
	border: 1px dashed Gray;
}

/*********************/
/* start info blocks */
/*********************/

.dl_user_info_float h3{
	font-weight: bold;
}
.dl_user_info_float dl{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 26%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px dashed Black;
	float: left;
}

.dl_user_info_float dt{
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
	clear: left;
	width: 16px;
	height: 16px;
}

.dl_user_info_float dd{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 9px;
	width: auto;
	height: auto;
}

/*********************/
/* start stats block */
/*********************/

.dl_stats_blockcontent dl{
margin:0;
padding: 0;
width: 100%;
}

.dl_stats_blockcontent dt{
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
	clear: left;
	width: 16px;
	height: 16px;
}

.dl_stats_blockcontent dd{
margin: 0;
padding: 0 0 5px 0;
font-size: 10px;
width: auto;
height:16px;
}

/*********************/
/* start lastx block */
/*********************/

.dl_lastx_blockcontent dl{
margin:0;
padding: 0;
width: 100%;
}

.dl_lastx_blockcontent dt{
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
	clear: left;
	width: 16px;
	height: 16px;
}

.dl_lastx_blockcontent dd{
margin: 0;
padding: 0 0 5px 0;
font-size: 9px;
width: auto;
height:16px;
}

/*********************/
/* start cat nav path*/
/*********************/
#dl_user_catnavpath{
	font-size: 11px;
	margin-bottom: 2em;
	background-image: url(../pnimages/user/next.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

#dl_user_catnavpath a{
color: Black;
line-height: 1.5em;
text-decoration: none;
background: none;
}

#dl_user_catnavpath a:hover{
text-decoration: underline;
color:red;
}

/*************************/
/* start subcat container*/
/*************************/
.dl_childs_container{
	font-size: 9px;
	padding: 5px 0  5px 0;
	margin-bottom: 1em;
}

.dl_childs{
	padding: 9px;
	margin-right: 5px;
}

.dl_childs a{
text-decoration: none;
}

.dl_childs a:hover{
text-decoration: underline;
color: Red;
}

/*************************/
/* start footer*/
/*************************/

#dl_footer{
	text-align: center;
}

/*************************/
/* start hook*/
/*************************/
#dl_hook_container{
	text-align: left;
	border: 2px solid Gray;
	background-color: #FBFBEE;
	padding: 6px;
	display: block;
	float: left;
	width: 98%;
}