@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #333333;
	background-color:#00ccff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}

h1 {
	font-family: Arial, Tahoma;
	font-weight:bold;
	font-size: 16px;
	color: #333333;
}
#container {
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}

a.links:link, a.links:visited, a.links:active {
	color:#ffffff;
	text-decoration:none;
	padding:0 8px 0 8px;
}
a.links:hover {
	text-decoration:underline;
}
.s-left {width:10px;background:url(images/shadow_left_bg.png);}
.s-right {width:10px;background:url(images/shadow_right_bg.png);}

.w {width:100%;} .h {height:100%;}

.topbar {
	margin:0;
	padding:10px;
	color:#ffffff;
	background-color:#0d5064;
}

.top_link {
	text-align:left;
}

.top_menu {
	text-align:right;
}

td.top_mainmenu {
	background:url(images/menubar_bg.png) repeat-x top left;
	height:34px;
}

p.top_title {
	padding-left:10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

ul{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	
}
ul li.li_sub {
	margin:0 20px 0 0;
	padding:2px 10px 2px 0;
	list-style:none;
	border-bottom:dotted 1px #aaaaaa;
	font-weight:normal;
	color:#333333;
}
ul li.li_title {
	padding-top:8px;
	border-bottom:none;
	font-weight:bold;
	color:#990000;
}
#list_detail ul {
	list-style:none;
	margin:20px;
}
#list_detail ul li {
	margin:0 0 0 20px;
	padding:3px 0 2px 0;
	list-style-image:url(images/bullet2.png);
}
#main_menu a:link, #main_menu a:visited, #main_menu a:active {
	color:#333333;
	text-decoration:none;
}
#main_menu a:hover {
	color:#660000;
	text-decoration:underline;
}
.copyright {
	margin-top:10px;
	padding:10px 0 10px 10px;
	color:#00CCFF;
	font-size:10px;
}
.top_content {
	marging:0;
	padding:0;
	height:40px;
	background:url(images/top_content_bg.png) repeat-x top left;
}
.search_box {
	background:url(images/searchbox_bg.png) no-repeat top;
}
.showdate {
	padding-top:20px;
	text-align:center;
}
form {
	margin:0;
	padding:0;
}
.input_search {
	margin:15px 5px 0 40px;
	padding:0;
	border:1px solid #cccccc;
	background-color:#e9edf2;
}
.search_btn {
	margin:0;
	padding:0;
	position:relative;
	top:5px;
}

.title_text {
	margin:0;
	padding:20px 0 0 0;
}
#main_content {
	margin:20px 0 0 0;
	padding:0 15px 10px 15px;
}
#main_content a:link, a:visited, a:active {
	color:#0099CC;
	text-decoration:none;
}
#main_content a:hover {
	color:#FF6600;
	text-decoration:underline;
}
.field_label {
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	color:#003366;
}
.form_hint {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #666666;
}
.field_required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
#main_content ul {
	list-style:disc;
	margin-left:10px;
	padding:0 0 0 10px;
}
#main_content li {
	padding-top:3px;
}
.emp_text {
	font-weight:bold;
	color:#003366;
}
.picture {
	position:relative;
	margin:0 3px 0 3px;
	padding:6px;
	background:url(images/image_frame.png) no-repeat top left;
	width:165px;
	height:100px;
	float:left;
}
.table_content {
	padding:5px 3px 2px 3px;

}
.search_table {
	border-collapse:collapse;
	border:1px solid #999999;
}
.search_th {
	font-weight:bold;
	color:#990000;
	text-align:center;
	padding:5px 0 5px 0;
	background-image:url(images/top_content_bg.png);
}
.search_td {
	padding:2px 5px 2px 5px;
	border-top:1px solid #999999;
	border-bottom:1px dotted #999999;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
}.emp_text_normal {
	font-weight:normal;
	color:#003366;
}
.payment_content {
	marging:0;
	padding:0;
	height:40px;
	background:url(images/top_content_bg.png) repeat-x top left;
	border-top:1px solid #999999;
	border-bottom:1px dotted #999999;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
}