/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/*
 * style.css
 *
 * Primary Styles
 *
 * ------Change Log -----
 * Date: 1/22/2018 
 * Description: Some of the Footer div id's updated to active Emergency Link
 * Effective area: Div content under '#ds-footer-links'
 * Changed by: Anoj 
 *
 * ----------------------
 */
 

/*Font size percentages based on the tables at developer.yahoo.com/yui/fonts/ */
h1 {
    font-size: 110%;
	/*font-size: 182%;*/
    color: #1F3F5E;
    text-align: justify;
}

#aspect_statistics_StatisticsTransformer_div_home h1 {
    font-size: 160%;
}

#aspect_statistics_StatisticsTransformer_div_stats h2 {
    color: #1F3F5E;
}

/*Dspace Ver 53 modifications*/
#ds-body h1 {
	font-size: 140%;
}

h2{
    font-size: 123.1%;
}

h3 {
    font-size: 116%;
}

h4 {
    font-size: 108%;
}

h5, h6 {
    font-size: 100%;
}

/*fix for firefox in os x, where selects get the incorrect
height if it's not explicitly set this shouldn't be noticeable in
other browsers*/
select {
    height: 20px;
}

select.multiple {
    height: auto;
}

#ds-header-wrapper {
	
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../../images/branding/header-top-bg.jpg');
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.ksu-ii-header > a {
    display: block;
    height: 100%;
    background-image: url('../../images/branding/branding-text.png'); 
	background-repeat: no-repeat;
	background-position: 50% 55%;
}

.ksu-ii-header {
    background-color: #fff;
    border-bottom-color: #c0c0c0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-top-color: #c0c0c0;
    border-top-style: solid;
    border-top-width: 5px;
    height: 44px;
}

.ksu-page-center {
    position: relative;
    width: 960px;
    margin: auto;
}

#ds-header-logo-link {
    text-decoration: none;
    cursor: pointer;
}

.krexlg{
	float:center;
    width: 200px;
    height: 75px;
    margin-top: 5px;
	margin-left: 10px;
    background-image: url('../../images/KREx_sidebar.jpg');
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-right: 35px;
	position:absolute;
	display: block;
}

#ds-header-logo {
/*	
    float:left;
    width: 166px;
    height: 48px;
    margin-top: 10px;
    background: url('../../images/k-state.png');
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 35px;
	*/
}

#ds-header-logo-text {
    
	float:left;
    width: 350px;
    height: 90px;
 	margin-bottom: 0;
    margin-left: 30px;
    margin-right: 0;
    margin-top: 18px;   

	background-image: url('../../images/branding/kstate_logo.png');
	
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 0px;
	position:relative;
}

#ds-header {

	background: url('../../images/branding/header-masthead-bg.jpg');
	background-repeat: no-repeat;
	position:absolute;
	height: 116px;
}

#ds-search-option-menu1,#ds-search-option-menu2{
	width: 180px;
 	margin-bottom: 0;
    margin-left: 0;
    margin-right: 30px;
    margin-top: 0;   

}

#ds-search-option-menu2.ds-search-box-body {
	width: 650px;
}

label #ds-search-form-scope-all{
	margin-top: 3px;
	margin-bottom: 3px;
}
label #ds-search-form-scope-all2{
    margin-top: 3px;
    margin-bottom: 3px;
}

#ds-header {
	width: 200px;
} 

#ds-search-bottom-link{
	text-align: right;
	padding-right: 3px;
}

#ds-user-box {
    right: 0;
    top: 12px;
    position: absolute;
    color: white;
}

#ds-language-selection {
    right: 0;
    top: 40px;
    position: absolute;
    color: white;
}

#ds-user-box a, #ds-language-selection a {
    color: white;
}

#ds-header-menu-wrapper {
	margin: 0;
    padding: 0;
    border-top: 1px solid #9cacba;
    border-bottom: 1px solid #9cacba;
    min-width: 550px;
	min-height: 53px;
	clear: both;
    position: relative;
	
		/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#7C7B79), to(#333333));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #7C7B79, #333333);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7C7B79, endColorstr=#333333);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7C7B79, endColorstr=#333333)";	
	/* For Internet Explorer 11 */
	background: -ms-linear-gradient(top, #7C7B79, #333333);
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(#7C7B79, #333333);
}

#ds-header-menubar ul {
    list-style: none;
    line-height: 138.5%;
    margin: 0;
    padding: 1px 0;
	padding-bottom: 5px;
}

#ds-header-menubar ul {
    display: inline;
    color: #1f3f5e;
    margin-right: 2px;

}

li {
    list-style-type: none;
}

#ds-trail a {
    color: #1f3f5e;
}

#ds-header-menubar ul{
	
	margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    width: 650px;
	height: auto;
	position: relative;
	clear: both;

	

}

#ds-header-menubar a {
    color: #ffffff;
	text-decoration: none;
}

#ds-menu-home a {
    background-image: url('../../images/branding/Lib-home-bg.jpg');
    background-repeat: no-repeat;
    
    float: left;
    
    position: 0, 0;
    vertical-align: middle;
    width: 180px;
	height: 52px;
}


#ds-menu-about a {
    background-repeat: no-repeat;
    float: left;

    position: absolute;
    vertical-align: middle;
    width: 170px;
	height: 32px;
	text-align: center;
	font-size:15px;
	font-color: #fff;
	margin-top: 18px;
	font-family:  Arial;
	letter-spacing: 0.0525em;
}



#ds-menu-digital a {
    background-repeat: no-repeat;
    float: left;
	margin-left: 160px;

    
    position: absolute;
    vertical-align: middle;
    width: 160px;
	height: 32px;
	text-align: center;
	font-size:15px;
	font-stretch: expanded;
	font-color: #fff;
	margin-top: 18px;
		font-family:  Arial;
	letter-spacing: 0.0525em;
}


#ds-menu-faculty a {
    background-repeat: no-repeat;
    float: left;
	margin-left: 330px;

    position: absolute;
    vertical-align: middle;
    width: 145px;
	height: 32px;
	text-align: center;
	font-size:15px;
	font-stretch: expanded;
	font-color: #fff;
	margin-top: 18px;
		font-family:  Arial;
	letter-spacing: 0.0525em;
}


#ds-menu-student a {
    background-repeat: no-repeat;
    float: left;
    margin-left: 475px;

    position: absolute;
    vertical-align: middle;
    width: 148px;
	height: 32px;
	text-align: center;
	font-size:15px;
	font-stretch: expanded;
	font-color: #fff;
	margin-top: 18px;
	font-family:  Arial;
	letter-spacing: 0.0525em;
}

#ds-menu-etdr a {
    background-repeat: no-repeat;
    float: left;
	margin-left: 623px;
	/*
    margin-bottom: 40px;
    margin-left: 1270px;
    */
    position: absolute;
    vertical-align: middle;
    width: 140px;
	height: 32px;
	text-align: center;
	font-size:15px;
	font-stretch: expanded;
	font-color: #fff;
	margin-top: 18px;
	font-family:  Arial;
	letter-spacing: 0.0525em;
	
}



#ds-trail-wrapper {
    background-color: #EEEDE9;
    margin: 0;
    /*border-top: 1px solid #9cacba;*/
    /*border-bottom: 1px solid #9cacba;*/
    min-width: 950px;
	
		/* For WebKit (Safari, Google Chrome etc) 
	background: -webkit-gradient(linear, left top, left bottom, from(#7C7B79), to(#474546));*/
	/* For Mozilla/Gecko (Firefox etc) 
	background: -moz-linear-gradient(top, #7C7B79, #474546);*/
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7C7B79, endColorstr=#474546);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7C7B79, endColorstr=#474546)";
}

#ds-trail {
    list-style: none;
    line-height: 138.5%;
    margin: 0;
    padding: 1px 0;
	padding-bottom: 5px;
}

#ds-trail li {
    display: inline;
    color: #1f3f5e;
    margin-right: 2px;

}

.ds-trail-arrow {
	font-stretch: ultra-condensed;
	font-size: 14px;
}

#ds-trail a {
    color: #1f3f5e;
}

#ds-trail,
#ds-header,
#ds-footer,
#ds-content {
    width: 950px;
    margin: auto;
    position: relative;
}

#no-js-warning,
#ds-header-menubar {
    width: 970px;
    margin: auto;
    position: relative;
}

#ds-content-frame {
    width: 970px;
    margin: auto;
    position: relative;
	background-color: #FFF;
}

#ds-trail-wrapper-frame {
    width: 970px;
    margin: auto;
    position: relative;
	background-color: #FFF;
    padding-top: 8px;
	
}

#ds-footer{
 height: 75px;
}

#ds-content-wrapper{
/*background:transparent;
background-color: #333;*/

background-color: #EEEDE9;
}


/*ie6 uses quirks mode for strict xhtml pages, and in quirks mode margin: auto; doesn't center things*/
.ie6 #no-js-warning-wrapper,
.ie6 #ds-trail-wrapper,
.ie6 #ds-header-wrapper,
.ie6 #ds-footer-wrapper,
.ie6 #ds-content-wrapper {
    text-align: center;
}

.ie6 #ds-trail,
.ie6 #ds-header,
.ie6 #ds-footer,
.ie6 #ds-content {
    margin: 0;
    text-align: left;
}

/* --- Orig code--- 
#ds-footer-wrapper {
    margin-top: 40px;
}
*/

#ds-footer-wrapper {
    
	background-color: #512888;
    background-image: linear-gradient(#512888, #3d2361);
    clear: both;
    height: 80px;
    position: relative;
    /*z-index: -1;*/
	
		
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#512888), to(#3d2361));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #512888, #3d2361);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#512888, endColorstr=#3d2361);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#512888, endColorstr=#3d2361)";
}

/* 
#ds-footer {
    border-top: 1px solid #9CACBA;
    padding-top: 10px;
    font-size: 93%;
    line-height: 1.6em;
}*/


#ds-footer-right span.theme-by{
    display: inline-block;
    vertical-align: top;
	
	padding-top: 5px;
	padding-right: 6px;
}

/*
#ds-footer-links {
    padding-top: 0px;
}

#ds-footer-links a {
	color: #E8E8E8;
	text-decoration: none;
}
*/
/*
#ds-footer-links, #ds-footer-links a:link {
    color: white;
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

*/
/*#ds-footer-contact1, #ds-footer-contact1 a { */


.footer-notes {
    width: 700px;
}

#ds-footer-links, #ds-footer-links a {
padding-top: 0.5px;
    color: white;
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
	font-size: 101%;
	text-decoration: none;
    /*line-height: 2.2;*/
}

/*#ds-footer-contact1, #ds-footer-contact1 a {*/
#ds-footer-contact1 {
width: 120px;
margin-top: 20px;
margin-left: 30px;

}

/*#ds-footer-emergency, #ds-footer-emergency a {*/
#ds-footer-emergency {
width: 120px;
margin-left: 205px;
margin-top: -16px;
}

/*#ds-footer-notice, #ds-footer-notice a {*/
#ds-footer-notice {
/*padding-left: 155px;*/
margin-top: -16px;
margin-left:385px;
}


#ds-footer-adds li a, #ds-footer-adds li a active, #ds-footer-adds li a hover, #ds-footer-adds li a:link, #ds-footer-adds li a:visited {
    color: #aca697;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
	text-decoration: none;
}

a, a:active, a:visited {
    color: #512888;
}

#ds-footer-adds li {
	margin-top: 8px;
	color: #aca697;
    display: block;
    float: left;
    margin-right: 23px;
}
ul li {
    font-size: 13px;
}

.footer-social {
    width: 230px;
	height: 35px;
	
	float: right;
    margin-right: 1px;
	margin-bottom: 40px;
}

li#ksu-social-facebook, #ksu-social-facebook a {
    display: block;
    height: 29px;
    width: 29px;
	display: block;
    float: left;
	margin-left: 20px;
    margin-right: 30px;
	margin-bottom: 40px;
	
    vertical-align: middle;
	background-image: url('../../images/branding/facebook.png');
	background-repeat: no-repeat;
	position:absolute;
}

li#ksu-social-twitter, #ksu-social-twitter a {
   
    vertical-align: middle;
	background-image: url('../../images/branding/twitter.png');
	background-repeat: no-repeat;
	position:absolute;
	display: block;
    height: 29px;
    width: 29px;
	display: block;
    float: left;
	
	margin-left: 60px;
    margin-right: 30px;
	margin-bottom: 40px;
} 

li#ksu-social-youtube, #ksu-social-youtube a {
   
    vertical-align: middle;
	background-image: url('../../images/branding/youtube.png');
	background-repeat: no-repeat;
	position:absolute;
	display: block;
    height: 29px;
    width: 29px;
	display: block;
    float: left;
	
	margin-left: 100px;
    margin-right: 30px;
	margin-bottom: 40px;
} 

li#ksu-social-foursquare, #ksu-social-foursquare a {
   
    vertical-align: middle;
	background-image: url('../../images/branding/foursquare.png');
	background-repeat: no-repeat;
	position:absolute;
	display: block;
    height: 29px;
    width: 29px;
	display: block;
    float: left;
	
	margin-left: 140px;
    margin-right: 30px;
	margin-bottom: 40px;
} 

li#ksu-social-google-plus, #ksu-social-google-plus a {
   
    vertical-align: middle;
	background-image: url('../../images/branding/google-plus.png');
	background-repeat: no-repeat;
	position:absolute;
	display: block;
    height: 29px;
    width: 29px;
	display: block;
    float: left;
	
	margin-left: 180px;
    margin-right: 30px;
	margin-bottom: 40px;
} 


/* treeview style  
#ds-options div.gu-hide,#dspace-options div.gu-hide {display: none;} */

#home-address-wrapper {
	margin-top: -10px;
}

#home-address-wrapper p {
	margin-bottom:3px;
	margin-left: 10px;
	margin-top: -2px;
}

.home-box-body{
	margin-top:20px;
}

/*make transparent PNGs invisible in IE6 until PNG-fix is applied*/
.ie6 #ds-header-logo,
.ie6 #ds-footer-logo {
    visibility: hidden;
}


#ds-body {
    float: right;
    width: 675px;
    padding-top: 10px;
	padding-bottom: none;
}

#ds-options-wrapper {
    float: left;
    width: 249px;
    padding-top:2px;
	padding-bottom: 15px;
}

#ds-options {
    padding: 0;
}

#ds-page-about {
	margin-top:10px;
	margin-bottom: 25px;
}

#ds-page-about h2 {
	margin-top: 18px;
	margin-bottom: 5px;
}

/*DSpace 53 Enhancements set to hide the header and content*/
h1.ds-option-set-head {
    /*margin-top: 20px;
    background-color: #f0f2f5;
    padding: 3px 10px;
    border: 1px solid #d8e8eb;
    border-bottom: none;
    font-size: 108%;
	
	-------------*/
	display: none;
	width: 245px;
    padding: 2px 3px 4px 0;
	margin: 9px 0 0 0;
    color: #4F2682;
    border: 1px solid #d8e8eb;
    border-bottom: none;
    font-size: 108%;
	
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#D2C9DF), to(#B5A7C9));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #D2C9DF, #B5A7C9);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D2C9DF, endColorstr=#B5A7C9);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D2C9DF, endColorstr=#B5A7C9)";
	
}

#ds-search-option-head{
    margin-top: 0;
	/*display: none;*/
	
	/*newly added in DSpace 53*/
	padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
	
}

div.ds-option-set {
    border: 1px solid #d8e8eb;
    /*border-top: none;*/
}
/*Browse*/
div.ds-option-set{
	border: 5px solid #e2dfd6;
	/*background-color: #ebebeb;*/
	background-color: #e2dfd6;
	border-radius:10px;
	
	padding-bottom: 8px;
	font-color: #512888;
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
	margin-top: 10px;
}

#ds-options{
	padding-top: 1px;
}

/*Not Working 
#aspect_statistics_Navigation_list_statistics.ds-option-set {
	padding-top: 25px;
}*/

#aspect_statistics_Navigation_list_statistics.ds-option-set ul.ds-simple-list sublist li.ds-simple-list-item{
	padding-bottom: 30px;
	padding-top: 30px;
}

/*KREx address box - OLD Stats box*/
#aspect_statistics_Navigation_list_statistics.ds-option-set{
	margin-top: 10px;
}

#aspect_statistics_Navigation_list_statistics ds-option-set{
	margin-top: 155px;
}

/*Login*/
#aspect_viewArtifacts_Navigation_list_account.ds-option-set{
	padding-top: 5px;
}

div.ds-options ul.ds-simple-list sublist li.ds-simple-list-item{
	padding-top: 15px;
	margin-top: 155px;
}

div.ds-option-set ul {
    list-style: none;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.ds-option-set .ds-address-head {
    font-weight: bold;
    font-size: 105%;
	padding-top: 10px;
    padding-left: 10px;
}

div.ds-option-set .ds-sublist-head {
    font-weight: bold;
    font-size: 105%;
	padding-bottom: 5px;
	padding-top: 10px;
}

div.ds-option-set .ds-simple-list {
 	padding-left: 1px;
}

div.ds-option-set ul.sublist {
    margin-left: 0px;
	line-height: 170%;
    padding-top: 0;
    padding-bottom: 0;
}

div#ds-feed-option li
{
    padding-top: 4px;
}
/*
div#ds-feed-option a
{
    padding: 0px 0px 2px 20px;
}*/

.studentworks li{
	margin-bottom: 10px;
}

#facultyworks h3{
	margin-bottom: 7px;
}

#facultyworks li{
	margin-bottom: 6px;
}

#facultyworks h3 li{
	margin-bottom: 10px;
}

#facultyworks h2{
	margin-bottom: 8px;
	margin-top: 20px;
}


#home-address-links {
	padding-left: 10px;
}

#ds-search-option {

    padding: 1px;
	display: none;
	
}

#ds-search-box {
    right: 0;
    top: 35px;
    position: absolute;
    color: white;
}

#ds-search-box a{
    color: white;
	text-decoration: none;
}

#ds-search-form,#ds-search-form2,#ds-search-form3{
    /*text-align: left;*/
	margin-bottom: 1px;
    width: 100%;
    margin-right: 20px;
}

#ds-search-form input.ds-text-field,#ds-search-form3 input.ds-text-field{
	width: 168px;
 }

 /* Body search field */
#ds-search-form2 input.ds-text-field-body,#ds-search-form3 input.ds-text-field-body{
	width: 550px;
	height: 32px;
        border: 2px solid #A9A8AD;
        border-radius: 7px;

        -webkit-border: 2px transparent #333333;
        -webkit-border-radius: 7px;
                -moz-border: 2px transparent #333333;
        -moz-border-radius: 7px;

}

#ds-search-form2 input.ds-button-field {
    margin-left: 6px;
}

#event-line h3{
	margin-left: 8px;
}

#event-line hr{
	height: 6px;
    border: 0;
    box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.5);
	margin-top: 4px;
}

#ds-advance-search-body-link{
	margin-left: 450px;
}

#ds-search-form input.ds-text-field,
#ds-search-form2 input.ds-button-field, #ds-search-form3 input.ds-button-field
{
    margin-bottom: 3px;
}

p {
    margin-bottom: 5px;
	text-align: justify;
}

#aspect_eperson_EditProfile_list_form,
.submission fieldset.ds-form-list,
.administrative fieldset.ds-form-list {
    margin-bottom: 25px;
}

.primary {
    margin-top: 10px;
    margin-bottom: 30px;
}

ol {
    margin: 0;
    list-style: none;
}

th,
td {
    padding: 5px;
    vertical-align: middle;
	padding-left: 10px;
}

.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li {
    background-color: #6d859c;
    border: 1px solid #1F3F5E;
    padding: 2px 5px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.ds-button-field[disabled="disabled"],
.ds-button-field.disabled,
li.button.disabled input {
    opacity: 0.35;
    cursor: auto;
}

#aspect_eperson_StartRegistration_list_registration-progress li {
    cursor: default;
}

#aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: inherit;
    border: none;
    color: inherit;
    font-weight: normal;
}

.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow,
.ie7 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: #FFFFFF;
    color: #444444;
}

.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    padding-top: 5px;
}

ul.ds-progress-list {
    margin: 0 0 10px 0;
    padding: 2px 0;
    text-align: center;
}

ul.ds-progress-list li {
    font-weight: bold;
    overflow: hidden;
    display: inline;
    padding: 0;
    margin: 0;
    max-width: 400px;
}

ul.ds-progress-list li.button {
        padding: 0;
}

ul.ds-progress-list li.button input.ds-button-field {
        font-size: 77%;
}

.ie6 ul.ds-progress-list li.button input.ds-button-field,
.ie7 ul.ds-progress-list li.button input.ds-button-field {
    padding-left: 0;
    padding-right: 0;
}

ul.ds-progress-list li.current input.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li.current {
    background-color: #499c73;
    border: 1px solid #1f5e3f;
}

ul.ds-progress-list li.disabled input.ds-button-field
#aspect_eperson_StartRegistration_list_registration-progress li.disabled {
    background-color: #F0F2F5;
    border: 1px solid #D8E8EB;
    color: #444444;
    cursor: default;
}

.ie6 .disabled,
.ie6 li.disabled input,
.ie7 .ds-button-field.disabled,
.ie7 li.button.disabled input,
.ie8 .ds-button-field.disabled,
.ie8 li.button.disabled input {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
    zoom: 1;
    cursor: auto;
}


ul.ds-progress-list li.arrow {
        border: none;
        background: none;
        font-size: 116%;
        font-weight: normal;
        margin-left: 3px;
        margin-right: 3px;
}

.ie6 ul.ds-progress-list li.arrow {
    height: 25px;
    width: 25px;
    margin: 0;
}

textarea.ds-textarea-field,
input.ds-text-field,
input.ds-file-field,
input.ds-button-field,
input.ds-password-field {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 93%;
}

textarea.ds-textarea-field,
input.ds-text-field,
input.ds-password-field {
    padding: 3px;
    border: 1px solid #AAAAAA;
}

.ie6 input.ds-text-field,
.ie6 input.ds-password-field {
    font-size: 85%;
    height: 22px;
}

.submission .ds-form-list input.ds-text-field,
.administrative .ds-form-list input.ds-text-field,
textarea.ds-textarea-field {
    width: 500px;
}

table textarea.ds-textarea-field {
    width: 400px;
}

#aspect_administrative_item_EditItemMetadataForm_field_value {
    width: 570px;
}

#aspect_administrative_registries_EditMetadataSchema_list_edit-schema-new-field-form .ds-text-field,
#aspect_administrative_item_EditItemMetadataForm_field_language,
.ds-composite-component input.ds-text-field {
    width: auto;
}

textarea.ds-textarea-field:focus,
input.ds-text-field:focus,
input.input.ds-password-field:focus {
    border-color: #5F9DE4;
}

/*
 * Show a blue glow around a focused text field
 * only target browsers that support rgba colors and boxshadows
 * see http://www.modernizr.com/docs/
 */
.rgba.boxshadow textarea.ds-textarea-field:focus,
.rgba.boxshadow input.ds-text-field:focus,
.rgba.boxshadow input.ds-password-field:focus {
    -moz-box-shadow:0 0 8px rgba(95, 158, 212, 0.5);
    -webkit-box-shadow:0 0 8px rgba(95, 158, 212, 0.5);
    box-shadow:0 0 8px rgba(95, 158, 212, 0.5);
    border-color:rgba(95, 158, 212, 0.75);
    outline:medium none;
}

span.error {
    clear: both;
    display: block;
    color: #c22121;
    font-size: 0.9em;
    margin-top: 3px;
}

textarea.ds-textarea-field.error,
input.ds-text-field.error,
input.ds-password-field.error {
    border-color: #c22121;
    background-color: #fff2f2;
}

.rgba.boxshadow textarea.ds-textarea-field.error:focus,
.rgba.boxshadow input.ds-text-field.error:focus,
.rgba.boxshadow input.ds-password-field.error:focus {
    -moz-box-shadow:0 0 8px rgba(194, 33, 33, 0.5);
    -webkit-box-shadow:0 0 8px rgba(194, 33, 33, 0.5);
    box-shadow:0 0 8px rgba(194, 33, 33, 0.5);
    border-color:rgba(194, 33, 33, 0.75) !important;
    outline:medium none;
}


.ds-form-list {
    margin-top: 15px;
}

.submission h2,
.ds-form-list legend{
    font-size: 182%;
    margin-bottom: 15px;
    color: #1F3F5E;
}

.ds-form-item legend {
    font-size: 100%;
    margin:0;
    color: inherit;
}

fieldset ol {
    margin: 0;
	width: 635px;
}

li.ds-form-item {
    list-style: none;
    margin-bottom: 35px;
    vertical-align: middle !important;
    position: relative;
    clear: left;
}

li.ds-form-item.last {
    margin-bottom: 0;
}

li.ds-form-item .ds-form-label{
    font-weight: bold;
    font-size: 123.1%;
}

li.ds-form-item label.ds-composite-component{
    display: block;
    float: left;
    font-size: 93%;
    padding:0 8px 0 0;
}

li.ds-form-item label.ds-composite-component input.ds-text-field{
    font-size: 100%;
    width: 242px;
}

li.ds-form-item .ds-select-field {
    margin-top: 5px;
	width: 645px;
}

.ds-add-button,
label.ds-composite-component .ds-select-field {
    margin-top: 6px;
    margin-bottom: 6px;
}

li.ds-form-item label.ds-composite-component.last{
    padding:0;
}

.ds-add-button {
    vertical-align: top;
    margin-left: 8px;
}


.ds-form-content input.ds-button-field {
    font-size: 93%;
}

select#aspect_submission_submit_SelectCollectionStep_field_handle {
    max-width: 350px;
}

#aspect_submission_StepTransformer_field_dc_date_issued_year,
#aspect_submission_StepTransformer_field_dc_date_issued_day {
    width: 50px;
}

#aspect_submission_StepTransformer_field_dc_identifier_value {
    width: 130px;
    margin-bottom: 0;
}

span.composite-help,
span.field-help {
    display: block;
    font-size: 93%;
    margin-top: 3px;
    width: 506px;
    text-align: justify;
}

.ds-checkbox-field input,
.ds-radio-field input {
    margin-left: 0;
}

.ds-checkbox-field label,
.ds-radio-field label {
    margin-right: 3px;
}
/*hide the double label for checkboxes & radio buttons*/
.ds-checkbox-field legend,
.ds-radio-field legend {
    display: none;
}

.ds-previous-values {
    margin-top: 10px;
    clear: both;
}

#aspect_submission_Submissions_div_submissions .ds-static-div,
.submission .ds-form-sublist ol {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    margin-top: 3px;
    margin-bottom: 30px;
    padding: 10px;
}

#aspect_submission_Submissions_div_submissions table,
#aspect_submission_Submissions_div_submissions table tr,
#aspect_submission_Submissions_div_submissions table td,
#aspect_submission_Submissions_div_submissions table th {
    background-color: #FFFFFF;
    border: 1px solid #9CACBA;
}

#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row, 
#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row th {
    background-color: #B6C8D9;
    border: 1px solid #9CACBA;
    
}

.submission .ds-form-sublist li.ds-form-item {
    margin-bottom: 5px;
}

.submission .ds-form-sublist .ds-form-label {
    font-weight: bold;
}


.administrative.tabbed ul.horizontal {
    list-style: none;
    margin: 15px 0 0;
    border-bottom: 1px solid #9cacba;
}

.administrative.tabbed ul.horizontal li{
    float: left;
    border: 1px solid #9cacba;
    padding: 5px;
    margin-bottom: -1px;
    margin-right: 7px;
    border-bottom: none;
}

.administrative.tabbed ul.horizontal li a{
    text-decoration: none;
    color: #444444;
}

.administrative.tabbed ul.horizontal li.active-tab{
    background-color: #fafafa;
    z-index: 1;
    font-weight: bold;
}

.pane {
    padding: 10px;
    clear: both;
    background-color: #fafafa;
    border: 1px solid #9cacba;
    margin-bottom: 25px;
    margin-top: 0;
}

.pane .ds-form-list {
    margin-top: 0;
}

.administrative.tabbed .pane {
    border-top: none;
}

.pagination,
.pagination-masked {
    padding: 7px;
    background-color: #e2dfd6;
    border: 1px solid #ebebeb;
    line-height: 1em;
    vertical-align:middle;
}

#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_main-recent-submissions {
	padding-bottom: 15px;
}

#aspect_discovery_recentSubmissions_RecentSubmissionTransformer_div_recent-submissions {
	padding-bottom: 10px;
}

.pagination-links {
    list-style: none;
    float: right;
    margin: 0;
}

.pagination-links li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

.current-page-link {
    font-weight: bold;
    color: #1F3F5E;
}

.current-page-link a{
    color: #1F3F5E;
}

.pagination-info {
    float: left;
    margin:0;
}

.pagination-masked.top {
    margin-top: 5px;
}

.ds-artifact-list {
    list-style: none;
    margin: 0;
    line-height: 153.9%;
}

.file-wrapper,
.ds-artifact-item {
    padding-top: 12px;
    padding-bottom: 0.1px;
}

#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results .ds-artifact-item {
    padding: 5px;
	border: 1px solid #E5E3E4;
}
#aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results .ds-artifact-item.odd{
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4E4E4));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E4E4E4);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E4E4E4)";
}

#aspect_browseArtifacts_CommunityBrowse_div_community-browse, #aspect_browseArtifacts_CollectionBrowse_div_collection-browse{
	display: none;
}


#aspect_discovery_SiteRecentSubmissions_div_site-home .ds-div-head{
	font-size: 110%;
	/*background-color: #F0E6FF;
	background-color-opacity: 90%;*/
}

.ds-div-head{
	padding-bottom: 5px;
}

#aspect_discovery_SiteRecentSubmissions_div_site-home {
padding-bottom: -10%;
}

.ds-artifact-item.collection,
.ds-artifact-item.community {
    padding-top: 1px;
    padding-bottom: 1px;
}

.community .artifact-title a {
    font-weight: bold;
}

.collection .artifact-title a {
    font-weight: normal;
}

#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .short-description, #aspect_discovery_SiteRecentSubmissions_div_site-home .short-description {
    display: none;
}

#aspect_artifactbrowser_SimpleSearch_div_search-results li, #aspect_discovery_SimpleSearch_div_search-results li, #aspect_artifactbrowser_AdvancedSearch_div_search-results li {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
#aspect_discovery_SimpleSearch_div_search-results li{
	padding-top: 5px;
    padding-bottom: 5px;
}
*/

#aspect_discovery_SimpleSearch_div_search-results.h3.ds-head{
    padding-top: 10px;
    padding-bottom: 10px;
}

#aspect_artifactbrowser_SimpleSearch_div_search-results ul, #aspect_discovery_SimpleSearch_div_search-results ul, #aspect_artifactbrowser_AdvancedSearch_div_search-results ul {
    margin-bottom: 25px;
}

.artifact-title {
    font-size: 100%;
    /*text-align: justify;	*/
	padding-bottom: 8px;
}

#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser p.ds-paragraph{
	padding-bottom: 8px;
}

.result-query,
.artifact-info {
    /*color: gray;*/
	color: #000000;
}

.artifact-abstract {
    text-align: justify;
	/*visibility: hidden;*/
	/*font-size: 0.1%;
	display: none;*/
}

.artifact-preview {
	display: none;
}

ul.alphabet {
    list-style: none;
    margin: 0;
}

ul.alphabet li {
    display:inline;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item {
    float: left;
    margin: 0;
    margin-right: 25px;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item a {
    margin-left: 20px;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last {
    clear: left;
}


#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last .ds-form-label{
    display: none;
}

td select.ds-select-field {
    margin-left: 5px;
}

form.search,
div.discoverySearchBox
{
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
}

form.search label,
div.discoverySearchBox label
{
    font-weight: bold;
}

form.search p.ds-paragraph.button-list,
div.discoverySearchBox p.ds-paragraph.button-list
{
    text-align: center;
    margin: 0;
}

form.search fieldset,
div.discoverySearchBox fieldset {
    margin: 0;
}

form.search .ds-form-item,
div.discoverySearchBox .ds-form-item
{
    margin: 0;
    padding-bottom: 5px;
}

form.search .ds-form-item select,
div.discoverySearchBox .ds-form-item select
{
    margin-top: 0;
}

form.search label.ds-composite-component .ds-select-field,
div.discoverySearchBox label.ds-composite-component .ds-select-field
{
    margin-top: 6px;
}

form.search .ds-form-item label,
div.discoverySearchBox .ds-form-item label
{
    font-size: 100%;
}

form.search .ds-form-content,
div.discoverySearchBox .ds-form-content
{
    display: inline;
}

form.search table input.ds-text-field,
div.discoverySearchBox table input.ds-text-field
{
   margin: 0;
}

form.search .field-help,
div.discoverySearchBox .field-help
{
    margin: 3px 0;
}

.collection .search,
.community .search {
    margin-top: 20px;
}

#aspect_discovery_CollectionSearch_p_search-query,
#aspect_discovery_CommunitySearch_p_search-query{
    margin-bottom:0;
}

.result-query {
    margin-bottom: 30px;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry,
#aspect_submission_Submissions_table_unfinished-submissions,
#aspect_submission_Submissions_table_submissions-inprogress,
#aspect_submission_Submissions_table_completed-submissions,
table.detailtable {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr,
#aspect_submission_Submissions_table_unfinished-submissions tr,
#aspect_submission_Submissions_table_submissions-inprogress tr,
#aspect_submission_Submissions_table_completed-submissions tr,
table.detailtable tr {
    line-height: 1.6em;
    border: 1px solid #ebebeb;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.even,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.even,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.even,
#aspect_submission_Submissions_table_unfinished-submissions tr.even,
#aspect_submission_Submissions_table_submissions-inprogress tr.even,
#aspect_submission_Submissions_table_completed-submissions tr.even,
table.detailtable tr.even {
    background-color: #fafafa;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields td,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table td,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry td,
#aspect_submission_Submissions_table_unfinished-submissions td,
#aspect_submission_Submissions_table_submissions-inprogress td,
#aspect_submission_Submissions_table_completed-submissions td,
table.detailtable td {
    padding: 5px 10px;
    text-align: justify;
    border: 1px solid #ebebeb;
    vertical-align: top;
	text-transform: inherit;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.ds-table-header-row,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.ds-table-header-row,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.ds-table-header-row,
#aspect_submission_Submissions_table_unfinished-submissions tr.ds-table-header-row,
#aspect_submission_Submissions_table_submissions-inprogress tr.ds-table-header-row,
#aspect_submission_Submissions_table_completed-submissions tr.ds-table-header-row {
    border: none;
}


#aspect_eperson_LDAPLogin_list_ldap-login {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #732799;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

#aspect_eperson_LDAPLogin_list_ldap-login .ds-form-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

#aspect_eperson_LDAPLogin_list_ldap-login .ds-form-item {
    margin-bottom: 10px;
}

#aspect_eperson_LDAPLogin_field_username, #aspect_eperson_LDAPLogin_field_ldap_password {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: none;
    border-top-width: 0;
    color: #333333;
    font-size: 18px;
    height: 35px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 350px;
}

#aspect_eperson_LDAPLogin_field_submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #50017c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: none;
    border-top-width: medium;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 80px;
}

table.detailtable td.label-cell {
    font-weight: bold;
    text-align: left;
    width: 100px;
}

div.item-summary-view-metadata h1,
div.item-summary-view-metadata h2 {
    /*line-height: normal;
	text-rendering: optimizelegibility;*/
	color: #371666;
    font-size: 16px;
}

div.item-summary-view-metadata {
    text-align: justify;
	line-height: 161.6%;
    margin-bottom: 30px;
}

div.simple-item-view-other-puburl {
    text-align: left;
	line-height: 161.6%;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.simple-item-view-authors {
    font-size: 100%;
    font-weight: bold;
    border-bottom:1px solid #D8E8EB;
    padding-bottom: 2px;
    /*margin-bottom: 20px;*/
    text-align: justify;
}

div.simple-item-view-authors span{
    text-align: justify;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.item-summary-view-metadata p.item-view-toggle-bottom,
div.simple-item-view-description, 
div.simple-item-view-abstract{
    margin-top: 20px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2{
    border-bottom:1px solid #D8E8EB;
    margin-bottom: 5px;
}

div.simple-item-view-description {
	/*border-top:1px solid #D8E8EB;*/
    border-bottom:1px solid #D8E8EB;
    margin-bottom: 20px;
	margin-top: 4px;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.simple-item-view-abstract{
	/*border-top:1px solid #D8E8EB;*/
	border-bottom:1px solid #D8E8EB;
    margin-bottom: 20px;
	margin-top: 4px;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.item-summary-view-metadata h1{
    /*border-bottom:1px solid #D8E8EB; */
    padding-bottom: 5px;
}

/*div.simple-item-view-other-keyword .spacer{*/
div.simple-item-view-other-keyword {
    border-bottom:1px solid #D8E8EB;
    margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 15px;
}

div.simple-item-view-other-uri{
    margin-top: 20px;
}

div.simple-item-view-other {
	padding-bottom: 3px;
}

div.simple-item-view-rights {
/*	border-bottom-color: #d8e8eb;
    border-bottom-style: solid;
    border-bottom-width: 1px;*/
	padding-bottom: 5px;
	padding-top: 15px;
}

div.simple-item-view-rights-embargo{
   display: none;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2 {
    margin-bottom: 10px;
	padding-bottom: 3px;
}

div.spacer{
    height: 15px;
}

.file-metadata {
    float: left;
    margin-left: 25px;
	line-height: 161.6%;
}

.thumbnail-wrapper {
    float: left;
    margin-right: 5px;
}

.file-link {
    float: left;
    margin-right: 5px;
	max-height: 10px;
	padding-top: 5px;
}

.item-metadata {
    float: left;
}

.file-metadata {
    width: 500px;
}

.file-metadata-fname{
	margin-top: 20px;
}

.file-metadata span,
.item-metadata span {
    float: left;
}

/*
.file-restricted{
	
}
*/
.item-metadata span.content span {
    float: none;
}

.file-metadata span.bold,
.item-metadata span.bold {
    width: 80px;
    clear: left;
    text-align: right;
    margin-right: 7px;
}

#ds-system-wide-alert,
.notice {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #bfc221;
    background-color: #fffff2;
}

.notice.success
{
    border-color: #21c221;
    background-color: #f2fff2;
}

#ds-system-wide-alert,
.notice.failure
{
    border-color: #c22121;
    background-color: #fff2f2;
}

#ds-system-wide-alert p {
    margin: 0;
}

#aspect_artifactbrowser_CommunityViewer_div_community-home h2,
#aspect_artifactbrowser_CollectionViewer_div_collection-home h2 {
    margin-top: 15px;
    border-bottom:1px solid #D8E8EB;
    margin-bottom: 10px;
}

/*DSpace 53 upgrade community browse and description
#aspect_artifactbrowser_CommunityViewer_div_community-home {
	display: aspect_artifactbrowser_CommunityViewer_div_community-home;
}

#aspect_artifactbrowser_CommunityViewer_div_community-home > #aspect_artifactbrowser_CommunityViewer_div_community-view {
	display: table-header-group;
}

#aspect_artifactbrowser_CommunityViewer_div_community-home > #aspect_artifactbrowser_CommunityViewer_div_community-search-browse {
	display: table-footer-group;
}*/

/*DSpace 53 upgrade collection browse and description
#aspect_artifactbrowser_CollectionViewer_div_collection-home {
	display: aspect_artifactbrowser_CollectionViewer_div_collection-home;
}

#aspect_artifactbrowser_CollectionViewer_div_collection-home > #aspect_artifactbrowser_CollectionViewer_div_collection-view {
	display: table-header-group;
}

#aspect_artifactbrowser_CollectionViewer_div_collection-home > #aspect_artifactbrowser_CollectionViewer_div_collection-search-browse {
	display: table-footer-group;
}*/


.ds-logo-wrapper {
    display: block;
}

#aspect_administrative_item_FindItemForm_list_find-item-form .ds-form-item {
    margin:0;
}

#aspect_administrative_registries_EditMetadataSchema_div_edit-schema-new-field  .ds-form-item.last {
    margin-top: -25px;
}

#no-js-warning {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

form.discover-search-box{
    margin-bottom: 10px;
}


form.discover-sort-box select{
    margin: 0 4px;
}

.hidden {
    display:none;
    visibility:hidden;
}

.icon-button{
    padding:4px;
    cursor: pointer;
    margin: 2px;
    background-color: #6D859C;
    border: 1px solid #1F3F5E;
    text-indent: -1000px;
    width: 30px;
    height: 30px;
    display:block;
    /*Required for IE*/
    font-size: 0;
    line-height: 0;
}

.icon-button.arrowUp{
    background-image: url(../../images/arrow_up_ffffff_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-button.arrowDown{
    background-image: url(../../images/arrow_down_ffffff_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* FOR CC License */
span.floatleft {
	border:none;
	float:right;
	display:inline;
}

/* FOR CC PAGE to GROUP ITEMS horizontally */
ul.horizontal li span.bold a { color: black; }

/* group items horizontally in a list */

ul.horizontalVanilla
{
font-weight: bold;
list-style-type: none;
padding: 0px;
padding-left: 0px;
padding-bottom: 15px;
border-left: 1px solid white;
border-right: 1px solid white;
margin: 10px -1px 5px -1px;
width: inherit;
}

ul.horizontalVanilla li
{
float: left;
height: 100%;
background-color: rgb(255, 255, 255);
margin: 2px 2px 0px 2px;
/* border: 1px solid rgb(240, 240, 210); */
}

/* Controlled vocabulary support css START*/
ul.vocabulary {
    margin-left: 0;
}

ul.vocabulary,
ul.vocabulary ul,
ul.vocabulary li
{
    list-style: none;
}

ul.vocabulary div.vocabulary-node-icon{
    cursor: pointer;
    width: 15px;
    height: 12px;
    display: inline-block;
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-doc{
    background-image: url(../../images/controlledvocabulary/voc_doc_222222.png);
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-open{
    background-image: url(../../images/controlledvocabulary/voc_open_222222.png);
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-closed{
    background-image: url(../../images/controlledvocabulary/voc_closed_222222.png);
    background-repeat: no-repeat;
}

div.vocabulary-container li.error{
    color: #c22121;
}
/* Controlled vocabulary support css END*/

#aspect_administrative_authorization_EditPolicyForm_field_start_date{
    width: 100px;
}
#aspect_administrative_authorization_EditPolicyForm_field_end_date{
    width: 100px;
}
#aspect_administrative_authorization_EditItemPolicies_table_policies-confirm-delete tr,
#aspect_administrative_authorization_EditItemPolicies_table_policies-confirm-delete td
{
    border: 1px solid lightgray;
}


#aspect_administrative_authorization_AdvacedAuthorizationsForm_field_end_date{
    width: 100px;
}
#aspect_administrative_authorization_AdvacedAuthorizationsForm_field_start_date{
    width: 100px;
}
#aspect_submission_StepTransformer_field_embargo_until_date{
    width: 100px;
}

#aspect_administrative_item_AddBitstreamForm_field_embargo_until_date{
    width: 100px;
}

#aspect_administrative_item_EditBitstreamForm_field_embargo_until_date{
    width: 100px;
}

#aspect_submission_StepTransformer_table_policies tr,
#aspect_submission_StepTransformer_table_policies td
{
    border: 1px solid lightgray;
}

table.detailtable {
    background-color: #D8E8EB;
}

table.detailtable th{
    /*background-color: #F0F2F5;*/
	background-color: #b5a7c9;
	font-color: #4f2682;
    word-wrap: normal;
}

table.detailtable td{
    background-color: #FFFFFF;
    text-align: right;
}


span.highlight{
    font-weight: bold;
}

div.gear-icon{
    background-image: url('../../images/gear_6D859C_25x25.png');
}

ul.gear-selection li.gear-option-selected{
    background: url('../../images/check_606060_15x15.png') no-repeat 3px center;
}

input#aspect_discovery_SimpleSearch_field_query{
    width: 565px;
}

input.search-icon{
    background-image: url('../../images/search_icon_ffffff_20x20.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -1000px;
        /*Css props below are required for IE*/
    font-size: 0;
    display:block;
    line-height: 0;
}

div#aspect_discovery_SimpleSearch_div_search p.pagination-info{
    display: none;
}

div#aspect_discovery_SimpleSearch_div_search .pagination-links{
    float: left;
}

table.discovery-filters{
    width: 100%;
    background-color: #FFFFFF;
}

table.discovery-filters tr{
    border-top: 1px solid #EBEBEB;
}
table.discovery-filters td{
    padding: 0;
}

table.discovery-filters td.selection{
    width: 1%;
}

table.discovery-filters th.new-filter-header{
    text-align: left;
    padding-top: 20px;
}


table.discovery-filters td.discovery-filter-input-cell {
    padding-left: 3px;
}


table.discovery-filters tr.apply-filter{
    background-color: #FAFAFA;
}

table.discovery-filters tr.apply-filter input{
    width: 65px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 108%;
    display: block;
    margin-top: 10px;
}


table.discovery-filters td.filter-controls{
    width: 50px;
}

table.discovery-filters input.filter-control {
    margin-left: 5px;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
    width: 17px;
    float: left;
    background-color: transparent;
    border: none;
    /*Css props below are required for IE*/
    font-size: 0;
    display:block;
    line-height: 0;
}

table.discovery-filters input.filter-control.filter-remove{
    margin-left: 7px;
    background-image: url('../../images/button_minus.png');
}

table.discovery-filters input.filter-control.filter-add{
    background-image: url('../../images/button_plus.png');
}

table.discovery-filters tr.search-filter.filler
{
    background-color: #FAFAFA;
    height: 25px;
}

table.discovery-filters th.new-filter-header
{
    padding-top: 5px;
}


.searchTime{
    color: #999999;
}

.didYouMean{
    font-size: 18px;
}

.didYouMean a{
    font-weight: bold;
}

.recentSubmissionViewMore {
    text-align: right;
    font-size: 100%;
	padding-top: 5px;
}
.nivoSlider {
    position:relative;
    width:675px; /* Change this to your images width */
    height:240px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;	
}
.nivoSlider a {
    border:0;
    display:block;
}

.ds-list-head{
	display: none;
}

/*
.altmetric-embed{
    float: right;
    vertical-align: top;
    padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}*/

#accordion-1 h3{
	font-family: "Verdana", Arial, sans-serif;
    font-size: 105%;
    font-weight: bold;	
	border-radius: 5px;
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
}
#accordion-1 h3.ui-accordion-header-icon_ui-icon_ui-icon-triangle-1-e span{
	display: none;
}

div.file-list {
	padding-bottom: 15px;
}

#aspect_discovery_RelatedItems_div_item-related-container{
 display: none;
}

.clearfixlcnc {

}
