@charset "UTF-8";
/* Human Brain Atlas Css v.1*/



body, html { 
	font-size: 10px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: #333;
	border:0;
	margin:0;
	padding:0;
	/*text-align:center; */
	
	}

/* Main layout*/
	
	
#head {
	text-align: left;
	height: 65px;
	width:100%;
	overflow:hidden;
	border-bottom:0px solid #777777;
	background:#b96f0e url(../img/head.jpg) no-repeat;
	margin-bottom:10px;
	
	
	}

	

#sidebar {
	text-align: left;
	margin:0px 0 0 0px;
	width: 150px;
	height: auto;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	border-right:solid 0px #777777;
	}
	
#content {
	text-align: left;
	height:90%;
	width:75%;
	border-bottom:solid 0px #777777;
	margin:-154px 0 0 180px;
	position: absolute;
	padding:0;
	min-width:800px;

	}

.ie #content {
	margin:-385px 0 0 170px;
	float:left;
	width:70%;
	}
	

#main_content {
	margin:10px 0 0 0;
	text-align:left;
	float:left;
	width:100%;
	height:100%;
	border-top:solid 1px #999;

	}
	
	

#footer {/* Not used!*/
	height:200px;
	background:#777777;
	clear:both;
	width:100%


	}

	#newsfeed {/* Not used!*/
	margin-top:50px;
	width:160px;
	min-height:300px;
	border:1px dashed #777777;
	/*border-bottom:1px dashed #777777;*/
	background: #fef1dc;
	}

/* Main layout end*/	

/*---------------------------------*/

/*Sidebar menu list*/

#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type:none;
	font-size: 11px;
	}

#sidebar ul a {
	display: block;
	height:30px;
	line-height:30px;
	color: #777777;
	font-weight:normal;
	text-decoration: none;
	text-indent: 10px;
	background: #ffffff url(../img/menu.gif) no-repeat right center;
	border-bottom:1px solid #777777;
	padding-top:0px;
	}

#sidebar li {
	display:block;
	
	}
	
#sidebar a:hover, a.selected {
	background: #d0dcee url(../img/menu_a.gif) no-repeat right center;
	}
	
#newsfeed a:hover {
	background: #d0dcee ;
	}

/*Sidebar menu list end*/

/*---------------------------------*/

/*search*/


#search_entry {
	width:850px;
	border:1px dashed #777777;
	background: #fef1dc;
	margin: 20px 0px 20px 0px;
	height:auto;
	padding:20px 0 0 20px;
	
	}

#search_inputs {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}

#search_inputs li {
	padding:0;
	display:inline;
	float:left;
	width:19em;
	margin-right:2em;
	
	}

.search_categories {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

.search_categories li {
	margin:0 10px 0 0 ;
	padding:0;
	display:block;
	width:16em;
}

#search_inputs input {
	width:auto;
	
	}

#search_inputs label {
	font-weight:bold;
	margin:0 0 5px 0;
	width:auto;
	
	}
	




#search_results {
	
	border:1px solid #777777;
	background: #d0dcee;
	margin:20px 0 0 0;
	width:870px;
	height:auto;

	}


#results_area {
	clear: both;
	text-align: center;
	padding-bottom: 1em;
	width:850px;
}

.result {


	padding:0;
	font-size: 10px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: #333;
	
	}

#quick_search_entry {
	width:150px;
	height:200px;
	margin:30px 0 0 0;
	float:left;
}

#quick_search_inputs {
	
	float:left;
	
}

#quick_search_inputs input {
	
	width:130px;
	
}

#quick_search_inputs submit {
	
	width:50px;
	
}

/*search end*/

/*---------------------------------*/

/*Post toggle menu*/

#post_view {
	margin: -20px 0 0 0px;
	padding: 0;
	list-style-type:none;
	width:auto;
	font-size:10px;
	float:right;
	border-left:solid 1px #777777;
	border-top:solid 1px #777777;
	background:white;
	}


#post_view ul li {
	float:left;
	font-size:10px;
	padding:0;
	}
	
#post_view a {
	display: block;
	padding:0.2em 2em;
	line-height: 2.0em;
	color: #777777;
	text-decoration: none;
	float:left;
	border-right:1px solid #777777;
	border-bottom:4px solid #6b89a3;
	
	
	}
	
#post_view ul .first a {
	border-left:1px solid #777777;
	}
	
#post_view li {
	display:inline;
	padding:0;
	
	}
	
#post_view a:hover, .selected a {
	background: #d0dcee;
	}

/*Post toggle menu end*/

/*---------------------------------*/

/* Post Views in toggle */

/*main list*/
#toggle_list {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	border:none;
	float:left;
	width:100%;
	height:100%;
	display:block;
	
	}
	
#toggle_list li {
	margin-top:0px;
	width:100%;
	height:100%;
	list-style:none;
	
}	

/*main list end*/



#view_images {
	width:100%;
	height:100%;
	border:0px solid black;
	float:left;
	margin:0;
	padding:0;
}

#zoomifyIframe {
	width:80%;
	height:90%;
	border:0;
	padding:0;
	margin:-13px 0px 0 0px;
	background:none;
	float:left;
	
}

#zoomifyIframe html body table, #zoomifyIframe html body table tbody tr td div object#theMovie {width:100%; height:100%;}

/*List for thumnails*/
#thumbnail_list {
	text-align: left;
	margin:0 0 auto auto;
	width: 15em;
	min-height: 500px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	border:solid 1px #777777;
	list-style-type:none;
	background: #ffffff;
	color: #777777;
	font-weight:normal;
	
}

#thumbnail_list li {
        height:auto;
        width: 100%;
        text-indent:10px;
        border-bottom:1px solid #777777;
        overflow:hidden;        
}

#view_images ul li img, #view_data ul li img {
	border:1px solid #777777;
	float:left;
	height:28px;
	margin:3px 0pt 0pt 5px;
	padding:2px;
	width:36px;
	background:#ffffff;
}

#view_images ul li span, #view_data ul li span {
	text-indent:15px;
}

.thumb_info {
        text-align:left;
        width:100px;
        padding-top:5px;
        text-indent:0;
        line-height:15px;
        padding:5px 0 5px 50px;
}

.highlighted {
	background:#fed5a4;
}

/*List for thumnails end*/

#graph {
	width:950px;
}

#view_data {

}

.human {
	border:1px solid #bbb;
	background:#eee;
	padding:10px;
	margin-bottom:20px;
}

.mouse {
	border:1px solid #bbb;
	background:#eee;
	padding:10px;
}

hr {
	width:400px;
	border:0;
	color:#ddd;
	background:#ddd;
	margin:10px 0 5px 0;
}
/* post Views in toggle end*/

/*---------------------------------*/

/*Text and styles*/

	
.text1{
	font-size: 12px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: #555;
	margin:0 20px 20px 0;
	}
	
.text2{
	font-size: 12px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: #555;
	margin:40px 20px 20px 0;
	}
	
.title1 {
	font-size: 25px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	}

.title2 {
	font-size: 15px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: #333;
	}
	
.gtitle {
	font-size: 16px;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: #777777;
	font-weight:normal;
	margin:0px 0px 0px 10px;
	float:left;
	}

.enr_regions div{
	width:auto;
	float:left;
	clear:none;
	margin-right:15px;
	margin-top:5px;
}	

.enr_regions {
	height:40px;
	margin-bottom:20px;
}	

.enr_regions input{
	width:auto;
	display:block;
	float:left;
	margin:0;
}	
	
td	{
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif;
	color: #777777;
	padding-top:8px;
	padding-right:1px;
	padding-left:1px;
	font-size:10px;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	vertical-align:bottom;
	border:solid 0px #777777;
	white-space:nowrap;
	}

p {
	margin-left:10px;
	color: #777777;
	}


#newsfeed a {
	color:#555555;
	}

#newsfeed p {
	margin:10px 0 20px 10px;
	color: #666666;
	font-size:10px;
	}

.top {
	background:#6b89a3;
	color:#fff;
	padding-top:0.7em;
	font-size:15px;
	font-weight:bold;
}

.clear {clear:both; width:100%; height:1px;}
/*text and styles end*/

label#QuickSearchGeneDataRowGeneId, select#QuickSearchGeneDataRowGeneId {display:none;}


