div.searchBox {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
div.markAllAsRead {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

/*forum index*/
div.forumContainer {
    background-color: #096E99;
    padding: 2px 1px;
    width: 1080px;
}
div.subtitle {
    background-color: #B2D3E4;
    font-weight: bolder;
    height: 25px;
    border-radius: 5px 5px 5px 5px;
}
div.category {
    float: left;
    padding-left: 25px;
    padding-top: 6px;
    width: 790px;
}
div.threads {
    float: left;
    padding-top: 6px;
    width: 63px;
    text-align: right;
    _margin-left: 14px;
}
div.posts {
    float: left;
    padding-top: 6px;
    width: 49px;
    text-align: right;
    _margin-left: -6px;
}
div.lastPost {
    float: left;
    padding-left: 5px;
    padding-top: 6px;
    width: 65px;
}
div.forums {
    background-color: #EFEFEF;
    border-radius: 5px 5px 5px 5px;
}
div.unread {
    float: left;
    height: 27px;
    padding-top: 1px;
    text-align: center;
    width: 20px;
    margin-top: 3px;
}
div.forumTitle {
    border-left: 1px solid #B2D3E4;
    float: left;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-top: 2px;
    width: 796px;
}
div.threadCount {
    border-left: 1px solid #B2D3E4;
    float: left;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: right;
    width: 52px;
}
div.postCount {
    border-left: 1px solid #B2D3E4;
    float: left;
    overflow: hidden;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: right;
    width: 43px;
}
div.lastPostDate {
    border-left: 1px solid #B2D3E4;
    float: left;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-top: 2px;
    width: 140px;
}
div.forumseperator {
    background-color: #B2D3E4;
    border: 0 none;
    clear: both;
    font-size: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
}
div.threadControl {
    background-color: lime;
    font-weight: bold;
    width: 1074px;
    padding: 4px;
    border-radius: 5px 5px 5px 5px;
    _width: 1081px;
}
div.threadNavTop {
    margin-top: 4px;
    height: 22px;
}
div.threadNavBottom {
    margin-bottom: 4px;
}
div.threadPagesTop {
    float: left;
    margin-top: 5px;
}
div.threadSort {
    float: right;
    height: 22px;
    overflow: hidden;
}
div.threadHeader {
    float: left;
    padding-left: 25px;
    padding-top: 6px;
    width: 690px;
}
div.threadTitle {
    border-left: 1px solid #B2D3E4;
    float: left;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-top: 2px;
    width: 696px;
}
div.threadLastPostDate {
    border-left: 1px solid #B2D3E4;
    float: left;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-top: 2px;
    width: 240px;
    overflow: hidden;
}
.threadLinks {
    clear: both;
    float: right;
    width: 728px;
    height: 21px;
    margin-right: 184px;
}

a.userName {
    color: #CC65AC;
    text-decoration: none;
}
div.authorHeader {
    float: left;
    padding-left: 10px;
    padding-top: 6px;
    width: 180px;
}
div.messageHeader {
    float: left;
    padding-top: 6px;
}
div.postWrapper {
    background-color: #F0F0FF;
    margin: 1px;
    width: 1079px;
    border-radius: 5px 5px 5px 5px;
}
div.authorInfo {
    float: left;
    padding-top: 6px;
    width: 180px;
    overflow: hidden;
    border-right: 1px solid #096E99;
    text-align: center;
}
div.messageWrapper {
    float: left;
    margin-left: -1px;
    width: 896px;
    overflow: hidden;
    border-left: 1px solid #096E99;
    padding-left: 2px;
}
div.postIcon {
    float: left;
    padding-top: 1px;
    width: 15px;
}
div.messageInfo {
    /*width: 884px;*/
    margin: 2px 2px 10px;
    padding: 4px;
    background-color: #679ADD;
    vertical-align: middle;
    border-radius: 5px 5px 5px 5px;
    /*_width: 905px;*/
}
div.messageContents {
    width: 895px;
    /*margin: 2px;
    padding: 3px;*/
    text-align: left;
    overflow: hidden;
}
div.inPostHeader {
    background-color: #B2B2FF;
    background-position: right top;
    background-repeat: no-repeat;
    border-color: #BABFC5 #BABFC5 #D0D0D0;
    border-style: solid;
    border-width: 1px 1px 0 4px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    line-height: 16px;
    padding: 1px;
    text-decoration: none;
    vertical-align: middle;
}
div.inPostContent {
    border-color: #C2C2EE #B2B2FF #B2B2FF;
    border-style: solid;
    border-width: 0 1px 1px 4px;
    color: #000000;
    margin: 0 auto 1px;
    padding: 3px 1px;
}
div.quoteHeader {
    background-image: url("/image/editor/quote.gif");
}
div.quoteContent {
    background-color: #E1EBF2;
    font-size: 10px;
    line-height: 1.4em;

}
div.codeHeader {
    background-image: url("/image/editor/code.gif");
}
div.codeContent {
    background-color: #FFFFFF;
    font-family: Arial,"courier new","times new roman",monospace;
    font-size: 11px;
    line-height: 1.3em;
    white-space: nowrap;
}
div.signature {
    max-height: 240px;
    overflow: hidden;
    margin-bottom: 5px;
}
div.authorFooter {
    width: 180px;
    height: 25px;
    _height: 27px;
    border-right: 1px solid #096E99;
    float: left;
}
div.messageFooter {
    float: left;
    width: 884px;
    margin: 2px 2px 1px 2px;
    padding: 4px;
    background-color: #77AADD;
    vertical-align: middle;
    border-radius: 5px 5px 5px 5px;
    _width: 891px;
}

/*edit*/
div.editHeader {
    width: 100%;
    background-color: #c2d7ef;
    font-weight: bold;
    clear: both;
}
div.preview {
    display: none;
    width: 100%;
}
div.previewHeader {
    width: 100%;
    background-color: #c2d7ef;
    font-weight: bold;
    clear: both;
}
div.previewContent {
    overflow: hidden;
    background-color: #E1EBF2;
    width:895px;
    margin-left: 52px;
}
div.edit {
    width: 1096px;

}
p.threadTitle {
    margin-left: 5px;
}
textarea.content {
    width: 1072px;
    height: 250px;
    margin-left: 5px;
    resize: vertical;
}
img.bbSmiley {
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
}

div.youtube {
    width: 625px;
    height: 351px;
    background-color: #123456;
    background-image:url('/image/editor/youtube.png');
    background-repeat:no-repeat;
    background-position: center center;
    border-bottom: 1px solid #cccccc;
}

div.dialogContent {
    text-align: left;
}

textarea.dialogTextarea {
    width: 478px;
    height: 100px;
    resize: none;
}

span.searchItem {
    width: 150px;
    margin: 5px;
}

.forumSearch input {
    width: 150px;
    margin: 5px;
}
.forumSearch select {
    width: 150px;
    margin: 5px;
}
