/*
#  GLOBAL  ####################################################################
*/

/* commented backslash hack \*/ 
html, body {
	height: 100%;
} 
/* ende hack */ 


body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	background-color: #e2e2e2;
}


/*
#  Logos  #####################################################################
*/
#logo1pos {
	position:absolute;
	left:8px;
	top:7px;
	z-index:10;
}

#logo1pos a {
	font-size: 14px;
	font-weight: normal;
	color: white;
}

#logo1pos a:hover {
	color: #FF1F08;
}

#logo2pos {
	position:absolute;
	right:16px;
	top:9px;
	z-index:10;
}

#logo2pos a {
	font-size: 14px;
	font-weight: normal;
	color: white;
}

#logo2pos a:hover {
	color: #FF1F08;
}


/* 
#  HEADER AREA  ###############################################################
*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 106px;

	color: #000;
	width: 100%;
	background-color: #0C2F84;
	border-bottom: 1px solid black;
}


/* 
#  TOPMENU  ###################################################################
*/

#topmenu { 
	top: 38px;
	left: 12px;
	position:absolute;
	z-index: 3;
}

#topmenu a {
	font-size: 18px;
	font-weight: normal;
	color: white;
}

#topmenu a:hover {
	color: #FF1F08;
}


/* 
#  SUBMENU  ###################################################################
*/
#submenu {
	background-color: #cacaca;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%;
	height: 23px;
	max-height: 23px;
	overflow: hidden;
	top: 65px;
	position:absolute;
	z-index: 2;
}

#submenu ul {
	list-style-type: none;
	margin: 2px 0px 0px 0px;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 5px 1px 2px 1px;
	color: #0C2F84;
}

#submenu ul li a:hover {
	color: #FF1F08;
}

#submenu ul li a.active {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 1px 1px 2px 1px;
	color: #FF1F08;
}

#submenu ul li a.active:hover {
	color: #FF1F08;
}


/* 
#  TOPMENU  ###################################################################
*/

#topmenu { 
	top: 38px;
	left: 12px;
	position:absolute;
	z-index: 3;
}

#topmenu a {
	font-size: 18px;
	font-weight: normal;
	color: white;
}

#topmenu a:hover {
	color: #FF1F08;
}


/* 
#  SUBMENU  ###################################################################
*/
#submenu {
	background-color: #cacaca;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%;
	height: 23px;
	max-height: 23px;
	overflow: hidden;
	top: 65px;
	position:absolute;
	z-index: 2;
}

#submenu ul {
	list-style-type: none;
	margin: 2px 0px 0px 0px;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 5px 1px 2px 1px;
	color: #0C2F84;
}

#submenu ul li a:hover {
	color: #FF1F08;
}

#submenu ul li a.active {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 1px 1px 2px 1px;
	color: #FF1F08;
}

#submenu ul li a.active:hover {
	color: #FF1F08;
}


/*
#  Location Bar and Navigation Buttons  #######################################
*/
#location_left {
	position: absolute; 
	left: 16px;
	top: 91px;
	font-weight: bold;
	color: white;
	font-size: 80%;
}
	

/*
#  BORDERS LEFT AND RIGHT  ####################################################
*/
#wrapper {
	min-height: 100%;
	margin-left: 190px;
	margin-right: 35px;
	margin-bottom: -32px;
	border-left: 1px solid #0c2f84;
	border-right: 1px solid #0c2f84;
	background-color: white;
	color: #000;
}

* html #wrapper {
	height: 100%;
} /* fuer IE (der 'height' sowieso als 'min-height' versteht */


#clearheader {
	height: 120px; /* Platz fuer 'header' schaffen */
}

#left_border {
	position: relative; /* fuer IE */
	float: left;
	width: 190px;
	margin-left: -189px; /* MUSS 1px weniger als die width sein, da sonst der 'footer' nicht nach unten gedrueckt wird */
	z-index: 100;
}


* html #left_border {
	padding-bottom: 32px;
	margin-right: -3px;
} /* repariert Luecke im IE (neben 'float' und 'clearfooter', die etwas zu weit links rausgerueckt sind*/

#left_border p {
	padding-left: 3px;
	padding-right: 2px;
}

#left_border #left_content {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
}

#right_border {
	position: relative; /* fuer IE */
	float: right;
	width: 35px;
	margin-right: -34px; /* MUSS 1px weniger als die width sein, da sonst der 'footer' nicht nach unten gedrueckt wird */
}

* html #left_border {
	padding-bottom: 32px;
	margin-right: -3px;
} /* repariert Luecke im IE (neben 'float' und 'clearfooter', die etwas zu weit links rausgerueckt sind*/

#right_border #right_content {
	margin: 0px 0px 0px 8px;
}

#right_border #right_content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
#  INTRODUCTION AND AUTHOR INFO  ##############################################
*/
#intro {
	margin: auto;
	text-align: center;
	border: 1px dotted #0C2F84;
	margin-top: 107px;
}

#intro .heading {
	background-color: #E2E2E2;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #0C2F84;
}

#intro .text {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	color: black;
	text-align: justify;
	padding: 5px;
	padding-right: 25px;
}

#intro img {
	float: left;
	padding: 10px;
	padding-right: 20px;
	padding-bottom: 2px;
	
}

#intro_footer {
	background-color: #E2E2E2;
	font-size: 80%;
	font-weight: bold;
	color: black;
	border-top: 1px solid #0C2F84;
	padding: 2px;
	top: 0px;
	position: relative;
	height: 13px;
}

#intro_contact {
	top: 2px;
	left: 5px;
	position: absolute;
}

#intro_references {
	top: 2px;
	right: 5px;
	position: absolute;
}
	

/*
#  REFERENCES  ################################################################
*/
#references_wrapper {
	margin: auto;
	text-align: center;
	margin-bottom: 0px;
}

#references_wrapper ol {
	margin-top: 3px;
	margin-bottom: 3px;
}

#references_wrapper li {
	margin-top: 5px;
}

#references_wrapper .references {
	margin: auto;
	text-align: left;
	background-color: #FFFFB0;
	border: 1px dotted #0C2F84;
	padding: 5px;
}

#references_wrapper .authors a {
	font-size: 80%;
	font-weight: bold;
	color: #0C2F84;
}

#references_wrapper .authors a:hover {
	color: #FA2E19;
}
	
#references_wrapper .title {
	font-size: 100%;
	font-weight: normal;
	color: black;
}

#references_wrapper .journal {
	font-size: 80%;
	font-weight: normal;
	color: black;
}

#references_wrapper .citing {
	font-size: 80%;
	font-weight: normal;
	color: black;
	margin-bottom: 0px;
}


/* 
#  Footer  ####################################################################
*/
#clearfooter {
	clear: both;
	height: 30px;
} /* Platz fuer 'footer' schaffen */

#border_bottom {
	position: relative;
	clear: both;
	width: 100%;
	height: 30px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #0C2F84;
	color: white;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

#border_bottom a {
	font-weight: bold;
}


/*
#  MAIN CONTENT  ##############################################################
*/
* html #content {
height: 1%;
margin-bottom: 12px;
} /* gegen IEs 3-Pixel-Bug */

#maincontent {
	margin-left: 1px;
	margin-right: 1px;
	z-index: 1;
	font-size: 100%;
}


#content {
	background-color: white;
	width:auto;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	z-index: 2;
}


a.back_to_top {
font-size: 0.8em;
font-weight: bold;
}

td.back_to_top {
text-align: right;
}

.introduction {
text-align: justify;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 20px;
}

/* Global */

body {
font-family: Helvetica, Arial, sans-serif;
color: black;
font-weight: normal;
font-size: 1em;
margin: 0px;
}

a {
font-family: Helvetica, Arial,  sans-serif;
color: #0C2F84;
font-weight: bold;
text-decoration: none;
}

a:hover {
font-family: Helvetica, Arial, sans-serif;
color: #FF1F08;
font-weight: bold;
text-decoration: none;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.7em;
color: black;
font-weight: bold;
margin: 1px;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.3em;
color: black;
font-weight: bold;
margin: 1px;
}

h3 {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
color: black;
font-weight: bold;
margin: 1px;
padding: 1px;
}

h3.white {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
color: white;
font-weight: bold;
margin: 1px;
padding: 1px;
}

h4 {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: black;
font-weight: bold;
margin: 1px;
}

h4.white {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: white;
font-weight: bold;
margin: 1px;
}

h5 {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.8em;
color: black;
font-weight: bold;
margin: 1px;
}

h5.white {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.8em;
color: white;
font-weight: bold;
margin: 1px;
}

td {
text-align: left;
}

pre {
color: black;
font-weight: normal;
font-size: 1.0em;
}



textarea {
font-family: "andale mono", "courier new", courier, monospace;
font-size: 1.0em;
color: black;
font-weight: normal;
/*border-style: solid;*/
border-width: thin;
border-color: #0C2F84;
}

select {
font-family: Helvetica, Arial, sans-serif;
color: black;
font-weight: normal;
font-size: 1.0em;
background-color:#F0F0F0;
}

input[type="text"] {
font-family: "andale mono", "courier new", courier, monospace;
font-size: 1.0em;
color: black;
font-weight: normal;
/*border-style: solid;*/
border-width: thin;
border-color: #0C2F84;
}

input[type="password"] {
font-family: "andale mono", "courier new", courier, monospace;
font-size: 1.0em;
color: black;
font-weight: normal;
/*border-style: solid;*/
border-width: thin;
border-color: #0C2F84;
}

caption {
font-family: Helvetica, Arial, sans-serif;
color: black;
font-weight: bold;
font-size: 1.5em;
}

hr {
border: 0;
color: #0c2f84;
background-color: #0c2f84;
height: 1px;
}

/* speziell */
.table_box {
font-family: Helvetica, Arial, sans-serif;
color: black;
font-weight: normal;
font-size: 1.0em;
border-style: solid;
border-width: thin;
border-color: #0C2F84;
border-spacing: 0px;
background-color: white;
}

.padding {
padding-left: 10px;
padding-right: 10px;
}

.dotted {
border-style: dashed;
border-color: #0C2F84;
border-width: 1px;
background-color: #E2E2E2;
}

td.color {
background-color: #E2E2E2;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: black;
font-weight: bold;
padding: 2px;
}

td.color_with_border {
background-color: #E2E2E2;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: black;
font-weight: bold;
padding: 2px;
border-bottom: thin solid #0C2F84;
}

td.color_with_border_top {
background-color: #E2E2E2;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: black;
font-weight: bold;
padding: 2px;
border-top: thin solid #0C2F84;
}

td.border {
font-family: Helvetica, Arial, sans-serif;
color: black;
font-weight: normal;
border:thin solid #0C2F84;
}

a.bar {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: white;
font-weight: bold;
text-decoration: none;
}

a.bar:visited {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: white;
font-weight: bold;
text-decoration: none;
}

a.bar:hover {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: #E4C529;
font-weight: bold;
text-decoration: none;
}

a.navi {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: black;
font-weight: bold;
text-decoration: none;
}

a.navi:visited {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: black;
font-weight: bold;
text-decoration: none;
}

a.navi:hover {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: #E4C529;
font-weight: bold;
text-decoration: none;
}

a.white {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: white;
font-weight: normal;
text-decoration: none;
}

a.white:visited {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: white;
font-weight: normal;
text-decoration: none;
}

a.white:hover {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
color: #FF1F08;
font-weight: normal;
text-decoration: none;
}

a.submenu_normal {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #0C2F84;
font-weight: bold;
text-decoration: none;
}

a.submenu_normal:visited {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #0C2F84;
font-weight: bold;
text-decoration: none;
}

a.submenu_normal:hover {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #FF1F08;
font-weight: bold;
text-decoration: none;
}

a.submenu_color {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #FF1F08;
font-weight: bold;
text-decoration: none;
}

a.submenu_color:visited {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #FF1F08;
font-weight: bold;
text-decoration: none;
}

a.submenu_color:hover {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #FF1F08;
font-weight: bold;
text-decoration: none;
}

a.bglink{
font-family: Helvetica, Arial, sans-serif;
color:#ffffff;
background-color:#0c2f84;
text-decoration:none;
font-weight:bold;
padding-left:3px;
padding-right:3px;
}

a.bglink:visited{
font-family: Helvetica, Arial, sans-serif;
color:#ffffff;
background-color:#0c2f84;
text-decoration:none;
font-weight:bold;
padding-left:3px;
padding-right:3px;
}

a.bglink:hover{
font-family: Helvetica, Arial, sans-serif;
color:#ffffff;
background-color:#c00000;
text-decoration:none;
font-weight:bold;
padding-left:3px;
padding-right:3px;
}

p {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em
}

.border {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
font-weight: bold;
text-align: left;
color: white;
border-top-style: solid;
border-top-color: black;
border-top-width: thin;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: thin;
}

.border_top_right {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
font-weight: bold;
text-align: right;
color: white;
border-top-style: solid;
border-top-color: black;
font-size: 9pt;
}

.comphead{
        background-color: #3165CE;
        color:#FFFFFF;
        font: bold 1.0em helvetica,Arial, sans-serif;
        text-decoration:none;
}

.compname{
        background-color: #3165CE;
        color:#FFFFFF;
        font: bold 1.0em helvetica,Arial, sans-serif;
        text-decoration:none;
}

.compvalue{
        background-color: #F7EFBD;
        color:#000000;
        font: bold 1.0em helvetica,Arial, sans-serif;
        text-decoration:none;
}

ol {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
}

th {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
}

tr {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
border-top-width: thin;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: thin;
}

.pdb_table{
font: normal 1.0em helvetica,Arial, sans-serif;
background-color:#CCCCCC;
white-space: nowrap;
}

.table_head{
font: bold 1.0em helvetica,Arial, sans-serif;
color:#000000;
text-decoration: none;
text-align: center;
}

.pdb_code{
font: bold 1.0em courier,"courier new",terminal,monospace;
}

.pdb_line0{
background-color:#FFCC00;
}

.pdb_line1{
background-color:#CCCCCC;
}

.box {
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
font-size: 1.0em;
color: #535556;
vertical-align: top;
text-decoration: none;
font-weight: bold;
border-right-color: #535556;
border-left-color: #535556;
border-bottom-color: #535556;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
}

.boxhead{
background-color: #0c2f84;
color:#FFFFFF;
font: bold 1.0em helvetica,Arial, sans-serif;
text-decoration:none;
text-align:center;
padding:5px;
}

.boxbody{
background-color: #ffffff;
color:#000000;
font: bold 1.0em helvetica,Arial, sans-serif;
text-decoration:none;
text-align:center;
padding:5px;
border-style: solid;
border-color: #0c2f84;
border-width: thin;
}

.navi_heading {
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
font-size: 1.0em;
color: black;
font-weight: bold;
text-align: center;
border-top-style: solid;
border-top-color: black;
border-top-width: thin;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: thin;
}

/*.dotted {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
font-weight: normal;
border-bottom-style: dashed;
border-bottom-width: thin;
border-bottom-color: black;
}*/

.bold {
font-weight: bold;
}

.head2 {
font-size: 1.1em;
font-weight: bold;
}

.listimage {
vertical-align:text-top;
float:left;
margin-right:10px;
margin-bottom:10px;
}

/* pdb-care: */
span.info{
		color:#000000;
		font-weight:normal;
		font-style:normal;
}
span.warning{
		color:#0000ff;
		font-weight:normal;
		font-style:normal;
}
span.error{
		color:#ff0000;
		font-weight:normal;
		font-style:normal;
}
span.linucs{
		color:#000000;
		font-weight:bold;
		font-style:normal;
}
span.origres{
		color:#808080;
		font-weight:normal;
		font-style:normal;
}
span.hint{
		color:#008080;
		font-weight:normal;
		font-style:normal;
}
td.grey{
		background-color:#e0e0e0;
}

/*** GlyVicinity StyleSheets ***/

.vicinitytable{
border: none;
}

.pdbline{
color:#ffffff;
background-color:#0c2f84;
text-align:left;
padding:5px;
}

.chainline{
color:#000000;
background-color:#ffd000;
text-align:left;
padding:5px;
}

.residueline{
color:#000000;
background-color:#c0c0c0;
text-align:left;
padding:5px;
}

.blankcell{
color:#ffffff;
background-color:#ffffff;
width:15px;
}

.smalltext{
font-size:0.9em;
background-color:#e0e0e0;
border: thin solid #000000;
border-collapse:collapse;
}

.caption{
font-weight:bold;
background-color:#e8e800;
}

.gv_caption{
font-weight:bold;
background-color:#e8e800;
}

.nv{
color:#c00000;
}

/*** GlySeq StyleSheets ***/

td.label{
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
	background-color:#ffff40;
}
td.echo{
	font-weight:bold;
	text-align:left;
	background-color:#d0d0d0;
}
td.content{
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
}
td.content0{
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
	background-color:#000000;
}
td.emptyline{
	height:0.8em;
	padding:0pt;
}
