/* Document Channel CSS */

.sys_documentchannel {position:relative;}

.sys_tools-control {
width:220px ;
height:auto ;
position:absolute;
top:0;
right:0;
text-align:left;
padding-top:2.8em;}


.sys_tools-control .sys_button-subscribe-rss,
.sys_tools-control .sys_button-subscribe-atom, 
.sys_tools-control .sys_button-upload {
	font-size:1.1em;
	font-weight:700;
	padding:.4em 0 .4em 22px;
	display:block;
	clear:both;}
	
	
	.sys_tools-control .sys_button-subscribe-rss {
	background:url("/SiteElements/Images/UI/icons/custom/rss.gif") 0 .35em no-repeat;
	}

.sys_tools-control .sys_button-subscribe-atom {
	background:url("/SiteElements/Images/UI/icons/custom/atom.gif") 0 .35em no-repeat;
	}

.sys_tools-control .sys_button-upload  {
	font-size:1.1em;
	width:100px; 
	padding:5px; 
	cursor:pointer;
	color:#fff;
	font-weight:700;
	background:#0650A3 url("/SiteElements/Images/UI/Forms/SubmitBtnBg.png") 0 0 repeat-x;
	border:1px solid #0650A3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
	top:0;
	left:0;
	position:absolute;
	text-decoration:none;
	}


.sys_documentchannel-search-control {
width:220px ;
height:auto ;
top:100px;
right:0;
position:absolute;}

.sys_documentchannel-control {width:460px;}



/* Searches Specific to Right Column */
			.sys_documentchannel-search-control .sys_search-options {}
			
				.sys_documentchannel-search-control .sys_search-options label, 
				.sys_documentchannel-search-control .sys_search-row-label {
				display:block;
				width:100%;
				padding-bottom:.6em;
				font-size:1.1em;
				font-weight:700;}
			
				.sys_documentchannel-search-control .sys_search-options input {
				margin-bottom:.4em;}
				
				.sys_documentchannel-search-control .sys_search-options .sys_keywords-row input {
				width:184px; margin-bottom:.4em;
				background:url("/SiteElements/Images/UI/Forms/searchBoxBg.png") 0 0 no-repeat;
				padding-left:25px;}
				
				.sys_documentchannel-search-control .sys_search-options select {
				width:215px;
				margin-bottom:.4em;}
				
				.sys_documentchannel-search-control .sys_search-options .sys_keywords-row label,
				.sys_documentchannel-search-control .sys_search-options .sys_keyword-row label {
				display:none;}
				
				.sys_documentchannel-search-control .sys_button-row {
				height:2.5em;}
				
					.sys_documentchannel-search-control .sys_button-row input.sys_button {
					float:right;
					margin:.3em 0;
					display:block; 
					width:80px; 
					height:28px; 
					overflow:hidden; 
					color:#fff; 
					background:transparent url("/SiteElements/Images/UI/SearchBtn2.png") 0 0 no-repeat; 
					text-indent:-999px; 
					line-height:122px; 
					border:0 none; 
					cursor:pointer; 
					padding:0; 
					outline:none;}
					
			.sys_documentchannel-search-control .sys_type-row {
			}
			
			
			
				.sys_documentchannel-search-control .sys_type-row .sys_checkbox, 
				.sys_documentchannel-search-control .sys_type-row .sys_radiobutton {
				min-height:1.6em;
				margin:0;
				padding:0 0 0 5px;
				clear:both;}
				
				.sys_documentchannel-search-control .sys_type-row .sys_checkbox input, 
				.sys_documentchannel-search-control .sys_type-row .sys_radiobutton input  {
				display:block;
				float:left;
				margin:1px 5px 0 0;
				padding:0;
				width:13px;
				height:13px;
				border:0 none;
				}
				
				.sys_documentchannel-search-control .sys_type-row .sys_checkbox label, 
				.sys_documentchannel-search-control .sys_type-row .sys_radiobutton label {
				clear:none;
				color:#333;
				display:block;
				float:left;
				position: relative;
				margin:0;
				padding:0 0 .6em 0;
				width:86%;
				cursor: pointer;
				cursor: hand;
				font-size:1em;
				line-height:1em;
				font-weight:400;}
