#header{
	position: absolute;
	width: 985px;
	height: 70px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	margin: 0px;
	overflow: hidden;
}

#main{
	position: absolute;
	width: 984px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: black;
	margin: 102px 0 30px 0;
	background-color: #77ACFD;	
}

#newsbox{
	position: absolute;
	margin-top: 15px;
	color: #000000;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
	border-right: 3px dotted #273D7C;
	width: 180px;
	min-height: 410px;	
	padding: 7px;	
}

#contentmain{
	position: absolute;
	margin: 15px 0 0 230px;	
	width: 550px;
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
}

#contentmain2{
	position: absolute;
	margin: 15px 0 0 15px;	
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
}

#content{
	position: absolute;
	margin: 15px 0 0 230px;	
	width: 720px;
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
}

#pinboard{
	position: absolute;
	margin: 15px 0 0 800px;
	width: 160px;
	min-height: 410px;
	border-left: 3px dotted #273D7C;
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
	padding: 7px;
}

#pins{
	overflow: scroll;
	height: 470px;
	width: 150px;
}

#footer{
	position: absolute;
	margin: 548px 0 0 0;
	width: 984px;
	text-align: center;
	font-size: 8pt;
	color: #CCCCCC;
	font-family: aria, verdana, sans-serif;
	border-top: 1px solid #000000;
	padding-top: 3px;
}

#footer a{
	color: #000000;
}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

h1{
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
	margin-bottom: 30px;
}

h2{
	font-family: arial, verdana, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 11px;
}

#headerboxleft{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 180px;
	text-align: center;
	font-weight: bold;
}

#headerboxright{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 150px;
	text-align: center;
	font-weight: bold;
}

#headerbox_research_left{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 270px;
	text-align: center;
	font-weight: bold;
}

#headerbox_research_right{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 430px;
	text-align: center;
	font-weight: bold;
}

a, a:link{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited:{
	color: #000000;
}

#research_left{
	position: absolute;
	margin: 15px 0 0 0;
}

#research_brief{
	border: 1px dashed blue;
	width: 270px;
	padding: 5px;		
}

#research_outline{
	position: absolute;
	margin: 15px 0 0 300px;
	border: 1px dashed blue;
	width: 430px;		
	padding: 5px;
	text-align: justify;	
}

#research_symbol{
	border: 1px dashed blue;
	width: 270px;
	padding: 5px;
	margin-top: 15px;			
}

.panelheader {
  background-color: #6b79a5;
  color: #ced7ef;
  font-weight: normal;
  border-bottom:1px solid #182052;
  border-top:1px solid #BDC7E7;
  font-weight: normal;
  padding: 5px;
}

.mdHover {
  background-color: #63699c;
  color: #ffffff;
  padding: 5px;  
  cursor: pointer;
}
.mdSelected {
  background-color: #63699c;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  
}
.panelContent {
  border : 1px solid #1f669b;
  border-top-width: 0px;
  border-bottom-width: 0px;
  overflow: auto;
  padding: 10px;  
}
#accordionExample {
  margin-top: 6px;
  border: 1px solid #4f4f4f;
  width: 650px;
}