/* Stylesheet with EERC banner 2005 */

body {
	background-color: #ffffff;
	margin: 0;
	color: #000000;
	font-family: Verdana, Helvetica, Ariel, sans-serif;
	font-weight: normal;
}

div#header {
  width:100%;
  height: 81px;
  background-image: url(/banners/header_eerc1.gif);
  background-repeat: no-repeat;
  background-position: left left;
  background-color: #4b86b2;
  margin: 0;
}

#search{
  width:40%;
  text-align: center;
}

#content {
	background-color: #ffffff;
	position: absolute;
	top: 87px;
	width: 75%;
	margin-left: 3%;
	font-size: 1em;
	/* Work-around for float bug in Internet Explorer */
	line-height: 1.2;
}

#footer {
	font-size: 0.9em;
	padding: 5px;
	text-align: center;
}

#callout{
  font-family:Century gothic, Arial,Tahoma,sans-serif;
  font-size: 21px;
  padding: 10px 10px 10px 10px;
  color: #f9af31;
}

.buttonStyle {
  border: none;
  background: #FFF url('http://nisee.berkeley.edu/elibrary/joinbutton.png');
  height:35px !important;
  width:151px !important;
}

.navbar-main-position{
  margin-top: 100px;
  text-align: center;
}

.navbar-main {
	/*font-size: 0.9em;*/
	/*padding: 5px;*/
}

.center.navbar .nav,
.center.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.center .navbar-inner {
    text-align:center;
}

#pagelinks {
	text-align: center;
	color: #0000cc;
	padding: 5px;
}


a:link {
	color: #0000cc;
}


a:hover {
	color: #0000cc;
}

a:active {
	color: #cc0000;
}


p {
	clear: both;
	padding: 2px;
}

p.trail {
	text-align: center;
}

img {
	float: left;
	padding: 2px;
}

p.trail img {
	float: none;
	border: none;

}
/*
h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}*/

label {
	font-style: italic;
}

input {
	background-color: #e0e0e0;
	margin: 2px;
}

table {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align:left;
        padding: 3px;
}

tr {
        vertical-align: top;
}

td {
        padding: 3px;
        font-size: 1em;
}



/***  Search Page  ***/

.search_result {
  /*background: #eee;*/
  margin: 2px 0px 2px 0px;
  width:100%;
  display:inline-block;
  height:100%;
}
.identifier {
  font-weight: bold;
}

.title {
  font-weight: bold;
}

.creators {
  font-weight: bold;
}

.date{
 font-weight: bold; 
}

.image_column {
  /*float:left;*/
}

.text_column {
  /*float:none;*/
  margin-left:50px;
}




