
#content
{
	margin-right: 275px;
}

#rside
{
	display: block;
	float: right;
	width: 258px;
	padding-top: 55px;
}

#rside .button
{
    padding: 4px 22px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a.button:hover {
}

.color1 {
    background-color: #6f5a61;
}

.color2 {
    background-color: #667d99;
}

/*-------LOGIN DEFAULTS------*/
/*---------------------------*/
#loginBox 
{
    width: 239px;
    background: transparent url(images/sidebar/loginRepeaterBg.jpg) top left repeat-y;
    color: #505050;
}

#loginBoxTop 
{
    width: 214px;
    padding-left: 25px;
    background: transparent url(images/sidebar/loginTopBg.jpg) top left no-repeat;
}

#loginBoxBtm
{
    width: 239px;
    height: 17px;
    background: transparent url(images/sidebar/loginBtmBg.jpg) top left no-repeat;
}

#loginBox h2
{
    width: 137px;
    height: 31px; 
    background: transparent url(images/sidebar/headerLogin.gif) top left no-repeat;
    text-indent: -9999px;
    margin-left: 29px;
    margin-bottom: 10px;
    display: block;
}

#loginBox h3 {
    font-size: 13px;
    color: #505050;
    margin: 0;
}
    
#loginBox a {
    color: #505050;
}

#loginBox table th, #loginBox table td 
{
    padding-bottom: 4px;
}

#loginBox table th 
{
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    letter-spacing: -0.5px;
}

input.txtInput {
    width: 125px;
    padding: 3px 2px;
    border: 1px solid #d9d4ca;
    background-color: #fff;
}

#loginBox table td select 
{
    width: 131px;
    padding: 3px 2px;
    border: 1px solid #d9d4ca;
    background-color: #fff;
}

#loginBox table td.loginOptions {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    }
    
#loginBox table td.loginOptions p {
    margin-bottom: 4px;
}

#loginBox table td.remember 
{
    font: 11px verdana, arial, sans-serif;
    color: #886041;
}

#loginBox table td.remember input 
{
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
}

.createAccount {
    padding-left: 65px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 8px;
}

#loginBox .createAccount .button {
    padding-left: 10px;
    padding-right: 10px;
}


/*-------CREATE POST BOX------*/
/*----------------------------*/
#createPostBox {
    width: 198px;
    height: 121px;
    margin-top: 10px;
    margin-left: 8px;
    background: transparent url(images/sidebar/createPostBg.jpg) top left no-repeat;
    padding-top: 49px;
    padding-left: 36px;
}

#createPostBox h2, #forumCatBoxBtm h2 {
    font-size: 16px;
    color: #3e5b7e;
    font-weight: normal;
    margin-bottom: 8px;
}
    
#createPostBox p, #forumCatBoxBtm p {
    margin-bottom: 15px;
    line-height: 14px;
}

#createPostBox a, #forumCatBoxBtm a {
    margin-left: 48px;
}

#rside #createPostBox a { 
    width:63px;
    position: relative; 
    }


/*-------FORUM CATEGORIES BOX------*/
/*---------------------------------*/


#forumCatBoxTop {
    width: 243px;
    height: 43px;
    background: transparent url(images/sidebar/forumCatTopBg.jpg) left 15px no-repeat;
}

#forumCatBoxTop h2
{
    width: 137px;
    height: 31px; 
    background: transparent url(images/sidebar/headerForumCat.gif) top left no-repeat;
    text-indent: -9999px;
    margin-left: 55px;
    /*margin-bottom: 12px;*/
    display: block;
}

#forumCatBox {
    width: 243px;
    background: transparent url(images/sidebar/forumCatRepeaterBg.jpg) top left repeat-y;
}

#forumCatBody {
    width: 243px;
    background: transparent url(images/sidebar/forumCatBodyBg.jpg) top left no-repeat;
}

#forumCatBody li {
    margin-left: 55px;
    margin-bottom: 2px;
    padding-left: 13px;
    background: transparent url(images/sidebar/arrows.gif) left 7px no-repeat;
}

#forumCatBody li a {
    color: #947d66;
    font-weight: bold;
}

#forumCatBoxBtm {
    width: 199px;
    height: 121px;
    padding-top: 34px;
    padding-left: 44px;
    background: transparent url(images/sidebar/forumCatBtmBg.jpg) top left no-repeat;
}

/*------SEARCH EXCEPTIONS-----*/
/*----------------------------*/

#yellow-box #search-options th, #yellow-box #search-options td 
{
    padding-bottom: 0;
}

#yellow-box #search-options .purple-button td 
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#yellow-box #search-options #or th 
{
    padding-right: 12px;
    color: #b6ac99;
}

#search-links 
{
    color: #ad8b6f;
}

#search-links a
{
    font-weight: bold;
    margin: 0 5px;
}


#report-box 
{
    width: 177px;
    height: 203px;
    margin-top: 20px;
    padding: 0 25px 0 35px;
    background: transparent url(images/report-bg.gif) left bottom no-repeat;
    line-height: normal;
}

#report-box h2 
{
    width: 137px;
    height: 32px; 
    background: transparent url(images/report-head.gif) top left no-repeat;
    text-indent: -9999px;
    margin-left:18px;
    margin-bottom: 22px;
    display: block;
}

#report-box h3 
{
    font-size: 16px;
    color: #565f3c;
    font-weight: normal;
}

#report-box h4 
{
    font-size: 12px;
    color: #333;
    margin-bottom:0;
}

#report-box p.green-button 
{
    text-align: right;
}

.green-button a 
{
    background-color: #768252;
    padding: 4px 22px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.green-button a:hover 
{
    text-decoration: underline;
}

#survey-box
{
    width: 164px;
    height: 290px;
    margin-top: 20px;
    padding: 0 47px;
    background: transparent url(images/rside-survey-bg.jpg) left 13px no-repeat;
}

#survey-box h2 
{
    width: 138px;
    height: 32px; 
    background: transparent url(images/survey-head.gif) top left no-repeat;
    text-indent: -9999px;
    margin-left:8px;
    margin-bottom: 13px;
    display: block;
}

#survey-box p 
{
    font-weight: bold;
    margin-bottom: 8px;
}

#survey-box ul 
{
    font-size: 11px;
    color: #8f777f;
    margin-bottom: 13px;
}

#survey-box li input 
{
    height: auto;
    padding: 0;
    margin: 0 5px 0 0;
    background: none;
    border: none;
    }


#survey-box a
 {
    background-color: #6f5a61;
    padding: 4px 22px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-left: 22px;
}

.login-error
{
	padding-left:25px;
	width:200px;
}