/* @override 
	http://localhost/thehumanbrain/web/css/humanbrain_literature.css
	http://192.168.2.22/thehumanbrain/web/css/humanbrain_literature.css
*/

/* @group references */

div#references {
	color: #b3b3b3;
	width: 964px;
}


div.references div.gallery img {
	border: 1px solid #878787;
	color: #b3b3b3;
}


div.references div.gallery div.imagewrap {
	float: left;
	height: 105px;
	margin: 5px;
	width: 80px;
}

div#references .innerspan-6 {
	margin:	0 0 5px 0;
}

div#references .title, 
div#references .authors, 
div#references .year,
div#references .size, 
div#references dfn.size,
div#references .material {
	color: #4c4c4c;
	float: left;
	font-size: 12px;
	font-style: normal;
	margin: 3px 0 0 0 ;
}

div#references .authors {
	width: 200px;
}


div#references .year {
	width: 60px;
}

div#references .title {
	width: 440px ;
}

div#references dfn.size,
div#references .size {
	width: 80px;
}


div#references .material {
	line-height: 16px;
	margin: 0;
	width: 100px;
}


/* @end */

/* @group literature */


div.literature {
	width: 964px;

}



div.literature.structures {
	width: 964px;
	background-image: url(../img/_style/structures_background.jpg);
}

div.literature h3 {
	display: block;
	border-bottom: 1px solid #666;
}

div.literature .citation, 
div.literature .authors, 
div.literature .structure,
div.literature .size, 
div.literature dfn.size,
div.literature .kind {

	color: #4c4c4c;
	font-size: 11px;
	font-style: normal;
}

div.literature a {
	text-decoration: none;
}

div.literature a:hover {
	text-decoration: underline;
}


div.literature .citation {
	clear: left;
	float: left;
	left: 332px;
	margin: 5px 0 5px 0 ;
	position: relative;
	width: 600px;
}


div.literature div.citation_group {
	/*background: #d8dcdf;*/
	display: block;
	float: left;
	/*position: relative;*/
	padding: 5px 0 5px 0;
	/*left: 322px;*/
	width: 700px;
}

div.literature .structure {
	/*background: #bbc5cc;*/
	padding: 0 5px 0 5px;
	width: 140px;
}

div.literature .authors {


}
div.literature .year {


}


.citation dfn, 
div.literature dfn,
div.literature dfn.size,
div.literature .size {
 	font-style: normal;
	height: 16px;
	line-height: 16px;
	padding: 1px;
}

div.literature .kind {

}

dfn.atlas,
.citation dfn.atlas
{
	background: url(../img/_style/atlas_literature.gif) no-repeat 0 0px;
	margin: 0 0 0 0px;
	padding: 1px 1px 1px 2px;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 16px;	
	height: 12px;	
	width: 24px;

	
}


/*div.literature .atlas_literature {
	background: url(../img/_style/atlas_literature.gif) 0 -1px ;
	display: block;
	height: 16px;
	margin: 3px 0 0 0;
	padding: 0;
	width: 16px;
}*/


div.literature .level1,
div.literature .level2,
div.literature .level3,
div.literature .level4,
div.literature .level5 {
	/*border-radius: 3px;*/
	background: #fafbfb;
	display: block;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	height: 16px;
	line-height: 16px;
	position: relative;
	width: 100%;
}

div.literature .level1 {
	left: 0px;
	width: 996px;
 
}

div.literature .level2 {
	left: 35px;
}

div.literature .level3 {
	left: 70px;
}

div.literature .level4 {
	left: 105px;
}

div.literature .level5 {

	left: 140px;	
}

/* @end */

div#database_navigation {
	float: left;

	margin: 0px 0 0 0;
	width: 150px;
}

div#database_navigation a {
	/*border: 1px solid #c2c2c2 ;*/
	background: url(../img/_style/button_long.gif) no-repeat right 0px;
	color: #657a87;
	display: block;
	float: left;
	font-size: 0.9em;
	height: 20px;
	line-height: 20px;
	margin: 1px 5px 0 0px;
	overflow: hidden;
	padding: 0 10px 0 5px ;
	text-decoration: none;
	text-indent: 0px;	
	width: 135px;

}

div#database_navigation a:hover {
	/*border: 1px solid #c2c2c2 ;*/
	background: url(../img/_style/button_long.gif) no-repeat right -20px;
	text-decoration: none;	
}


div#database_navigation a.active {
	/*border: 1px solid #c2c2c2 ;*/
	background: url(../img/_style/button_long.gif) no-repeat right -40px;
	color: #fff;
 }