/* Document Channel Controls */
	
	/* Document Channel Listing Control when used in complete doc channel control */
	.sys_theme-simple.sys_documentchannel .sys_documentchannel-control {
	float: left;
	margin:0;
	padding:0;
	width:70%;
	}
	
		/* Title */
		.sys_theme-simple .sys_documentchannel-control .sys_documentchannel-title {}
		
		/* Repeating Item */
		.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem {}

		
		/* Item Summary Wrapper */
		.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_documentchannel-summary {
		}
			
			/* Description */
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dt.sys_documentchannel-description {
			display:none;
			}
			
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dd.sys_documentchannel-description {
			display:block;
			color: #484848;
			margin-bottom:.6em;
			}
				.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dd.sys_documentchannel-description p {margin:0; padding:0;}
				
			/* By */
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dt.sys_documentchannel-by {
			float:left;
			width:20px;
			font-size:90%;
			}
			
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dd.sys_documentchannel-by {
			float:left;
			display:block;
			font-weight:700;
			margin-right:8px;
			font-size:90%;
			}
			
			/* Filesize */
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dt.sys_documentchannel-filesize {
			width:50px;}
			
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dd.sys_documentchannel-filesize {
			float:left;
			display:block;
			margin-right:15px;
			font-weight:700;
			}
			
			/* Date Posted */
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dt.sys_documentchannel-dateposted {
			float:left;
			width:4.2em;}
			
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem dl dd.sys_documentchannel-dateposted {
			float:left;
			display:block;
			font-weight:700;
			margin-right:8px;
			margin-bottom:5px;
			}

			/* Links */
			.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_subitem-links {
			float:right;
			font-size:90%;}
				.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_subitem-links ul {
				list-style-type:none;
				margin:0;
				padding:0;}
				.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_subitem-links ul li {
				float:left;
				margin:0 12px 0 0;
				padding:0 0 .3em 17px;
				height:16px;
				background-position:0 0;
				background-repeat:no-repeat;}
				
				.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_subitem-links ul li.sys_link-upload {
				background-image:url("imgs/document-upload-icon.gif");}
				
				.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_subitem-links ul li.sys_link-edit {
				background-image:url("imgs/document-edit-icon.gif");}
				
				.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_subitem-links ul li.sys_link-delete {
				background-image:url("imgs/document-delete-icon.gif");}
				
				.sys_theme-simple .sys_documentchannel-control .sys_itemslist .sys_subitem .sys_subitem-links ul li a {
				color:#333;
				text-decoration:none;
				font-size:.9em;
				text-transform:uppercase;
				font-weight:700;}
	
	/* Tool bar */
	.sys_theme-simple .sys_button-upload a {
	displa: block;	
	padding: 2px 0 2px 22px;	
	font-weight: 700;	
	background: url("Imgs/document-upload-icon.gif") 0px 50% no-repeat;		
	overflow: hidden;}	
			
	/* Search Options when used in complete doc channel control */
	.sys_theme-simple.sys_documentchannel .sys_documentchannel-search-control {
	float:right;
	width:27%;
	min-height:1em;
	}
		.sys_theme-simple .sys_documentchannel-search-control .sys_search-row, .sys_theme-simple .sys_documentchannel-search-control .sys_search-row {
		margin-bottom:.8em;}
	
			.sys_theme-simple .sys_documentchannel-search-control label {
			width:100%;
			display:block;
			margin:0 0 .2em 0;
			}
			
			.sys_theme-simple .sys_documentchannel-search-control input {
			width:95%;
			}
			
			.sys_theme-simple .sys_documentchannel-search-control select {
			width:98%;
			}
	
	/* Minilist Control */
	.sys_theme-simple .sys_documentchannel-minilist-control {
	width:auto;
	margin:0;
	padding:0;
	float:none;}
		.sys_theme-simple .sys_documentchannel-minilist-control ul.sys_itemslist {
		margin:0;
		padding:0;}
		
		.sys_theme-simple .sys_documentchannel-minilist-control ul.sys_itemslist li {
		background:none;
		border:0 none;
		margin:0;
		padding:0;
		list-style-type:none;
		clear:both;}
			.sys_theme-simple .sys_documentchannel-minilist-control ul.sys_itemslist li {
			margin:0;
			padding:.3em 3px;
			border-bottom:1px solid #b2b2b2;}
						.sys_theme-simple .sys_documentchannel-minilist-control ul.sys_itemslist li.sys_last {
						border-bottom:0 none #b2b2b2;}
	
	/* Standard and Mini Combo Control */
	.sys_theme-simple .sys_documentchannel-standardminicombo .sys_standard-list {
	width:auto;
	margin:0;
	padding:0;
	float:none;}
		.sys_theme-simple .sys_documentchannel-standardminicombo .sys_standard-list .sys_datarepeatercontrol {
		margin:0;}
		
	.sys_theme-simple .sys_documentchannel-standardminicombo .sys_documentchannel-minilist-control {
	width:auto;
	margin:0;
	padding:0;
	float:none;}
		.sys_theme-simple .sys_documentchannel-standardminicombo .sys_documentchannel-minilist-control .sys_datarepeatercontrol {
		margin:0;}
	
	
	/* Favourites */
	
	.sys_theme-simple .sys_documentchannel-control .sys_addtofavlink-control{ padding:0 0 5px; top:-10px; }
	.sys_theme-simple .sys_documentchannel-control .sys_addtofavlink-control a{ clear:both; margin-left:9px; }
	