@charset "UTF-8";
/* CSS Document */


.study #split-panel-top {
	height: 30px;
	min-height: 0;
	padding-bottom: 5px;
}

.study #split-panel-top a {
	margin-right: 20px;
	color: #584D4C;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;	
}

.study #split-panel-top a.active {
	text-decoration: underline;
}

#tabpanel, .tabcontent {
float:left;
}

#tabpanel {
	/* thanks, http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height:450px;
  height:auto !important;
  height:450px;

}

ul li {
	padding-bottom:0px;
}

.series {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}

.twocolsnarrowleft {
width: 193px;
float: left;
padding-right: 15px;
margin-right: 1px;
}

.series .row img {
	margin-right: 1.6em;
}

.twocolsnarrowright {
width: 193px;
float: left;
padding-left: 10px;
}

.row a {
text-decoration:none;
}

.row img {
border:1px solid gray;
clear:left;
float:left;
margin:0 7px 0 0;
width:60px;
/*-moz-border-radius: 8px;  
-webkit-border-radius: 8px; 
border-radius: 8px;*/
}

.tabs a {
	font-weight: bold;
}



hr {
	height:1px;
	width:100%;
	border:none;
	color:#A8A8A8;
	background-color:#A8A8A8;
	margin: 10px 0;
}


