/*
#  GLOBAL  ####################################################################
*/
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
}


/*
#  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 {
	color: #000;
	width: 100%;
	height: 106px;
	background-color: #0C2F84;
	border-bottom: 1px solid black;
}


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

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

#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: 1;
}

#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  ##############################################################
*/
#location_left {
	position: absolute; left: 16px; top: 91px;
	font-weight: bold;
	color: white;
	font-size: 80%;
}
	
#location_left a {
	font-weight: bold;
	color: white;
}

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

#location_right {
	position: absolute; right: 16px; top: 91px;
	color: white;
	font-size: 80%;
}

#location_right a {
	font-weight: bold;
	color: white;
}

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


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

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

#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;
}
	

/*
#  MAIN CONTENT  ##############################################################
*/
.content {
width:auto;
margin-right: 20px;
margin-left: 20px;
padding: 10px;
}

/* Footer */
.border_bottom {
position: relative; left: 0px; right: 0px; top: 20px;
margin-bottom: 10px;
font-family: Helvetica, Arial, sans-serif;
font-size: 0.8em;
color: white;
text-align: center;
font-weight: bold;
border-top-style: solid;
border-top-color: black;
border-top-width: thin;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: thin;
background-color: #0C2F84;
}

.border_bottom2 {
position: relative; left: 0px; right: 0px; top: 0px;
margin-bottom: 10px;
font-family: Helvetica, Arial, sans-serif;
font-size: 0.8em;
color: white;
text-align: center;
font-weight: bold;
border-top-style: solid;
border-top-color: black;
border-top-width: thin;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: thin;
background-color: #0C2F84;
}

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;
border-collapse:collapse;
}

.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: #0C2F84;
        color:#FFFFFF;
        font: bold 1.0em helvetica,Arial, sans-serif;
        text-decoration:none;
}

.compname{
        background-color: #0C2F84;
        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;
}

.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;
}

hr.glytorsion {
border: 0;
color: #0c2f84;
background-color: #0c2f84;
height: 4px;
}

div.table {
display:table; 
border-collapse:collapse;
}

div.tr {
display:table-row;
}

div.td {
display:table-cell;
padding:5px;
vertical-align:top;
}

div.td_center {
display:table-cell;
padding:5px;
vertical-align:top;
text-align:center;
background-color:#ffffff;
}

/*
#  EXPLORE LINUCS_ID  ##############################################################
*/

.linucsid_headline {
font-weight:bold;
text-align:left;
margin-bottom:7px;
margin:0px;
padding: 5px;
border: none;
background-color:#e2e2e2;
color:#000000;
}

.linucsid_content {
margin-left:1.5em;
margin-bottom:10px;
}

.iupac-struct{
font-family:monospace;
border: thin solid #e2e2e2;
color:#000000;
background-color:#f0edbb; 
white-space:pre;
}

a.itemhead{
color:#000000;
}

.linucsid_tablehead{
border: thin solid #e2e2e2;
color:#ffffff;
font-weight:bold;
background-color:#0c2f84;
padding:3px;
}

.linucsid_tabledata{
border: thin solid #e2e2e2;
background-color:#f0edbb;
padding:3px;
text-align:right;
}

.linucsid_tabledata_statistics{
border: thin solid #e2e2e2;
background-color:#f0edbb;
padding:3px;
text-align:left;
font-family:monospace;
}

.nmr_code_decrease_0{
border: thin solid #e2e2e2;
background-color:#6b9cff;
padding:3px;
text-align:right;
}

.nmr_code_decrease_1{
border: thin solid #e2e2e2;
background-color:#b3ccff;
padding:3px;
text-align:right;
}

.nmr_code_decrease_2{
border: thin solid #e2e2e2;
background-color:#ffffd2;
padding:3px;
text-align:right;
}

.nmr_code_decrease_3{
border: thin solid #e2e2e2;
background-color:#ffefd2;
padding:3px;
text-align:right;
}

.nmr_code_decrease_4{
border: thin solid #e2e2e2;
background-color:#ffa96c;
padding:3px;
text-align:right;
}

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

.pdb_line0{
background-color:#f0edbb;
padding:3px;
}

.pdb_line1{
background-color:#e2e2e2;
padding:3px;
}

#shortcut a {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #0C2F84;
}

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

.ReferenceTitle{
	font-weight:bold;
}

.ReferenceAuthor{
	font-style:italic;
}

.ReferencePublish{
}

.StructuresReference{
	color:#800000;
}

/*
#  TOOLS  ##############################################################
*/
/* 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:#e8e850;
}

.nv{
color:#c00000;
}

.gv_interactiontable{
border: thin solid #000000;
border-collapse:collapse;
}

.gv_cell0{
background-color:#f0f0f0;
text-align:right;
}

.gv_cell1{
background-color:#e0e0e0;
text-align:right;
}

.gv_cell2{
background-color:#e0e0e0;
text-align:right;
}

.gv_cell3{
background-color:#d0d0d0;
text-align:right;
}

.gv_cell4{
background-color:#ffffd0;
font-weight:bold;
text-align:right;
}

.gv_cell5{
background-color:#f0f0b0;
font-weight:bold;
text-align:right;
}

.gv_atomcaption{
font-weight:bold;
background-color:#0c2f84;
color:#ffffff;
text-align:center;
padding:8;
}

.gv_atomnames{
font-weight:bold;
background-color:#0c2f84;
color:#ffffff;
text-align:center;
}

a.gv_atomlink{
color:#ffffff;
}

a.gv_atomlink:hover{
color:#ff1f08;
}

/*** 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;
}

/*** GlycoMapsDB StyleSheets: ***/

.glycomaps_menu{
	font-size:0.9em;
	font-weight:bold;
}

.glycomaps_results_header{
	font-weight:bold;
	font-size:0.9em;
	color:#ffffff;
	background-color:#0c2f84;
	padding: 3px;
}

.glycomaps_results0{
	background-color:#f0edbb;
	font-size:0.9em;
	vertical-align:top;
	padding: 3px;
}

.glycomaps_results1{
	background-color:#e2e2e2;
	font-size:0.9em;
	vertical-align:top;
	padding: 3px;
}

.gm_iupac{
	white-space:pre;
	font-size:0.9em;
	font-family:courier,monospace;
}

.gm_iupac_highlight{
	color:#ff0000;
	font-weight:bold;
}

.gm_iupac_highlight2{
	color:#0000ff;
	font-weight:bold;
}

/*** distance mapping stylesheets: ***/

td.distmap-form {
	vertical-align:top;
	padding: 5px;
}

#distmap-datasets {
	padding: 8px;
}

/*
#  acronyms  ###################################################################
*/
.acronyms {
	border-bottom: 1px  dotted #0c2f84;
	cursor: help;
}


