@charset "utf-8";
/*
標準背景色 #3B5999
悄悄話漸層 #B0C0E0
第二色 #637AAE
已經選擇 usermenu #D8DEEA
已經選擇 usermenu:hover #EFF2F7
*/
html {
	font-size: 16px;
}
body {
	font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
	font-size: 1em;
	color: #333;
	background: #FCFCFC url('../images/bg.gif') top left repeat-x;
}
a {
	color: #3B5998;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.block {
	display: block
}
.area-3D {
	background-image: url(../images/area-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* 整體架構 寬 960px 左右置中*/
#frame {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 6px;
}
/* 網頁內容 字體為 body 的 0.75em */
#content {
	background-color: #FFF;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	/*border-color: #468DA1;*/
	border-color: #8F46A1;
	padding-bottom: 10px;
}
#main {
	margin: 6px;
	position: relative;
}
/* 子導覽列 位於 content 內的最上方 */
#subbar {
	_display: inline; /*hacked for IE 6*/
	display: block;
	height: 2em;
	margin: 5px;
	border: 1px solid #CCC;
	padding: 2px 12px 0 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.75em;
	font-family: Tahoma, Geneva, sans-serif
}
#subbar .nav_icon {
	_display: inline; /*hacked for IE 6*/
	display: inline;
	background-image: url(../images/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 20px;
	margin-left: 10px;
}
/* 目前在線人數 */
#subbar #nowonline {
	color: #F00;
}
/* 網頁最下方頁尾 */
footer {
	margin-top: 20px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
}
footer #footer-banner {
	margin-top: 10px;
}
footer #footer-link {
	height: 28px;
	line-height: 28px;
}
/* ================================================================================ */
/* 字元自動斷行 */
.wordreturn {
	word-wrap: break-word;
	word-break: break-all;
}
.areatitle {
	height: 20px;
	font-weight: bold;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690;
	letter-spacing: 0.5em;
	*/
	margin-bottom: 6px;
}
img.handphoto_2 {
	max-width: 30px;
	max-height: 30px;
}
img.handphoto_3 {
	width: auto;
	height: auto;
	max-width: 30px;
	max-height: 30px;
	background-color: white;
	border: 1px solid #CCC;
}
img.handphoto_4 {
	max-width: 40px;
	max-height: 40px;
}
img.handphoto_5 {
	max-width: 50px;
	max-height: 50px;
}
img.handphoto_6 {
	max-width: 60px;
	max-height: 60px;
}
img[class*="handphoto_"] {
	width: auto;
	height: auto;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
button.submit {
	float: right;
	/* [disabled]clear:both; */
	cursor: pointer;
	display: none;
	text-decoration: none;
	outline: none;
	padding: 5px 6px;
	font: bold 12px/1em 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background: #5e77aa;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637bad', endColorstr='#5972a7');
	background: -webkit-gradient(linear, left top, left bottom, from(#637bad), to(#5972a7));
	background: -moz-linear-gradient(top, #637bad, #5972a7);
	border-width: 1px;
	border-style: solid;
	border-color: #29447e #29457f #1a356e;
	-webkit-box-shadow: 0 1px 0 #dddddd, inset 0 1px 0 #8a9cc2;
	-moz-box-shadow: 0 1px 0 #dddddd, inset 0 1px 0 #8a9cc2;
	box-shadow: 0 1px 0 #dddddd, inset 0 1px 0 #8a9cc2;
}
.submit:hover {
	color: #fff;
}
.submit:active {
	color: #fff;
	background: #4f6aa3;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
	border-color: #29447e;
	-webkit-box-shadow: 0 1px 0 #eaeaea;
	-moz-box-shadow: 0 1px 0 #eaeaea;
	box-shadow: 0 1px 0 #eaeaea;
}
.reg_notice {
	color: #F00;
	margin-left: 20px;
}
.PhotoBook .top {
	background-image: url(../images/photobook_r1_c1.gif);
	background-repeat: no-repeat;
	height: 19px;
}
.PhotoBook .left {
	background-image: url(../images/photobook_r2_c1.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 104px;
}
.PhotoBook .right {
	background-image: url(../images/photobook_r2_c3.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 104px;
}
.PhotoBook .bottom {
	background-image: url(../images/photobook_r3_c1.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.PhotoBook .bottom_lock {
	background-image: url(../images/photobook-lock_r3_c1.gif);
	background-repeat: no-repeat;
	height: 30px;
}
textarea.bg {
	max-height: 492px;
	border: 1px solid #BBB;
	background-image: url(../images/inputbg.gif);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
div.ajaxLayout {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	opacity: 0.9;
	z-index: 1000;
	background: #FFF url(/images/ajax-loader-large.gif) center no-repeat;
}
div.PhotoGroupNameArea {
	overflow: hidden;
	height: 2.5em;
	max-height: 2.5em;
	word-wrap: break-word;
	word-break: break-all;
}
div.TimeLabel {
	z-index: 2000;
	font-weight: bold;
	color: #F00;
	font-size: 16px;
	right: 16px;
	position: fixed;
	text-align: right;
}
div.TimeLabel .Memo {
	font-size: 12px;
	color: #00F;
}
