﻿/* TABLE WRAPPER DIV CLASS
================================================================================*/

div.table_wrapper {
	float:right;
	width:780px;
	margin-bottom:15px;
}


/* INQUIRY PAGE
--------------------------------------------------------------------------------*/

div#table_wrapperDynamic {
	float:right;
	width:780px;
	margin-bottom:15px;
}


/* COMMON SETTING
================================================================================*/

table {
	border-collapse: /*collapse*/ separate;
	empty-cells:show;
}

table th,table td {
	white-space: normal;
	/*white-space: nowrap;*/
}

table caption p {
	float:left;
	padding-top:2px;
}

/* TABLE STYLE CLASS
================================================================================*/

/* COMMON CLASS
--------------------------------------------------------------------------------*/

.widefix {
	white-space: nowrap;
}

.widepad {
	padding:0.3em 1em;
}

th.fix180,
td.fix180 {
	width:180px;
}

/* DEFAULT SETTING
--------------------------------------------------------------------------------*/

table.default {
	width:770px;
	border-spacing: 2px;
}

table.default caption {
	margin:0px 2px 2px 2px;
	padding:0.3em 1em;
	background:#eee;
}

table.default thead th {
	white-space: nowrap;
	padding:0.3em 1em;
	color:#333333;
	text-align:right;
	background:#999;
}

table.default thead td {
	padding:0.3em 1em;
	color:#333333;
	text-align:center;
	font-weight: bold;
	background:#bbb;
}

table.default tfoot {
	background:#fff;
}

table.default tfoot th {
	white-space: nowrap;
	padding:0.3em 1em;
	text-align:right;
}

table.default tfoot td {
	padding:0.3em 1em;
	text-align:right;
}

table.default tbody th {
	white-space: nowrap;
	padding:0.3em 1em;
	text-align: right;
	background-color:#ccc;
}

table.default tbody td {
	padding:0.3em 1em;
	background-color:#eee;
}

/* INQUIRY
--------------------------------------------------------------------------------*/

table.inquiryStyle {
	width:770px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.inquiryStyle caption {
	margin:10px 2px 8px 2px;
	padding:0.5em 1em 0.5em 0em;
	font-weight:bold;
}

table.inquiryStyle tbody th {
	white-space: nowrap;
	padding:0.3em 1em;
	text-align: right;
	vertical-align:top;
	background-color:#f2f3f4;
	border: 1px solid #bcbcbc;
}

table.inquiryStyle tbody td {
	padding:0.3em 1em;
	border: 1px solid #bcbcbc;
}


/* RESULT
--------------------------------------------------------------------------------*/

table.result {
	width:770px;
	border-spacing: 2px;
}

table.result thead tr {
	background:url(../images/bg_table_th_gray.gif) top left repeat-x #b4b4b4;
}

table.result thead th {
	white-space: nowrap;
	padding:0.3em 1em;
	color:#ffffff;
	text-align:center;
	border-bottom: 2px solid #fff;
	background:url(../images/bg_table_th_gray.gif) top left repeat-x #b4b4b4;
}

table.result tbody td {
	padding:0.3em 1em;
}

/* BACK END COMMON STYLE
--------------------------------------------------------------------------------*/

table.commonStyle {
	width:770px;
	border-spacing: 0px;
}

table.commonStyle th,
table.commonStyle td {
	padding:0.3em 0.5em;
	font-weight:normal;
}

table.commonStyle caption {
	min-height: 1.5em;
	margin:0px 0px 2px 0px;
	padding:0.3em 0.8em;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	background:url(../images/bg_table_th_blue.gif) top left repeat-x #1188bb;
}



table.commonStyle thead th {
	white-space: nowrap;
	color:#ffffff;
	text-align:center;
	border-bottom: 2px solid #ffffff;
	background:#bbb;
}

table.commonStyle thead td {
	color:#ffffff;
	text-align:center;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
	background:#bbb;
}

table.commonStyle tfoot th {
	white-space: nowrap;
	font-weight:bold;
	text-align:right;

}

table.commonStyle tfoot td {
	border-top: 2px solid #555;
}

table.commonStyle tbody th {
	white-space: nowrap;
	text-align: right;
	color:#434343;
	border-bottom: 2px solid #ffffff;
	background-color:#ccc;
}

table.commonStyle tbody td {
	border-bottom: 2px solid #ffffff;
	background-color:#eee;
}


/* TABLE STYLE
================================================================================*/

table.commonStyle tbody td div.table_inner_wrap {
	clear: both;
	width:120px;
}

table.commonStyle tbody td div.table_inner_point {
	float: left;
	width: 80px;
	text-align: right;
}

table.commonStyle tbody td div.table_inner_status {
	float: left;
	width: 30px;
	text-align: center;
}

/* TABLE INNER LIST
--------------------------------------------------------------------------------*/

dl#table_innerList {
	width:640px;
	margin:10px 0px 10px 40px;
}

dl#table_innerList dt {
	float:left;
	width:180px;
	height:24px;
	margin:1px 0px;
}

dl#table_innerList dd {
	float:left;
	width:420px;
	height:24px;
	margin:1px 0px;
}

ul#table_innerListTwoColumn {
	width:480px;
	margin:5px 0px;
}

ul#table_innerListTwoColumn li {
	display:block;
	float:left;
	width:240px;
}

ul#table_innerListThreeColumn {
	width:480px;
	margin:5px 0px;
}

ul#table_innerListThreeColumn li {
	display:block;
	float:left;
	width:160px;
	min-height:20px;
}

/* DB
--------------------------------------------------------------------------------*/

table.db {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.db caption {
	margin:10px 2px 8px 2px;
	padding:0.5em 1em 0.5em 0em;
	font-weight:bold;
}

table.db tbody th {
	white-space: nowrap;
	padding:0.3em 1em;
	text-align: right;
	vertical-align:top;
	background-color:#f2f3f4;
	border: 1px solid #bcbcbc;
}

table.db tbody td {
	padding:0.3em 1em;
	border: 1px solid #bcbcbc;
}
