BODY {
  background-color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin:0px;
  height:98%;
  width:100%;

}

DIV.header {
  background-image: url("../images/eopasHeader.gif");
  background-repeat: no-repeat;
  background-color: #d3d4d8;
  text-align: right;
  vertical-align : bottom ;
  height: 65px;
  width: 100%;
  color: white;
}

DIV.login {
  position:absolute;
  text-align: right;
  height: 40px;
  vertical-align : bottom ;
  top: 10px;
  right: 15px;
  color: darkblue;
  z-index:1000; 
}


DIV.headerMenu {
  background-color: darkred;
  color: white;
  margin-bottom:10px;
  padding: 2px;
  padding-left: 8px;
  margin-bottom: 10px;
  height: 15px;
}

DIV.wrapper{
	padding:0px;
	margin: 0px;
	width:100%;
	height:100%;
}

DIV.sidebar {
  position:absolute;
  top:92px;
  left:7px;
  font-size: 12px;
}

DIV.sidebarBox {
  background-color: #E4E9F5;
  width: 355px;
  margin-bottom: 10px;
  border: 1px solid #A4A5A8;
}

IMG.sidebarMinimize {
  margin-right: 5px;
  padding-top: 1px;
}

FORM.sidebarForm{
  margin: 0px;
}

DIV.sidebarBoxTitle {
  background-color: #A4A5A8;
  padding-left: 5px;
  font-weight: bold;
  font-size: 10px;
  color: black;
  height: 12px;
  vertical-align: top;
  padding-bottom: 1px;

}

DIV.sidebarBoxContent {
  padding: 8px;
  background-color: #E4E9F5;
  padding-left: 10px;
}
DIV.sidebarBoxContent_Concordance {
  padding: 8px;
  background-color: #E4E9F5;
  padding-left: 10px;
  height:200px;
  overflow:auto;
}

#interlinear {

  background-color: #ffffff;
  overflow: auto;
  border: 0px solid #A4A5A8;
  margin:0px 10px 10px 370px;

}

DIV.footer {
  height: 100px;
  width: 480px;
  border: 1px solid black;
}

DIV.footerItem {
  float: left;
  padding-right: 20px;
}

DIV.playerSpace {
  width: 350px;
}

A.header:link { color: white; text-decoration: none; text-weight: bold; }
A.header:visited { color: white; text-decoration: none; text-weight: bold; }
A.header:active { color: white; text-decoration: none; text-weight: bold; }
A.header:hover { color: white; text-decoration: underline; text-weight: bold; }

table.concordanceTable{ 
	font-family : Arial ;
    font-size: 11px;
}

td.concordance_key{ 
  background-color: #D4D9E5;
}
td.concordance_left{ 
	width:50%; 
	text-align:right;
}
td.concordance_right{ 
	width:50%; 
}

table.browse{
  width:100%;
  font-size: 8pt;
  font-family : Arial ;
}

td.browse{
  padding-left: 2px;
  vertical-align: top;
}

th.browse{
  padding: 2px;
  text-align : center ;
  background-color: #000060;
  color: #D4D9E5; 
}

tr.browse_even{
  background-color: #D4D9E5;
}

tr.browse_odd{
  background-color: #E4E9F5;
}

table.annotation{
  font-size: 9pt;
  width:100%;
  padding: 0px;
  margin: 0px;
  border-collapse:collapse;
}

td.annotation_creator{
  font-weight: bold;
  padding-left: 2px;
  vertical-align: top;
}

td.annotation_title{
  padding: 0px;
}

tr.annotation_even{
font-size: 8pt;
  background-color: #D4D9E5;
  border-bottom : 1px solid #D4D9E5;
}

tr.annotation_odd{
font-size: 8pt;
    background-color: #D4D9E5;
    border-bottom : 1px solid #D4D9E5;
}

A.browseHead:link { color: #D4D9E5; text-decoration: none; text-weight: bold; }
A.browseHead:visited { color: #D4D9E5; text-decoration: none; text-weight: bold; }
A.browseHead:active { color: #D4D9E5; text-decoration: none; text-weight: bold; }
A.browseHead:hover { color: #D4D9E5; text-decoration: underline; text-weight: bold; }

A.browse:link { color: black; text-decoration: none; }
A.browse:visited { color: black; text-decoration: none;  }
A.browse:active { color: black; text-decoration: none; }
A.browse:hover { color: black; text-decoration: underline; }
