@import url(common/common.css);
@import url(other/col.css);
@import url(other/row.css);
@import url(other/Nav.css);
@import url(other/form.css);
@import url(other/picture.css);
@import url(other/dot.css);
@import url(other/display.css);
@import url(other/Header.css);
@import url(other/pageBody.css);
@import url(other/Footer.css);
@import url(other/Frame.css);
@import url(model/sheet.css);
@import url(font.css);
@import url(setup.css);

Body{
margin:0px;
font-size:12px;
text-align:center;
color:#333;
}
a:link{
text-decoration:none;
font-size:12px;
color:#333;
}
a:visited{
	text-decoration:none;
font-size:12px;
color:#333;
}
a:hover{
	text-decoration:underline;
font-size:12px;
color:#e38f35;
}
  

table{
}
tr{
height:20px;
}
td{
padding-left:10px;
font-size:12px;
}

ul,li{
	margin:0px;
	list-style:none;
	padding:0px;
	
}
h1,h2,h3,h4,h5,h6,h7{
	clear:both;
	font-weight:normal;
	font-size:12px;
	margin:0px;
}

fieldset{
	padding:10px;
	border:none;
	border-top:1px solid #f4f4f4;
}

legend{
	font-weight:bold;
	margin-bottom:10px;
}

/*ÍøÒ³ÈÝÆ÷*/

#Container{
	width:970px;
	text-align:left;
	margin:auto;
}

/*ÍøÒ³Í·²¿*/



#quikMenu{
	background-image:url(/basic/images/quikMenu.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	height:100px;
	margin-bottom:10px;
	padding:20px;
}

#quikMenu li{
	text-align:center;
	float:left;
	margin-right:10px;
	line-height:20px;
	width:60px;
	margin-right:-1px;
}
#quikMenu li a{
	font-size:12px;
}

#OnLine{
	background-image:url(/basic/images/onLineBox.jpg);
	background-repeat:no-repeat;
	height:100px;
	padding:35px 0px 0px 20px;
	margin-bottom:10px;
}

#OnLine img{
	margin-right:10px;
}



#FaceMeeting{
	width:970px;
	height:300px;
	background-image:url(/basic/images/FaceRoot/FaceMeeting.jpg);
	margin-bottom:10px;
	
	}
	


#showpage{
	text-align:right;
	margin-top:-25px;
}


#BoxAdv{
	width:420px;
	height:200px;
	background-image:url(/basic/images/BoxStyle/BoxAdv.gif);
	background-repeat:no-repeat;
	padding:5px;
	overflow:hidden;
	margin-bottom:10px;
}

#site{
	margin-top:10px;
	padding-right:0px;
}
#site span{
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	height:30px;
}



#showBooking{
	display:none;
}

#bookingNow{
	cursor:hand;
}

#showBoard .box li{
	line-height:30px;
	padding-left:25px;
	border-bottom:1px dashed #ccc;
}

#ViewHeader .title{
	font-size:16px;
	font-weight:bold;
	color:#06C;
	line-height:30px;
}

#ViewHeader .logo{
	border:none;
}

#ViewBoard{
	height:30px;
	clear:both;
	border-bottom:1px solid #09F;
	margin-bottom:10px;
	
	}

#ViewBoard li{
	line-height:30px;
	float:left;
	padding:0 10px 0 10px;
	border:1px solid #09F;
	margin-right:-1px;
	margin-bottom:-1px;
}

#ViewBoard .selected{
	background-color:#09F;
}
#ViewBoard .selected a{
	color:#fff;
	font-weight:bold;
}

