@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #9CA796;

}
#container {
	width: 920px;
	margin-top: 0px;
	margin-left:0px;
}
#table_box {
	margin: 0 auto;
	width: 900px;
	border: 2px solid #CCC;
	padding-top: 5px;
	margin-top: 10px;
	font-size: 11px;
}

#title {
	font-size: 18px;
	color: #454b41;
	background-image: url(bg_title.gif);
	background-repeat: repeat-x;
	width: 520px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	border: 1px solid #7e8679;
	height: 26px;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

form {
	text-align: left;
	border: 2px solid #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
	width: 900px;
	margin: 0 auto;
	font-weight: bold;
}

table {
	width: 890px;
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

th {
	color: #ebebeb;
	height: 24px;
	margin: 0;
	padding: 0;
	background-image: url(bg_th.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding-left:2px;
	border: 1px solid #7e8679;
}

td {
	line-height: 20px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}


.SpryHiddenRegion {
	visibility: hidden;
}
.even {
	background-color: #b8b8b8;
}
.odd {
	background-color: #d8d8d8;
}
.hover {
	background-color: #FF0;
}

select {
	background-color: #F3E2D1;
}

.option_list_title {
	float: left;
	width: 380px;
	height: 22px;
	padding-top: 3px;
}
.option_list_content {
}

.option_list_hide {
	display: none;
}
.option_list_show {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.note {
	color: #FF0;
	font-size: 8px;
	font-weight: bold;
	vertical-align: super;
}

