﻿/* Factive樣式是給目前所選取頁籤用的 */
.Factive {
	/*border: 1px solid #7D7D7D;*/
	border: none;
	width:1024px;
	cursor:pointer;
	
}
/* Finactive樣式是給未選取頁籤用的 */
.Finactive {
	border: none; 
	/*border-bottom: 1px solid #7D7D7D;*/
	width:1024px;
	cursor:pointer;
	
	
}

/* active樣式是給目前所選取頁籤用的 */
.active {
	/*border: 1px solid #7D7D7D;*/
	border: none;
	width:	112px;
	height:30px;
	cursor:pointer;
	
}
/* inactive樣式是給未選取頁籤用的 */
.inactive {
	border: none; 
	/*border-bottom: 1px solid #7D7D7D;*/
	width:	112px;
	height:30px;
	cursor:pointer;
	
	
}
/* layer樣式是給DIV用的 */
.layer {
	/*border: 1px solid #7D7D7D;*/
	margin-top:5px;
	border: none;
	width:	360px;
	height:	660px;
}
/* layer樣式是給DIV用的 */
.Contentlayer {
	/*border: 1px solid #7D7D7D;*/
	margin-top:0px;
	border: none;
	/*background-color:Maroon;*/
	width:1024px;
    height:920px;
}
.Contentlayer_history{
	/*border: 1px solid #7D7D7D;*/
	margin-top:0px;
	border: none;
	/*background-color:Maroon;*/
	width:1024px;
    height:990px;
}

/* Factive樣式是給目前所選取頁籤用的 */
.Formactive {
	/*border: 1px solid #7D7D7D;*/
	border: none;
	width:100%;
	cursor:pointer;
	
}
/* Finactive樣式是給未選取頁籤用的 */
.Forminactive {
	border: none; 
	/*border-bottom: 1px solid #7D7D7D;*/
	width:90%;
	cursor:pointer;
}

.LatLnglayer {
	/*border: 1px solid #7D7D7D;*/
	margin-top:0px;
	border: none;
	/*background-color:Maroon;*/
	width:90%;
	height:60px;
}