/*  Forum View Page - Paging */

.new_message {
    float: left;
    background: #ffff00;
    border-top: 1px solid #808000;
    border-bottom: 1px solid #808000;
    padding: 7px 6px;
    width: 700px;
    color: #000;
    text-align: center;
}

div#forum_view_top_nav {
    background: #f3f2e5;
    text-align: center;
	margin-top:.5em;
}
div#forum_view_top_nav div {padding: 12px;}

div#forum_view_bot_nav {
    background: #f8f8f8;
    text-align: center;
	margin-bottom:1em;
}
div#forum_view_bot_nav div {padding:14px 0px;}




div#forum_view_top_nav div a, 
div#forum_view_bot_nav div a {
    margin: 0px 1px;
    padding: 2px 4px;
    border: 1px solid #694B29;
    color: #000;
    font-size: 12px;
    outline: none;
	text-decoration:none;
}

div#forum_view_top_nav div a:Hover, div#forum_view_bot_nav div a:Hover {
    background: #FD0097;
    color: #fff;
}

.forum_view_nav_current {
    padding: 2px 4px;
    border: 1px solid #fff;
    color: #FD0097;
    font-size: 12px;
    font-weight: bold;
}

.forum_view_nav_disabled {
    color: #bfbfbf;
    margin: 0px 1px;
    padding: 2px 4px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
}

/*  Forum Read Page - Top Panel */

#forum_rss {
    position: absolute;
    right: 64px;
    top: 20px;
}

div#replies {
    font-size: 12px;
    width: 638px;
    height: 18px;
    text-align: center;
    margin: 0px 0px 0px 64px;
    padding: 4px 6px;
    background: #067193;
    color: #fff;
}

div#forum_read_top_nav {
    position: relative;
    width: 710px;
    height: 24px;
    margin: 8px 0px 16px 0px;
}

div#forum_read_top_nav a {
    color: #014B6A;
}

div#forum_read_top_nav_pager {
    float: left;
    text-align: center;
    width: 300px;
    height: 24px;
}

/*  Oldest */

#fr_old_off {
    position: absolute;
    left: 0px;
    color: #D0D0D0;
}

#fr_old_on {
    position: absolute;
    left: 0px;
}



/*  Previous */

#fr_prev_off {
    position: absolute;
    left: 56px;
    color: #D0D0D0;
}

#fr_prev_on {
    position: absolute;
    left: 56px;
}


/*  Next */

#fr_next_off {
    position: absolute;
    right: 60px;
    color: #D0D0D0;
}

#fr_next_on {
    position: absolute;
    right: 60px;
}



/*  Newest */

#fr_new_off {
    position: absolute;
    right: 0px;
    color: #D0D0D0;
}

#fr_new_on {
    position: absolute;
    right: 0px;
}


/*  Pager */

div#fr_pager {
    position: absolute;
    left: 160px;
    width: 400px;
    font-size: 14px;
    font-weight: bold;
    color: #014B6A;
    text-align: center;
}

div#fr_pager a, div#fr_pager span {
    padding: 4px;
    margin: 0;
}

div#fr_pager span {
    color: #D24124;
}

div#fr_pager a:hover {
    color: #000;
    background: rgba(255,255,255,.3);
    text-decoration: none;
}

/*  View Page - Thread infobits */

.thread_infobit {
    padding-right: 16px;
    font-weight: bold;
}

.thread_infobit a {
    color: #777777;
    text-decoration: underline;
}

/*  View Page - Admin infobits */

.thread_content {
    float: left;
}

.thread_admin {
    float: right;
}

.thread_infobit_admin a {
    padding: 1px 8px;
    font-weight: bold;
    background: #bcbfa7;
    color: #fff;
}

.thread_infobit_admin a:Hover {
    color: #000;
    background: #ffd700;
}

/*  Details */

.fauthor {
    float: left;
    padding-right: 32px;
}

.flast {
    float: left;
}

.fnew {
    float: right;
    color: #FF0080;
    width: 80px;
    text-align: right;
}

.freplies {
    float: right;
    width: 80px;
    text-align: right;
}

.fviews {
    float: right;
    width: 80px;
    text-align: right;
}

