@CHARSET "UTF-8";

/** RADIO CONTAINER FOR RESOURCES ADMIN FIX **/
#searchsort .field_radio .radio_container {
	width: 700px;
	margin-left: 0;
	min-height: 30px;
	}
	#searchsort  .field_radio .radio_container{
		
		float: none;
		
	}
/* found on /resources/index/addresourceinfo */
select[multiple="multiple"] option[label="Select Keywords Category"] {
	font-weight: bold;
	}

/* resource versioning found on resource main pages */
#resource_versions ul {
	list-style: disc;
	font-size: 13px;
	line-height: 2;
	list-style-position: inside;
	list-style: none;
	}
	#resource_versions ul li{
		
		overflow: hidden;
		
	}
	#resource_versions ul .num {
		font-weight: bold;
		margin-right: 40px;
		float: left;
		}
		
	#resource_versions ul .name {
		margin-right: 40px;
		color: #999;
		float: left;
		}
		
	#resource_versions ul .date {
		color: #999;
		font-size: 12px;
		float: right;
		right: 0;
		display: block;
		}
		
	/* only shows in http://demo.mfzf.local/resources/index/editresource/id/77 */
	#resource_versions ul .actions {
		display: block;
		line-height: normal;
		text-indent: 15px;
		border-bottom: 1px solid #B3B3B3;
		padding-bottom: 10px;
		margin-bottom: 5px;
		}
		
	/* will depreciate with large_col */
	.large_col #resource_versions{
		width: 450px;
		}
		
	.large_col #resource_versions .top {
		width: 410px;
		}
		
	.large_col #resource_versions .middle {
		width: 420px;
		}

/* resource admin form styling per #3387 */
#refresh_resource_permissions #roles_field select {
	width: 100%;
	margin-left: 8px;
	float: none;
	}
	
#refresh_resource_permissions fieldset {
	clear: both;
	margin-bottom: 15px;
	width: 460px;
	}
	
	#refresh_resource_permissions fieldset .radio_container {
		width: 170px;
		}
		
	#refresh_resource_permissions fieldset span.label {
		width: 260px;
		}
	
	#refresh_resource_permissions .formfield span.label label,
	#general_settings .formfield span.label label {
		width: auto;
		max-width: 260px;
		text-align: left;
		}
		
	#refresh_resource_permissions .field_radio span.radio_line,
	#general_settings .field_radio span.radio_line {
		min-width: 0;
		}

	#general_settings .field_radio .radio_container {
		width: auto;
		}

#filetype_settings fieldset {
	margin-bottom: 15px;
	}
	
#filetype_settings fieldset .formfield {
	clear: none;
	float: left;
	width: 45%;
	}
	
	#filetype_settings fieldset .formfield span.label {
		margin: 0;
		float: right;
		}
			
		#filetype_settings fieldset .formfield span.label label {
			width: auto;
			min-width: 165px;
			text-transform: lowercase;
			text-align: left;
			padding: 0;
			line-height: 1.4;
			}
		
#filetype_settings fieldset .field_checkbox .checkbox_container {
	padding: 0;
	width: auto;
	float: none;
	float: left;
	}
	
	#filetype_settings fieldset .field_checkbox span {
		margin: 0;
		}
/* end */

.reource_contributor {
	}
	
	.contributor_avatar {
		float: left;
		width: 80px;
		}
		
	.contributor_profile {
		float: right;
		width: 375px;
		}
		
		.contributor_info {
			float: left;
			width: 210px;
			}
			
		.contributor_actions {
			float: right;
			width: 150px;
			}
			
			.contributor_actions ul {
				margin: 0;
				list-style: none;
				}
				
				.contributor_actions ul li {
					border-bottom: 1px solid #9AA2A6;
					clear: both;
					float: left;
					}
			
			.contributor_actions a {
				float: left;
				font-style: oblique;
				height: 26px;
				text-decoration: underline;
				width: 150px;
				}
				
				.contributor_actions a span.icon {
					background-position: 130px center;
					background-repeat: no-repeat;
					float: left;
					height: 10px;
					padding: 8px 0pt;
					width: 150px;
					}
					
			.contributor_profile hr.contributor_hr {
				padding-top: 8px;
				display: block;
				}
				
/*** UPLOADING A RESOURCE PROCESS ***/
#flash_upload {
	float: right;
	width: 300px;
	height: 65px;
	border: 1px solid #CCC;
	}
/*** END UPLOADING A RESOURCE PROCESS ***/

/* custom form on Resources admin modulesettings - bender - may 27, 2010 */
#resourcesformsadminresourcemodulesettingsform #default_resource_sort_field select {
	width: 170px;
	}


/*add privacy styles in admin parker july 8, 2010*/
#addnewprivacy{
	
	overflow: hidden;
	
}
#addnewprivacy fieldset{
	
	clear: both;
	
}
#addnewprivacy .formfield{
	
	width: auto;
	float: left;
	clear: none;
	margin-right: 15px;
	
}
#addnewprivacy .formfield span.label label{
	
	width: auto;
	padding: 0;
	margin-right: 10px;
	float: none;
	
}
	
#addnewprivacy .formfield label{
	
	line-height: 1.3;
	padding: 0;
	width: auto;
	float: none;
	
}
#addnewprivacy .formfield input[type="checkbox"]{
	
	border: none;
	*background: #e5edf0;
}
#addnewprivacy .formfield input[type="checkbox"],
#addnewprivacy .formfield input[type="text"]{
	
	float: left;
	clear: none;
	
}
#addnewprivacy #submit_field{
	
	float: right;
	overflow: auto;
	width: 150px;
	
}

/** EDIT PRIVACY SETTINGS **/

#editprivacysettings,
#createprivacysettings {}
	
	#editprivacysettings fieldset,
	#createprivacysettings fieldset {
		clear: both;
	}
	#editprivacysettings .formfield input[type="checkbox"],
	#createprivacysettings .formfield input[type="checkbox"] {
		clear: none;
		margin: 4px 0 0 38px;
	}
	#editprivacysettings .formfield span.label,
	#createprivacysettings .formfield span.label {
		width: auto !important;
	}
	
