html,body{
    margin:0;
    padding:0;
}
body {
	text-align: center;
	background-color: #ffffff; 
	min-width: 757px;
	min-height: 710px;
}

div.horiz {
	width: 720px; /* width of logo text (677px)+ logo hexagon (45px) + spacer (45px) */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: left;
}

table.index_main {
	background-color: #ffffff; 
	width: 720px; /* width of logo text */
	margin: 0 auto;
	text-align: left;
}

td.weekly {
	font-size: 11px;
	padding-right: 5px;
}

td.atlasversion {
	font-size: 10px;
}

td.atlasversion a { 
	font-size: 10px;
}


div.margin_bottom {
	margin-bottom: 12px;
}

div.about_help {
	white-space: nowrap;
	text-align: right;
}

div.frontimage div, 
div.frontimage span {
	/*font-style: italic; */
	text-align: left; 
	position: absolute; 
	bottom: 0; 
}

div.frontimage div.index_light,
div.frontimage span.index_light {
	left: 5px;
	color: #000000;
}

div.frontimage div.index_dark,
div.frontimage span.index_dark  {
	left: 5px;
	color: #FFFFFF;
}

DIV.roundedatlas {
	position: relative;
	width: 221px;
	height: 114px;
	border-radius: 7px;
	background-size: 221px 96px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
}
DIV.roundedatlas div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 221px;
	height: 18px;
	padding-top: 2px;
	text-decoration: none;
	color: black;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 17px;
}
DIV.roundedbanner {
	position: relative;
	width: 720px;
	height: 40px;
	border-radius: 7px;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
}
DIV.roundedbanner div {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 720px;
	height: 29px;
	text-decoration: none;
	color: white;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	font-size: 17px;
	font-weight: 400;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	line-height: 17px;
}

DIV.roundedsupp {
	width: 120px;
	height: 40px;
	background-color: #f2f2f2;
	margin: auto;
	text-align: center;
	border-radius: 7px;
}
DIV.roundedsupp DIV {
	display: table-cell; 
	vertical-align: middle;
}
DIV.roundedsupp.black {
	background-color: #000;
}

span.index_proteome_header {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none; 
	color: #979797;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	float: left;
	padding: 10px 5px 5px 10px;
	width: 340px;
}
span.index_proteome_header.white {
	width: 250px;
}
span.index_proteome_header p {
	display: inline;
	color: #5a5a5a;
}
span.index_proteome_header span {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 14px;
}
span.index_proteome_header.white span {
	color: #fff;
}
span.index_proteome_header span a {
	padding: 10px 5px 5px 10px;
}
.index_proteome_link:hover {
	text-decoration: underline;
	color: #58b5ec;
}
.index_proteome_link {
	text-decoration: none;
	color: #3777bc;
	font-size: 11px;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes movebackground {
	0%   {-webkit-transform: matrix(0.8,0,0,0.8,   0,-40)}
	50%   {-webkit-transform: matrix(1.0,0,0,1.0,-200,-20)}
	100%  {-webkit-transform: matrix(0.8,0,0,0.8,   0,-40)}
} 

/* Standard syntax */
@keyframes movebackground {
	0%   {transform: matrix(0.8,0,0,0.8,   0,-40)}
	50%   {transform: matrix(1.0,0,0,1.0,-200,-20)}
	100%  {transform: matrix(0.8,0,0,0.8,   0,-40)}
}

.transparentcorner {
	position: absolute;
	background: url('/images_static/white_transparent_corner_top_left.png') no-repeat;
	z-index: 3;
}
.transparentcorner.top_left {
	top: 0px;
	left: 0px;
}
.transparentcorner.top_right{
	top:0px;
	right: 0px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.transparentcorner.bottom_right {
	bottom: 0px;
	right: 0px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.transparentcorner.bottom_left{
	bottom: 0px;
	left: 0px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.shadedblock {
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0) 100%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0) 100%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0) 100%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0) 100%); /* Standard syntax */
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline;
	z-index: 2;
}
.textblock {
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline;
	z-index: 4;
}

/* Small footer */
div.small_footer {
	padding-top: 10px;
}

.column ul {
	padding: 0 0;
}

.small_footer p {
    padding-left: 2px;
	margin: 6px 0px 0px;
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
    color: #404040;
    text-decoration: underline;    
}

div.small_footer span {
    border-radius: 6px;
    display: block;
    position: relative;
    width: 160px;
    font-weight: bold;
    margin: 1px;
}
div.small_footer .social_link:hover {
	opacity: 0.6;
	cursor: pointer;
}

div.small_footer span a:hover {
   color: #000000;
   text-decoration: none;
}

div.small_footer span a {
    color: #6C6C6C;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-size: 12px;	    
}

div.small_footer div {    
   display: inline-block;
   vertical-align: top;
}

/*
.video-bg {
	position: absolute;
	left: 251px;
	top: 0px;
	z-index: 1;
	border-radius: 7px;
	background: url('/images_static/cell_proteome.jpg') center center / cover no-repeat;
}

.video-bg__video {
		width: 416px; 
		height: 204px; 
		border-radius: 7px;
}

@media (max-width: 416px) {
    .video-bg {
        background: url('/images_static/cell_proteome.jpg') center center / cover no-repeat;
    }
    .video-bg__video {
        display: none;
    }
}
*/
