/*
* DOCMan 1.3.0 Default Theme
* @version $Id: theme.css,v 1.29 2005/04/18 17:04:56 johanjanssens Exp $
* @package DOCMan_1.3.0
* @copyright (C) 2003 - 2005 The DOCMan Development Team
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Oficial website: http://www.mambodocman.com/
*/

img 
{ 
	border: 0 none; 
}

.clr 
{ 
	clear: both;    
}

dl, dd, dt 
{ 
	margin: 0;      
}

#dm_header 
{ 
	height: 50px; 
	text-align: center;
	margin-top: 5px;
}

#dm_header div 
{ 
	float: left; 
	padding: 3px; 
	width: 30%; 
}

#dm_header a, #dm_header span  
{ 
	display: block; 
	padding-bottom: 5px; 
}

#dm_pathway 
{
	text-align: left;
	background: #E2EEE8;
	color: inherit;
	margin-bottom: 5px; 
	padding: 3px 3px 3px 10px;
}

#dm_title 
{
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 10px;
}

#dm_cats, #dm_docs 
{ 
	text-align: left; 	
}

#dm_cats h3, #dm_docs h3
{ 
	border: 1px solid #EEEEEE;	
	background: #D4F7E6;  
	padding: 2px 2px 2px 10px; 
	clear: both; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 8px;	
	margin-bottom: 10px;
	color: inherit;		
}

#dm_docs h3 
{ 
	margin-bottom: 0;
}

#dm_docs h3 span, #dm_cats h3 span 
{ 
	display: block; 
	float: right; 
	margin: -1.2em 5px 0 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.80em;
}

dt 
{ 
	padding: 2px; 
	clear: both; 
}

dt a.dm_icon 
{ 
	float: left; 
	padding-right: 10px;
	display: block;
}

dt a.dm_thumb 
{ 
}

dt a.dm_name 
{ 
	font-weight: bold;
	float: left;
	width: 500px;
}

dt a.dm_name:hover 
{ 
}

dt span 
{ 
	padding-left: 10px; 
	color: black;
	background-color: inherit;
	font-weight: normal; 
	font-style: italic;
}

dd.dm_date, dd.dm_files	
{ 
	float: right; 
	font-size: 0.85em;
	display: block;
}

dt.dm_row {
	border-top: 1px dashed #EEEEEE; 
}
dd.dm_description  
{ 
	width: 100%;
	text-align: justify;
	margin-bottom: 5px;	
	margin-top: 5px;
	clear: both;
	display: block;
	float: left;
	padding-bottom: 3px;
}

dd.dm_description ul, #dm_details ul
{
	padding-top: 5px;
}

dd.dm_description ul li, #dm_details ul li
{
	list-style-type: disc;
}


dd.dm_counter				
{ 
	text-align: right;
	font-size: 0.85em;
	float: right;
	margin: 0px;
	padding: 0px;
}

dd.dm_homepage				
{ 
	padding: 1px 1px 1px 5px; 
	background-color: #F8F8F8;  
	color: inherit;
}

.dm_cat 
{ 
	padding: 3px; 
}

.dm_cat .dm_name 			
{ 
	float: left; 
	font-weight: bold; 
	color: #666;
	background-color: inherit; 
	margin-bottom: 3px; 
}

.dm_cat .dm_description 
{ 
	float: left; 
	clear: left;  
}

.dm_cat .dm_thumb       
{ 
	float: right; 
	margin-top: -15px; 
}

.dm_unpublished 		   
{ 
	float: left;
	display: block;
	border: 1px dotted red; 
	background-color: #FFCCCC;
	color: inherit;
}

.dm_unapproved 		   
{ 
	float: left;
	display: block;
	border: 1px dotted green; 
	background-color: #CCFFCC;
	color: inherit;	
}

.dm_license       { }
.dm_license_agree { }

/* ---------- Orderby styles ---------------------------------------- */

.dm_orderby { 
	margin: 10px 0 10px 0; 
	padding: 1px 1px 1px 10px; 
	background-color: #EEE; 
	color: inherit;	
}

/* ---------- Details styles ---------------------------------------- */

/* -- shared styles */
.dm_doc caption, #dm_tooltip caption  
{ 
	padding: 5px 0 5px 5px; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	background-color: #D4F7E6;
	border: 1px solid #EEEEEE;
	color: inherit;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	width: 100%;
}

.dm_doc col#prop			                
{
	font-weight: bold;
	width: 125px;
}

.dm_doc thead td, #dm_tooltip thead td 
{ 
	text-align: center; 
}

/* -- specific style when show as seperate page */

#dm_details 		
{ 
	width: 100%; 
	text-align: left; 
}

#dm_details table 
{ 
	margin: 0px 4px 0px 4px; 
}

#dm_details td, #dm_details thead 
{ 
	padding: 5px; 
}

/* -- specific style when show as tooltip */

#dm_tooltip td, #dm_tooltip thead 
{ 
	padding: 2px; 
}

.dm_homepage {
	clear: left;
	font-style: italic;
}

/* ---------- Taskbar styles ---------------------------------------- */

dd.dm_taskbar
{ 
	clear: both;
	margin: 0px 0px 5px 0px;
	list-style-type: none;
	float: left;
	display: block;
	border-bottom: 1px dashed #EEEEEE; 
	width: 100%;
}

dd.dm_taskbar ul {
	list-style: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

dd.dm_taskbar li 
{
	display: block;
	float: left; 
	list-style-type: none;
	background-image: none;
	padding: 0px 0px 4px 0px; 
	margin: 0.5em 0 2px 0;
	width:  8em;
	font-size: 85%;
}

dd.dm_taskbar li a 
{
	background-image: none;
	display: block;
	padding-left: 3px;
 }
 
dd.dm_taskbar li a:link,
dd.dm_taskbar li a:link,
dd.dm_taskbar li a:visited 
{
	background-image: url(../../../../../templates/caeb/images/button_bck.gif);
	background-repeat: repeat-x;
	background-color: #7DFFD1;	
	color: white;
	padding: 0px 5px;
	margin: 1px 1px 1px 1px;		
	border: 1px solid #006633;
	text-align: center;
	width: auto;
	text-decoration: none;
}
 
dd.dm_taskbar li.approve a:link 
{ 
	background-image: none;
	background-color: #CCFFCC; 
	color: black;
} 

dd.dm_taskbar li.publish a:link 
{ 
	background-image: none;
	background-color: #FFCCCC; 
	color: black;
}
 
 /* ---------- Toolbar styles --------------------------------------- */
 
.dm_toolbar    
{ 
	list-style: none; 
	height: 32px; 
	margin-right: 25px;
	text-decoration: none;
}

.dm_toolbar li 
{ 
	float: right; 
	background-image: none; 
	text-decoration: none;	
}

.dm_toolbar .dm_btn        
{ 
	text-indent: -5000px; 
	height: 32px; 
	width: 32px; 
	display: block;
}

.dm_toolbar #dm_btn_save         
{ 
	background-image: url(../images/save.png)   
}

.dm_toolbar #dm_btn_cancel       
{ 
	background-image: url(../images/cancel.png) 
}

.dm_toolbar #dm_btn_save:hover   
{ 
	background-image: url(../images/save-over.png);
	border: 0px solid black;
	text-decoration: none;
}

.dm_toolbar #dm_btn_cancel:hover 
{ 
	background-image: url(../images/cancel-over.png);
	border: 0px solid black;
	text-decoration: none;	
}
 
 /* ---------- Form styles ------------------------------------------ */
 
.dm_form 
{
	margin: 0 auto;
 }
 
.dm_form fieldset 
{ 
	border: 0 none; 
	margin: 0; 
	padding: 0.5em;
}
/*
.dm_form label    
{ 
	display: block; 
	width: 150px; 
	float: left;
	margin-bottom: 2px;
}
*/

.dm_form p        
{ 
	text-align: left; 
}

.dm_form fieldset.dm_button  
{ 
	border-top: 1px dashed #CCCCCC; 
}

input.dm_button  
{
	background-image: url(../../../../../templates/caeb/images/button_bck.gif);
	background-repeat: repeat-x;
	background-color: #7DFFD1;	
	text-align: center;
	font-size: 0.85em;
	color: white;
	padding: 0px 5px;
	margin: 1px 1px 1px 1px;		
	border: 1px solid #006633;
	width: auto;
}

.dm_form select option.label 
{ 
	background-color: #EEE; 
	border: 1px solid #DDD; 
	color : #333;
}

#dm_frmupload label 
{ 
	width: 100px; 
	padding-right: 10px;
}

#dm_frmupload #dm_btn_back   
{ 
	float: left;  
}

#dm_frmupload #dm_btn_submit 
{ 
	float: right; 
}

#dm_frmedit 
{ 
	width: 90%; 
	border: 0 none; 
}

#dm_frmedit #dmthumbnail_preview 
{ 
	float: right; 
	margin-right: 30px; 
	height: 80px; 
	width: 80px; 
	padding: 3px; 
	border: 1px solid silver; 
}
 
/* ---------- Nav styles ------------------------------------------ */

#dm_nav { 
	clear: both; 
	padding-top: 15px; 
	margin-top: 15px; 
	text-align: center;
}

#dm_nav div 
{ 
	margin-top: 10px; 
}

#search_phrase
{
	width: 400px;
}

input#upload {
	width: 400px;
}