/*****整體*************************/

html{
scrollbar-arrow-color:#fff;
scrollbar-face-color:#fff;

scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-color:#fff;
scrollbar-shadow-color:#ccc;
scrollbar-highlight-color:#fff;
}

/*全頁面*/
body{
font-size:11px;
font-family:verdana;
text-align:left;
word-break:break-all;
padding:0px;
margin-left:575px;
background-image:url(http://p5.p.pixnet.net/albums/userpics/5/1/481851/1184844842.jpg);background-attachment:fixed;
background-repeat:no-repeat;
background-position:left center;
}

/*連結*/
a{
color:#000000;
font-family:verdana;
text-decoration:none;
}

/*滑鼠經過連結*/
a:hover{
color:#eee;
text-decoration:none;
}

/*圖片濾鏡*/
img, a img{

}

/*內容區塊*/
#Container{
width:370px;
margin:auto;
}




/*****上方*************************/

/*首頁&管理&登出*/
#navbar{
color:#000000;
font-size:0px;
text-align:right;
padding:5px 0px 5px 0px;
}
.navBarLink{
font-size:11px;
}

/*橫幅*/
#gbheader{
line-height:18px;
width:400px;
height:150px;
border-right:#000000 solid 1px;
border-bottom:#000000 solid 1px;
background:#ffffff;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}

/*留言版標題連結*/
#gbheader a{
color:#000000;
font-size:13px;
width:350px;
display:block;
position:relative;
top:50px;
left:30px;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}
#gbheader a:hover{
color:#ccc;
}

/*留言版描述*/
.gbDescr{
color:#000000;
font-size:11px;
width:350px;
position:relative;
top:70px;
left:50px;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}

/*地盤*/
.userPanel{
color:#000000;
font-size:11px;
text-align:center;
padding:5px 0px 5px 0px;
width:400px;
background:#eee;
margin:10px 0px 0px;
border-right:1px solid #999;
filter:alpha(opacity=50);
-moz-opacity:0.50;
}
.userPanel a{
color:#fff;
}
.userPanel a:hover{
color:#aaa;
}




/*****留言區整體*************************/

/*我要留言*/
.userComment a{
color:#000000;
font-size:16px;
text-align:center;

top:190px;left:220px;
float:left;

font-family:verdana;
border-left:15px solid #ddd;
border-bottom:1px solid #ddd;
padding:1px 15px 1px 15px;

width:130px;
}
.userComment a:hover{
color:#777;
font-family:verdana;
font-size:16px;
}

/*頁數*/
.pageSelector{
color:#000000;
font-size:11px;
font-family:verdana;
text-align:center;
padding:0px;
background:#DDD;
margin:10px 0px 10px 0px;
width:400px;
border-right:1px solid #999;
border-bottom:1px solid #999;
filter:alpha(opacity=50);
-moz-opacity:0.5;
letter-spacing:-1px;
HEIGHT:15PX;
}




/*****單篇留言左方*************************/

.gbBoxLeft{
width:379px;
padding:10px 10px 10px 10px;
margin:0px 0px 5px 0px;
background:#fff;
border-top:#fff 1px solid;
border-left:#fff 1px solid;
border-right:#999 1px solid;
border-bottom:#999 1px solid;
position:relative;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}

/*留言者圖片*/
.ImgTd{
text-align:right;
padding:5px;
}
.ImgTd img{
width:50px;
height:50px;
}

/*留言者帳號*/
.UsernameTd{
font-size:16px;
font-weight:bold;
position:absolute;
top:10px;
left:5px;

}
.UsernameTd a {
border-left:15px #bbb solid;
border-bottom:1px #bbb solid;
display:block;
width:70%;
}

/*留言者資訊整體*/
.UserlinkTd{
position:absolute;
top:50px;
left:10px;
}

/*留言者伊妹而*/
.linkMail a{
color:#eee;
font-size:0px;
width:12px;
height:12px;
display:block;
background:#eee;
}
.linkMail a:hover{
color:#aaa;
font-size:0px;
width:12px;
height:12px;
display:block;
background:#aaa;
}

/*留言者首頁*/
.linkURL a{
color:#eee;
font-size:0px;
width:11px;
height:11px;
display:block;
background:#eee;
}
.linkURL a:hover{
color:#aaa;
font-size:0px;
width:11px;
height:11px;
display:block;
background:#aaa;
}

/*留言者IP*/
.linkIP a{
color:#eee;
font-size:0px;
width:10px;
height:10px;
display:block;
background:#eee;
}
.linkIP a:hover{
color:#aaa;
font-size:0px;
width:10px;
height:10px;
display:block;
background:#aaa;
}




/*****單篇留言右方*************************/

.gbBoxRight{
width:379px;
padding:10px;
margin:0px 0px 50px 0px;
background:#fff;
border-bottom:#999 1px solid;
border-left:#fff 1px solid;
border-right:#999 1px solid;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}

/*單篇留言*/
.InnerBox{
position:relative;

}

/*留言主題*/
.gbTitle{
color:#000000;
font-size:12px;
}

/*留言主題小圖*/
.gbTitle img{
width:20px;
}

/*留言時間*/
.gbDate{
color:#000000;
font-size:10px;
text-align:right;
position:absolute;
top:0px;
right:0px;
}

/*留言*/
.gbContent{
color:#000000;
font-size:11px;
line-height:17px;
padding:0px;
width:370px;
}

/*回覆留言*/
.gbReply{
color:#000000;
font-size:12px;
line-height:17px;
padding:10px;
background:#eee;
border-right:1px #888 solid;
border-bottom:1px #888 solid;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}
.gbReply img{
margin-bottom:10px;
}

/*回覆留言打字區*/
.gbReply textarea{
color:#000000;
font-size:11px;
line-height:17px;
font-family:verdana;
height:50px;
background:#fff;
filter:alpha(opacity=50);
-moz-opacity:0.5;
border-right:#999 1px solid;
border-bottom:#999 1px solid;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
}

/*回覆按鈕*/
.gbReply input{
color:#000000;
font-size:12px;
line-height:17px;
font-family:verdana;
background:#fff;
border:#fff 0px solid;
}

/*這是私密訊息*/
.gbBox .PrivateMsg{

font-size:16px;
font-family:verdana;
width:379px;
display:block;
padding:10px;
margin:0px 0px 50px 0px;
background:#eee;
filter:alpha(opacity=50);
-moz-opacity:0.5;
border-right:#999 1px solid;
border-bottom:#999 1px solid;
text-align:center;}




/*****留言打字區*************************/

/*整體*/
#signForm{
background:#fff;
padding:10px;
margin:0px;
width:380px;
background:#fff;
filter:alpha(opacity=50);
-moz-opacity:0.5;
border-right:#999 1px solid;
border-bottom:#999 1px solid;
}
#signForm td{
padding:5px;
}

/*標題*/
#signForm .fieldName{
color:#000000;
font-size:11px;
text-align:right;
letter-spacing:-1px;
display:inline;
text-align:left;
}

/*右方輸入區整體*/
#signForm .field{
text-align:left;
width:320px;

background:#fff;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}

/*版主設定強制使用悄悄話*/
#whisperDisable{
color:#aaa;
font-size:11px;
font-family:verdana;
}

/*按鈕*/
#signForm input{
color:#000000;
font-size:11px;
font-family:verdana;
background:#fff;
filter:alpha(opacity=50);
-moz-opacity:0.5;
border-right:#999 1px solid;
border-bottom:#999 1px solid;
border-top:#fff 1px solid;
border-left:#fff 1px solid;
}

/*頭像選擇*/
#signForm select{
color:#bbb;
font-size:11px;
font-family:verdana;
}

/*打字區*/
#signForm textarea{
color:#000000;
font-size:12px;
font-family:verdana;
background:#fff;
filter:alpha(opacity=50);
-moz-opacity:0.5;
border-right:#999 1px solid;
border-bottom:#999 1px solid;
border-top:#fff 1px solid;
border-left:#fff 1px solid;
}

/*驗證碼圖片*/
.captchapict{
width:143px;
height:50px;
}

/*留言者圖片*/
#AvatarImg{
width:50px;
height:50px;
display:block;
}




/*****隱藏*************************/

.rssIcon, .link-separator, .UsernameTd img, .fieldName, #footernav, #copyright{display:none;}