body {
    margin:0;
    padding:0;
	font-family: "Georgia", "Helvetica", "Arial";
    font-size: .95em;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    background-color:#FFFFFF;
}

input, select {
    font-size:0.9em;
}

table {
    margin-top:-10px;
    margin-left:0px;
}

div1 {
	width: 800px;
	height: 100px; 
	background-color: 000000;
	font-color: #008080;	
	font-size: 2em;
	margin-top: 7px;
	
} 	
	
#head h1, div#head h2 {
	color: #fff;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-shadow: 3px 3px 3px #000;
}
#head {
	background-color: #3E766D; 
	overflow: auto;
}

#head h1 {
	margin: 10px 10px 8px 15px;
	font-size: 2.10em;
}
#content {
  float : left;
  display : inline;
  width : 800px;
  margin : 1px 25px;
}

h2 {
    font-size:1.5em;
    text-decoration:none;
    font-weight:bold;}
    
h3 {
    font-size:1.5em;
    text-decoration:none;
    font-weight:bold;
    color:#008080;
}
h4 {
    font-size:1.1em;
    text-decoration:none;
    font-weight:bold;
    color:#008080;
}
h5 {
    font-size:.9em;
    text-decoration:none;
    font-weight:bold;
    color:#008080;
}

#footer {
  clear : both;
  width : 100%;
  height : auto;
  padding : 10px;
  background-color : #0000000;
  text-align : left;
  font-size : 0.8em;
}

a:link {color: #008080;
text-decoration: none;}

a:hover {color: #008080;
text-decoration: none;}

a:visited {color: #008080;
text-decoration: none;}

#container {
    width: 1000px;
    height: 600px;
    margin:0 auto;
    position:relative;
}

#left-container, 
#right-container, 
#center-container {
    height:600px;
    position:absolute;
    top:0;
}

#left-container, #right-container {
    width:200px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
}

#left-container {
    left:0;
    background-image:url('https://railroads.unl.edu/student_projects/lworking/col2.png');
    background-position:center right;
    
}

#right-container {
    right:0;
    background-image:url('https://railroads.unl.edu/student_projects/lworking/col1.png');
    background-position:center left;
}

#right-container h4{
    text-indent:8px;
}

#center-container {
    width:600px;
    left:200px;
    background-color:#1a1a1a;
    color:#ccc;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
}

#log {
    position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}

#infovis {
    position:relative;
    width:600px;
    height:600px;
    margin:auto;
    overflow:hidden;
}

/*TOOLTIPS*/
.tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family: "lucida grande", "Helvetica", "Arial", sans-serif;
    padding:7px;
}

/*Banner*/
#wrap{background: #000000; 
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 50px 20px;
}
p.top{padding: 5% 0 3% 0;
text-align:left;}

#header{
border: 0px solid #008080;
font-family: Georgia, "Helvetica", "Arial";
background-color: #008080;
text-decoration: none;
font-size: 2em;
color: #ffffff;
text-align: left;
font-weight: bold;
width: 100%;
margin-left: auto;
margin-right: auto;
height: 3 em;
}

/* My Navigation */
#wrap{background:white;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
padding: 5px 0 5px 0;
}

p.top{padding: 5% 0 5% 0;
text-align:auto;
}

#navigation{
border: 1px solid #A00200;
font-family: Georgia, "Helvetica", "Arial";
background-color: #A00200;
text-decoration: none;
font-size: 1em;
text-align: left;
font-weight: bold;
width: 100%;
margin-left: 0px;
text-shadow: 2px 2px 2px #000;
margin-right: auto;
height: 2.8em;
}

#navigation li {
	list-style: none;
	float: left;
}

#navigation li a {
	display: inline-block;
	padding: 0 10px;
	background-color: #A00200;
	color: #fff;
	text-decoration: none;
}

#navigation li ul {
	display: none; 
	width: 10em;
	background-color: #B3B3B4;
	}

#navigation li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 10em;
	}
#navigation li:hover li {
	float: none;
	}
#navigation li:hover li a {
	background-color: #B3B3B4;
	border-bottom: 1px solid #B3B3B4;
	border-top: 1px solid #B3B3B4;
	color:white; 
	padding:.5em .5em;
	font-size: .9em;
	width: 10em;
}
#navigation li li a:hover {
	background-color: #fff;
	color: #A00200;
	border-left: 1px solid #B3B3B4;
	border-right: 1px solid #B3B3B4;
	height:.5em .5em;
	}
/*Exhibit table */

table.exhibit-tabularView-body th {
  font-weight: bold;
  font-size: 110%;
  padding: 15px 0 0 0;
}
 
table.exhibit-tabularView-body td {
  border-width: 1px;
  border-style: inset;
  font-weight: normal;
  font-size: .9em;
  text-align: left;
}

#space{padding: 5px 0 25px 0;}
/*show and hide */
   .more {
      display: none;
      }
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #A00200;
		padding-left: 10px;
	background: transparent url(https://railroads.unl.edu/student_projects/lworking/down.gif) no-repeat left; }
   a.hideLink {
      background: transparent url(https://railroads.unl.edu/student_projects/lworking/up.gif) no-repeat left; }
   
 a.showLink:link:hover, a.hideLink :link:hover{
color: teal;}