/* CSS Document */
#main_table {
	width: 600px;
	font-size: 100%;
	text-align: center;
}
#main_table td.height1 {
	height: 22px;
}
#main_table td.height2 {
	height: 34px;
}
td.top_left {
	border-width: 2px;
	border-style: solid;
	border-color: #9BA8CA;
}
td.top {
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-color: #9BA8CA;
}
td.left {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-color: #9BA8CA;
}
td.middle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-color: #9BA8CA;
}
td.bgcolor {
	background-color: #DADFEC;
}


#main_table #tbl_title {
	width: 100%;
	font-size: 100%;
}
#main_table #tbl_title td {
	text-align: center;
	vertical-align: middle;
}
#main_table #tbl_title td.td_info {
	width: 100%;
	height: 22px;
	padding-top: 1px;
}
#main_table #tbl_title #font_refresh {
	color: #33CC33;
	font-weight: bold;
}
#main_table #tbl_title td.td_link_left {
	width: 30%;
	font-size: 95%;
}
#main_table #tbl_title td.td_link_center {
	width: 30%;
}
#main_table #tbl_title td.td_link_right {
	width: 40%;
}
#main_table #tbl_title td.td_title {
	width: 100%;
	font-size: 140%;
	font-weight: bold;
}
#main_table #tbl_title td.td_subtitle {
	width: 100%;
	font-size: 90%;
}


#main_table #tbl_list {
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
	margin-bottom: 1px;
}
#main_table #tbl_list td {
	padding-top: 3px;
	height: 24px;
}
#main_table #tbl_list td.time {
	width: 40px;
	background-color: #DADFEC;
}
#main_table #tbl_list td.block {
	width: 68px;
}



#main_table #tbl_temperature {
	margin-top: 16px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 16px;
	font-size: 100%;
}
#main_table #tbl_temperature td {
	padding-top: 3px;
	height: 24px;
}
#main_table #tbl_temperature td.td_low {
	width: 320px;
}
#main_table #tbl_temperature td.td_high {
	width: 100px;
}
#main_table #tbl_temperature td.td_arrange {
	width: 120px;
}
#main_table #tbl_temperature td.td_temp {
	width: 70px;
}


#main_table{
	margin-top: 16px;
	text-align: center;
	vertical-align: middle;
}
#tbl_foot {
	margin-top: 16px;
	text-align: left;
	vertical-align: middle;
}
#main_table #tbl_foot td {
	padding-top: 3px;
	height: 24px;
}
#main_table #tbl_foot #font_foot {
	color: #FF0000;
	font-weight: bold;
}


#info1 {
	margin-top: 6px;
	font-size: 95%;
}
#info2 {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 95%;
}
#info3 {
	margin-top: 6px;
	text-align: left;
	font-size: 95%;
}
#alert-font {
	color: #FF0000;
	font-weight: bold;
}
#tbl_note {
	margin-top: 10px;
	margin-bottom: 10px;
}
td.td_note_top {
	padding-top: 3px;
	height: 22px;
	width: 68px;
	text-align: center;
	background-color: #DADFEC;
}
td.td_type_top {
	padding-top: 3px;
	height: 22px;
	width: 210px;
	text-align: center;
	background-color: #DADFEC;
}
td.td_display_top {
	padding-top: 3px;
	height: 22px;
	width: 392px;
	text-align: center;
	background-color: #DADFEC;
}

td.td_note {
	height: 22px;
	text-align: center;
}
td.td_type {
	padding-top: 3px;
	padding-left: 5px;
	height: 22px;
	text-align: left;
}
td.td_display {
	padding-top: 3px;
	padding-left: 5px;
	height: 22px;
	text-align: left;
}

#tbl_blank {
	width: 600px;
	height: 400px;
}
#tbl_blank td.blank {
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#img_guide {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#info table.data2 td {
	font-size: 110%;
}
#info table.data2 th {
	font-size: 110%;
}
