html, body{
	overflow:hidden;
	height:100%;
	width:100%;
	min-width:1000px;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* end hack */ 

#header{
	position:absolute;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
	overflow:hidden;
	height:110px;
	top:0;
	left:0;
	width:100%;
	background:#04346C;
}
#header-content{
	color: white;
	font-size: 36px;
	font-weight: bold;
	width:1000px;
	padding-top: 10px;
	height:100%;
	text-align:center;
	margin: auto;
}

/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner,* html #footer-inner {margin-right:17px;}
/* end hide*/

#footer{
	position:absolute;
	overflow:hidden;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	background:#04346C;
}
#footer-content{
	color: white;
	font-size: 11px;
	width:1000px;
	height:21px;
	padding-top:3px;
	margin:auto;
	text-align:center;
}
#footer-content a{
	font-weight: bold;
	color:white;
	text-decoration:none;
}
#footer-content a:hover{
	text-decoration:underline;
}

#main-scroll{
	overflow: auto;
	top:110px;
	bottom:20px;
	left:0;
	width:100%;
	position: absolute;
}
#main{
	position: absolute;
	margin:auto;
	width:100%;
	min-width: 1000px;
}
#main-content{
	background:steelblue;
	padding:0;
	width:720px;
	height:100%;
	margin: 10px auto;
}
#content{
	padding:10px;
}

#right {
float:right;
width:174px;
background:orange;
}



/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-size: 10px;
	font-weight: bold;
	color:white;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}


#side-bar{
	font-size: 10px;
	top:10px;
	padding: 5px;
	height:310px;
	left:50%;
	margin-left:-482px;
	width:100px;
	border:1px solid #000;
	background:#0E53A7;
	position: absolute;
}
#side-bar a{
	font-weight: bold;
	color:white;
	text-decoration:none;
}
#side-bar a:hover{
	text-decoration:underline;
}
#side-bar hr{
	border-width:0px;
	height:1px;
	width:40%;
	background-color:black;
	margin-top:15px;
	margin-bottom:15px;
}

#jmolbox{
	position:absolute;
	top:120px;
	height:auto;
	right:50%;
	margin-right:-400px;
	width:280px;
	border:1px solid #000;
	background:green;
}

#loader{
	font-size:32px;
	font-weight:bold;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(150,150,150,0.7);
	z-index:9999;
	text-align:center;
	line-height:100vh;
}

/* class section*/

.ref_link {
	font-size: 8px;
}

.body_text,.bt {
	font-size: 11px;
	text-align: center;
}
.title_blue {
	font-weight: bold; 
	font-size: 26px; 
	color: aliceblue; 
	text-align: center;
	}

.subtitle_gray {
	font-weight: bold;
	font-size: 14px;
	color: aliceblue;
	text-align: center;
}


/* table */
.listtable {
	border-collapse: collapse;
	width:100%;
	font-size: 14px;
}
.listtr {
}
.listth {
	border-bottom:1px solid grey;
	padding:10px;
	text-align:left;
}
.listtd {
	padding:5px;
}
.listtr:nth-child(odd) {background: #4A86b8}
.listtr:nth-child(even) {background: #427eb0}
.listtr:hover .listtd {color:white; background:#04346C}
.listtr:hover a{
	color:white;
}

/* molecule header*/

.content_table {
	font-size: 14px;
	margin-bottom:10px;
}
.content_table tr td {
	text-align: left;
	vertical-align:top;
}
.content_image {
}
.content_title {
	font-weight: bold;
	font-size: 26px;
	color: aliceblue;
	margin-bottom:10px;
}
.content_label {
	width: 150px;
	color: aliceblue;
}
.content_infos {
	color: black;
	overflow:auto;
	white-space:nowrap; 
	width: 315px;
	/*overflow:hidden; 
	text-overflow: ellipsis;*/
}

/* boxes */

.slidehead {
	cursor: pointer;
}
.slidebody {
	
}
.hidden {
	display: none;
}

.molecule {
	padding: 10px;
	background: lightsteelblue;
	border-radius: 20px;
	margin-bottom: 5px;
	color:black;
}
.moleculehead {
	font-size: 12px;
}
.moleculebody {
	font-size: 11px;
}
.moleculehr{
	border-width:0px;
	height:1px;
	background-color:lightgrey;
}
.molecule_title {
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:10px;
}
.molecule_table {
	font-size: 14px;
	margin-bottom:10px;
}
.molecule_table tr td {
	text-align: left;
	vertical-align:top;
}
.molecule_label {
	width: 200px;
	color: black;
	font-weight:bold;
}
.molecule_infos {
	color: black;
	overflow:auto;
	white-space:nowrap; 
	width: 450px;
	/*overflow:hidden; 
	text-overflow: ellipsis;*/
}

.electronicstate {
	padding: 8px;
	background: gainsboro;
	border-radius: 20px;
	margin-bottom: 5px;
	color:black;
}
.electronicstatehead{
	font-size: 12px;
}
.electronicstatebody{
	font-size: 11px;
}
.electronicstatehr{
	border-width:0px;
	height:1px;
	background-color:white;
}

.element {
	padding: 5px;
	background: aliceblue;
	border-radius: 20px;
	margin-bottom: 5px;
	color:grey;
}
.elementhead{
	font-size: 12px;
}
.elementbody{
	font-size: 11px;
}
.elementhr{
	border-width:0px;
	height:1px;
	background-color:lightgrey;
}

.mytablerow,.mtr {
	width: 100%;
	text-align: center;
	}

.mytablecell1,.mtc1 {
	min-width: 99%;
	max-width: 99%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}

.mytablecell2,.mtc2 {
	min-width: 49%;
	max-width: 49%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}
.mytablecell3,.mtc3 {
	min-width: 32%;
	max-width: 32%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}
.mytablecell4,.mtc4 {
	min-width: 24%;
	max-width: 24%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}

.mytablecell5,.mtc5 {
	min-width: 19%;
	max-width: 19%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}

.mytablecell6,.mtc6 {
	min-width: 15%;
	max-width: 15%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}

.mytablecell7,.mtc7 {
	min-width: 13%;
	max-width: 13%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}

.mytablecell8,.mtc8 {
	min-width: 11%;
	max-width: 11%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}

.mytablecell75,.mtc75 {
	min-width: 74%;
	max-width: 74%;
	display: inline-block;
	/*box-sizing: border-box;*/
	vertical-align: top;
}

.mytableright,.mtright {
	text-align: right;
	vertical-align: top;
	}


/* required and error */

.required::before {
	content: " * ";
	font-weight: bold;
}

p{margin-top:0}

/* link */
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:black;
	text-decoration:underline;
}

/* table */
table {
	border-collapse: collapse;
	width:100%;
}
tr {
}
th {
	padding:10px;
	text-align:left;
}
td {
	padding:5px;
}

/* readonly input */

input:-moz-read-only, input:read-only {
	background: #eee;
	border: 1px solid grey;
	color: darkgrey;
}

textarea:-moz-read-only, textarea:read-only {
	background: #eee;
	border: 1px solid grey;
	color: darkgrey;
}

/* button type */

input[type=button], input[type=submit], input[type=reset] {
  color: black;
  padding: 5px 10px;
  cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  color: black;
  padding: 5px 10px;
  border: 1px solid black;
}

/* ToolTip Box */

a:hover { position: relative; }

a .tooltip{
	display: none;
}
a:hover .tooltip {
	display:block;
	position: absolute;
	bottom: 2em;
	left: 100%;
	z-index: 1;
	font-size:10px;
	background: lightgrey;
	color:black;
	padding:10px;
	width:220px; 
	border:2px solid #D3D3D3;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    -moz-box-shadow: 1px 1px 8px #CCC;
    -webkit-box-shadow: 1px 1px 8px #CCC;
    box-shadow: 1px 1px 8px #CCC;
}
