/*-----------------------------------------------*
 * Common                                        *
 *-----------------------------------------------*/
body {
	/*color: #174A7C;*/
	color: #6A737B;
	background-color: #FFFFFF;
	font-size:14px;
	font-family: 'Arial';
	padding: 0px;
	margin: 0px;
}

div.main_body {
	width: 990px;
	/*border: 1px solid #174A7C;*/
	border: none;
}

input,textarea {
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	/*color: #174A7C;*/
	color: #6A737B;
}

textarea {
	margin: 1px;
}

input[type="checkbox"],.checkbox {
	margin: 3px 3px 1px 3px;
	padding: 0px;
}

input[type="text"], input[type="password"]{
	border: 1px solid #6A737B;
	padding: 3px;
}

input[type="submit"]{
	/*color: 9FA1A4;*/
	/*color: #174A7C;*/
	color: #6A737B;
	font-size:12px;
	font-weight:bold;
}

select {
	
}

table {
	border: none;
	empty-cells: show;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------*
 * Login                                         *
 *-----------------------------------------------*/
body div.login {
	font-size:12px;
	font-weight:bold;
	text-align: left;
	background-repeat:no-repeat;
	background-position: top left;
	/*background-color:#293e6b;*/
	padding: 0px;
	width: 700px;
	/*border: 1px solid #6A737B;*/
	border: none;
}
body div.login  a {
	/*color: #174A7C;*/
	color: #009ddc;
	font-weight: bold;
	font-family: 'Arial';
	text-decoration: none;
}
body div.login  a:hover {
	text-decoration: underline;
}
body div.login2 {
	font-size:12px;
	font-weight:bold;
	text-align: left;
	background-repeat:no-repeat;
	/*background-color:#293e6b;*/
	padding: 0px;
	width: 532px;
	height: 300px;
	border: 1px solid #6A737B;
}

/*-----------------------------------------------*
 * Header                                        *
 *-----------------------------------------------*/
body div.header {
	background-repeat: no-repeat;
	border: 1px solid #aabbbb;
	width: 990px;
	height: 87px;
}

body div.header div.version {
	position: absolute;
	left: 30px;
	top: 15px;
	border: none;
	font-size: 10px;
	z-index: 2;
}

body div.header a {
	/*color: #174A7C;*/
	color: #6A737B;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 13px;
	text-decoration: none;
	padding: 1px 3px;
}

body div.header a:hover {
	color: #939598;
	text-decoration: none;
}

body div.header div.module_switch {
	border: none;
	font-size: 14px;
	font-weight: bold;
	height: 80px;
}

body div.header div.module_switch td.user {
	border: none;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	padding-left: 550px;
	height:15px;
}

body div.header div.module_switch td.menu {
	vertical-align: middle;
	height:17px;
	padding:0px;
	font-size: 12px;
	margin: 0px;
}

body div.header div.module_switch td.menu a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	margin: 0px;
	display: block;
}

body div.header div.module_switch td.menu a:hover {
	/*color: #174A7C;*/
	/*color: #6A737B;*/
	/*color: #e6f5fc;*/
	background-color: #009ddc;
	text-decoration: none;
}

/*-----------------------------------------------*
 * Contents                                      *
 *-----------------------------------------------*/
body div.contents {
	background-image: url('image2/hatter.gif');
	background-repeat: no-repeat;
	border: 1px solid #aabbbb;
	border-top: 0px none;
	padding: 0px 0px 10px 0px;
	min-height: 800px;
	height: auto;
	text-align: center;
	width: 990px;
	font-size: 14px;
}
/* for Internet Explorer */
/*\*/
* html body div.contents {
	height: 800px;
}


body div.contents a {
	/*color: #174A7C;*/
	color: #6A737B;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 13px;
	text-decoration: none;
}

body div.contents a:hover {
	color: #939598;
	text-decoration: none;
}

th.header {
	background-color:#848CAD;
	vertical-align: middle;
	text-align:left;
	padding:0px;
	font-size: 14px;
	margin: 0px;;
}

body div.contents a.th_header {
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

body div.contents a.th_header:hover {
	/*color: #174A7C;*/
	color: #6A737B;
	text-decoration: none;
}

th.blue {
	/*color: #174A7C;*/
	color: #FFFFFF;
	background-color:#6A737B;
	border:1px solid #6A737B;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	padding: 3px;
}

td.blue {
	/*color: #174A7C;*/
	color: #6A737B;
	background-color:#FFFFFF;
	border-width:0px;
	border-style:solid;
	border-color:#808080;
	border-right-width:1px;
	border-bottom-width:1px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding: 3px;
}

td.blue.normal {
	font-weight: normal;
}

th.grey {
	font-weight:bold;
	text-align:left;
	background-color:#F2F2F2;
	color:#939598;
	font-size:12px;
	border-width:0px;
	border-style:solid;
	border-color:#808080;
	border-right-width:1px;
	border-bottom-width:1px;
	padding: 2px;
}

td.grey {
	/*color: #174A7C;*/
	color: #6A737B;
	background-color:#FFFFFF;
	border-width:0px;
	border-style:solid;
	border-color:#808080;
	border-right-width:1px;
	border-bottom-width:1px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding: 3px;
}

td.grey.normal {
	font-weight: normal;
}

td.small {
	font-size:12px;
}

th.small {
	font-size:12px;
}

td.big {
	font-size:13px;
}

th.big {
	font-size:13px;
}

td.centered {
	text-align: center;
}
th.centered {
	text-align: center;
}

td {
	/*color: #174A7C;*/
	color: #6A737B;
	border-width:0px;
	font-size:14px;
}

td.left {
	border-left-width: 1px;
}
td.top {
	border-top-width: 1px;
}
td.bottom {
	border-bottom-width: 1px;
}
td.noright {
	border-right-width: 0px;
}
td.notop {
	border-top-width: 0px;
}
td.nobottom {
	border-bottom-width: 0px;
}
th.left {
	border-left-width: 1px;
}
th.top {
	border-top-width: 1px;
}
th.bottom {
	border-bottom-width: 1px;
}
th.noleft {
	border-left-width: 0px;
}
th.noright {
	border-right-width: 0px;
}
th.notop {
	border-top-width: 0px;
}
th.nobottom {
	border-bottom-width: 0px;
}

/*-----------------------------------------------*
 * UI Frames                                     *
 *-----------------------------------------------*/
body div.contents table.ui {
	width: 990px;
	text-align: center;
	margin-top: 10px;
	background-color: #848CAD;
	border: 1px solid #6A737B;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
}

body div.contents table.ui table.ui_menu {
	border: none;
	background: none;
	padding: 0px;
}

body div.contents table.ui td {
	border: none;
	text-align: center;
	background: none;
	padding: 0px;
}

body div.contents table.ui td.ui_groupitem {
	
}

body div.contents table.ui td.border_left {
	border-left: none;
}

body div.contents table.ui td.ui_groupitem input {
	margin: 1px;
	margin-left: 3px;
	height: 17px;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	/*color: #FFFFFF;
	background-color: #000000;*/
	width:80px;
	border: 1px solid #6A7373;
}

body div.contents table.ui table.ui_menu td.ui_grouplabel {
	padding: 1px 2px 1px 5px;
	border-left: 1px solid #6A7373;
	border-right: 1px solid #6A7373;
	background: #F2F2F2;
	color: #6A7373;
	font-size: 12px;
	font-weight: bold;
}

body div.contents table.ui td a {
	background-color: #848CAD;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
}

body div.contents table.ui td a:hover {
	background-color: #848CAD;
	color: #6A7373;
}

body div.contents div.dim {
	width: 970px;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	visibility: hidden;
	display: none;
	/*position in header js and ui div style*/
}

body div.contents div.dim table {
	font-size: 12px;
}

body div.contents div.dim table th {
	color:#6A7373;
	background-color:#E6E6E6;
	border:1px solid #6A7373;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	padding: 0px;
}

body div.contents div.dim table td {
	color:#6A7373;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding: 0px;
	vertical-align:top;
}

body div.contents div.dim table td.left {
	border-left-width:1px;
}

body div.contents div.dim table.sub {
	margin: 0px;
	vertical-align: middle;
}

body div.contents div.dim table.sub th {
	font-weight:bold;
	text-align:left;
	background-color:#F2F2F2;
	color:#939598;
	font-size:12px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#808080;
	padding: 2px 5px 2px 5px;
	vertical-align:bottom;
	height:25px;
}

body div.contents div.dim table.sub td {
	color:#6A7373;
	background-color:#FFFFFF;
	border-width:0px;
	border-style:solid;
	border-color:#808080;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding: 5px 3px 5px 5px;
	vertical-align:top;
}

body div.contents div.dim table.sub td.border_left {
	border-left: 1px solid #808080;
}

body div.contents div.dim table.sub th.border_left {
	border-left: 1px solid #808080;
}

body div.contents div.dim table.sub td.border_right {
	border-right: 1px solid #808080;
}

body div.contents div.dim table.sub th.border_right {
	border-right: 1px solid #808080;
}

body div.contents div.dim table.sub td.border_top {
	border-top: 1px solid #808080;
}

body div.contents div.dim table.sub th.border_top {
	border-top: 1px solid #808080;
}

body div.contents div.dim table.sub td.border_bottom {
	border-bottom: 1px solid #808080;
}

body div.contents div.dim select {
	padding: 0px;
	font-size: 10px;
}

body div.contents div.dim input[type="radio"] {
	margin-bottom: 0px;
	margin-top: 0px;
}
