.mainPage {
	width:"100%";
}

.header {
	background-color:#FFFFFF;
	background-image:-ms-linear-gradient(top, #049b36 0%, #FFFFFF 110px);
	background-image:-moz-linear-gradient(top, #049b36 0%, #FFFFFF 110px);
	background-image:-o-linear-gradient(top, #049b36 0%, #FFFFFF 110px);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #049b36), color-stop(1, #FFFFFF));
	background-image:-webkit-linear-gradient(top, #049b36 0%, #FFFFFF 110px);
	background-image:linear-gradient(to bottom, #049b36 0%, #FFFFFF 110px);
}
.warning {
//	background-color:#226622;
	background-color:#FF0000;
	color:#FFFFFF;	
}

.menu {
	background-color:#FFFFFF;
	height:auto;
	width:205;
	float:left;
	padding-left:1%;
	padding-bottom:1%;
	z-index:2;
}
.menu2 {
	background-color:#88dd99;
	height:auto;
	width:205;
	float:left;
	padding-left:1%;	
}
.content {
	background-color:#FFFFFF;
	height:auto;
	width:100%;
	float:left;
	padding-left:1%;
	padding-top:1%;
	padding-right:0%;
	padding-bottom:1%;
}
.content > h2{
	color: #01ad9f;
	text-align: center;
	font-family: "微軟正黑體", "Microsoft JhengHei", PingFangHK-Regular;
}
.submenu {
//	background-color:#FFFFFF;
	height:auto;
	width:9%;
	float:right;
	padding-top:1%;
	padding-left:1%;
	padding-bottom:1%;
}
.footer {
//	background-color:#33aa44;
	background-color:#FFFFFF;
	background-image:-ms-linear-gradient(top, #049b36 0%, #FFFFFF 30px);
	background-image:-moz-linear-gradient(top, #049b36 0%, #FFFFFF 30px);
	background-image:-o-linear-gradient(top, #049b36 0%, #FFFFFF 30px);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #049b36), color-stop(1, #FFFFFF));
	background-image:-webkit-linear-gradient(top, #049b36 0%, #FFFFFF 30px);
	background-image:linear-gradient(to bottom, #049b36 0%, #FFFFFF 30px);
	clear:both;
	text-align:center;
}

.tabularTR {
	background-color:#33aa44;
	color:#FFFFFF;
}

.tabularTable {
	background-color:#c1ffc8;
}

.tabularTD {
	background-image:url("/smg/clipart/gridtitleColor.gif");
	background-repeat: no-repeat; 
	color:#FFFFFF;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #33aa44; /*background of menu items (default state)*/
background-image:linear-gradient(to right, #33aa44 0%, #FFFFFF 100%);
color: white;
}

.chartdiv {
	width	: 95%;
	height	: 300;
	background-color : #FFFFaa;
	border	: 1px solid;
}			

.chartminidiv {
	width	: 95%;
	height	: 200;
	background-color : #FFFFFF;
	border	: 1px solid;
}		

.charttemp_intable {
	width	: 100%;
	height	: 200;
	background-color : #FFFFFF;
	border	: 0px solid;
}		


.charthumi_intable {
	width	: 100%;
	height	: 200;
	background-color : #FFFFFF;
	border	: 0px solid;
}


.headerLink a:link {color: #FFFFFF; text-decoration: none; }
.headerLink a:active {color: #FFFFFF; text-decoration: none; }
.headerLink a:visited {color: #FFFFFF; text-decoration: none; }
.headerLink a:hover {color: #00FF00; text-decoration: none;}

a:link {color: #0000FF; text-decoration: none; }
a:active {color: #0000FF; text-decoration: none; }
a:visited {color: #0000FF; text-decoration: none; }
aa:hover {color: #ff00ff; background: #ffaaaa; text-decoration: none; }
a:hover {color: #ff00ff; text-decoration: none; }

.warning_mini a:link {color: #FFFFFF; text-decoration: none; background: #FF0000; }
.warning_mini a:active {color: #FFFFFF; text-decoration: none; background: #FF0000; }
.warning_mini a:visited {color: #FFFFFF; text-decoration: none; background: #FF0000; }
.warning_mini a:hover {color: #0000FF; text-decoration: none; background: #FF0000; }

.warning a:link {color: #FFFFFF; text-decoration: none; background: #FF0000; }
.warning a:active {color: #FFFFFF; text-decoration: none; background: #FF0000; }
.warning a:visited {color: #FFFFFF; text-decoration: none; background: #FF0000; }
.warning a:hover {color: #0000FF; text-decoration: none; background: #FF0000; }
