/* Oberlin.edu */

/*  watermark gray color: #F7F7F7  */

/*
    1 px = .75 pt 
   12 pt = 16  px
   
   
 */



body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	margin: 0 2%;
	padding: 0px;
	text-align: center;
	background: #3B7680;
 }

a:link,
a:visited,
a:active {
	color: #903;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #903;
	background-color: #ddd;
	text-decoration: underline;
}
/*
strong a:link,
strong a:visited,
strong a:active,
strong a:hover,
b a:link,
b a:visited,
b a:active,
b a:hover {
	text-decoration: underline;
}*/

a.anchor, a.anchor:link, a.anchor:visited, a.anchor:active, a.anchor:hover
{
	font-weight: normal !important;
	text-decoration: none !important;
	background-color: transparent !important;
	color: #000 !important;
}

dt{
	font-weight: bold;
	margin-top: .5em;
}

dd{
	font-style: italic;
}

dl{
	margin-left: 1.25em;
}


h1{ font-size: 2em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.25em; }
h4{ font-size: 1.1em; }

img{
	border:none;
}

/*  Old Library General CSS */
/*  Text classes  */
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.more{
	font-style: italic;
}

.white { color: #fff; }
.black { color: #000; }
.maroon{ color:#903; text-decoration: underline;}
.darkbluebg { background-color: #0132A7; }
.black{ color: black; }
.default{ background-color: #e8e8e8; }

/** Google Text **/
.blue  { color: #33B;} /* G        g          */
.red   { color: #B33;} /*    o           e    */
.yellow{ color: #BB3;} /*       o             */
.green { color: #3B3;} /*             l       */


.hidden{ position: absolute; visibility: hidden; }


#content p.note{
	margin-left: 3em;
	margin-right: 3em;
}



.whitebg { background-color: #fff; }
.blackbg { background-color: #000; }

.xx-small { font-size: xx-small; }
.x-small { font-size: x-small; }
.small { font-size: small; }
.medium { font-size: medium; }
.large { font-size: large; }
.pagetitle{
	font-size: 2em;
}


/*  Border definitions  */
a img { border-width: 0px; }

.border { border: 1px solid black; }


/*  Positioning classes  */
.centered{ text-align: center; }
.left{ text-align: left !important; }
.right{ text-align: right !important; }
.indented { text-indent: 5em; }
.noindent{ margin-left: -2.4em!important; }
.first{ margin-top: 0 !important; }
#content ul.p li, #content ol.p li{
/* All ul's in text, not boxes or anything special */
	margin-top: 1em;
}

.v-centered { vertical-align: middle; }
.v-top { vertical-align: top; }
.v-bottom { vertical-align: bottom; }

.float-left { float: left; }
.float-right { float: right; }
.clear      { clear: both; }
.clear-right{ clear: right;}
.clear-left { clear: left; }

.sub, .sub .sub{
	margin-left: 1em;
}

div.edge {
	height: .6em;
	width: 100%;
	font-size: 1pt;     /*  Hack for IE6/win to handle height correctly  */
}
.block{ display: block; position: relative; top:0; left:0; width: 100%; margin:0; padding: 0;}
* html .block{ height:1%; }

.callnum
{
	font-family: monospace;
	font-size: 1.2em;
}

#top, #content, #search, #cols, #bottom{
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#bottom{ border-top: 1px solid #999; }

#branches{
	position: absolute; top: .5em; right: 5%;
	width:auto;
	font-size: small;
	background-color:#903;
	overflow:visible;
}

#branches span{ text-decoration:none; }

div#branches a{
	display: inline;
	background-color:#903;
	color:#eee;
}

/**********  BREADCRUMBS  **************/

#breadcrumbs{
	margin: 1em 1em 1em -2em;
	padding-left:2em;
/*	border-bottom: 1px solid black;*/
	font-size: small;
	text-indent: -1em;
}

* html #breadcrumbs{
	margin: 1em 1em 1em -3em;
	text-indent: 1em;
}

#breadcrumbs ul{
	margin-left: -2em;
	padding-left: 0;
	display: inline;
}

#breadcrumbs ul li{
	margin-left: 0;
	padding-left: 0; /*.5em;*/
	background: red;
	list-style: none;
	display: inline;
	white-space: nowrap;
}

#breadcrumbs ul li[id]{
	background: transparent;
}

* html #breadcrumbs ul li{
	background: transparent;
}

#breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs a:hover, #breadcrumbs a:active{
	display: inline;
}

#breadcrumbs a:link,
#breadcrumbs a:visited{
	color: #903;
}

/**********  END BREADCRUMBS **************/

.col{
	padding:0; margin:0;
}

.col div{
	padding:0; margin:0;
}


#col_1{
	position: relative; 
	float:left;
	width: 45%;
}

#col_2{
	position: relative;
	float: right;
	width: 45%;
}

#content{
	color: black;
	padding: .7em .7em;
	overflow: visible;
	font-size: 1.2em;
	margin: 0 1.5em;
}

* html #content{
	position: static;
	height: 1%;
}

#content p, #content pre, #content ul{
	margin-left: 1.25em;
}



#content pre, #content code{
	font-size: 1.2em;
}

#content h2, #content h3, #content h4,
#content p.intro{
	margin-left:0;
	padding:0;
}

#content h2, #content h3, #content h4{	margin-bottom: 0;}

#content h3, #content h4{ margin-top: 1.66em; }

#content h3 + p{ margin-top: 0; }

#content hr{ margin-left: -1.25em; }

#content-sections ul, #content-sections div.ul, #firstlinks ul, .linkbox ul {

margin: -7px 0px 7px 15px;
padding: 15px 10px 10px 15px;
border: 1px solid #999;

list-style-type: none;
list-style-image: none;

}

#content-sections ul ul{
	margin-top: 0;
	padding-top: .125em;
	border: none;
}

#content-sections li, #firstlinks li, .linkbox li{
	margin-top: .2em;
	padding: 0px;
}


#content-sections ul a:link,
#content-sections ul a:visited,
#content-sections ul a:hover,
#content-sections ul a:active{
	font-weight: normal;
}

#content-sections h4, #firstlinks h2, .linkbox h2{
	position: relative;
	top: 0;
	left: 2em;
	margin: 0;
}

#content-sections h4 span,
#content-sections h4 a:link,
#content-sections h4 a:visited,
#firstlinks h2 span,
#firstlinks h2 a:link,
#firstlinks h2 a:visited,
.linkbox h2 span,
.linkbox h2 a:link,
.linkbox h2 a:visited
{
	padding: 3px 13px 3px 13px;
	text-decoration: none;
	background-color: #FEF9EA;
	border: 1px solid #999;
	color: #903 !important;

}

#content-sections h4 a:hover,
#content-sections h4 a:active
{
	background-color: #ccc;
}

#content-top{
	margin-bottom: 0;
/*		border: 3px solid blue;
*/
}

#content-bottom{
	clear: both;
	padding-top: 1em;
	padding-bottom: 25px;
}

	
#creditslink{
	font-size: .8em;
	/*position: absolute;
	bottom: 0;
	right: 0; */
	width: 10em;
	height: 1em;
	float: right;
	margin-top: 184px; 
	margin-right: -2em;
}


* html #creditslink{
	height: 1%; width: 1%;
	position: relative;
	white-space: nowrap;
}


#firstlinks, .linkbox{
	float: right;
	padding: 0 1.5em 1.5em 0; 
	margin: 0;
}

#leftbar {
float: left;
padding: 0 0.5em 0.5em 0; 
color: #eee;	
margin-right: .4em;
}

#leftbar a:link, #leftbar a:visited, #leftbar a:hover, #leftbar a:active{
	color: #fff !important;
}


/**********  highlighted tab  **************/

.tabs {list-style:none; padding:15px 0 11px 0; margin:15px 10px 30px 0; width:170px; background:url("http://oberlin.edu/library/tabs/vback.gif") repeat-y right bottom;}
.tabs li {display:block; margin:0 0 4px 19px;}
.tabs li a {display:block;width:150px; height:26px; text-decoration:none; background:url("http://oberlin.edu/library/tabs/vtab.gif") left top; font-size:12px; text-decoration:none; color:#eee; font-family:verdana; line-height:24px; text-indent:15px; border-right:0px solid #000;}
.tabs li a:hover {background:url("http://oberlin.edu/library/tabs/vtab.gif") left center;  border-color:#888;}
.tabs li a.selected, .tabs li a.selected:hover {color: #eee; background:url("http://oberlin.edu/library/tabs/vtab.gif") left bottom; color:#000; border-color:#fff;cursor:default;}

* html #firstlinks ul, * html .linkbox ul{
	height: 1%;
	width: 1%;
	white-space: nowrap;
}

.indented2 {text-indent:2em;}
#pa ul {padding:0; margin:0; list-style-type: none;}


#footer {
	color: #eee;
	background-color: #903;
	
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	
	position:relative;
	top:0; left:0;
	clear:both;
	padding: .3em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #fff !important;
	background: transparent;
}

#footer a#oo{
	text-align: left;
	float:left;
	margin-left: 1em;
}

#footer a#oa{
	text-align: right;
	
	float: right;
	margin-right: 1em;
}
/* what the hell is this? */
#footer a:hover#oo,
#footer a:hover#oa,
#footer a:active#oo,
#footer a:active#oa
{
	background-color: #999;
	text-decoration: underline;
}


#footerlinks{ display: block; margin:0; text-align:left; color: #903;}
.dsfooter { font-size: 1.2em;}

#footerlinks ul, ul.horizontal{  list-style:none; text-align: center; }
#footerlinks ul li, ul.horizontal li{ padding: 0 5px; display: inline;}
/* this could be purtified */
ul.piped li { border-left: 1px solid black; }
ul.piped li:first-child { border: 0; }
ul.piped li.first { border: 0; }

* html #footer,
* html #footerlinks,
* html #googlesearch,
* html #lastupdated{ height:1%;}

* html #footerlinks,
* html #googlesearch,
* html #lastupdated{
	padding: 0;
	margin: 0;
}

* html #googlesearch form{
	padding: 0;
	margin: 0;
	height: 1%;
	display: inline;
}

#header {
	color: #eee;
	font-size: 1.9em;
	padding: .5em;
}

#header span{ text-decoration: underline; }

#header a{ color:#eee !important; }
#header a:hover{ background-color: transparent; }

#header #logo{
	font-family:  Times, "Times New Roman", serif;
	font-size: 1.5em;
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}

#lastupdated{
	padding: .5em;
	font-size: .9em !important;
	text-align: right;
	position: absolute;
	right: 0;
	width: 15%;
}

* html #lastupdated{
	padding: 0;
}

.pagetitle{
	margin-left: 0;
}

/************ Tabs on the top *************/

#pipe{
	font-size: small;
	font-weight: bold;
	text-align: right;
	margin-top: .3em;
	/*background-color: #903;*/
}

#pipe ul {
/*	border: 1px solid #c36;
	border-style:  none none solid none;
*/	margin: 0;
	padding: 0;
	display: block;
}

* html #pipe {height: 1%; }

#pipe ul#bottom{
	border-style: solid none;
} 

#pipe ul li {
	margin-left: 0;
	padding: 0 1.5em;
	background-color: #b25;
/*	border-left: 2px solid #c36;
	border-top: 2px solid #c36;
	border-style: solid none none solid;
*/	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.active {
	background-color: #903;
	list-style: none;
	display: inline;
	}

#pipe a{ display: inline; }

#actab{
	font-size: small;
	font-weight: bold;
	float: left;
	margin-top: .3em;
	/*background-color: #903;*/
}

#actab ul {
/*	border: 1px solid #c36;
	border-style:  none none solid none;
*/	margin: 0;
	padding: 0;
	display: block;
}

* html #actab {height: 1%; }

#actab ul#bottom{
	border-style: solid none;
} 

#actab ul li {
	margin-left: 0;
	padding: 0 1.5em;
	background-color: #b25;
/*	border-left: 2px solid #c36;
	border-top: 2px solid #c36;
	border-style: solid none none solid;
*/	list-style: none;
	display: inline;
	}
	
		
#actab ul li.active {
	background-color: #903;
	list-style: none;
	display: inline;
	}

#actab a { display: inline; }


/************ End For tabs **************/

#searchqlinks{
	display:block;
	width:100%;
	font-size: 1.5em;
	font-weight: bold;
	padding: .1em 0;
	background-color: #903 !important;
	color: #eee;
	text-align: center;
}

#obissearch, #qlinks{
	text-align: center;
	color: #eee;
/*	vertical-align: middle;*/
}

#obissearch{ float: left; }
#qlinks{ float: right; }

#obissearch form, #qlinks form{ display: inline; margin: 1em; }

.section-links{ list-style-type: none; margin: 0 0 0 2em; padding: 0; }

.section-links a:link,
.section-links a:visited {
	color: #111;
	background-color: transparent;
	text-decoration: none;
}

.section-links a:hover {
	color: #555;
	background-color: #ddd;
	text-decoration: underline;
}

.section-links li.marked{ margin-bottom: 1em; }
	
.shaded{ text-decoration: underline; }


span.obis{
	color:#0132A7;
	font-size: 2.7em;
	font-family: Arial;	
	font-weight: normal;
}

#switcher{
	position: fixed; top:0; right:5px;
	width: auto; height: 3em;
	
	text-align: center;
	
	background-color:black; border: 1px solid white;
	color:white;
}

#top{
	background-color: #903;	
}

.iemaconly{
	color: red;
	border: 1px dotted red;
}

/* Fix IE. Hide from IE Mac \*/
* html #top{
	height: 1%;
}

.iemaconly{
	display:none !important;
}
/* End this hack. */

#wrapper{ 
	width: 77em;
	margin: 1em auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ddd;
}


#content, #searchqlinks{ color: black !important; }

#wrapper{ background-color: #FEF9EA }

#bottom{ border-top: 1px solid #ded9ca;
		 background-color: #eee9da;
		}

#searchqlinks{ background-color: #fff; }

h1, h2, h3, h4{ color: #0132A7 !important; }

a:link, a:visited, a:hover, a:active{ color: #903 !important; }

/* Body Text Color */
/* Commenting out for default
#content, #searchqlinks{ color: #9E8662 !important; }
*/

/* Headings */
h1, h2, h3, h4 { color: #903 !important; }

/* Links */
a:link, a:visited, a:hover, a:active{ color: #005093 !important; }



/* DRC style */


/* p, div, ul, ol, dl, h1, h2, h3, h4, table {
  max-width: 55em;
} Lynna: commented this out because of theme looking skewed problems*/
h1, h2, h3, h4 {
  font-family: "Bitstream Vera Sans", Corbel, Verdana, sans-serif;
  font-weight: normal;
  color: #000040;
  margin-left: 0;
}

a:link {
  background: inherit;
  color: #007;
}
a:visited {
  background: transparent;
  color: #049;
}
a:active {
  background: #006;
  color: white;
}
a:hover {
  background: #EEE;
  color: #006;
}

.newsflash {
  background: #FFFFA0;
  color: black;
}
p.newsflash {
  padding: 2px;
  border: 1px solid #666;
  text-align: left;
}
a.newsflash {
  color: #03C;
  background: #FFFFA0;
}
div.indent {
  margin-left: 5%;
}
div.mainindent {
  margin-left: 8%;
  margin-right: 6%;
}
  
p {
  margin-left: 1em;
}
address {
  margin-left: 3%;
}
ul {
  /*margin-left: 8%;*/
  margin-left: 2em;
}
ul ul {
  /*margin-left: 3%;*/
  margin-left: 1.5em;
}
ul ol {
  /*margin-left: 3%;*/
  margin-left: 1.5em;
}
ol {
  /*margin-left: 8%;*/
  margin-left: 2em;
}
ol ol {
  /*margin-left: 3%;*/
  margin-left: 1.5em;
}
dd  {
  margin-top: 0;
  margin-bottom: 0;
}
dt  {
  margin-top: 0.5em;
  margin-bottom: 0}

select.main_nav option {
  font-family: "DejaVu Sans", "DejaVu LGC Sans", Calibri, Arial, sans-serif;
  color: white;
  background: #006;
}

hr.bottom_divider {
  margin-right: 15%;
  margin-left: 15%;
}

table.tabs td.tab {
  background: #E0E0CA;
  color: black;
  text-align: center;
}

p.toplogo {
  text-align: right;
  margin: 0;
}


p.skipper {
  font-size: .2em;
  visibility: hidden;
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
  color: white;
  background: white;
}

p.skipper a:link {
  color: white;
  background: white;
  text-decoration: none ! important;
}
img { border: none;
}
fieldset {
	border: 0px;	
}

div#ds-main {
	position: relative;
	margin-top: 5px;
	width: 750px;
	color: inherit;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	
}

div#ds-header {
	width: 100%;
	padding: 0px;
        border: solid #FFFFFF;
}

div#ds-header a {
	text-decoration: none;
}

div#ds-header  a span#ds-header-logo {
	width: 500px;
	height: 70px;
	float: left;
	background-image: url("manakin_logo.jpg");
	background-repeat: no-repeat;
	background-position: 20% 50%;
	color: inherit;
	background-color: white;
}

div#ds-header h1,div#ds-header h2 {
	display: none;
}

ul#ds-trail {
	position: relative;
	margin-top: 80px;
	margin-bottom: 0px;
	padding: 3px;
	margin-left: 0;
	color: inherit;
        border-top: 1px
	
}

li.ds-trail-link {
	overflow: hidden;
	display: inline;
	background-image: url("trail.gif");
	background-repeat: no-repeat;
	background-position: 0% 60%;
	padding-left: 16px;
	margin-top: 2px;
	margin-left: 5px;
	font-weight: 200;
	max-width: 400px;
	line-height: 20px;
}

li.first-link {
	list-style: none;
	background-image: none;
	padding-left: 0;
}

div#ds-user-box {
    width: 300px;
	position: absolute;
	top: 10px;
	left: 555px;
	text-align: left;
}

div#ds-user-box p {
	font-size: 90%;
	color: gray;
	background-color: inherit;
	height: 12px;
	padding: 0px;
	margin: 0px;
}

div#ds-user-box a {
	text-decoration: none;
	color: gray;
	background-color: inherit;
	height: 12px;
	padding: 0px;
	margin: 0px;
}

div#ds-user-box a:hover {
	text-decoration: underline;
}

div#ds-body {
	position: relative;
	float: right;
	width: 570px;
	clear: left;
	color: inherit;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right:15px;
	
}

/*Lynna: changed font size from 1.5em to 1.3em  because of the links to other DRC-s on the top page from news-xmului.xml
	5/2008 JRD Reduced font size to 150% */
div#ds-body h1 {
	font-size: 150%;
	padding: 10px 0 0 0;
	margin-top: 10px;
	margin-bottom: 5px;
	color: inherit;
	background-color: inherit;
	font-weight: inherit;
}

div#ds-body h2 {
	font-size: 1.3em;
	padding: 6px 0;
	margin-bottom: 0px;
	color: inherit;
	background-color: inherit;
	font-weight: inherit;
}

div#ds-body h3 {
	margin-bottom: 15px;
}

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


ul.ds-progress-list li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:  inherit;
	border:  inherit;
	color:  inherit;
	overflow: hidden;
	display: inline;
	padding: 4px 3px;
	margin-top: 2px;
	margin-left: 3px;
	max-width: 400px;
	line-height: 20px;
}

ul.ds-progress-list li.button {
	background-color: inherit;
	border: none;
	padding: 1px !important;
	margin-top: 2px;
	margin-left: 0px !important;
}

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

ul.ds-progress-list li.current.button input.ds-button-field {
	color:  inherit;
}

ul.ds-progress-list li.current {
	color:  inherit;
	background-color: inherit;
	border-color:  inherit;
}

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

ul.alphabet {
	padding-left: 10px;
	padding-top: 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

ul.alphabet li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-weight: 200;
}

ul.alphabet a {
	font-weight: 600;
	color: inherit;
	background-color: inherit;
}

ul.alphabet a:hover {
	font-weight: 600;
	color: inherit;
	background-color: inherit;
}
/*
form.search {
	margin: 0px;
	padding: 0px;
}

form.search select {
	max-width: 200px;
}

*.collection.search-browse,*.community.search-browse {
	width: 340px;
	float: left;
	margin: 5px 12px 5px 0px;
}

form.search fieldset,form.navigation fieldset {
	color: inherit;
	background-color: rgb(255, 255, 245);
	border: 2px solid rgb(240, 240, 210);
	padding: 5px 5px 5px 5px;
}*/

form.search li {
    margin: 0;
    padding: 0px !important;
}

form.navigation input,form.navigation select {
	margin-left: 5px;
}

form.navigation p {
	text-align: center;
}
/*
form.search table {
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

form.search table th {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
*/
div.browse {
	display: none;
}

div.pagination {
	position: relative;
	padding: 0px;
	color: inherit;
	background-color:  inherit;
	border:  inherit;
	margin: 2px 0px 5px 1px;
}

div.pagination * {
	padding: 0px;
}

div.pagination-masked {
	position: relative;
	color: inherit;
	background-color:  inherit;
	border:  inherit;
	margin-bottom: 5px;
}

a.previous-page-link {
	position: absolute;
	left: 10px;
	top: 6px;
	color:  inherit;
	background-color: inherit;
}

p.pagination-info {
    text-align: center;
    margin-left: 125px;
    margin-right: 125px;
}

ul.pagination-links {
	position: relative;
	text-align: center;
	top: -5px;
	width: 360px;
	margin: 0 auto;
	padding: 0;
	line-height: 12px;
}

*.pagination-links li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-weight: bolder;
	font-size: 90%;
}

li.page-link a,li.first-page-link a,li.last-page-link a {
	color:  inherit;
	background-color: inherit;
}

li.current-page-link a {
	color:  inherit;
	background-color: inherit;
}

a.next-page-link {
	position: absolute;
	right: 10px;
	top: 6px;
	color:  inherit;
	background-color: inherit;
}

div.detail-view {
	clear: both;
	padding: 5px 5px 5px 6px;
}

p.button-list {
	margin-top: 3px;
	padding-bottom: 0;
}

ul.collection-browse,ul.community-browse {
	display: none;
}

*.collection-search-browse td,*.community-search-browse td {
	white-space: nowrap;
}

*.collection-search-browse h4,*.community-search-browse h4 {
	display: none;
}

*.collection-search-browse select,*.community-search-browse select {
	width: auto;
	max-width: 200px;
}

*.collection-search-browse input,*.community-search-browse input {
	width: auto;
	max-width: 195px;
}

*.button-list input {
	width: auto;
}

div.ds-logo-wrapper {
    float: right;
    padding: 5px 0px 5px 10px;
}

p.copyright-text {
	margin-top: 30px;
	font-style: italic;
	text-align: center;
}

div.primary {
	overflow: auto;
	margin-bottom: 20px;
}

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

table {
    clear: both;
	border-spacing: 0px;
	border:  inherit;
	width: 100%;
}

table.ds-includeSet-table {text-align:left;}

tr.ds-table-header-row {
	color: inherit;
	background-color:  inherit;
}

tr.ds-table-header-row.subheader {
    background-color:  inherit;
}


th {
    padding: 4px 10px;
}
.subheader th {
    padding-left: 5px;
	font-weight: 100;
}



tr.ds-table-row.odd {
	color: inherit;
	background-color:  inherit;
	text-align:left;
	
}

tr.ds-table-row.even {
	color: inherit;
	background-color:  inherit;
	text-align:left;
	
}

td {
	padding: 3px 10px 5px 0px;
	border: none;
	font-size: inherit;
	background-color: inherit;
	vertical-align: top;
	color: inherit;
}

*.first-cell {
	vertical-align: middle;
	text-align: center;
}

.indent {
    padding-left: 35px;
    padding-right: 0;
}
.doubleIndent {
    padding-left: 55px;
    padding-right: 0;
}


th.indent {
    padding-left: 30px;
    padding-right: 0;
}
th.doubleIndent {
    padding-left: 50px;
    padding-right: 0;
}



/* highlight a single row */
tr.ds-table-row.highlight {
	background-color:  inherit;
}

/* Tables that are actually a result of glossary lists are not rendered
 as plain tables are... */
table.ds-gloss-list {
	border: none;
	width: auto;
	font-size: inherit;
}

*.ds-gloss-list td {
	padding: 5px;
}

*.ds-gloss-list-label {
	font-weight: bolder;
}

table.ds-gloss-list td ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* Formatting associated with the "Files in this item" table in the item view */
*.file-list td {
	text-align: center;
}

a.image-link img {
	border: none;
}

span.bold {
	font-weight: bold;
}

span.italics,span.italic {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

div.ds-static-div {
	border: 1px solid white;
	clear: both;
	padding: 1px;
}

ul.ds-artifact-list {
	border:  inherit;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 544px;
}

ul.ds-artifact-list li.odd {
	color: inherit;
	background-color:  inherit;
}

ul.ds-artifact-list li.even {
	color: inherit;
	background-color:  inherit;
}

ul.ds-artifact-list li {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 3px;
	padding-top: 3px;
}

ul.ds-artifact-list li img {
	border: 0px;
}

ul.ds-artifact-list li  div {
	float: left;
}

ul.ds-artifact-list li div.artifact-description {
	float: left;
	margin-top: 0px;
	width: 75%;
	padding: 0 5px;
}

ul.ds-artifact-list li div.artifact-title {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul.ds-artifact-list li div.artifact-title a:link {
    color:  inherit;);
}

ul.ds-artifact-list li div.artifact-title a:visited {
    color:  inherit;;
}

ul.ds-artifact-list li div.artifact-info {
	float: none;
	margin-left: 15px;
}

ul.ds-artifact-list li span.publisher {
	font-style: italic;
}

ul.ds-artifact-list li div.artifact-preview {
	float: left;
}



/* The composite field voodoo */
span.ds-composite-field {
	display: table-row;
	padding: 2px;
}

*.ds-composite-field.ds-composite-component {
	display: table-cell;
	text-align: left;
	width: auto;
	padding-right: 10px;
}

*.ds-composite-field input,*.ds-composite-field textarea,*.ds-composite-field select {
	margin-right: 5px;
	margin-bottom: -2px;
}

span.composite-help {
	display: block;
	font-size: 80%;
	color: blue;
	background-color: inherit;
	text-align: left;
}

/* Checkboxes and Radio buttons */
fieldset.ds-checkbox-field,fieldset.ds-radio-field {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset.ds-checkbox-field legend,fieldset.ds-radio-field legend {
	display: none;
}

fieldset.ds-checkbox-field label,fieldset.ds-radio-field label {
	display: block;
}

/* The form list and and its components voodoo */ /* Top-level stuff */
fieldset.ds-form-list {
	border:  inherit;
	padding: 0;
	color: inherit;
	background-color:  inherit;
	margin-left: 0;
	margin-right: 0;
}

fieldset.ds-form-list.thick {
	border-top:  inherit;
}

fieldset.ds-form-list ol {
	padding: 0;
	margin: 0;
	width: 100%;
}

fieldset.ds-form-list legend {
	color:  inherit;
	background-color: inherit;
	font-size: 115%;
	font-weight: bolder;
	margin-left: 10px;
}

fieldset.thick legend {
	color:  inherit;
	background-color:  inherit;
	border-top:  inherit;
	padding-left: 10px;
	padding-right: 30px;
}

/* Top-level stuff for the nested "form" lists */
fieldset.ds-form-sublist {
	border:  inherit;
	padding: 0;
	margin: 5px;
}

fieldset.ds-form-list ol {
	list-style-type: none;
}

form.ds-interactive-div fieldset.ds-form-sublist ol {
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}

form.ds-interactive-div fieldset.ds-form-sublist legend {
	color:  inherit;
	font-size: 100%;
	font-weight: bolder;
	margin-left: 10px;
	padding: 0;
	background-color: inherit;
	border: 0;
}

/* Row-level hierarchy */
form.ds-interactive-div li.ds-form-item {
	display: block;
	padding: 5px 0;
	width: 90%;
}

form.ds-interactive-div li.odd {
	color: inherit;
	background-color:  inherit;
}

form.ds-interactive-div li.even {
	color: inherit;
	background-color:  inherit;
}

form.ds-interactive-div li.ds-form-item.last {
	border-top:  inherit;
	color: inherit;
	background-color:  inherit;
}

form.ds-interactive-div.primary {
	float: left;
	clear: both;
	padding: 0px;
	margin-bottom: 10px;
}

p {
    padding: 0;
    margin: 6px;
}

fieldset ol {
	float: left;
	clear: both;
}

li.ds-form-item {
	float: left;
	clear: both;
}

div.ds-form-content {
	float: left;
	clear: right;
	display: block;
	padding: 7px;
		width: 400px;
}

span.ds-form-label,label.ds-form-label {
	display: block;
	float: left;
	clear: left;
	padding: 5px 20px 5px 10px;
	width: 115px;
	font-weight: bold;
	vertical-align: middle;
	overflow: hidden;
}

label.ds-composite-component {
	display: block;
	float: left;
	padding: 0px 5px 0 0px;
	font-size: 80%;
	color: blue;
	background-color: inherit;
	text-align: left;
}

span.error {
	display: block;
	font-size: 85%;
	color: red;
	background-color: inherit;
	margin: 0;
}

span.field-help {
	display: block;
	margin-left: 5px;
	font-size: 80%;
	color: gray;
	background-color: inherit;
}

input.error,textarea.error,select.error {
	color: inherit;
	background-color:  inherit;
	border-color:  inherit;
}

span.composite-help {
	display: block;
	font-size: 80%;
	color: gray;
	background-color: inherit;
	text-align: left;
}

div.spacer {
	margin: 0;
	padding: 0;
	line-height: 0px;
	clear: both;
}

div#ds-options {
	position: relative;
	float: left;
	width: 100px;
	color: inherit;
	
	margin-right: 5px;
	padding: 0px;
	font-size: 95%;
}

div.ds-option-set {
	padding: 30px 2px 3px 2px;
	width: 133px;
	margin: -3px 0px 0px 0px;
	color: inherit;
	background-color:  inherit;
	border: 1px solid #999;
}

div#ds-search-option input {
	font-size: 90%;
}

div#ds-search-option input.ds-text-field {
	width: 80%;
	margin: 0;
	margin-left: -15px;
	padding: 0;
	position: relative;
	top: -1px;
	left: 8px;
}

div#ds-search-option input.ds-button-field {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	top: -1px;
	left: 10px;
}

div#ds-search-option a {
    position: relative;
    top: -4px;
    left: 4px;
	margin: 0;
	padding: 0;
}



form#ds-search-form {
	font-size: 90%;
	border: none;
}

div#ds-options h3 {
	position: relative;
	top: 22px;
	left: 5px;
	margin: 0 2px 0 0;
	padding: 0px;
	color:  inherit;
	background-color:  inherit;
}

div#ds-options h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color:  inherit;
	background-color: inherit;
}

div#ds-options ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#ds-options li {
	margin-left: 15px;
	padding: 0px;
	color:  inherit;
	background-color: inherit;
}

input.ds-password-field {
	margin-right: 5px;
}

div#ds-footer {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 80px;
	float: left;
	width: 100%;
	border: solid #FFFFFF;
}

span#ds-footer-logo {
	float: left;
	clear: both;
	height: 80px;
	width: 300px;
	background-image: url("di_logo.jpg");
	background-repeat: no-repeat;
	background-position: 0% 30%;
	color: inherit;
	background-color: white;
}

div#ds-footer p {
	width: 450px;
	position: absolute;
	top: -8px;
	right: 0px;
	text-align: right;
	padding: 5px;
	font-size: smaller;
}

div#ds-footer-links {
	position: absolute;
	top: 62px;
	right: 0px;
	padding-right: 5px;
	text-align: right;
	font-size: smaller;
}

div#ds-footer a#ds-logo-link {
	text-decoration: none;
}

div.notice {
	background-color:  inherit;
	border: 1px  inherit;
	padding: 6px;
	text-align: center;
	margin: 10px 30px 10px 30px;
}

div.notice.success p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color:  inherit;
	text-align: center;
}

div.notice.failure p {
	margin: 0;
	padding: 0;
	font-weight:  inherit;
	color:  inherit;
	text-align: center;
}

h1.ds-div-head,h2.ds-div-head,h3.ds-div-head {
	clear: both;
}

/* License text display during submission */
div.license-text {
	border:  inherit;
	background-color:  inherit;
	padding: 20px;
	margin: 20px;
	margin-top: 5px;
	font-family: monospace;
	font-size: 125%;
}

div#NoticeTransformer_div_general-message h1.ds-div-head {
    position: absolute;
    top: 11px;
    left: 42px;
    margin: 0;
    padding: 0 5px;
    font-size: small;
}    

p.hidden {
    display: none;
}

h1.ds-div-head, h2.ds-div-head, h3.ds-div-head {
    clear:both;
}

span.fade {
    color: gray;
    font-size: 90%;
}

span.fade a {
    color: gray;
    text-decoration: none;
}

span.fade a:hover {
    color: blue;
    text-decoration: underline;
}    

span.warn {
    color: red;
    font-weight: bolder;
}

/* System-wide alerts */
div#ds-system-wide-alert {
    background-color:  inherit;
    border: 1px  inherit;
    padding: 6px;
	margin: 10px 30px 10px 30px;
    color:  inherit;
}


/* admin tabs */
form.administrative{
  border:  inherit;
  border-top: 0px;
  width: inherit;
}

form.administrative fieldset{
  margin: 7px;
  width: auto;
}
form.administrative h3{
  margin: 7px;
}
form.administrative table{
  margin: 7px;
  width: auto;
}


form#administrative_item_FindItemForm_div_find-item{
  border: 0px;
  margin-left: 0px;
}

ul.horizontal
{
font-weight: bold;
list-style-type: none;
padding: 0px;
padding-left: 0px;
padding-bottom: 24px;
border-bottom:  inherit;
border-left:  inherit;
border-right:  inherit;
margin: 0px;
margin-left: -1px;
margin-right: -1px;
width: inherit;
}

ul.horizontal li
{
float: left;
height: 21px;
background-color:  inherit;
margin: 2px 2px 0px 2px;
border:  inherit;
}


ul.horizontal a
{
float: left;
display: block;
text-decoration: none;
padding: 4px;
}

ul.horizontal a:hover { background:  inherit; text-decoration:  inherit;}

ul.horizontal li span.bold a
{
border-bottom:  inherit;
background-color:  inherit;
}

ul.horizontal li span.bold a { color:  inherit;}

div#institutions ul {width: 100%; float: left;}
div#institutions a {width: 50%; float: left;}


