/**
 * @version		$Id: theme.css 1606 2012-05-22 00:01:32Z johanjanssens $
 * @category	DOCman
 * @package		DOCman15
 * @copyright	Copyright (C) 2003 - 2012 Johan Janssens and Mathias Verraes. All rights reserved.
 * @license	    This file can not be redistributed without the written consent of the 
 				original copyright holder. This file is not licensed under the GPL. 
 * @link     	http://www.joomladocman.org
 */

/* ---------- Reset styles ------------------------------------- */
img { border: 0 none; }

h1.dm_title {
	width: auto;
	margin: 0 0 18px 0 !important;
	padding: 12px !important;
}
h2.dm_title,
h3.dm_title { width: auto; margin: 0; padding: inherit; }

/* Remove the following line if you have problems with the alignment of your theme */
.clr { clear: both; }

/* ---------- Global styles ------------------------------------ */

#dm_header {
	height: auto;
	border-bottom: none;
	text-align: center;
}
#dm_header div {
	/*float: left;*/
	padding: 3px;
	width: 20%;
	border-radius: 10px;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
	box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
	position: absolute;
	right: 20px;
	top: 60px;
	z-index: 10000;
	background: #fff;
}
#dm_header div:hover {
	background: #ededed;
}
#maincontent #dm_header a, #dm_header span  {
	display: block;
	padding-bottom: 0;
	text-decoration:none;
	text-align: center;
	font-size: 0.6875em;
	line-height: 1.25em;
}
#maincontent #dm_header a:hover {
	text-decoration: none;
}
#dm_pathway {
	font-size: 11px;
	text-align: left;
	background: #ddd;
	margin-bottom: 5px;
	padding: 3px 3px 3px 10px;
}

.dm_row { background: none; }


/* ---------- Categories styles ------------------------------------- */



#dm_cats h2.dm_title { margin: 0 0 14px 0; padding: 0; }
#dm_cats h3.dm_title { margin: 0 0 7px 0 !important; }

#dm_cats .dm_row { padding: 15px; }

#dm_cats .dm_row img {
	float: left !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}


/* ---------- Category styles --------------------------------------- */

.dm_cat { padding: 0; }
.dm_cat h1.dm_title { margin: 0 0 18px 0 !important; }

.dm_cat img.dm_thumb-left 	{ margin: 0 15px 0 0 !important; float: left !important; }
.dm_cat img.dm_thumb-right 	{ margin: 0 0 0 15px !important; float: right !important; }
 dt.dm_cat {
	 color: #0054a2;
	 font-size: 0.75em;
 }
#maincontent #dm_cats .dm_row {
	border-radius: 6px;
	border: 1px solid #adacac;
	padding: 5px 10px 0 10px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
	box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
	text-shadow: none;
  	letter-spacing: normal;
  	line-height: 1em;
  	margin: 0 20px 10px 0;
  	background: #38d319;
	background: rgb(56,211,25);
	background: -moz-linear-gradient(top,  rgb(56,211,25) 0%, rgb(60,181,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(56,211,25)), color-stop(100%,rgb(60,181,0)));
	background: -webkit-linear-gradient(top,  rgb(56,211,25) 0%,rgb(60,181,0) 100%);
	background: -o-linear-gradient(top,  rgb(56,211,25) 0%,rgb(60,181,0) 100%);
	background: -ms-linear-gradient(top,  rgb(56,211,25) 0%,rgb(60,181,0) 100%);
	background: linear-gradient(to bottom,  rgb(56,211,25) 0%,rgb(60,181,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38d319', endColorstr='#3cb500',GradientType=0 );
	width: 40%;
	float: left;
}
#maincontent #dm_cats .dm_row:hover {
	background: #3cb500;
	background: rgb(60,181,0);
	background: -moz-linear-gradient(top,  rgb(60,181,0) 0%, rgb(56,211,25) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(60,181,0)), color-stop(100%,rgb(56,211,25)));
	background: -webkit-linear-gradient(top,  rgb(60,181,0) 0%,rgb(56,211,25) 100%);
	background: -o-linear-gradient(top,  rgb(60,181,0) 0%,rgb(56,211,25) 100%);
	background: -ms-linear-gradient(top,  rgb(60,181,0) 0%,rgb(56,211,25) 100%);
	background: linear-gradient(to bottom,  rgb(60,181,0) 0%,rgb(56,211,25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb500', endColorstr='#38d319',GradientType=0 );
}
/* ---------- Documents styles -------------------------------------- */

#dm_docs { text-align: left; }
#dm_docs h2.dm_title { padding: 0; margin: 0 0 14px 0; }
#maincontent #dm_docs .dm_row { 
	/*margin: 0 0 10px 0 !important; 
	padding: 15px 0 5px 0 !important;
	min-height: 30px !important;
	height: auto !important;
  	height: 30px;*/
  	height: auto;
  	color: #5ba918;
  	border-radius: 6px;
  border: 1px solid #adacac;
  /*padding: 1px 4px;*/
  padding: 5px 10px 0 10px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 1px 1px 1px 0 rgba(51, 51, 51, 0.5);
  background: #ecebeb;
  background: rgb(236,235,235);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
  	text-shadow: none;
  	letter-spacing: normal;
  	line-height: 1em;
  	margin: 0 0 5px 0;
}
#maincontent  #dm_docs .dm_row:hover {
  background: #e4e3e3;
  background: rgb(228,227,227);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
  text-decoration: none;
}
#maincontent h3.dm_title {
	color: inherit;
	height: auto;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	text-shadow: none;
	line-height: 1.2em;
	letter-spacing: normal;
	font-family: Helvetica, Arial, sans-serif;
}
#maincontent h3.dm_title a {
	color: #374717;
	font-size: 0.75em;
	font-weight: bold;
}
#maincontent #dm_cats h3.dm_title a {
	color: #f5f5f5;
	text-shadow: #222 0.1em 0.1em 0.2em;
	font-size: 0.825em;
}
#maincontent h3.dm_title a:hover {
	text-decoration: none;
}
body#publications #dm_docs h3.dm_title {
  /*background: url('../../../images/icons-content/icon_publications_green.png') no-repeat left center;*/
  background-image: url('../../txdmv-home/images/template_sprite_5.png');
  background-position: -10px -53px;
  background-repeat: no-repeat;
  padding: 0 0 0 28px;
}
body#forms #dm_docs h3.dm_title {
  /*background: url('../../../images/icons-content/icon_form_green.png') no-repeat left center;*/
  background-image: url('../../txdmv-home/images/template_sprite_2.png');
  background-position: -10px -54px;
  background-repeat: no-repeat;
  padding: 0 0 0 28px;
}
#dm_cats h3.dm_title,
#dm_cats h3.dm_title {
  background: url('../../../images/icons-content/icon_folder.png') no-repeat left center;
  padding: 0 0 0 28px;
}

div#dm_docs,
div#dm_cats {
  background: #fff url('../images/bkgrd_lic_plates.gif') repeat left 10px;
  margin: -35px 0 20px 0;
  padding: 50px 20px 40px 20px;
  position: relative;
  z-index: 2;
  border: 1px solid #bebebe;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 8px 4px -4px #aaa;
  -moz-box-shadow: 0 8px 4px -4px #aaa;
  box-shadow: 0 8px 4px -4px #aaa;
  float: left;
  width: 618px;
}
div#dm_docs {
	border-top: none !important;
}
div#dm_cats 	{ 
	text-align: left;
	float:left;
	margin-bottom: 0 !important;
	border-bottom: none !important;
	padding: 50px 20px 40px 20px;
}
#dm_docs h3.dm_title img { float: left !important; margin: 0 10px 0 0; }

#dm_docs .dm_row { padding: 0 15px; line-height: 1.2em; width: 98%; }
dl#dm_docs .dm_row {width: 90%;}
#dm_docs .dm_row .dm_details {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
}
#dm_docs i {
	display: none;
}
#dm_docs .dm_row .dm_details div {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: center;
	border: 1px dotted #E0E0E0;
	background: #F8F8F8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#dm_docs .dm_row .dm_details table {
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	border: 1px dotted #D0D0D0;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#dm_docs .dm_row .dm_details td {
	padding: 0 0 5px 5px !important;
	margin: 0 !important;
}

#dm_docs .dm_row .dm_description,
#dm_docs .dm_row .dm_homepage 		{ padding: 0 5px 0 0; margin: 0; }

#dm_docs .dm_row .dm_unpublished,
#dm_docs .dm_row .dm_unapproved,
#dm_docs .dm_row .dm_checked_out 	{ padding: 5px; margin: 5px 0 0 0; height: 15px;}

#dm_docs .dm_row .dm_unpublished 	{ border: 1px dotted red; 	background-color: #FFCCCC; }
#dm_docs .dm_row .dm_unapproved 	{ border: 1px dotted green; background-color: #CCFFCC; }
#dm_docs .dm_row .dm_checked_out 	{ border: 1px dotted blue; 	background-color: #CCCCFF; }


/* ---------- License styles ---------------------------------------- */

#dm_license								{ margin: 25px; }
#dm_license .dm_license_body 			{ }
#dm_license .dm_license_form 			{ margin: 15px 0; padding: 10px; text-align: center; border: 1px dotted #E8E8E8;  }


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

.dm_orderby { /*margin: 10px 0 10px 0px; padding: 3px 1px 0px 10px; height: 17px; background: url(../images/bg-header.png) #F8F8F8 bottom repeat-x; border: 1px solid #eee;*/display: none; }

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

#dm_details {
	clear:left;
	text-align: left;
	float: left;
	margin: 15px 25px;
}

#dm_details img {
	margin: 10px 10px 10px 0px;
}

#dm_details table {
	width: 100%;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-collapse: collapse;
}

#dm_details table caption {
	margin: auto;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

#dm_details table td {
	padding: 5px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

#dm_details table thead 		{ background: url(../images/bg-header.png) #F8F8F8 bottom repeat-x; font-weight: bold; padding: 5px; }
#dm_details table thead td 	{ text-align: left; }
#dm_details table col#prop 	{ width: 25%; }


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

.dm_taskbar {
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	list-style-type: none;
}

.dm_taskbar ul {
	margin: 0 !important;
	padding: 0 !important;
}

.dm_taskbar li {
	float: left !important;
	list-style-type: none !important;
	background-image: none !important;
	padding: 0 5px 0 0 !important;
	margin: 0.5em 0 2px 0 !important;
}
.dm_taskbar li a {
	display: block;
	padding: 4px 15px;
	background: url(../images/button.png) #F8F8F8 bottom repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.dm_taskbar li a:link,
.dm_taskbar li a:visited,
.dm_taskbar li a:hover {
	text-decoration: none;
}
.dm_taskbar li a:link,
.dm_taskbar li a:visited {
	border: 1px solid #cecece;
}
.dm_taskbar li a:hover {
   border-bottom: 1px solid #cecece;
   border-top: 1px solid Gray;
   border-right: 1px solid #cecece;
   border-left: 1px solid Gray;
}

.dm_taskbar li.approve a { border: 1px solid #CCFFCC; }
.dm_taskbar li.publish a { border: 1px solid #FFCCCC; }
.dm_taskbar li.checkin a { border: 1px solid #CCCCFF; }

/* ---------- Toolbar styles --------------------------------------- */

.dm_toolbar    { height: 32px; margin-right: 25px; }
.dm_toolbar li { float: right; background-image: none !important; list-style: none !important; }

.dm_toolbar .dm_btn_save,
.dm_toolbar .dm_btn_cancel { padding: 30px 3px 0px 3px; margin: 0 5px 0 0; display: block; border: 1px solid #FFFFFF; }
.dm_toolbar .dm_btn_save   { background: url(../images/save.png) center top no-repeat; }
.dm_toolbar .dm_btn_cancel { background: url(../images/cancel.png) center top no-repeat; }
.dm_toolbar .dm_btn_cancel:hover,
.dm_toolbar .dm_btn_save:hover   { 
	border-bottom: 1px solid #cecece;
   border-top: 1px solid Gray;
   border-right: 1px solid #cecece;
   border-left: 1px solid Gray;
}
 

/* ---------- Form styles ------------------------------------------ */

.dm_form 						{ margin: 0; padding: 0; }
.dm_form p  					{ text-align: left; }
.dm_form fieldset.dm_button    	{ }
.dm_form select option.label 	{ background-color: #EEE; border: 1px solid #DDD; color : #333; }
.dm_form .editor 				{ float: none;  }

.dm_form fieldset.dm_adminform {
	margin: 0 0 10px 0;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

.dm_form fieldset.dm_adminform p { margin: 10px 0px; }

.dm_form fieldset.dm_adminform legend    {
	font-size: 12px;
	font-weight: bold;
}

.dm_form table.dm_admintable td { padding: 3px; }
.dm_form table.dm_admintable td.dm_key,
.dm_form table.dm_admintable td.dm_paramlist_key {
	background-color: #f6f6f6;
	text-align: right;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#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; }
#dm_frmedit #license-page label  { width: 250px; }

.dm_searchform {
	margin: 20px 0 0 0;
	font-size: 0.75em;
}
.dm_searchform select#search_where {
	height: auto;
	margin: 0;	
}
.dm_searchform td {
	vertical-align: top;
}
.dm_searchform input[type="submit"] {
	float: left;
	margin-top: 15px;
	font-size: 1.25em;
}
.dm_searchform input[type="text"] {
	padding: 5px;
	margin-bottom: 15px;
	font-size: 1em;
}
.dm_searchform select {
	font-size: 0.875em;
}
.dm_searchform select#catid {
	width: 250px;
}

/* ---------- Nav styles ------------------------------------------ */

#dm_nav 	  	{ clear: both; padding-top: 15px; margin-top: 15px; border-top: 2px dotted #ddd;}
#dm_nav div 	{ margin-top: 10px; }

/* --- pane-sliders --- */
.pane-sliders .title {
	margin: 0;
	padding: 2px;
	color: #666;
	cursor: pointer;
}

.pane-sliders .panel   		{ border: 1px solid #ccc; margin-bottom: 3px;}
.pane-sliders .panel h3 	{ background: #f6f6f6; color: #666}

.pane-sliders .content 		{ background: #f6f6f6; }

.pane-sliders .adminlist    { border: 0 none; }
.pane-sliders .adminlist td { border: 0 none; }

.jpane-toggler  span     	{ background: transparent url(../images/j_arrow.png) 5px 50% no-repeat; padding-left: 20px;}

.jpane-toggler-down 		{ border-bottom: 1px solid #ccc; }
.jpane-toggler-down span 	{ background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat; padding-left: 20px;}

/* --- tabs --- */
dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}

/* ---------- Dark styles ---------------------------------------- */
.dm_row.dm_dark 							{ background: url(../images/bg-gradient-dark.png) repeat-x; }
#dm_docs .dm_row .dm_details.dm_dark div,
#dm_docs .dm_row .dm_details.dm_dark table 	{ border: 1px dotted #555; background: none; }
#dm_license .dm_license_form.dm_dark 		{ border: 1px dotted #555;  }
.dm_orderby.dm_dark 						{ background: url(../images/bg-header-dark.png) bottom repeat-x; border: 1px solid #555; }
#dm_details.dm_dark table thead 			{ background: url(../images/bg-header-dark.png) bottom repeat-x; }
.dm_taskbar.dm_dark li a 					{ background: url(../images/button-dark.png) bottom repeat-x; }
.dm_taskbar.dm_dark li a:link,
.dm_taskbar.dm_dark li a:visited 			{ border: 1px solid #555; }