/* CSS Document */
  # Example of default set CSS styles (these go into the document header):

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Plugin - DAM FileList
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tx-mmdamfilelist-pi1-image img {
	border: 1px solid #8B8B8B; 
	padding: 4px;
	}

.tx-mmdamfilelist-pi1-table	{
	width: 100%;
	border: 1px solid #E8E8E8;
	margin-left: 0px;
	}
	
.tx-mmdamfilelist-pi1-table	{
	}	
	
.tx-mmdamfilelist-pi1-title, 
	.tx-mmdamfilelist-pi1-cattitle,
	.tx-mmdamfilelist-pi1-file_type {
	/*font-weight: bold;*/
	}
    	
.tx-mmdamfilelist-pi1-table td {
	padding: 10px;
	}	

	
.tx-mmdamfilelist-pi1-table .tx-mmdamfilelist-pi1-title {
	text-align: left;
	vertical-align: top;
	}

.tx-mmdamfilelist-pi1-table .tx-mmdamfilelist-pi1-title a {
	color: #000000;
	margin:5px 0 5px 0;
	padding: 2px 3px 2px 4px;
	text-decoration: none;
	background: #C2C2C2;
	display: block;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width:155px;
	}
	
.tx-mmdamfilelist-pi1-table .tx-mmdamfilelist-pi1-title a:hover{
	text-decoration: underline;
	}

.tx-mmdamfilelist-pi1-file_name {
	text-align: center;
  }

.tx-mmdamfilelist-pi1-file_name img {
	float: left;
  }
  
.tx-mmdamfilelist-pi1-modeSelector table{
	padding: 0px;
	margin: 0px;
	}  

.tx-mmdamfilelist-pi1-modeSelector-SCell a {
	text-decoration: none;
	}

.tx-mmdamfilelist-pi1-modeSelector-SCell a:hover {
	text-decoration: underline;
	}
	
.tx-mmdamfilelist-pi1-viewselector div {
	padding-right: 10px;
	}
	
.tx-mmdamfilelist-pi1-orderselector div,
	.tx-mmdamfilelist-pi1-viewselector div,
	.tx-mmdamfilelist-pi1-modeSelector div {
	display: inline;
	}	
	
/* --- TABS --- */
.tx-mmdamfilelist-pi1-modeselector {
	padding-top: 5px;
	padding-bottom: 10px;
	}
	
.tx-mmdamfilelist-pi1-modeselector .tx-mmdamfilelist-pi1-modeSelector-SCell {
	background-color: #e4ebf1;
	border: 1px solid #a7d4df;
	border-bottom-width: 0px;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	display: inline;
	
	}
	
.tx-mmdamfilelist-pi1-modeselector .tx-mmdamfilelist-pi1-modeSelector-SCell a {
	color: #728799;
	}	
	
.tx-mmdamfilelist-pi1-orderselector .selector-element-n1,
.tx-mmdamfilelist-pi1-orderselector .selector-element-n3,
.tx-mmdamfilelist-pi1-orderselector .selector-element-n5 {
	padding-right: 10px;
	}
		
/*-------------------------------------------------------------------------
* Tree-View
*/

.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-folder a {
	text-decoration: none;
	font-size: 12px;
}

.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-folder img{
	padding-left: 10px;
	vertical-align: middle;
	}
	
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-linktext {
	display: inline;
	padding-left: 12px;
	/* border: 1px solid #ff0000; */
	}

.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-even {
	background-color: #FBFBFB;
	}

.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file {
	/*width: 700px;*/
	padding-left: 20px;
	}
	
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file:hover {
	background-color: #FFFA94;
	}
	
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file img{
	float: left;
	vertical-align: middle;
	padding: 2px;
	}

.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file_name, 
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file_size_kb, 
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file_mtime_mdy,
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-normal_link a,
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-zip_link a
	{
	float: left;
	width: 170px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #E7E7E7;
	text-decoration: none;
	}
	
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file_name {
	font-size:12px;
	}
	
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file_size_kb {
	width: 100px;
	font-size:12px;
	}	
	
.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-file_mtime_mdy {
	width: 100px;
	font-size:12px;
	}

.tx-mmdamfilelist-pi1-tree .tx-mmdamfilelist-pi1-zip_link a {
	text-decoration: none;
	}

/*-------------------------------------------------------------------------
* Browse-Box
*/

.browseBoxWrap	{
	margin-left: 0px;
	margin-right: auto;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.browseBoxWrap	a {
	text-decoration: none;
	}
	
.browseBoxWrap a:hover {
	text-decoration: underline;
	}
	
.browseBoxWrap .activeLinkWrap	{
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	}
/*~ DAM FileList ENDE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
  

.tx-mmdamfilelist-pi1 {
width: 100%;
}
.tx-mmdamfilelist-pi1-listrow-even {
	background-color: #fff;
	}
.tx-mmdamfilelist-pi1-listrow-odd {
	background-color: #ECEBD9;
	}
.damfile_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:#FFFFFF;
	}
.damfile_filename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}
.damfile_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	}
.damfile_title {
font-size: 12px;
}
.damfile_filesize {
	font-size: 10px;
	font-weight:normal;
}
.damfile_datemod {
	font-size: 10px;
	font-weight:normal;
}
.damfile_description {
	font-size: 10px;
	font-weight:normal;
}
.damfile_ziplink {
	font-size: 11px;
	font-weight:bold;
	padding:3px 3px 3px 10px;
	margin: 3px 0 0 0;
	background-color:#CCCCCC;
	background-image: url(templates/images/ilink.gif);
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #fff;
	border-left:1px solid #fff;
	/*width: 150px;*/
}
.damfile_downloadlink {
	font-size: 11px;
	font-weight:bold;
	color: #ee6611;
	padding:3px 3px 3px 10px;
	margin: 3px 0 0 0;
	background-color:#CCCCCC;
	background-image: url(templates/images/ilink.gif);
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #fff;
	border-left:1px solid #fff;
	/*width: 150px;*/
}
.damfile_ziplink a, .damfile_downloadlink a {
	text-decoration: none;
	font-weight:bold;
	color: #ee6611;
}

