/*--------------------------------
	General
--------------------------------*/


* {
	margin: 0;
	padding: 0;
}

/* http://fortysevenmedia.com/blog/archives/making_your_footer_stay_put_with_css/ */

html, body {
	height: 100%
}

#wrap {
	min-height: 100%;
	margin-bottom: -100px; /* height of footer */
	position: relative;
}

/* General Styles */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #555;
	/*background: #f2f2f2;*/
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
}


h1 {
	font-size: 185%;
}


h2 {
	font-size: 155%;
}


h3 {
	font-size: 120%;
}


h4 {
	font-size: 115%;
}

h5, h6 {
	font-size: 100%;
}


/* Lists */

ul {
	list-style: none;
}


/* Links */

a {
	color: #308ccd;
}

a:hover {
	color: #fff;
	background: #349DE6;
}

a.external {
	padding-right: 8px;
	background: transparent url(../images/icons/arrow_go.png) right 40% no-repeat;
}

a.external:hover {
	color: #fff;
	background: #349DE6 url(../images/icons/arrow_go.png) right 40% no-repeat;
}

a.icon {
	color: #308ccd;
}

a.icon:hover {
	background: #fff;
}

.invisible {
	display:none;
	visibility:hidden;
}

.printOnly {
	display: none;
}


/*--------------------------------
	Structure
--------------------------------*/

#header {
	position: relative;
	height: 145px;
	background: #fff url(../images/bg-header.png) bottom left repeat-x;
}

#container {
	background: #fff;
	padding: 2em 0 0.5em;
}

#inner-container {
	margin: 0 auto;
	width: 980px;
	padding-bottom: 2em;
}

#footer {
	height: 70px; /* footerstick */
	position: relative;
	padding-top: 26px;
	background: #f2f2f2;
	border-top: 4px solid #d2d2d2;
}


/*--------------------------------
	Logo
--------------------------------*/

#eth-logo,
#ec3-logo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	top: 30px;
	width: 49.9%;	/* IE 7 doesn't like 50% */
	
	/* KJ: IE float fix (see http://www.autisticcuckoo.net/archive.php?id=2004/12/10/floating) */
	display:inline; 
	
	clear:right;
	height: 80px;
	text-indent: -999em;
}

#eth-logo a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin-right: 25px;
	width: 200px;
	height: 80px;
	background: transparent url(../images/logo-ethz2.png) top left no-repeat;
}

#ec3-logo a {
	display: block;
	margin-left: 25px;
	width: 210px;
	height: 80px;
	background: transparent url(../images/logo-ecollection-v6.png) top left no-repeat;	
}

/*--------------------------------
	Personal Toolbar
--------------------------------*/

#toolbar {
	position: relative;
	top: -115px;
	font-size: 11px;
	line-height: 25px;
}

#toolbar a {
	color: #929292;
}

#toolbar a:hover {
	color: #727272;
	background: none;
}

#p-bar {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 28px;
	text-align: right;
	background: transparent url(../images/bg-toolbar.png) bottom left no-repeat;
}

ul#p-pages {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 475px;
	text-align: left;
	z-index:2;
	
}

ul#p-pages li {
	display: inline;
	margin-right: 15px;
}

#p-preferences {
	position: absolute;
	top: 0;
	right: 10px;
	width: 875px;
	height: 25px;
	z-index:1;
}

.p-elements {
	float: right;
	margin-left: 10px;
}

.login_link {
	color: #929292;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#p-quicksearch-box {
	margin-top: 3px;
}

#p-quicksearch-form {
	overflow: hidden;
}

#p-quicksearch-form input {
	display: block;
	float: left;
	background: transparent url(../images/bg-toolbar-search-field.png) no-repeat scroll  0 0;
	border: none;
	color: #999;
	font-size: 11px;
	padding: 2px 4px 3px 6px;
	margin: 1px 0;
	width: 83px;
}


#p-quicksearch-form input#p-quicksearch-button {
	background: transparent url(../images/bg-toolbar-search-button.png) no-repeat scroll 0 0;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

#p-quicksearch-form input#p-quicksearch-button:hover {
	background: transparent url(../images/bg-toolbar-search-button-over.png) no-repeat scroll  0 0;
}

.flash_message {
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 13px;
color: black;
border: 2px solid yellow;
background-color: #ffffee;
width: 100%;
text-align: center;
}

/*--------------------------------
	Navigation
--------------------------------*/

#navigation {
	clear: both;
	position: relative;
	top: 30px;
	font-size: 100%;
}

#n-bar {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 35px;
}

/* n-action */

#n-action {
	position: absolute;
	width: 500px;
	bottom: 0;
	left: 0;
}

#n-action ul li {
	float: left;
}

/* n-info */

#n-info {
	position: absolute;
	width: 400px;
	bottom: 0;
	right: 0;
}

#n-info ul li {
	float: right;
}

/* tabs */

.tabs a {
	color: #fff;
	text-decoration: none;
}

.tabs li {
	margin-right: 6px;
}

#n-info ul.tabs li {
	margin-right: 0;
	margin-left: 6px;	
}

.tabs li a {
	display: block;
	padding: 7px 0 6px;
	border-bottom: 1px solid #a9a9a9;
	background: transparent url(../images/bg-navigation-tabs-left-default2.gif) top left no-repeat; /* bg basis: #a9a9a9 */
}

.tabs li a span {
	padding: 7px 0 6px;
	margin-left: 12px;
	padding-right: 12px;
	background: transparent url(../images/bg-navigation-tabs-default2.gif) top right no-repeat;
	border-bottom: 1px solid #a9a9a9;
}

.tabs li a:hover {
	border-bottom: 1px solid #d2d2d2;
	color: #777;
	background: transparent url(../images/bg-navigation-tabs-left-over2.gif) top left no-repeat;
}

.tabs li a:hover span {
	border-bottom: 1px solid #d2d2d2;
	color: #777;
	background: transparent url(../images/bg-navigation-tabs-over2.gif) top right no-repeat;	
}

.tabs li.active a {
	color: #555;
}

.tabs li.active a {
	background: transparent url(../images/bg-navigation-tabs-left-active.gif) top left no-repeat;	
	padding-bottom: 7px;
	border: none;
}

.tabs li.active a span {
	padding-bottom: 7px;
	background: transparent url(../images/bg-navigation-tabs-active.gif) top right no-repeat;
	border: none;
}

.tabs li.active a:hover {
	background: transparent url(../images/bg-navigation-tabs-left-active.gif) top left no-repeat;	
	padding-bottom: 7px;
	border: none;
	color: #555;
}

.tabs li.active a:hover span {
	padding-bottom: 7px;
	background: transparent url(../images/bg-navigation-tabs-active.gif) top right no-repeat;
	border: none;
	color: #555;	
}

.tabs li.home-tab {
	margin-right: 35px;
}


/*--------------------------------
	Quick Filter Form
--------------------------------*/

#quick-search {
	position: relative;
	/*background: #FBFFCF;*/
	background: #f2f2f2 url(../images/bg-searchbox.png) top left repeat-x;
	margin-bottom: 2em;
	border-top: 2px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
	border-left: 2px solid #d2d2d2;
	padding: 15px;
	font-size: 90%;
}

#quick-search p {
	width: 500px;
	text-align: left;
}

/*
#quick-search form {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 400px;
	text-align: right;
	border:1px solid red;
}
*/

#quick-search input#search-field {
	width: 175px;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 0.25em;
	font-size: 12px;
	color: #333;
	background: #fff url(../images/bg-field.png) top left repeat-x;
}


/*--------------------------------
	Content
--------------------------------*/

/* General Styles /*
/* Headings */

#inner-container h1 {
	margin-top: 15px;
}

/* General */

.boxes, 
.floated-boxes {
	background: #fff;
}

.floated-boxes {
	float: left;
}

.boxes {
	clear: left;
}

.floated-boxes h2 {
	background: #8f111b  url(../images/bg-smallboxes-top2.png) top left no-repeat;
	color: #fff;
	padding: 20px 0 5px 15px;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
}

.boxes h2 {
	background: #8f111b  url(../images/bg-boxes-top2.png) top left no-repeat;
	color: #fff;
	padding: 20px 0 5px 15px;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
}

.box-content {
	padding: 1.5em 0;
	background: #fff;
	list-style: none;
}

ul.shadetabs{
	padding-top: 7px;
	border-right: 1px solid #e7d8a1; /* Variante Beige */
	border-left: 1px solid #e7d8a1; /* Variante Beige */
	background: #ffedb1 url(../images/bg-tab-nav5.png) bottom left repeat-x; /* Variante Beige */
	/*background: #e2e2e2 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Grau */
	/*background: #a8dcee url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Light Blue */
	/*background: #f7ceb0 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Pink */
	/*background: #b4e162 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Green */
	/*background: #f7b133 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Orange */	
	/*background: #4B88F7 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Blue */
	/*background: #fcff8f url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* variante yellow */
	/*background: #C3FBFF url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* variante cyan */		
	padding-left: 15px;
}

ul.shadetabs li {
	float: left;
	margin-right: 5px;
}

.shadetabs a {
	color: #fff;
	text-decoration: none;	
}

ul.shadetabs li a {
	display: block;
	padding: 7px 0 6px;
	/*border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;*/
	border-bottom: 1px solid #a2a2a2;
	/*border-left: 1px solid #d2d2d2;*/
	background: transparent url(../images/bg-navigation-tabs-left-default2.gif) left top no-repeat;
}

ul.shadetabs li a span {
	padding: 7px 0 6px;
	margin-left: 12px;
	padding-right: 12px;
	border-bottom: 1px solid #a2a2a2;
	background: transparent url(../images/bg-navigation-tabs-default2.gif) right top no-repeat;	
}

ul.shadetabs li a:hover {
	border-bottom: 1px solid #d2d2d2;
	color: #777;
	background: transparent url(../images/bg-navigation-tabs-left-over2.gif) top left no-repeat;
}

ul.shadetabs li a:hover span {
	border-bottom: 1px solid #d2d2d2;
	color: #777;
	background: transparent url(../images/bg-navigation-tabs-over2.gif) top right no-repeat;
}

ul.shadetabs li.selected a {
	color: #555;
}

ul.shadetabs li.selected a {
	background: transparent url(../images/bg-navigation-tabs-left-active.gif) top left no-repeat;
	padding-bottom: 7px;
	border: none;
}

ul.shadetabs li.selected a span {
	padding-bottom: 7px;
	background: transparent url(../images/bg-navigation-tabs-active.gif) top right no-repeat;
	border: none;
}

/*ul.shadetabs li.selected a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #555;
	font-weight: normal;
}*/

ul.shadetabs li.selected a:hover {
	color: #555;
	background: transparent url(../images/bg-navigation-tabs-left-active.gif) top left no-repeat;
	padding-bottom: 7px;
	border: none;
}

ul.shadetabs li.selected a:hover span {
	color: #555;
	padding-bottom: 7px;
	background: transparent url(../images/bg-navigation-tabs-active.gif) top right no-repeat;
	border: none;	
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* Startpage */

#outer-double-column-wrap {
	padding-bottom: 16px;
	background: transparent url(../images/bg-outer-double-column-wrap.png) bottom left no-repeat;
}

#inner-double-column-wrap {
	background: transparent url(../images/bg-inner-double-column-wrap.png) top left repeat-y; /* faux columns */
}

#first-box {
	width: 465px;
}

#first-box p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

/* Intro-Box */

#intro-box {	
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 20px 15px 5px;
	background: #fff;
}

/* Search-Box */

#searchbox-content {
	position: relative;
	/*background: #e8e8e8 url(../images/bg-tab-nav.png) bottom left repeat-x;*/
	border-right: 1px solid #e7d8a1;
	border-left: 1px solid #e7d8a1;
	background: #ffedb1 url(../images/bg-tab-nav3.gif) bottom left repeat-x;  /* Variante Beige */
	/*background: #e2e2e2 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Grau */
	/*background: #a8dcee url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante light blue */
	/*background: #f7ceb0 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Pink */
	/*background: #b4e162 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Green */
	/*background: #f7b133 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Orange */
	/*background: #4B88F7 url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* Variante Blue */
	/*background: #fcff8f url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* variante yellow */
	/*background: #C3FBFF url(../images/bg-tab-nav-noshading.png) bottom left repeat-x; /* variante cyan */
}

#search-form {
	padding: 40px 19px 45px;
	background: transparent url(../images/bg-searchbox-top.gif) top left repeat-x;  /* Variante Beige */
}

#search-box p.advanced-search-link {
	clear: both;
	font-size: 90%;
	padding-top: 15px;
	margin-bottom: 0;
}

#search-form input#search-field {
	display: block;
	float: left;
	/*background: transparent url(../images/bg-startpage-searchfield.png) top left no-repeat;*/
	border: 3px solid #d2d2d2;
	color: #777;
	width: 280px;
	font-size: 14px;
	padding: 5px 8px;
}

#search-form input#submit-button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: block;
	float: left;
	border: none;
	width: 100px;
	height: 33px;
	background: transparent url(../images/bg-startpage-searchbutton3.gif) top left no-repeat;
	color: #fff;
	cursor: pointer;
	margin-left: 19px;
	padding-left: 10px;
	text-align: left;
}

#search-form input#submit-button:hover {
	background: transparent url(../images/bg-startpage-searchbutton-over.gif) top left no-repeat;	
}

#search-box a:hover {
	/*background: none;*/
}

/* Snapshot-Box */

#snapshot-box {
	width: 465px;
	margin-left: 50px;
}

#snapshot-box .box-content {
	padding: 20px 15px;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

#snapshot-box .box-content p {
	margin-bottom: 1.5em;
	line-height: 1.25em;
}

#snapshot-box .box-content .citation-small div {
	padding-bottom: 0.25em;
}

#snapshot-box .box-content .citation-small p {
	margin-bottom: 0.25em;
	padding: 0;
}

#snapshot-box .box-content ol {
	margin-left: 25px;
}

/* Browse-Box */

#browse-box {
	padding-bottom: 15px;
	background: #FBFFCF url(../images/bg-boxes-bottom.png) bottom left no-repeat;
}

#browse-box .box-content {
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

#stats-box {
	padding-bottom: 15px;
	/*background: #FBFFCF url(../images/bg-boxes-bottom.png) bottom left no-repeat;*/
}

#stats-box .box-content {
	border-right: 0px solid #d2d2d2;
	border-bottom: 0px solid #d2d2d2;
	border-left: 0px solid #d2d2d2;
	border-top: 0px solid #d2d2d2;
}

.browse-item {
	float: left;
	width: 300px;
	margin-left: 15px;
	line-height: 1.75em;
}

.browse-item2col {
	float: left;
	width: 450px;
	margin-left: 15px;
	line-height: 1.75em;
}

.browse-item4col {
	float: left;
	width: 150px;
	margin-left: 15px;
	line-height: 1.75em;
}

.browse-item6col {
	float: left;
	width: 140px;
	margin-left: 15px;
	line-height: 1.75em;
}

.rowlist {
	float: left;
	width: 300px;
	margin-left: 15px;
	line-height: 1.75em;
}

/* List */

#criteria-box {
	/*margin: 1em 0 1em;*/
	overflow: hidden;
}

#criteria-box h1 {
	margin-bottom: 0.5em;	
}

#criteria-box p {
	margin-bottom: 1em;
}

#criteria-box p.breadcrumb a {
	text-decoration: none;
}

#subject-list {
	/*background: pink;
	padding-left: 125px;*/
}

#order-box {
	border-right: 1px solid #e7d8a1;
	border-left: 1px solid #e7d8a1;
	background: #ffedb1 url(../images/bg-tab-nav3.gif) left bottom repeat-x;  /* Variante Beige */
	/*font-size: 90%;*/
	padding: 15px 15px 25px;
}

.order-element {
	float: left;
}

.order-element-left {
	width: 375px;
}

.order-element-center {
	margin-left: 35px;
	width:250px;
}

.order-element-right {
	margin-left: 55px;
	width: 220px;
}

#order-box label {
	font-weight: normal;
	margin-bottom: 2px;
	display: block;
}

#order-box select {
	width: 200px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #777;
	font-size: 90%;
	border: 1px solid #d2d2d2;
	padding: 3px;
	background: #fff;
}

select#sort_order {
	width: 105px;
}

#order-box #order-sequence {
	width: 65px;
}

#order-box #order-view {
	width: 150px;
}

#order-box #order-number {
	width: 65px;
}

#paging-box {
	position: relative;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	font-size: 90%;
	padding: 15px 15px 15px;
}

#order-box + #paging-box {
	border-top: none;
}

#paging-box a {
	color: #777;
	padding: 2px;
	margin: 0 1px;
	border: 1px solid #fff;
	text-decoration: underline;
}

#paging-box a:hover {
	border: 1px solid #d2d2d2;
	background: #f2f2f2;
	text-decoration: none;
}

#paging-box .page {
	border: 1px solid #a2a2a2;
	background: #a9a9a9;
	padding: 2px;
	color: #fff;
}

#result-box {
	position: relative;
	margin-bottom: 2.5em;
	padding-bottom: 15px;
	background: transparent url(../images/bg-boxes-bottom.png) bottom left no-repeat;
}

#result-box h2 {
	background: #af1e2d url(../images/bg-boxes-top2.png) top left no-repeat;
	color: #fff;
	padding: 20px 0 5px 15px;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
}

p.rss {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 300px;
	height: 25px;	
}

.rss a {
	display: block;
	text-align: right;
	padding-right: 20px;
	line-height: 25px;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/icons/rss-icon.png) right center no-repeat;
}

.rss a:hover {
	text-decoration: underline;
	color: #fff;
}


.result-range {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 150px;
}

.result-pages {
	text-align: center;
}
.page-anker {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 75px;
	text-align: right;
}

.page-anker img {
	border: 0;
}

.page-anker a {
	text-decoration: none;
}

.results-object {
	padding-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
}

.results-object h3 {
	margin-top: 25px;
	margin-bottom: 0.9em;
	color: #666;
	font-weight: bold;
}

.results-object h3 a {
	text-decoration: none;
	font-weight: bold;
}

.results-object .checkbox {
	float:left;
	margin-top:0.25em;
	margin-right:0.5em;
}
.results-object .actions {
	margin-top:1.5em;
}
.results-object p {
	line-height: 1.25em;
}

.results-object em {
	background: #FFF82F;	
}

.term-marker {
	background: #B9FF74;
}

.author {
	margin-top: 0.75em;
}

.abstract {
	margin-top: 1em;
}

p.no-records {
/*	font-size: 125%;*/
	color: #A3121F;
}

#didyoumean {
	background-color:#FFFFCC;
	border:1px solid #FF9900;
	padding:0.5em;
	font-weight:normal;
}


/* Object */

#object-box {
	margin-bottom: 2em;
}

#object-box h1 {
	margin-top: 15px;
}

#object-excerpt-table {
	margin: 1em 0;
	padding: 0;
	width: 980px;
	border-collapse: collapse;
}

#object-excerpt-table th {
	display: none;
}

#object-excerpt-table td {
	padding: 5px 0;
	vertical-align: text-top;
}

#object-excerpt-table td.column1 {
	width: 135px;
}

#object-excerpt-table td.column2 {
	width: 845px;
}

#object-box h3 {
	/*margin-top: 2em;
	background: brown;
	color: beige;
	font-size: 20px;
	padding: 0.25em 15px;*/
}

#browse-box table {
	margin: 0 15px;
	text-align: left;
	border: 1px solid #b2b2b2;
	border-collapse: collapse;
	width: 948px;
}

#browse-box table th,
#browse-box table td {
	margin: 0;
	padding: 8px 10px;
	text-align: center;
	text-align: left;
	vertical-align: text-top;
	font-weight: normal;
	line-height: 1.25em;
}

#browse-box table td {
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

#browse-box table th.column1 {
	width: 200px;
	background: #b2b2b2;
	color: #fff;
}

#browse-box table th.column2 {
	width: 748px;
	background: #b2b2b2;
	color: #fff;
	border-left: 1px solid #fff;
}

#browse-box p {
	margin: 0 15px;
	text-align: right;
	width: 948px;
}

#stats-box table {
	
	text-align: left;
	border: 1px solid #b2b2b2;
	border-collapse: collapse;
	width: 678px;
}

#stats-box table th,
#stats-box table td {
	margin: 0;
	padding: 8px 10px;
	text-align: center;
	text-align: left;
	vertical-align: text-top;
	font-weight: normal;
	line-height: 1.25em;
}

#stats-box table td {
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

#stats-box table th.column1 {
	/*width: 200px;*/
	background: #b2b2b2;
	color: #fff;
}

#stats-box table th.column2 {
	width: 748px;
	background: #b2b2b2;
	color: #fff;
	border-left: 1px solid #fff;
}

#stats-box p {
	margin: 0 15px;
	text-align: left;
	width: 948px;
}

#browse-collection .browse-prev {
	float: left;
	width: 490px;
}

#browse-collection .browse-next {
	float: left;
	width: 490px;
	text-align: right;
}

#show-comment {
	position: relative;
	/*background: #FBFFCF;*/
	/*background: #f2f2f2 url(../images/bg-searchbox.png) top left repeat-x;*/
	margin-bottom: 2em;
	border-top: 2px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
	border-left: 2px solid #d2d2d2;
	padding: 15px;
	font-size: 90%;
}

#quick-search p {
	width: 500px;
	text-align: left;
}

/* Browse overview */


ul li.browse-box-overview ul li {
	line-height: 1.75em	;
}

ul li.browse-box-overview ul li a {
	/*color: #555;*/
}

#browse-controller {
	text-align: left;
}

#abctabs {
	position: relative;
	/*border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	font-size: 90%;
	padding: 15px 15px 15px;*/	
}

#browse-controller p {
	text-align: center;
}

#browse-controller p.abc {
	border-right: 1px solid #e7d8a1;
	border-left: 1px solid #e7d8a1;
	background: #ffedb1 url(../images/bg-tab-nav3.png) left bottom repeat-x;
	padding: 15px;
	margin: 0;
}

#browse-controller p.abc a {
	color: #555;
	padding: 0 5px;
	text-decoration: none;
}

#browse-controller p.abc a:hover {
	background: #b2b2b2;
	color: #fff;
}

#browse-controller p.abc a.selected {
	background: #828282;
	color: #fff;
	text-decoration: none;
	border: 1px solid #727272;
}

#browse-controller p.sub-abc {
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;	
	padding: 15px;	
	margin: 0;
}

#browse-controller p.sub-abc a {
	padding: 0 2px;
	color: #555;
	text-decoration: none;
	border: 1px solid #fff;
}

#browse-controller p.sub-abc a:hover {  
	border: 1px solid #d2d2d2;
	background: #f2f2f2;
	text-decoration: none;
}

#browse-controller p.sub-abc a.selected {
	background: #828282;
	color: #fff;
	text-decoration: none;
	border: 1px solid #727272;
}

/* Browse Index Page */

#browse-abc,
#main-abc {
	overflow: hidden;
}

#browse-abc #main-abc h3 {
	float: left;
	margin: 0 0 0.25em;
	padding-right: 0.75em;
}

#browse-abc #main-abc h3 a {
	display: block;
}

#browse-abc #main-abc h3 a.selected {
	background: #308ccd;
	color: #fff;
}

#browse-abc p.sub-abc {
	clear: both;
} 

#browse-abc .tabcontent {

}

/*--------------------------------
	Static Pages
--------------------------------*/

/* Structure */

#static-container {
	margin-bottom: 2em;
}

#static-content {
	float: left;
	width: 680px;
}

#static-sidebar {
	float: left;
	width: 250px;
	margin-left: 50px;
}

/* General Styles */

#static-content p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#static-content div.indented-box,
#static-content p.indented-box {
	padding: 20px 45px;
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
	margin-bottom: 1.5em;
}

p.box {
	padding: 8px 8px;
	margin-bottom: 1.5em;
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
}

#static-content ul.indented-list,
#static-content ol.indented-list {
	padding: 20px 45px;
	margin-bottom: 1.5em;
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
}

#static-content ul.indented-list {
	list-style: square;
}

#static-content ol.indented-list {
	list-style: decimal;
}


#static-content ul.indented-list li,
#static-contentz ol.indented-list li {
	padding: 5px 0;
}


/*#sidebar-search {
	margin-bottom: 1.5em;
}

#sidebar-search input#search-field {
	border: 1px solid #d2d2d2;
	padding: 5px;
	color: #929292;
}*/

/* Sidebar */

#static-sidebar h3 {
	background: #8f111b url(../images/bg-subnav-boxes-top2.png) top left no-repeat;
	padding: 20px 10px 5px;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

/*#static-container2 #static-sidebar h3 { /* alternative width for static.2.tpl.html */
	/*background: #3d7bb9 url(../images/bg-subnav-boxes-top2.png) top left no-repeat;
	padding: 20px 10px 5px;
	color: #fff;
}*/

#static-sidebar ul li ul {
	padding-bottom: 15px;
	background: transparent url(../images/bg-subnav-boxes-bottom.png) bottom left no-repeat;
}

/*#static-container2 #static-sidebar ul li ul { /* alternative width for static.2.tpl.html */
	/*padding-bottom: 16px;
	background: transparent url(../images/bg-subnav-boxes-bottom2.png) bottom left no-repeat;
}*/

#static-sidebar ul li ul li {
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #fff;
}

#static-sidebar ul li ul li.sub-plus {
	border-bottom: none !important;
}

#static-sidebar ul li ul li a {
	line-height: 2.4em;
	text-decoration: none;
	color: #727272;
	margin-left: 15px;
}

#static-sidebar ul li ul li a:hover {
	text-decoration: underline;
	background: none	;
}


#static-sidebar ul li ul li.active {
	background: #ffedb1;
}

#static-sidebar ul li ul li.active a:hover {
	text-decoration: none;
}

#static-sidebar ul li ul li ul {
	border-top: 1px solid #d2d2d2 !important; /* not IE6 compatible! */
	border-bottom: 1px solid #d2d2d2 !important; /* not IE6 compatible! */
	margin: 0 !important;
	padding: 0.4em 0 0.5em !important;
	border: 0;
	background: #fff;
	list-style: inside;
	list-style-type: square;
	color: #727272;
}

#static-sidebar ul li ul li ul li {
	border: 0;
	padding-left: 15px;
}

#static-sidebar ul li ul li ul li a {
	margin-left: 0;
	line-height: 1.5em;
}

#static-sidebar ul li ul li ul li.active {
	/*background: #fff;*/
}

#static-sidebar ul li ul li ul li.active a {
	text-decoration: underline;
}

/* FAQ */

/*
#faq-index {
	background: #f2f2f2 url(../images/bg-searchbox.png) top left repeat-x;
	padding: 15px;
	border: 2px solid #d2d2d2;
}

#faq-index ul {
	
}

#faq-index ul li {
	line-height: 1.5em;
}

#faq-index ul li a {
	text-decoration: none;
}

.faq-box {
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 2.5em;
	/*border-bottom: 1px dotted #b2b2b2;
}


h3.faq-topic {
	padding-top: 1em;
	padding-bottom: 0.75em;
	/*border-bottom: 1px dotted #b2b2b2;
}

.faq-box h4 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}


.faq-box ul li {
	line-height: 2em;	
}
*/

li.faq-links {
	background: transparent url(../images/famfamicons/page_white_go.png) left 50% no-repeat;
	padding-left: 20px;
}

li.faq-questions {
	line-height: 1.5em;
	background: transparent url(../images/famfamicons/help.png) left 50% no-repeat;
	padding-left: 20px;
}

ul li.faq-extlinks {
	line-height: 1.5em;
	background: transparent url(../images/famfamicons/link_go.png) left 50% no-repeat;
	padding-left: 20px;
}

/* Publish Form */

/*#publish-form fieldset {
	border: none;
	border-top: 2px solid #d2d2d2;
	margin-bottom: 1.5em;
}

#publish-form fieldset legend {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 0.75em;
	color: #777;
}

#publish-form .field-container {
	margin: 1em 0;
}

#publish-form .field-box {
	float: left;
	width: 400px;
	background: #EAF5FA;
	border: 2px solid #CAEAF9;	
	padding: 20px 20px 25px;
}

#publish-form .help-box {
	float: left;
	width: 170px;
	margin-left: 30px;
	background: #fffbb8;
	font-size: 90%;
	padding: 15px;
	border: 2px solid #DEDCA0;
}

#publish-form .help-box p {
	margin: 0 !important;
	line-height: 1.25em;
}

#publish-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.text-field {
	width: 350px;
	border: 1px solid #b2b2b2;
	padding: 0.25em;
	color: #555;
}


#search-options .text-field {
	float:left;
}

#publish-form .text-area {
	width: 350px;
	height: 100px;
	border: 1px solid #b2b2b2;
	padding: 0.25em;
	color: #555;	
}

#publish-form .checkbox-field {
	border: 1px solid #b2b2b2;
	padding: 0.25em;
	color: #555;
}

#publish-form .buttons {
	width: auto;
	font-weight: bold;
	background: #f2f2f2;
	border: 1px solid #b2b2b2;
	padding: 0.25em;
	color: #555;	
}

#publish-form #submit {
	margin-left: 0.5em;
}

#publish-form #reset {
	font-weight: normal;
}

#publish-form label.checkbox-label {
	display: inline;
	font-weight: normal;
	margin-left: 5px;
}

#publish-form label.error {
	background: #f00;
	width: 340px;
	color: #fff;
	padding: 5px 10px;
}
*/

/*--------------------------------
	Advanced Search
--------------------------------*/

/* Buttons */

input.buttons {
	margin-right: 0.25em;
	font-weight: normal;
	padding: 6px 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	background: #f2f2f2;
}

input.default-button {
	background: #a2a2a2;
	color: #fff;
	border-top: 1px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;	
}

input.buttons:hover {
	background: #e2e2e2;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #929292;
	border-bottom: 1px solid #929292;	
}

input.default-button:hover {
	background: #929292;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;	
}

/* Structure */


/* Styling Form elements */

.field-box select {
	border: 1px solid #b2b2b2;
	padding: 2px 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #555;
}

.box-value-container input {
	border: 1px solid #b2b2b2;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #555;
}

.box-buttons a {
	background: none;
}

#box-combination input {
	border: 1px solid #b2b2b2;
	display: inline;	
}

#box-combination label {
	display: inline;
	font-weight: normal;	
}


/*--------------------------------
	Footer
--------------------------------*/

#footer {
	text-align: center;
	font-size: 90%;
}

#footer a {
	color: #929292;
}

#footer a:hover {
	color: #727272;
	background: none;
}


/*--------------------------------
	Miscellanous
--------------------------------*/

hr {
	display: block;
	margin-top:2em;
	height:0px;
	color:#c0c0c0;
}

.h-line {
	border-top: 1px solid #DDD;
	margin-top:20px;
	margin-bottom:20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.search-element {
	margin-top: 1em;
}

.search-element .textfield {
	width: 25em;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 0.25em;
	font-size: 12px;
	color: #333;
	background: #fff url(../images/bg-field.png) top left repeat-x;
}


/* general horizontal ruler */
div.hr {
  border-top:1px dotted #b2b2b2;
  height:1px;
  margin-top:2em;
  margin-bottom:0.1em;
}

div.hr hr {
  display: none;
}

.download-link {
	position: relative;
	top: -2px;
	z-index: 2;
	color: #555;
	font-size: 0.7em;
	text-decoration: underline;
}

#static-content ol.indented-list-citation {
	padding: 20px 45px;
	margin-bottom: 1.5em;
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
}

#static-content ol.indented-list-citation p {
	margin-bottom: 0.25em;

}

#dhtmltooltip{
font-size: 11px;
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #FFEDB1;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/*--------------------------------
	FAQs scriptaculous styles
--------------------------------*/

.altlink {
  cursor: pointer; 
 }
 
.faq-answerbox {
  border-bottom: 1px dotted rgb(204, 204, 204);
  margin: 2px 0px 0px;
 }
 
.faq-answer {
  float: none;
  display: none;
 }
 
.c
 {

cursor:pointer;
 }

/* citation styles */
.citation {
	line-height:1.25em;
	margin-bottom:1.5em;
}

.citation-small {
	line-height:1.25em;
	/*margin-bottom:1.5em;*/
	margin-bottom:0px;
}


/*
 Basic admin styles
 */
.admin-side-nav-title {
	width:240px;
	font-weight:bold;
}
.admin-header {
	font-size:140%;
	font-weight:bold;
	margin-bottom:1em;
}
.admin-wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	margin-bottom:2em;
	padding:1.25em;
	width:980px;
	border:4px solid rgb(220,220,220);
	background-color:white;
}
.admin-wrapper td {
	xpadding:0.5em;
}
.admin-wrapper table > table {
	width:740px;
}
ul.admin-side-nav {
	margin-bottom:2em;
}
a.focus {
	text-decoration:none;
}
a.focus:after {
	content: " >"
}

/*
 Basic edit metadata style
 */ 
#edit_metadata_form_table {
	font-family: Verdana, Arial, sans-serif;
	color: #555;	
	text-align:left;
	line-height:1.5em;
	border-spacing:5px
}
#edit_metadata_form_table input {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #555;
	border: 1px solid rgb(220,220,220);
	font-size: 14px;
	padding: 2px 4px 3px 6px;
	margin: 1px 0;	
	width:700px;
}
#edit_metadata_form_table i {
	font-size:x-small;
	text-decoration:none;
}
#edit_metadata_form_table textarea {
	font-family: Verdana, Arial, sans-serif;
	width:700px;
	border: 1px solid rgb(220,220,220);
	color: #555;
		font-size: 14px;
	padding: 2px 4px 3px 6px;
}
#edit_metadata_form_table h3 {
	font-weight:bold;
}
#edit_metadata_form_table td {
	vertical-align:top;	
}
#edit_metadata_form_table tr {
	border:1px solid black;
}
#edit_metadata_form_table th {
	border-bottom:1px solid rgb(220,220,220);	
}
.form-edit-main {
	margin-left:auto;
	margin-right:auto;
	width:980px;
} 
.form-files-attached {
	width:100%;
	border:1px solid rgb(220,220,220);
	padding:1em;
}
.form-files-attached th {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #555;	
	text-align:left;
	border-bottom:1px dotted rgb(220,220,220);
	margin-bottom:1em;	
}
.form-static-field {
	margin-top:2.5em;
	/*border-top:10px solid rgb(220,220,220);*/
	border-bottom:1px solid rgb(220,220,220);
	margin-bottom:1em;
}
.snippet {
	display:inline;
	margin-right:1.5em;
}
.highlight-text {	
	display:inline-block;
	padding-top:0px;
	margin-left:0px;
	height:9px;
	width:45px;
	background: transparent url(../images/img-snippet-fulltext.png) left 0 no-repeat;	
	vertical-align:middle;
}
.highlight-keyword {	
	display:inline-block;
	padding-top:0px;
	margin-left:0px;
	height:9px;
	width:45px;
	background: transparent url(../images/img-snippet-keyword.png) left 0 no-repeat;	
	vertical-align:middle;
}

/*--------------------------------
	Video on View Templates CSS
--------------------------------*/
#videoShader { position:absolute; z-index:-1; top: 0; left: 0; width: 100%; height: 0px; background:#000000;
filter:alpha(opacity=70); opacity:.70; }
#videoFrame { position:absolute; display:none; z-index:-1; top: 0; left: 0; width: 100%; height: 100%; }
#videoFrameBack { position:relative; z-index:-1; width:520px; height:412px; margin:200px auto 0px auto; background:#000000; }
#videoFrameHeader { text-align:right; padding:5px; border-bottom:#333333 solid 1px; color:#FFFFFF; }
#videoContent { z-index:-1; background:#000000; }

/*--------------------------------
	Feedback Button CSS from http://www.cssbuttongenerator.com/
--------------------------------*/
.fbbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#325b99;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	float: right;
}
.fbbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
        color:#444444;
}
.fbbutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/*
.p-login {
	display: none;
}
*/
