*,html {
 margin:0;
 padding:0;
}

p {
  margin-bottom:1em;
}

/* */
a:link {
  color: #666;
}

a:visited {
  COLOR: #666;
}

a:hover {
  COLOR: #111;
}

a:active {
  COLOR: #666;
  text-decoration: none
	border-bottom:1px dotted #666;
}

h1, h2, h3 {
font-weight: bold;
text-decoration: none;
margin-top: 1.2em;
margin-bottom: 1em;
	color:#345469;
background-color: transparent;
}


.title {
 font-size: 1.5em;
	/*old life color color: #541800;*/
	color:#345469;
	text-shadow: rgba(50,50,50,0.5) 1px 1px 2px;
}

.title a {
	text-decoration:none;
}

.title a:hover {
	text-decoration:none;
}

h1 {
font-size: 125%;
}


h2 {
font-size: 115%;
}

h3 {
font-size: 100%;
}

h4 {
font-size: 100%;
text-decoration:none;
margin-top: 1em;
margin-bottom: 0.5em;
}


th {
text-align:left;
font-weight:normal;
font-style:italic;
}

#primertable th,#primertable td {
text-align:left;
font-weight:normal;
font-style:normal;
font-size:90%;
}


td {
padding:3px 3px;
}

th, td {
border:none;
white-space: nowrap;
padding:3px 3px;
}

td.emptytd { 
padding-top:10px;
}

td.formfield_desc {
border:none;
	color:#666;
	font-size:80%;
}

td.formfield_error {
	color:red;
	font-size:80%;
}

.error {
	color:red;
}

textarea,input {
	background-color:#fcfcfc;
}


body {
text-align:center;
background-color:#e8eaec;
padding:0;
margin:0;
background-image:url('img/header_rth.png');
background-repeat:no-repeat;
background-position:top center;
}

#page {
width:850px;
background-color:#fff;
margin-top:0px;
margin-left: auto;
margin-right: auto;
text-align:left;
padding:0;
margin-top:120px;
/*border-left:1px solid #ccc;
border-right:1px solid #ccc;*/
}

#insidepage {
	margin:0 1em 0;
	padding-top:1em;
	padding-bottom:1em;
}

#toc {
display:none;
position:fixed;
left:5px; top:17em; 
width:8em;

}

#toc ul { 
	display:block;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	padding:3px;
	list-style-type:none;
	
}

#menu_top {
	list-style: none;
	padding: 0;
	margin: 2em 0 2em 0;
}
#menu_top li {
	display:inline;
	/*font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	margin-right: 1ex;
	padding: 0px;
}
#menu_top a {
	color: black; /* #ccc */
	margin: 0px 0px;
	padding: 6px 12px;
	text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 5px rgba(100,100,100,0.5);
        -moz-box-shadow: 1px 1px 5px rgba(100,100,100,0.5);
        box-shadow: 1px 1px 5px rgba(100,100,100,0.5);
				background:rgba(232,234,236,1);
				background:-moz-linear-gradient(top, rgba(255,255,255,1), rgba(232,234,236,1))
}
#menu_top a:hover {
	color: #000;  /* fff */
	text-decoration: none;
				background:rgba(243,245,247,1);
        background:-moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(243,245,247,1)); /* for firefox 3.6+ */
        -webkit-box-shadow: 1px 1px 2px rgba(100,100,100,0.5);
        -moz-box-shadow: 1px 1px 2px rgba(100,100,100,0.5);
        box-shadow: 1px 1px 2px rgba(100,100,100,0.5);
}
#menu_top .marked{
	font-weight:bold;
}


pre {
	border:1px solid #ccc;
	background-color:#f0f0f0;
	padding:5px;
	margin:1ex 1ex;
}

pre.desc {
	display:none;
}

tt {
  font-size:120%;
}

p.consensus {
	background:#f0f0f0;
	padding:3px;
	border:1px solid #ccc;
	font-family:courier;
	margin-bottom:1em;
}

p.primer3link {
	font-size:90%;
	margin-top:0;
}

