/*---主體樣式---*/
#container{
	width: 985px;
	margin: 0px;
	text-align: left; 
	background-color: White;
}
#FlashHead{position: absolute; width:100%;left:0px;}

/*---頂部樣式---*/
#container #header{
	background-image: url('img/sfun12top.jpg');
	background-repeat: no-repeat;
	height: 162px;
	width: 985px;
	list-style-image: none;
	margin: 0px auto 0;
}
#container #header #blogname{
	padding: 40px 0px 0px 240px;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	
}
#container #header #blogname #blogTitle{
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	line-height: 125%;
}
/*#container #header #menu{background:url('img/top.jpg') no-repeat; width:100%;height: 170px;}*/
#container #header #menu #Left{display: none;}
#container #header #menu #Right{display: none;}  
#container #header #menu ul{
	padding: 75px 0px 0px 12px;
	list-style: none;
	margin: 0px 0px 0px 0px!important;
	margin: 0px 0px 0px 0px;
} 
#container #header #menu ul li{
	display: inline;
	list-style: none;
	height: 20px;
	margin: 0px 0px 0px 0px;
} 
.menuL{}
.menuR{}  
.menuDiv{width:5px;}/*---菜單分割線---*/

/*---內容樣式---*/
#container #Tbody{
  margin:19px 0 0 0;
  text-align:left;
}

/*---側檔---*/
#sidebar{
	float: left;
	width: 186px;
	color: #000;
	background: #FFF;
	BORDER-RIGHT: #E3E3E3 1px solid;
}
#innersidebar{margin: -15px 6px 0px 6px;}
#sidebar-topimg{height:0px;overflow:hidden;}
#sidebar-bottomimg{height:0px;overflow:hidden;}

/*---側檔模組框樣式---*/
.sidepanel{margin:0 auto!important;margin:0px; background:#FFF}
.Ptitle{
	margin: 10px 3px 0px 0px;
	height: 20px;
	text-align: left;
	padding: 10px 3px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	width: 98%;
	BORDER-BOTTOM: #dddddd 2px solid;
}  
.Pcontent{
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #fff;
}  
.Pfoot{
	margin: 0px 0px 4px 0px !important;
	margin: 0px 0px 0px 0px;
	height: 4px!important;
	height: 4px;
}
 
/*---主內容---*/ 
#mainContent{
	float: left;
	width: 600px;
	background-color: #FFF;
	padding: 10px 5px 0px 10px;
	BORDER-RIGHT: #E3E3E3 1px solid;
}
#innermainContent{overflow: visible; background: #FFF;}
.content-width{margin:0;}

/*---主內容頁數---*/
.pageContent{
	padding-left: 10px;
	text-align: left;
	font-size: 10pt;
	line-height: 10px;
	margin-bottom: 4px;
} 
  .NavTitle{/*float:left;*/font-size:10px;padding:2px;}
  .page{padding-right:5px;height:18px;}
  .page ul{list-style:none;margin:0px;padding:0px} 
  .page ul li{float:left;padding:0px 3px 0px 3px;} 
  .page ul li.PageL {width:9px;height:16px;}
  .page ul li.PageR {width:9px;height:16px;}
  .PageLbutton{}
  .PageRbutton{}

/*---內容框---*/
.Content{margin:0 auto;}    

/*---日誌標題框---*/
.Content-top{background:url('img/tit_bg.gif');padding:2px;text-align:left;margin-bottom:10px;}
.Content-top .ContentLeft{width:0px;float:left;}
.Content-top .ContentRight{width:0px;float:right;}
.Content-top .ContentTitle{
	background: url('img/tit_icon.gif') no-repeat left;
	padding: 3px 0px 3px 26px;
	margin: 0px;
	font-size: 14px;
}
.Content-top .ContentAuthor{
	color: #666666;
	font-size: 10px;
	padding: 0px 0px 3px 30px;
	margin: 0px;
	font-weight: normal;
} 

/*---日誌內容框---*/
.Content-body{
	line-height: 140%;
	margin: 15px auto;
	overflow: hidden;
	text-align: left;
	width: 97%;
}

/*---日誌內容底部---*/
.Content-bottom{
	padding: 0px;
	text-align: right;
	padding: 3px 3px 20px 3px;
	border-top: 1px solid #CCC;
}
.Content-bottom .ContentBLeft{width:0px;float:left;}
.Content-bottom .ContentBRight{width:0px;float:right;}

/*---日誌其他訊息---*/
.Content-Info {margin: 0px 4px 6px 4px;padding: 0px;}
.Content-Info .InfoAuthor{text-align:left}
.Content-Info .InfoOther{float:right;text-align:right;}

/*---評論框---*/
.comment{text-align:left;margin:0px 12px 15px 12px;background:#f7f7f7;}
.commentinfo{font-size:11px;color:#999;}
.commenttop{padding:14px 0px 4px 0px; margin:16px; border-bottom:1px solid #ccc;}
.commentcontent{
	padding: 10px;
	line-height: 140%;
	overflow: hidden;
	width: 90%;
}

/*---UBB框--*/ 
  .UBBPanel{border-left:3px solid  #c3c3c3; border-top:1px dashed #c3c3c3; border-right:1px dashed #c3c3c3; border-bottom:1px dashed #c3c3c3;}
  .UBBTitle{font-weight:bold;padding:4px;border-bottom:1px dashed #c3c3c3;background: #EEEEEE;}
  .UBBContent{padding:6px;line-height:160%; background:#f9f9f9}
  .UBBContent TEXTAREA {width:448px;margin-bottom:2px;}
  :link.UBBLink,:visited.UBBLink{font-size:11px;font-family:verdana;}

/*---訊息框---*/
  #MsgContent{width:450px;padding:1px; background:#fff;margin:auto;}
  #MsgContent #MsgHead{BACKGROUND:#C3CDBF;padding:4px;text-align:center;font-weight:bold;}
  #MsgContent #MsgBody{padding:4px;line-height:180%;}

  .LDialog{border:1px solid #505E79;margin:3px auto;padding:1px;}
  .LDialog .LHead{background:#97A5BB;padding:1px;color:#fff;text-align:center;font-weight:bold;}
  .LDialog .LBody{padding:4px;line-height:200%;}


//*---訊息框圖標以及文字---*/
   .MessageText{height:50px;margin-right:38px}
   .MessageIcon{background:url(img/Message.jpg) no-repeat;width:48px;height:48px;float:left;}
   .ErrorIcon{background:url(img/Error.jpg) no-repeat;width:48px;height:48px;float:left;}
   .WarningIcon{background:url(img/Warning.jpg) no-repeat;width:48px;height:48px;float:left;}   
   .QuestionIcon{background:url(img/vQuestion.jpg) no-repeat;width:48px;height:48px;float:left;}
 
/*---底部樣式---*/
#container #foot{
	background: #777;
	margin: 1px 0 0 0;
	padding: 5px 0px 10px 25px;
	color: #fff;
	border-top: 6px solid #ddd;
	font-size: 10pt;
	line-height: 15px;
	text-align: left;
}
#container #foot p{margin:2px}

/*---文件上傳框樣式---*/
.attachmentBody{
    margin:0px;font-size:11px;background:#fff;
}
