/* CSS Document */

#info-select {
margin-top: 5px;
margin-bottom: 3px;
}
#typh-select {
margin-top: 3px;
margin-bottom: 3px;
}


.tablelist {
	width: 600px;
	border-collapse: collapse;
	border: none;
	background-color: #E9ECF3;
 }
.tablelist th { 
	font-size: 105%;  
	border: 1px solid #DADFEC; 
	background-color:#dddddd; 
}
.tablelist td {
	font-size:100%;  
	border:1px solid #DADFEC; 
	text-align:left;
	padding-left:2px;
	padding-right:2px;
}

.area {
	width:200px;
}
.issue {
	
}