/* CSS Document */
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

img {
	border: 0;
}

#title_floor {
	width: 100%;
	height: 132px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#title_text {
	padding: 40px 0 0 0;
	font-size: 80px;
}

#menu_floor {
	width: 100%;
	height: 30px;
/*	padding: 10px;*/
	padding: 0;
	margin: 0;
/*	padding: 10px 0 10px 0;*/
	text-align: center;
}

#func_floor {
	width: 100%;
	height: 160px;
	padding: 0;
	margin: 0;
}

#data_floor {
/*	width: 100%;*/
	padding: 0;
	height: 100px;
	overflow: auto;
	padding: 0 10px 0 10px;
/*	margin: 10px;*/
	margin: 0;
}

#data_floor h3 {
	margin: 0 0 16px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
	color: #030;
}

#data_floor h3 a:link, a:visited {
	color: #030;
	text-decoration: none;
}

#data_floor h3 a:hover, a:active {
	color: #600;
	text-decoration: underline;
}

#foot_floor {
/*	width: 100%;*/
	height: 20px;
	padding: 4px;
	margin: 0;
/*	position: absolute;
	bottom: 0;*/
	text-align: center;
}

#cambr_box {
	position: absolute;
	top: 30px;
	left: 100px;
}

#month_box {
	position: absolute;
	top: 30px;
	right: 100px;
}

.msg_box {
	float: left;
	padding: 0;
	margin: 0;
}

.msg_hr {
	float: left;
	left: 10px;
	right: 10px;
}

.msg_title {
/*	float: left;*/
	font-size: large;
	font-weight: bold;
	color: #660000;
}

.msg_line {
/*	float: left;*/
/*	width: 100%;*/
	margin: 6px 0 0 0;
}

.msg_author {
	padding: 6px 0 0 0;
	font-weight: bold;
	width: 200px;
	float: left;
}

.msg_time {
	padding: 6px 0 0 0;
	color: #005500;
	width: 160px;
	float: left;
}

.msg_pass {
	padding: 6px 0 0 0;
/*	padding: 0 10px;*/
	font-size: small;
	float: left;
}

.msg_field {
	float: left;
/*	width: 100%;*/
	padding: 0 10px;
	margin: 0;
}

.msg_field {
	float: right;
}

.thin_table {
	border: 1px solid gray;
	border-collapse: collapse;
}

.thin_table td {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.thin_table th {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.thin_table .top_line {
	border-bottom: thin dotted gray;
}

.thin_table .mid_line {
	border-bottom: thin dotted gray;
}

.thin_table .bot_line {
}

.thin_table .no_line {
	border-collapse: collapse;
	border: none;
/*	border-left: 0 solid clear;*/
	border-left: 0;
	border-bottom: none;
	border-right: none;
}

.ime_disabled {
	ime-mode: disabled;
}
