@charset "UTF-8";
/* CSS Document */

/* Now Let's begin Yay! */

*{
	line-height:1.5;
}

a:visited{
	color: #64868E;
}

a:hover
{color: #FC0;
}

.topbar1{
	height: 1px;
	width: 60%;
	background: #399;
	float: right;
}

.topbar2{
	height: 5px;
	width: 100%;
	background: #fff;
}

.topbar3{
	height: 10px;
	width: 100%;
	background: #C4950F;
}

.topbar4{
	height: 3px;
	width: 100%;
	background: #fff;
}

.topbar5{
	height: 1px;
	width: 40%;
	background: #399;
}

.topbar6{
	height: 1px;
	width: 290px;
	background: #399;
}

body{
	margin: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#top{
	height: 60px;
}

.sidebar{
	float: left;
	width: 290px;
	height: 3500px;
	border-left: 1px solid #C4950F; 
	padding: 15px;
	font-size: 12px;
	line-height:1.5;
}

.GroupMenuBar{
	color:#696969;
	padding-left: 1em;
}

.CyclotronMenuBar{
	color:#696969;
	padding-left: 2em;
	font-size: 11px;
}
	
.ReportMenuBar{
    color:#696969;
	padding-left: 1em;
}

.DirectorPicture{
	width: 100px;
	height: 116px;
	float: left;
	padding: 20;
	margin-left: 10px;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
}
	
.contents{
	width: 1200px;
}

h3:before{
	content: url(img/emerald_box.png);
	margin-left: 0em;
	
}

h3{
	padding-bottom: 1px;
}

h4:nth-of-type(2){
	color: #39F
}
h4:nth-of-type(3){
	color:#F63
}
h4:nth-of-type(4){
	color: #093
}
	
table{
	font-size: 12px;
}

.ResearchGroup{
	list-style-position: inside;
}

.CyclotronGroup{
	list-style-position: inside;
	text-indent: 1em;
}

.ResearchReport{
	list-style-position: inside;
}

.authors{
	padding-top: 5px;
	font-size: 12px;
}

.affiliation{
	padding-top: 5px;
	font-size: 12px;	
}

.reporttitle{
	padding-top: 15px;
	font-size: 16px;
}