﻿body#content
{
    background-color: #21160b;
    font-size: 10pt;
    color: #d7d7dc;
    font-family: Arial, Verdana;
    clip: rect(auto auto auto 120px);
    background-image: url(Images/bglogo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
    margin-top: 15px;
    padding-bottom: 20px;
}

div.header
{ 
    height:67px;
}

div.contentPanel
{
    min-width: 700px;
    background-color: #46180a;
    margin-left: 80px;
    margin-right: 20%;
    padding-bottom: 10px;
}

.contentPlaceholder
{
    width: 100%;
    min-height: 500px;
    padding-bottom: 10px;
    clip: rect(auto auto auto 120px);
    background-image: url("Images/bglogo.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #521c0b;
}

a
{
    cursor: pointer;
}

html
{
    height: 100%;
}

hr
{
    border: 0;
    color: #666666;
    background-color: #777777;
    height: 1px;
}

.logo
{
    background: url(images/logo-top.png) transparent no-repeat;
    width: 214px;
    height: 55px;
    float: right;
}

.fplogo
{
    background: url(images/frontpage-logo.png) transparent no-repeat;
    color: #46180a;
    font-size: 22px;
    font-family: Trebuchet MS, Verdana, Arial;
    white-space: nowrap;
    float: left;
    width: 100px;
    padding-top: 72px;
    margin-left: 4px;
}
div.content
{
    margin: 2px 16px 0px 126px;
}

div.ndivider
{
    background-color: #692916;
    height: 8px;
    width: 412px;
    position: absolute;
    left: 8px;
    right: 8px;
}

div.top
{
    vertical-align: text-top;
    padding-top: 26px;
}

.whosOnlineText
{
    font-size:10px;
    color:#5e4139;
    font-family: 'Trebuchet MS', Verdana, Arial;
    width: 125px;
}

.whosOnlineContainer
{
    color: #999999;
}

.forumListItem
{
    padding: 1px;
    padding-left: 15px;
}

div.postListItem
{
    margin-bottom: 1px;
    height: auto;
    min-height: 120px;
    clear: both;
}

div.postListItem > div
{
	background-color: #662815;
	font-size: x-small;
}

div.postListItem > div > div
{
	 margin-left: 10%;
	 float: right;
}

div.postListItem > p
{
	padding: 5px;
	margin: 0;
}

div.postListItem > img
{
	border-width: 0px;
	padding-right:15px;
	padding-bottom:15px;
	float:left;
}

div.editPostItem
{
	clear: both;
}

div.editPostItem > div
{
	 padding: 5px;
}

div.editPostItem div.editPostHead
{
	padding: 0 !important;
	padding-left: 10%;
	background-color: #662815;
	font-size: x-small;
}


div.editPostItem div.editPostActions
{
	 text-align: right;
	 margin-right: 25px;
}

.standard
{
	background-color: #5B210F;
}

.alternate
{
	background-color: Transparent;
}

.commandImage
{
    border-width:0px;
    filter: alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40
}

.center
{
    text-align: center;
}

.TabContainer
{
    padding-top: 40px;
}

.TabContainer > div > div
{
    padding: 3px;
}

.ajax__tab_outer
{
    font-size: x-small;
    color: #999999;
    overflow: inherit !important;
    margin-bottom: 0px;
}

.ajax__tab_outer:hover
{
    color: #dcdcdc !important;
}

.ajax__tab_active
{
    background-color: #5b210f;
}

.ajax__tab_body
{
    background-color: #5b210f;
    margin-top: 0px;
    height: auto;
    min-height: 500px;
}

.ajax__tab_tab
{
    margin-left: 8px;
    margin-right: 8px;
}

.clear
{
    clear: both;
}