body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background:#fff;
}
a {
	color:#1E7ACE;
	text-decoration:none;	
}

a:hover {
	color:#000;
	text-decoration:underline;
}

div#function {
	padding: 8px;
	border-left: dashed #ccc 1px;
	border-right: dashed #ccc 1px;
	border-top: dashed #ccc 1px;
}

div#filter {
	padding: 8px;
	border: dashed #ccc 1px;
}
	
div#listContent {	
	margin-top:8px;
	padding: 8px;
	border: dashed #ccc 1px;
}
	
div#footer {	
	padding: 8px;
	border-left: dashed #ccc 1px;
	border-right: dashed #ccc 1px;
	border-bottom: dashed #ccc 1px;
}
	
div#listContent table {
	border-collapse: collapse;
	border: none;
}

div#listContent th,div#listContent td {
	border: solid #999 1px;
}

.actionMessage {
	font-weight: bold;
}

div#comment {
	margin-top:20px
}
button
{
	padding:1px 10px;
	font-size:12px;
	border:1px #006 solid;
	border-left:1px #d9e7f8 solid;
	border-top:1px #d9e7f8 solid;
	background:#e6f1ff;
}
h3 {
	font-size:14px;
	font-weight:bold;
}

pre,p {
	color:#1E7ACE;
	margin:4px;
}
input, select,textarea {
	font-size:11px;
}
.enter{ text-align:center;}
.clear {
	clear:both;
}
