
div.date_area {
	margin: 5px 10px 10px 20px;
	color: #333;
	height: 20px;
}

div.date_area div {
	float:left;
	margin-right: 10px;
}

div.date_area ul { margin: 0.3em; }
div.date_area li {
	float: left;
	width: 45px;
	list-style-type: none;
}

div.tab_area {
	clear: both;
	margin: 10px 0px 0px 10px;
	height: 28px;
	border-bottom: 2px solid #CCC;
	color: #666;
}

div.tab_area div {
	float:left;	
}

div.no_detail_data_area {
	width: 1200px;
	height: 520px;
	font-size: 1.1em;
	padding: 20px 30px 0px 30px;
	color: #ff8080;
}

.seperate_line {
	width: 100%; 
	height: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #C0C0C0;
}

table.detail {
	width: 1220px;
	border-collapse: collapse;
	border: 0px;
	margin-top: 10px;
	margin-left: 20px;
	color: #808080;
}

table.detail th,
table.detail td {
	padding: 0px 5px 0px 5px;
}

div.no_day_data_area {
	width: 330px;
	height: 40px;
	font-size: 1.2em;
	padding: 10px 10px 10px 10px;
	color: #ff8080;
}

div.frame {
	width: 100%;
	height: 540px;
}

table.detail_title {
	width: 1220px;
	margin-top: 5px;
	margin-right: 0 auto;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	word-break: keep-all;
}

table.detail_title th {
	height: 25px;
	padding: 0px 2px 0px 2px;
}

table.detail_title th.header {
	border: 1px #000000 solid;
	padding: 0px;
	background: url(../images/bg-color/blue_th.jpg) repeat top left;
	color:#808080;
}

table.detail_title th.header_left {
	border-top: 1px #000000 solid;
	border-right: none 0px transparent;
	border-bottom: 1px #000000 solid;
	border-left: none 0px transparent;
	padding: 0px;
	background: url(../images/bg-color/blue_th.jpg) repeat top left;
	font-size: 0.8em;
}

table.detail_title th.header_right {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: none 0px transparent;
	padding: 0px;
	background: url(../images/bg-color/blue_th.jpg) repeat top left;
	font-size: 0.8em;
}

table.detail_title td {
	padding: 1px;
	border-bottom: 1px #000000 solid;
}

div.detail_content_block { 
	overflow-y: scroll; 
	width: 1238px;
	height: 500px; 
	margin-top: 0px;
	margin-right: 0 auto;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
}

table.detail_content {
	width: 1220px;
	border: 1px #000000 solid;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	word-break: break-all;
	word-wrap: break-all;
	color: #333;
	/*table-layout: fixed;*/
}

.detail_content tr.has_hover:hover {
	background-color: #dddfff !important;
}

.detail_content td {
	overflow: hidden;
	padding: 5px 2px 5px 2px;
	/*background-color: #FBFDFF;*/
}

.detail_content td.top_display {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: none 0px transparent;
	border-left: 1px #000000 solid;
}

.detail_content td.top_non_display {
	border-top: none 0px transparent;
	border-right: 1px #000000 solid;
	border-bottom: none 0px transparent;
	border-left: 1px #000000 solid;
}

.detail_content td.draw_line {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: none 0px transparent;
	border-left: 1px #000000 solid;
	background: url(../images/bg-color/line1.gif) repeat top left;
}

.draw_canvas {
	position: relative;
	height: 10px;
	width: 660px;
}

.no_report_data {
	width: 644px;
	height: 500px;
	font-size: 1.2em;
	padding: 20px 10px 0px 10px;
}

.construction_report_block {
	width: 644px;
	height: 500px;
	margin: 10px 10px 0px 10px;
}

table.construction_report_title {
	width: 627px;
	border: 1px #000000 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	word-break: keep-all;
}

.construction_report_title th {
	height: 35px;
	padding: 0px;
	border: 1px #000000 solid;
	/*background: url(../images/bg-color/orange_gra_1.gif) repeat top left;*/
	background: url(../images/bg-color/blue_th.jpg) repeat top left;
}

.construction_report_title td {
	padding: 1px;
	border-bottom: 1px #000000 solid;
}

.construction_report_content_block { 
	overflow-y: auto; 
	width: 644px;
	height: 480px; 
	margin: 0px;
	padding: 0px;
}

table.construction_report_content {
	width: 626px;
	border: 1px #000000 solid;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	table-layout: fixed;
}

.construction_report_content tr.odd {
	background-color: #FFFFFF;
}

.construction_report_content tr.even {
	/*background-color: #FDF7EE;*/
	background-color: #F0F8FF;
}

.construction_report_content tr:hover {
	background-color: #DDDFFF;
}

.construction_report_content td {
	overflow: hidden;
	padding: 5px 2px 5px 2px;
	border: 1px #000000 solid;
}

.company_report_block {
	width: 556px;
	height: 500px;
	margin: 10px 10px 0px 10px;
}

table.company_report {
	width: 250px;
	border 1px solid #CCC;
	border-left: 1px solid #ffd29b;
	border-right: 1px solid #CCC;
	margin: 30px 128px 0px 128px;
	padding: 0px 0px 0px 0px;
	word-break: keep-all;
}

.company_report th {
	height: 35px;
	padding: 0px;
	border: 1px solid #ffd29b;
	border-left: 0 none;
	background: transparent url('../images/bg-color/orange_gra_1.gif') repeat top left;
	color: #333;
	white-space: nowrap;
}

.company_report td {
	border:1px solid #CCC;
	border-right: 0 none;
	background-color: #fdf7ee;
	color: #333;
	padding: 5px;
	text-align: center;
}
