﻿body
{
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
a.menubar:link
{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a.menubar:active
{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a.menubar:visited
{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a.menubar:hover
{
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}

a.recomHouse:link {
	color: #2b2b2b;
}
a.recomHouse:visited {
	color: #000000;
}
a.recomHouse:hover {
	text-decoration: none;
	color: #333333;
}
a.recomHouse:active {
	color: #ffffff;
}

#wrapper
{
	border: 1px solid #d7a53e;
	text-align: left;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*MasterPage的ContentPlaceHolder的樣式*/
#content
{
	margin-top: 0px;
	padding-top: 0px;
	width: 955px;
	background-color: #FFFFFF;
}
#footer
{
	background-position: #d7a53e;
	clear: both;
	background: #d5b622;
	width: 955px;
	font: 12px "新細明體" , Arial;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
}

td.dotLineWhite
{
	background: url(Images/line-dot-white.jpg) repeat-x;
	height: 1px;
}
td.dotLineBlack
{
	background: url(Images/line-dot-black.jpg) repeat-x;
	height: 1px;
}

#banner
{
	height: 130px;
	background-image: url('Images/banner.jpg');
	background-repeat: no-repeat;
}
/*
#siteMap
{
	background: #4d4d4d;
	height:26px;
	font: 12px "新細明體" , Arial;
	color: #FFF;
}
#nav
{
	height: 31px;
	float: right;
	font-family: Georgia;
	font-size: small;
	margin-top: 5px;
}
*/

#cotentWithLeftSidebar
{
	width: 700px;
	float: right;
	background-color: #FFFFFF;
}
#sponsorBox
{
	border: 1px solid #FFFFFF;
	margin-bottom: 6px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	width: 232px;
}

#sponsorBoxBody
{
}

#searchBox
{
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	width: 232px;
}

/*LeftSideBar上的一則則小方塊廣告*/
.leftAdBox
{
	width: 232px;
	border: 1px solid #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#patchWall
{
	width: 683px;
}
#centerAd
{
	width: 683px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tabHeadLinkText
{
	font: 12px "新細明體" , Arial;
	color: #666;
	text-decoration: underline;
}
/*上一間民宿、下一間民宿的按鈕區域*/
div.houseSelectBox
{
	border: 1px solid #808080;
	font: 12px "新細明體" , Arial;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: 10px;
	float: left;
}

#hosueHead
{
	padding: 5px;
	clear: both;
}
#houseIconView
{
	margin: 5px; /*height: 700px;*/
}

/*大圖示檢視的時候每一家民宿圖片的框框*/
.houseIconView
{
	height: 167px;
	width: 208px;
	background: url('Images/image-preview-pic.jpg') no-repeat;
}

#houseIconViewBody
{
	clear: both;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
}
/*麵包屑的樣式*/
.rootNodeStyle
{
	font-family: Georgia;
	font-size: small;
	color: #FFFFFF;
}
.nodeStyle
{
	font-family: Georgia;
	font-size: small;
		color: #FFFFFF;

}
.currentNodeStyle
{
	font-family: Georgia;
	font-size: small;
	color: #FFFFFF;
}
#postMessage
{
	font-family: georgia;
	font-size: small;
	clear: both;
	padding-bottom: 12px;
}
#postedMessage
{
	font-family: georgia;
	font-size: small;
	clear: both;
	padding-bottom: 12px;
}
/*AJAX延伸控制項中的浮水印功能使用的*/
.waterMarked
{
	color: #C0C0C0;
}
#mainContent
{
	clear: both;
}

.btnContrubute
{
	color: #000000;
	background-color: #E1F7DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hyperLinkControl
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.imgFrameBig
{
	border: 1px solid #868686;
	padding: 8px;
	cursor: pointer;
}
.imgFrameSmall
{
	border: 1px solid #868686;
	padding: 6px;
	cursor: pointer;
}
.alarm-text
{
	color: #c75454;
	font: 12px "新細明體" , Arial;
}
.block-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
/*以下為票選的星星樣式*/
.whiteStar
{
	background-image: url('Images/shared/starWhite.gif');
	width: 14px;
	height: 14px;
}
.redStar
{
	background-image: url(Images/shared/starRed.gif);
	width: 14px;
	height: 14px;
}
.yellowStar
{
	background-image: url(Images/shared/starYellow.gif);
	width: 14px;
	height: 14px;
}
/*垂直動的廣告視窗*/
#fixedNotifier
{
	position: absolute;
	left: 200px;
	top: 150;
	width: 250px;
}
td.fixedNotifierHead
{
	background-color: #666666;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	width: 232px;
}

/* ==============[區塊開始]新手必看的XX民宿===============*/
table.bnbForNewPlayer
{
	width: 680px;
	background-color: #FFFFFF;
}
/*左半邊的td是放熱門，右半邊的td是放新進*/
td.bnbForNewPlayer
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	width: 325px;
	vertical-align: top;
	text-align: center;
}
/*熱門XX民宿、新進XX民宿*/
td.bnbHeadTitle
{
	background-color: #e6fbfe;/*這個每一站都不一樣*/
	line-height: 24px;
	color: #2c3637;
	text-align: left;
}
td.bnbContent
{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td.houseImage
{
	width: 105px;
	background-color: #E7E7E7;
	vertical-align: middle;
	text-align: center;
}

img.RowNo
{
	width: 14px;
	height: 14px;
	vertical-align: bottom;
}

table.singleBnb
{
	width: 100%;
	border-collapse: collapse;
}
td.singleBnbTitle
{
	width: 190px;
	font-size: 12px;
	color: #0099ff;
	padding-left: 5px;
	height: 21px;
	text-align: left;
	font-weight: bold;
}
td.singleBnbSub
{
	width: 190px;
	padding-left: 3px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 11px;
	color: #8A8A8A;
	text-align: left;
}
td.singleBnbDesc
{
	width: 190px;
	padding-left: 5px;
	line-height: 16px;
	padding-top: 5px;
	text-align: left;
}

td.singleBnbSpacer
{
	width: 190px;
	line-height: 5px;
}

/* ==============[區塊結束]新手必看的XX民宿===============*/

a.hyperLinkArticleContent:link
{
	color: #666666;
	text-decoration: none;
}
a.hyperLinkArticleContent:active
{
	color: #666666;
	text-decoration: none;
}
a.hyperLinkArticleContent:visited
{
	color: #666666;
	text-decoration: none;
}
a.hyperLinkArticleContent:hover
{
	color: #666666;
	text-decoration: underline;
}

/*遊記文章的標題*/
a.hyperLinkArticle:link
{
	color: #0099ff;
	text-decoration: none;
}
a.hyperLinkArticle:active
{
	color: #0099ff;
	text-decoration: none;
}
a.hyperLinkArticle:visited
{
	color: #0099ff;
	text-decoration: none;
}
a.hyperLinkArticle:hover
{
	color: #0099ff;
	text-decoration: underline;
}

h1.newTaiwanHouse
{
	margin: 5px;
	font-size: 14px;
}

h2.imageHeader
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #683200;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	height: 23px;
	width: 668px;
	padding-top: 7px;
	background-color: #fceb7f;
}
.require
{
	color: #CC0000;
	font-weight: bold;
	text-align: right;
	padding-right: 0.6em;
	white-space: nowrap;
	font-size: small;
}
.optional
{
	/* 	font-weight: bold; 	color: #000000; 	background-color: #EEDDFF; 	*/
	color: #003366;
	text-align: right;
	padding-right: 0.6em;
	white-space: nowrap;
	font-size: small;
}
