body,html{
	padding: 0;
	margin: 0;
	height: 100%;
	max-height: 5000px;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #222222;
	font-family: 'Roboto', sans-serif, arial;
}
.loading_message{
	position: absolute;
	top: 10px;
	left: 40px;
}
/*.datum_holder, .research_holder, .visualization_marks{
	display: none;
}*/
a {
	color: #000;
	text-decoration: none;
}
a:hover{
	color: red;
}
.wrapper{ 
	height: 100%;
	width: 100%;
	min-width: 1000px!important;
	position: relative;
}
.header,.fakeheader{
	width: 100%; 
	height: 28px;
	position: absolute;
	top: 0;
	font-size: 11px;
}
.fakeheader{
	/*background: #ffffff url('img/shadow.png') repeat-x bottom left;*/
	background: #fff;
	z-index: -999;
	border-bottom: 1px solid #ccc;
}
.header{
	z-index: 9999;
}
.section2{
	background: red!important;
}
.header_inner{
	/*background: #ffffff url('img/shadow.png') repeat-x bottom left;*/
	border-bottom: 1px solid #ccc;
	background: #fff;
	width: 1000px;
	height: 100%;
	margin: auto;
}
.project_title{
	padding: 8px 0 0 0;
	width: 400px;
	float: right;
	font-weight: bold;
	font-family: arial;
}
.viz_title{
	width: 400px;
	float: left;
	padding: 8px 0 0 40px;
}
.left,.right,.datum_holder{
	position: absolute;
	top: 0px; /*header height*/
	bottom: 0px; /*footer height*/
}
.left{
	top: 40px;
	bottom: 0px!important; /*footer height*/
	left: 0;
}
.center{
	width: 165px;
	height: 100%;
	margin: 0 auto;
	position: relative;
pointer-events:none;
}
.right{
	right: 0;
}
/*DATUM*/
.datum_holder{
	padding-top: 20px;
	float: right;
	height: 100%;
	width: 150px;
	position: relative;
	pointer-events:auto; 
	font-size: 11px;
}
.event_note{
	display: none;
	position: absolute;
	color:#676767;
	bottom: 36px;
	left: -15px;
	width: 140px;
}
/*VISUALIZATION*/
.canvas_holder{
	border: 0px solid red;
	height: 100%;
	width: 425px;
	float: right;
	position: relative;
}
#thecanvas{
	height: 100%;
	width: 100%;
	
}
/*RESEARCH PAPER*/
.research_holder{
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	
}
.research_holder .content{	
	border: 0px solid red;
	height: 100%;
	width: 400px;	
}
.scrollnote{
	margin: 20px 0 0 0;
}
.scrollnote img{width: auto!important;}
#wrap{position: relative;padding: 40px 0 0 0; overflow: hidden; }
#text{width: 360px; overflow: hidden;}

.research_holder .line_id{
	width: 40px;
	position: absolute; 
	top: 42px;
	bottom: 0;
	right: 0;
	text-align: right;
font-size: 11px;
}

.research_holder .section{
	overflow: hidden;
	margin: 0 0 200px 0;
}
.viz_change{
	 display: block;
}
/*research paper content types*/
.section .section_title{
	padding: 0 0 20px 0;
	font-weight: bold;
	width: 100%;
	font-size: 12px;
}
.titlesection .section_title{
	font-family: Georgia!important;
	font-size: 64px!important;
	text-align: left!important;
	font-weight: normal!important;
	padding: 0 0 50px 0!important;
	color: #000000;
}
.research_holder .highlight{
	font-weight: bold;
}
.research_holder .quote{
	font-style:italic;
	padding: 0px 0 20px 50px;
}
.research_holder .image{
	font-style:italic;
	padding: 10px 0;
	font-size: 11px;
}

.research_holder .vizchange .border{
	border: 1px solid #ccc;
	padding: 10px 10px;
	margin: 5px 0;
	overflow: hidden;
	font-weight: normal!important;
	
}
.research_holder .vizchange{
	margin: 30px 0px;
	font-weight: bold;
	font-size: 11px;
}
.research_holder .vizchange .border div{
	float: left;
	padding: 0 10px 0 0;
}
.research_holder .image img,.research_holder .image iframe{
	width: 100%;
	border: 1px solid white;
}
.research_holder .image:hover{
	cursor: pointer;
	color: red;
}
.image_popup{
	position: absolute;
	width: 930px;
	top: 40px;
	bottom: 10px;
	left: 50%;
	margin-left: -465px;
	z-index: 9999999;
	display: none;
}
.image_popup:hover{
	cursor: pointer;
}
.closepopup{
	border: 1px solid #333;
	width: 25px;
	height: 25px;
	position: absolute;
	background-color: #ffffff;
	background-image: url('img/icon_close.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	top: 10px;
	right: 10px;
}
.closepopup:hover{
	border: 1px solid red;
	background-color: #ffffff;
	background-image: url('img/icon_close_r.jpg');
	background-position: right top;
	background-repeat: no-repeat;

}
/*VISUALIZATION AND RESEARCH MARKERS*/
.visualization_marks, .research_marks,.titles,.compid{
	width: 12px;
	position: absolute;
}
.research_marks{
right: 0;
}
.visualization_marks{
pointer-events:none;
z-index: -999999;
right: 0;
}
.titles, .compid{
	display: none;
	pointer-events:none;
	width: 100px;
	text-align: right;
	margin: 0 0 0 25px;
}
.datum_holder .section #inner{
	/*background: url('img/event.png') no-repeat bottom left;*/
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0px;
}
.datum_holder .image,.datum_holder .quote,.datum_holder .highlight,.datum_holder .vizchange,.datum_holder .section #innerinner{
	background-color: #676767;
	width: 8px;
	height: 3px;
	z-index: 9999;
	margin: 0 5px 0 0;
}
.datum_holder .image,.datum_holder .quote,.datum_holder .highlight,.datum_holder .vizchange{
	height: 8px!important;
}
.datum_holder .image:hover,.datum_holder .quote:hover,.datum_holder .highlight:hover,.datum_holder .vizchange:hover,.datum_holder .section #innerinner:hover{
	background-color: red!important;
	cursor: pointer;
}
.datum_holder .section #inner:hover{
		border-color: red;
}
.titles span:hover{
	color: red!important;
	cursor: pointer;
}
.datum_holder .section{
		width: 100px;
}
.datum_holder .image{
	background-image: url('img/icon_image.png');
}
.datum_holder .quote{
	background-image: url('img/icon_quote.png');
}
.datum_holder .highlight{
	background-image: url('img/icon_highlight.png');
}
.datum_holder .vizchange{
	background-image: url('img/icon_viz.png');
}
.range {
	border-left: 1px solid #ccc;
}
.point #inner{
	float: right;
	/*background: url('img/event.png') no-repeat bottom left;*/
	height: 8px;
	width: 8px;
	background-color: #676767;
	background-image: url('img/icon_event.png');
	background-position: right top;
	background-repeat:no-repeat;
}

/*MOUSE EVENTS*/
.mouseover_holder{
	position: absolute;
	left: 0;
	right: 0;
	pointer-events:none;
	display: none;
}
.mouseover_inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	pointer-events:none;
}
.mouseover_line_l,.mouseover_line_r{
	border-top: 2px solid red;
	width: 360px;	
	pointer-events:none;
}
.mouseover_line_l{
	float: left;
	margin: 0 0 0 40px;
}
.mouseover_line_r{
	float: right;
	margin: 0 40px 0 0;
	position: relative;
}

.event_holder{
	display: none;
	position: absolute;
	width: 130px;
	margin: 0 0 0 0px;
}
#plant_selected_l,#plant_selected_r{
	display: none;
	position: absolute;
	z-index: 999999;
	border: 2px solid red;
	pointer-events:none;
	height: 10px;
}
#plant_selected_l{
	width: 10px;
}
#plant_selected_r{
	width: 0px;
}
#showdate{
	display: none;
	position: absolute;
	z-index: 999999;
	pointer-events:none;
	width: 80px;
	text-align: center;
	font-size: 11px;
}
#section_cut,.mouseover_info{
	display: none;
	position: absolute;
	top: 40px;
	bottom: 0;
}
.mouseover_info{
	bottom: 0;
	width: 360px;
	text-transform: uppercase;
	color: #bbbbbb;
	font-size: 11px;
}
#title_section{
	display: none;
	position: absolute;
	margin: 0 0 0 155px;
}
.referencepopup{
	background: white;
	border: 1px solid red;
	color: red;
	font-style: italic;
	padding: 5px;
	display: none;
	position: absolute;
	width: 347px;
	font-size: 11px;
}
.reflink:hover,.figurelink:hover{
	cursor: pointer;
	color: red;
}
.tutorial_msg{
	float: right;
	padding: 0 10px 0 0;
	color: red;
	display: none;
}
.tutorial_button{
	float: right;
	padding: 0 0px 0 0;
	cursor: pointer;
}
.tutorial_button:hover{
	color: red;
}
.tutorial:hover{
	cursor: pointer;
}
.tutorial{

	display: none;
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999999;
	color: red;
	font-size: 18px;
	font-weight: 500;
}
.tutorial_inner{
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
}
.tutorial_back_left, .tutorial_back_right{
	background-image: url('img/backtranslucent.png');
	top: 0px;
	bottom: 0px;
	position: absolute;	
}
.tutorial_back_left{
	display: none;
	left: 0px;	
	width: 440px;
}
.tutorial_back_right{
	display: none;
	right: 0px;
	width: 440px;
}

.tutorial_left, .tutorial_right{
	border: 3px solid red;
	position: absolute;
	top: 0px;
	bottom: 10px;
}
.tutorial_left{
	display: none;
	width: 405px;
	left: 0;
}
.tutorial_right{
	display: none;
	width: 405px;
	right: 0;
}
.tutorial_center{
	width: 185px;
	margin: auto;
	height: 100%;
	position: relative;
}
.tutorial_left .inner{
	padding: 20px 0 0 20px;
}

.tutorial_right .inner{
	padding: 20px 0 0 20px;
}
.tutorial_right .inner img{
	padding: 50px 0 0 0;
}
.tutorial_center .innerleft{
	display: none;
	position: absolute;
	left: 45px;
		padding: 20px 0 0 0;
}
.tutorial_center .innerinnerleft{
	display: none;
	border: 3px solid red;
	top: 0px;
	bottom: 10px;
	width: 20px;
	position: absolute;
	left: 0;
}
.tutorial_description{
	padding: 50px 20px 20px 0;
	font-size: 12px;
	font-weight: 500;
}
.tutorial_description span{
	padding: 0 0 0 30px;
}