@charset "utf-8";
/* CSS Document */
#style_div{
	height:auto;	
	margin-top:15px;
}
#content-input{
	width:96%;
	min-height:550px;
	border:0px solid #666;
	float:left;
	padding-left:1px;
	border-radius: 3px 3px 3px 3px;
	overflow: auto;
}
/*
#textbox-search{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width:180px;
	height:20px;
	float:right;
	margin-right:10px;
	margin-bottom:5px;
}
#button-search{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100px;
	height:32px;
	float:right;
	margin-right:10px;
	
	repeat-x top center; border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;	
}
*/
.search{
	padding:4px;
	border:1px #CCC solid;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 8px;
	background:#FFF;
	color:#006;
	font-family:verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
	height:20px;
	float:left;
	
}
.vtable{
	border-collapse:collapse;
	border:#036 1px solid;
}
.vtable tr th{
/*	background:#069; */
	background:#999;
	border:#ccc 1px solid;
	color:#FFF;
	font-family:verdana, Calibri, "Times New Roman", Times, serif;
}
.vtable tr td{
	font-family:verdana, Calibri, "Times New Roman", Times, serif;
	border:#ccc 1px solid;
}
.vtable tr:hover{
	background:lightblue;	
}
#center{
	text-align:center;	
}