@CHARSET "UTF-8";

body {
	text-align: justify;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#content {
	height: 542px;
	border: 2px dotted #f6820b;
	border-radius: 4px;
}

#setPage a {
	border: 1px solid #ddd;
	color: #428bca;
	white-space: nowrap;
	text-decoration: none;
}

#setPage a:hover {
	background-color: #428bca;
	color: #fff;
	border: 1px solid #888
}

#result {
	height: 480px;
	overflow-x: hidden;
	position: relative;
}

#result table {
	border-collapse: collapse;
}

#result thead th {
	background-color: #D9EBF5;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
	padding: 5px 10px;
	cursor:pointer;
	color: #428bca;
}

#result .odd_row td {
	background-color: #D9EBF5;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
	padding: 5px 10px;
}

#result .even_row td {
	background-color: #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
	padding: 5px 10px;
}

#result a {
	color: #286198;
	text-decoration: none;
}

#result a:hover {
	text-decoration: underline;
}

#result em {
	border: 1px dotted #000;
	color: #000;
	background: #7FFF00;
	padding: 0 1px;
}

#result a:hover em,a:active em {
	color: #fff;
	background: #f6820b;
}