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

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/
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.
=================================================================== */

.rcr {color:#ffffff;}

/* set up the overall width of the menu div, the font and the margins with a relative position*/
#dl_conf_menu 
{
	width: 550px;
	padding: 0 0 100px 0;
	position: relative;
	z-index: 101;
	font-family: Arial, Helvetica, sans-serif;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
#dl_conf_menu ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
}

/* float the list so that the items are in a line */
#dl_conf_menu ul li 
{
	float: left;
	position: relative;
	margin-right: 1px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;

}

/* style the links to be 150px wide by 25px high. Set the background color and the font size. */
#dl_conf_menu ul li a, 
#dl_conf_menu ul li a:visited 
{
	display: block;
	text-align: left;
	text-decoration: none;
	width: 150px;
	height: 20px;
	color: Black;
	background: #F3F3F3;
	line-height: 18px;
	font-size: 9px;
	text-indent: 10px;
}


/* Get rid of any default table style */
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

/* make the dropdown ul invisible */
#dl_conf_menu ul li ul {
	display: none;
	text-align: left;
	position: absolute;
	top: 20px;
	left: -20px;
	text-align: left;
	z-index: 101;
	padding: 0 30px 10px 20px;
}

/* set the foreground color of the main menu li on hover and the border to trigger IE */
#dl_conf_menu ul li:hover a, 
#dl_conf_menu ul li a:hover
{
	color: Gray;
	border: 0;
}

/* make the sub menu ul visible and position it beneath the first list item */
#dl_conf_menu ul li:hover ul, 
#dl_conf_menu ul li a:hover ul
{display:block;}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#dl_conf_menu ul li:hover ul li, 
#dl_conf_menu ul li a:hover ul li
{
	background: #FAFFF2;
	color: #000;
	width: 149px;
	height: 80px;
	overflow: auto;
	border-left: 1px solid Gray;
}
/* hack the widht for IE5.5 */
* html #dl_conf_menu ul li a:hover ul li {width:140px; w\idth:139px;}

/* style the background and foreground color of the submenu links */
#dl_conf_menu ul li:hover ul li a, 
#dl_conf_menu ul li a:hover ul li a
{
	float: left;
	display: block;
	background: #FAFFF2;
	color: Black;
	width: 129px;
	text-align: left;
	text-decoration: none;
	border: none;
	text-indent: 10px;
}

/* style the background and forground colors of the links on hover */
#dl_conf_menu ul li:hover ul li a:hover,
#dl_conf_menu ul li a:hover ul li a:hover
{
	text-decoration: none;
	color: Black;
	background: #CCCCCC;
}


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_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;
	height:40px;
}

#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 .dl_desc{
	padding: .2em 0 .7em 0;
}

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

 .dl_outputcontainer h2{
 text-align: left;
 font-size: 13px;
 font-weight: bold;
}
 
.dl_outputcontainer .dl_file_info {
	float: left;
	padding:0;
	margin:0;
	width:70%;
	font-size: 12px;
}

.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;
}
/*********************************/
/* 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: 100px;
}
/*************************************/
/* 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_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 dl{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: auto;
	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: 16px;
}

/*********************/
/* 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 lightbox*/
/*****************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../../images/ajax/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../../../images/ajax/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../../../images/ajax/nextlabel.gif) no-repeat right 15%;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


