html {
	margin: 5px;
	padding: 5px;
	background-color:#F5F5F5;
	font-family:Helvetica;
	font-size:14px;
}
.Div-page{
	margin: 5px auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	max-width: 960px;
	min-width: 400px;
	padding: 5px;
	background-color:#FFFFFF;
	padding-bottom:20px;
	display:inline-block;
}
.Div-page2{
	margin: 5px auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	max-width: 860px;
	min-width: 300px;
	padding: 5px;
	background-color:#FFFFFF;
	padding-bottom:20px;
	display:inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.Div-header{
	text-align:center;
	height:50px;
}
.Div-Container{
	padding: 5px;
	font-size:12px;
	
}
.Div-SubContainer{
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	width: 460px;
	height: 300px;
	float:left;
	margin: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top:30px;
}
.Div-TopContainer{
	height: 310px;
}
.Div-BottomContainer{
	height: 310px;
	padding-bottom:30px;
}
.Div-desc{
	padding-left: 20px;
	min-width:400px;
	display:inline-block;
}
.Div-footer{
	margin: 5px auto;
	padding-right: 20px;
}
.Div-floatCenter{
	margin-top: 50px;
	text-align:center;
}
.LBL-subTitle{
	font-size:14px;
}
.TXT-alignCenter{
	text-align:center;
}
.Div-message{
	margin: 100px auto;
	width: 200px;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px;
	background: #F7819F;
}
.Div-DBmessage1{
	background: url("images/orangeBar.png");
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	height:20px;
	margin-top:-30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.Div-DBmessage3{
	background: url("images/greenBar.png");
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	height:20px;
	margin-top:-30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.Div-DBmessage2{
	background: url("images/blueBar.png");
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	height:20px;
	margin-top:-30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.Div-DBmessage4{
	background: url("images/redBar.png");
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	height:20px;
	margin-top:-30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.LBL_page{
	float:right;
	font-size:20px;
	font-weight:bold;
}
.Div-scroll{
	overflow:auto;
	height:250px;
	padding-left:5px;
}
.TBL-table{
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
.TBL-table td{
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
.TBL-redFont{
	color:#FF0000;
}
.TXT-underLine{
	text-decoration: underline;
}
#IMG_logo{
	position:absolute;
	top:25px;
	display:block;
	float:left;
	height:71x;
	border-radius: 10px;
	margin:5px;
}
#IMG_hcj{
	position:relative;
	display:block;
	
	float:right;
	width:150px;
}
#LBL_footer{
	float:right;
	margin-right:30px;
	font-size:12px;
}
input[type=tel] {
   -webkit-text-security: disc;
}
.buttonStyle{
	width:200px;
	height:50px;
	white-space: normal !important;
}
#DIV_DetailForm{
	font-size:11px!important;
}
#A_7DayChart{
	margin-top:5px;
	height:50px;
	width:250px;
}
#A_OnlineTicket{
	margin-top:5px;
	height:50px;
	width:250px;
}
#BTN_check:hover{
	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2ff52 0%,#91e842 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
}
#A_7DayChart:hover{
	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2ff52 0%,#91e842 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
}
#A_OnlineTicket:hover{
	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2ff52 0%,#91e842 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
}
#DIV_check{
	margin:5px;
	padding:5px;
	border-radius:5px;
	border: 1px solid #CCCCCC;
}