@import url("/media/css/header.css");

body {
  background-color: white;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin: 8px;
  margin-top: 3px; 
}

img {
  border: 0;
}
a:link,a:visited {
   color: #1d4cf0; /*#EE8907;*/
/*   color: #5b80b2; */
   text-decoration:none;
   }

a:hover { color:  #036;
        text-decoration:underline;}

a:active {
  color: #036; /*#cc0000;*/
  text-decoration:underline;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}

b {
     color:#EE8907;
  }
h1 {
  font-size: x-large;
  margin-top: 0px;
}

h2 {
  font-size: large;
}

h3 {
  font-size: medium;
  margin-bottom: 3px;
}

h4 {
  font-size: small;
}

form {
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 0.25em;
}

pre, code {
  color: #007000;
  font-family: "bogus font here", monospace;
  font-size: 100%;
}

pre {
  border: 1px solid silver;
  background-color: #f5f5f5;
  padding: 0.5em;
  overflow: auto;
  margin: 2em;
}

pre ins {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}

.newmark {
  color: red;
  font-size: 80%;
  vertical-align: top;
}

/* "Selected" links */

/*a.selected, .selected a, .selected {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a.selected:visited, .selected a:visited {
  color: black;
  text-decoration:underline;
}
*/

/* Body */

#body {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding:0;
  padding-left: 18px;
  padding-bottom: 0px;
  position:relative;
}

/* main content */
#body #content {
    float:left;
    width:77.5%;
    padding:0; margin:0;
    padding-bottom: 10px;
    padding-right:1.5%;
    border-right: 1px dotted silver;
    }

#body #content dt {
  padding-bottom:2px;
} 
#body #content table {
   border:0px; /*1px solid ;*/
}

#body #content td {
  padding:4px;
  border:0px; /*1px solid;*/
  min-width:20px;
}

/*#body #content a:link {
   color: #1d4cf0; 
   text-decoration:none;
   }
#body #content a:visited { color: #036;}
#body #content a:hover { color: #036;
        text-decoration:underline;}
*/
/* comment section */

#protocolcomments {
  margin:0;
  padding: 10px 0 10px 10px;
/*  background-color:#EFEFEF; */
  background-color:#e8eefa;
}

#protocolcomments table{
  margin-top:15px;
  width:100%;
}

td.commentauthor {
 border-top: 1px solid #FFFFFF;
 font-weight: bold;
 padding-bottom:0px;
 padding-top:8px;
 margin-top:15px;
}
td.commentlinks {
  border-top: 1px solid #FFFFFF;
 padding:8px 5px 0px 0px;
 margin:15px 0px 0 0;
 text-align:right;
}

td.comment {
 padding:5px 0 10px 0;
} 

/* Side panel section */

#body #side {
  width: 20%;
  margin-bottom: 0px; 
  float:right;
  padding:0px 0 10px 0.5%;
}

#items h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}



/* Search box */

#search {
  margin-top: 2em;
  margin-bottom:2em;
}

.header {
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 10px;
}

#search .button {
  margin-top: 1px;
}

#search .input input {
  width: 125px;
}

td.formtable {
  border:0px;
}

/* Footer */

#footer {
  clear: both;
  text-align: center ;
  margin-top: 3.5em;
  margin-bottom: 1em;
  /*margin-left:28%;
  margin-right:20%;
  */
  /*background-position: center right; */
/*  background-image: url("http://www.google.com/images/art.gif") ;*/
  background:  url(/media/images/pen4.jpg) no-repeat 50% 0;
  /*background-color:#EDF3FE;*/ 
  height: 80px; 
  /*border-top: 1.5px solid #EDF3FE; */
    border-top: 1px dotted silver;

}


#footer .text {
  padding-top: 50px;
}


/* Download links */

div.download {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

div.download a {
  border: 1px solid #3366cc;
  background-color: #e5ecf9;
  padding: 0.5em;
  position: relative;
  font-weight: bold;
}


