/* default styles
 -------------- */ 
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #444;
}

html, body {
    height: 100%;
}

ul {
    list-style: none;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 13px;
}
h4 {
	font-weight:normal;
}

h4  a:hover{
	color:#F00;
}



h1 a, h2 a, h3 a {
    text-decoration: none;
}

img {
    border: 0;
}

a {
    color: #0000FF;
    text-decoration:underline;
}

a:hover {
    color: #E0691A;
    text-decoration:underline;
}
.logo-nav a{text-decoration: none;}
.logo-nav a:hover{color: red;text-decoration: none;}

/*--锟斤拷锟斤拷锟斤拷式--*/
.button {
    padding: 2px 10px !important;
    padding: 0 10px;
    margin: 0 5px 0 0;
    border: 1px solid #2D5082;
    background: url(../../../images/index/public/button_bg.gif) repeat-x;
    cursor: pointer;
}

.input {
    padding: 3px;
}

.red {
    color: red;
    font-weight: normal;
}

.redBold {
    color: red;
    font-weight: bold;
}

.blue {
    color: blue;
    font-weight: normal;
}

.blueBold {
    color: blue;
    font-weight: bold;
}

.orange {
    color: #F46E04;
    font-weight: normal;
}

.orangeBold {
    color: #F46E04;
    font-weight: bold;
}

.green {
    color: green;
    font-weight: normal;
}

.greenBold {
    color: green;
    font-weight: bold;
}

option {
    padding: 0 5px;
}

/* layout
 ------ */
div {
    border: solid 0px blue;
}

/*--main--*/
#main {
    overflow: hidden;
    zoom: 1;
    /* margin:10px 210px 0 10px; */
    margin: 10px 10px 0 10px;
}

/*--rightSidebar--*/
#rightSidebar {
    width: 185px;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    border: solid 0px #ccc;
}

/*--header--*/
#header {
    height: 70px;
    background: #FFF url(../../../images/index/public/headerbg.gif) repeat-x bottom;
    position: relative;
}

#logo {
    height: 58px;
    width: 200px;
    background: url(../../../images/index/public/new-logo.gif) no-repeat left top;
    float: left;
}

#forumTools {
    position: absolute;
    top: 0px;
    left: 200px;
    font-size: 9pt;
    border-left: solid 1px #ccc;
    height: 50px;
    margin: 0 5px;
    padding: 0 5px;
}

#online {
    padding-top: 40px;
    float: right;
    font-size: 9pt;
}

#online span {
    color: red;
}

#myArtical {
    position: absolute;
    top: 0px;
    right: 240px;
    font-size: 9pt;
}

#myArtical li {
    display: inline;
}

#myArtical li a {
    border: solid 1px #ccc;
    padding: 3px;
    height: 15px;
    line-height: 15px;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 0 5px;
    color: #00F;
}

#quickMenu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
    text-align: right;
    font-size: 9pt;
}

#quickMenu li {
    display: inline;
}

#quickMenu li a {
    border: solid 1px #ccc;
    padding: 3px;
    height: 15px;
    line-height: 15px;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 0 5px;
    color: #111111;
}

#quickMenu li a:hover {
    color: #E0691A;
}

/*--pathLink--*/
.pathLink {
    margin: 10px auto 5px;
    padding: 0 10px;
}

.pathLink li {
    display: inline;
}

.pathLink li a {
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

.pathLink .title {
    color: red;
    font-weight: bold;
}

/*--pathLinkList--*/
.directLinkList {
    overflow: hidden;
    zoom: 1;
    line-height: 35px;
    height: 35px;
    _float: left;
}

.pathLinkList {
    padding-left: 10px;
    height: 30px;
    float: left;
    width: 790px;
}

.pathLinkList li {
    float: left;
}

.pathLinkList li a {
    font-weight: bold;
    color: #006699;
}

.pathLinkList .title {
    color: red;
    font-weight: bold;
}

/*--directLink--*/
.directLink {
    overflow: hidden;
    zoom: 1;
    line-height: 35px;
    height: 35px;
    position: relative;
}

.newReply {
    float: left;
}

.pageChanger {
    float: right;
}

.newReply li {
    display: inline;
}

.pageChanger {
    border: solid 0px red;
    text-align: right;   
	position:relative;
    top: 0px;
    right: 0px;
}

.quickShow {
    border: solid 0px red;
    float: left;
    margin: 0 0 0 10px;
}

#indexControl {
    position: absolute;
    top: 7px;
    left: 115px;
}

#indexControl select {
    float: left;
    margin-left: 5px;
}

/*--replyStyle--*/
#replyStyle {
    position: relative;
    zoom: 1;
    height: auto;
    min-height: 30px;
    clear: both;
    margin: 20px auto;
    width: 950px;
}
* html #replyStyle {
    height: 30px;
}

/*--postContainer--*/
.postContainer {
    overflow: hidden;
    zoom: 1;
    padding: 9px 0 0 0;
    background: url(../../../images/index/public/postContainerTop.gif) repeat-x;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    margin: 0 auto;
    width: 950px;
}

.voteResult {
    overflow: hidden;
    zoom: 1;
    padding: 5px;
}

.menuberInfo {
    width: 160px;
    float: left;
    border-right: solid 1px #ccc;
    font-size: 9pt;
    height: 260px;
}

.menuberInfo ul {
    margin: 10px;
}

.menuberInfo ul li {
    margin: 5px 0;
}

.postInfo {
    margin-left: 160px;
    border-left: solid 1px #ccc;
}

.postTitle {
    background: url(../../../images/index/public/postContentTitle.gif) repeat-x;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
	overflow:hidden;
}

.postControl {
    float: right;
}

.postContent {
    padding: 10px;
    line-height: 1.7;
	padding-left:30px;
	padding-right:30px;
}

font {
    line-height: normal;
}

.postText a {
    text-decoration: underline;
}

.smaillTitle {
}

/*--footer--*/
#footer {
    clear: both;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 10px 0;
    border-top: 0px solid #ccc;
    line-height: 20px;
}

#pathLinkCss, #addFormCss, #indexContainer, .postContainer{
	font-size: 10pt;
	text-align: left;
}
.postContainer p{
	margin: 0;
}
.twbbsEditorStatusBar{text-align: left;}

#indexContainer {
    margin: 0 auto;
    padding: 0 0 0 1px;
    width: 950px;
    overflow: hidden;
    zoom: 1;
	font-size: 10pt;
}

#indexSidebar {
    width: 142px;
    border: solid 0px #ccc;
    float: left;
    margin: 5px 0 0 0;
    font-size: 11pt;
}

#indexSidebar dl {
    width: 142px;
}

#indexSidebar dd {
    border-bottom: dotted 1px #FFE1A9;
}

#indexSidebar dt, #indexSidebar dd {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

#indexSidebar dt {
    background: url(../../../images/index/public/sidebar_title_bk.gif) no-repeat left;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    font-weight: bold;
}

#indexSidebar a {
    color: #111111;
}

#indexSidebar a:hover {
    color: #E0691A;
}

#indexMain {
    margin-left: 152px;
    border: solid 0px red;
}

.tabList {
    border: solid 0px #ccc;
    border-collapse: collapse;
    width: 99%;
    margin: 5px 0;
    text-align: center;
}

.tabList a, .postContainer a {
    color: #0044DD;
}

.tabList p a {
    font-size: 9pt;
    color: #0044DD;
    text-decoration: none;
}

.tabList thead th {
    background-color: #FFE1A9;
    border-bottom: 1px solid #FFD27D;
    border-top: 1px solid #FFD27D;
    height: 20px;
}

.tabList tbody td, .tabList tfoot td {
    border-bottom: dotted 1px #FFE1A9;
    height: 20px;
    padding: 5px 0;
    line-height: 15px;
}

.tabList .title {
    text-align: left;
}

.tabList .title a {
    text-decoration: underline;
}

.tabList .title img {
    position: relative;
    top: 3px;
}

.tabList span.time {
    font-size: 7.5pt;
    color: #666;
}

.tabList p {
    padding: 0px;
    margin: 0px 0 0 0;
}

/*--锟接回革拷锟侥匡拷锟斤拷--*/
.postTextSub {
    border-top: solid 1px #ccc;
    margin: 10px 0 0 10px;
    padding: 5px 0 0 10px;
    width: 90%;
    background: #fffffc;
}

.postTextSub .top {
    color: red;
}

.postTextSub .me {
    color: blue;
}

.postText {
    font-size: 11pt;
    line-height: 180%;
    margin: 0 0 30px 0;
}

/*--锟接回革拷锟侥帮拷锟給锟斤拷式--*/
.append, .toggle {
    margin: 10px 0 0 10px;
    padding: 0 5px;
    border: solid 1px #ccc;
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.append a {
    color: #D8A506;
}

.toggle a {
}

#legendList {
    overflow: hidden;
    padding: 0 0 0 1px;
    height: 50px;
    line-height: 25px;
    border: solid 0px red;
    width: 950px;
    margin: 0 auto 0;
}

#legendList span {
    margin: 5px;
    position: relative;
    top: 3px;
}

#legendList ul {
    border: solid 0px #FF6633;
    width: 480px;
    float: left;
    height: 50px;
    padding-left: 150px;
}

#legendList li {
    float: left;
    width: 85px !important;
    width: 80px;
}

#quickSearch {
    top: -1px !important;
    top: -5px;
    height: 50px;
    right: 0;
    border: solid 0px blue;
}

#quickSearch button { 
	*margin-left:-15px;
}


#pathLinkCss {
	 margin:auto;
	 width:950px;
	 overflow:hidden;
}

#pathLinkCss .pathLink {
    margin: 10px auto;
    width: 950px;
	float:left;
}


.bottomMenu {
    border: 0px solid #BFBFBF;
    background: url(../../../images/index/public/bottom.gif) repeat-x;
    margin: 8px 0 0 0;
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden:zoom: 1;
}

.bottomMenu li {
    display: inline;
}


.titlePage {
    font-size: 8pt;
}

.titlePage a {
    color: #000;
}

.tabList .title .titlePage img {
    position: relative;
    top: 0px;
}

.noteMsgBox {
    border: solid 1px #ccc;
    padding: 10px;
    margin: 10px 0 0 0;
    line-height: 1.5em;
}

#notice {
    clear: both;
    border: solid 1px #ccc;
    line-height: 1.5em;
    margin: 0 auto;
    width: 950px;
	text-align: left;
}

#notice ul {
    padding: 10px 5px 10px 20px;
}

#notice ul li {
    list-style-type: square;
}

.warning {
    color: red;
    display: block;
    border: solid 0px red;
    width: 70px;
    height: 40px;
    float: left;
}

/*---------锟斤拷锟矫的橈拷式--------*/
blockquote {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    color: #333333;
    padding: 10px;
}

blockquote hr {
    display: none;
}

blockquote em {
    font-weight: bold;
    font-style: normal;
    display: block;
}

blockquote strong {
    font-weight: normal;
}

blockquote strong strong {
    top: 0;
}

blockquote strong strong strong {
    top: 0;
}

/*--articled-etail--*/
.editor {
    border: solid 0px red;
    width: 92%;
    overflow: hidden;
    display: none;
    margin: 10px 0 0 10px;
}

.editorContent {
	
}

.editorContent textarea {
    width: 95%;
    height: 110px;
    padding: 5px;
}

.editorButton {
    margin: 5px 0 0 0 !important;
    margin: 0;
}

.subContentHidden {
    display: none;
}

#voteshow {
    width: 100%;
    font-weight: bold;
    border-collapse: collapse;
}

#voteshow td {
    padding: 3px 10px;
}

#voteshow tbody td {
    border-bottom: dotted 1px #ccc;
}

.buttonIcon {
    font-weight: bold;
    float: left;
    margin-top: 4px;
    padding-left: 2px;
    width: 90px;
}

#hide_content_box {
    border: 1px solid #E8E8E8;
    clear: both;
    margin: 10px 25px 0 0;
    padding: 14px 20px;
}

.postContent .sharebox img{
	vertical-align:middle;
}


a.fb_share_box, a.fb_share_box:link, a.fb_share_box:visited {
    background-color: #5F78AB;
    color: #FFFFFF;
    display: inline-block;
    margin: 8px 0 20px;
    padding: 8px 15px;
    text-decoration: none;
}
a.sns {
    background: url("/images/index/public/icon_sns.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    text-indent: -99999px;
    width: 16px;
}
a.plurk {
    background-position: 0 -24px;
}
a.twitter {
    background-position: 0 -48px;
}


#sharebox{
	line-height:18px;
}

#twbbsEditor{
	height:200px;
}
.fb_big_icon {
    float: left;
    margin: 3px 15px 45px 10px;
}
#logo-nav p a {
    text-decoration: none;
}
#logo-nav p a:hover {
    text-decoration: none;
}
