.bbcategorytitle 
{ 
background-color: #1A5736;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
padding: 10px;
color: #fff;
font-size: 1.2em;

}

.bbcategorycontent
{
background: #fff;
border: 1px solid #1A5736;
padding: 10px;
margin-top: -1px;]
}

.bbcategory
{
margin-bottom: 10px;
}


#content a.newthreadbutton
{
width: 150px;
padding: 3px;
text-align: center;
background-color: #599673;
color: #fff;
font-size: 0.8em;
float: right;
font-weight: normal;
}

#content a.forumcat
{
color: #fff;
}


#content .bbcategorycontent table
{
width: 100%;
border-collapse: collapse;
}


#content .bbcategorycontent table th
{
text-align: left;
padding: 5px;
}

#content .bbcategorycontent table td
{
padding: 5px;
border-top: 1px solid #1A5736;
}

#content .bbcategorycontent table td.middle
{
text-align: center;
}

#content .bbcategorycontent table tr.fresh
{
   background-color:#F5F5cb;
}


.threadresponse 
{ 
background-color: #fff;
border-left: 8px solid #1A5736;
padding: 10px;
margin-bottom: 3px;
}





 .forumonoffswitch {
    position: relative; width: 270px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.forumonoffswitch-checkbox {
    display: none;
}

.forumonoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid ; border-radius: 5px;
    float: none;
    width: 270px;
    height: 40px;
}

.forumonoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.forumonoffswitch-inner:before, .forumonoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 40px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.forumonoffswitch-inner:before {
    content: " Subscribed to thread \a(click to unsubscribe)";
	white-space: pre;
    padding-left: 10px;
    background-color: #599673; color: #FFFFFF;
}

.forumonoffswitch-inner:after {
    content: " Not subscribed to thread \a(click to subscribe)";
	white-space: pre;
    padding-right: 10px;
    background-color: #D4D4D4; color: #706F6F;
    text-align: right;
}

.forumonoffswitch-switch {
    display: block; width: 10px; margin: 10px;
    background: #FFFFFF;
    border: 2px solid ; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 236px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.forumonoffswitch-checkbox:checked + .forumonoffswitch-label .forumonoffswitch-inner {
    margin-left: 0;
}

.forumonoffswitch-checkbox:checked + .forumonoffswitch-label .forumonoffswitch-switch {
    right: 0px; 
}


input.login {
	height: 30px;
	width: 265px;
	border: 1px <?php echo $get_css['input_login_border']; ?> solid;
	padding-left: 5px;
	font-size: 1.4em;
}

input.loginbtn
{
	height: 30px;
	width: 100px;
	border: 1px <?php echo $get_css['input_loginbtn_border']; ?> solid;
	padding-left: 5px;
	font-size: 1.2em;
	background: <?php echo $get_css['input_loginbtn_background']; ?>;
	color: <?php echo $get_css['input_loginbtn_color']; ?>;
	font-weight: normal;
}


#pageintroshort
{
background-color: #D7E8E1;
padding: 15px;
font-size: 0.9em;
margin-bottom: 15px;
}




.forumsmallonoffswitch {
    position: relative; width: 65px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.forumsmallonoffswitch-checkbox {
    display: none;
}
.forumsmallonoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 50px;
}
.forumsmallonoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.forumsmallonoffswitch-inner:before, .forumsmallonoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 21px; padding: 0; line-height: 21px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.forumsmallonoffswitch-inner:before {
    content: "Yes";
    padding-left: 12px;
    background-color: #599673; color: #FFFFFF;
}
.forumsmallonoffswitch-inner:after {
    content: "No";
    padding-right: 12px;
    background-color: #D4D4D4; color: #706F6F;
    text-align: right;
}
.forumsmallonoffswitch-switch {
    display: block; width: 19px; margin: 1px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 40px;
    border: 2px solid #999999; border-radius: 50px;
    transition: all 0.3s ease-in 0s; 
}
.forumsmallonoffswitch-checkbox:checked + .forumsmallonoffswitch-label .forumsmallonoffswitch-inner {
    margin-left: 0;
}
.forumsmallonoffswitch-checkbox:checked + .forumsmallonoffswitch-label .forumsmallonoffswitch-switch {
    right: 0px; 
}

