@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
td{
	vertical-align:top;
	padding: 5px;
	padding-bottom:20px;
}

.highlights{
	font-size:10px;
	font-style:oblique;	
	padding-left: 20px;	
}
.title{
	font-size:14px;	
}
.authors{
	font-size:12px;
	font-style:oblique;	
	/*padding-left: 20px;*/
}
.mainframe {
	width: 100%;
	/*max-width: 1200px;*/
	min-height: 300px;
	padding: 0px;
}
.top {
	border-bottom: #bbb thin solid;
	background-color: #eee;
	height: 100px;
}
.footer {
	background-color: #eee;	
	height: 100px;
}
.controls {
	/*min-width: 300px;
	max-width: 450px;*/
	width: 280px;
	background-color: #eee;
	border-right: #bbb thin solid;
	border-bottom: #bbb thin solid;
}
.output {
	min-width: 400px;
	background-color: #eee;
	border: #eee thin solid;
	border-bottom: #bbb thin solid;

}