@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body {
background:none;
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 26%, #f4f5ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#feffff), color-stop(100%,#f4f5ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 26%,#f4f5ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 26%,#f4f5ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffff 26%,#f4f5ff 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffff 26%,#f4f5ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f5ff',GradientType=0 ); /* IE6-9 */
overflow:auto;
}

.logo-container-custom-wrapper {
background:#FFF url('customimages/body_bg_tbar.png') top left repeat-x;
height:80px;
}
.logo-container-custom {
width:980px;
margin:0 auto;
}
.logo-custom-left {
float:left;
margin-top:3px;
position:relative;
}
#logo_special {
text-align:left;
text-indent:-9999px;
width:443px;
height:75px;
display:block;
position:absolute;
background:url('customimages/logo_forum_75.png') no-repeat 0 0;
}
.nav-custom-right {
float:right;
margin-top:23px;
}
.nav-custom-right ul {
list-style-type:none;
}
.nav-custom-right ul li {
float:left;
margin-right:22px;
}
.nav-custom-right ul li a:link, .nav-custom-right ul li a:visited {
display:block;
color:#888888;
font-size: 14px;
text-decoration:none;
padding:8px 6px;
border: solid 1px transparent;
border-radius:3px;
position:relative;
}
.nav-custom-right ul li a.current:link, .nav-custom-right ul li a.current:visited {
background: #035e94;
border: solid 1px #7A9AC4;
border-radius: 3px;
/* box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); */
color: #FFFFFF;
display: block;
font-size: 14px;
font-weight: bold;
margin-top:-3px;
padding: 9px 12px;
text-decoration: none;
text-shadow: 0 -1px 0 #666666;
}
.nav-custom-right ul li a.current:hover {
background:#055686;
}

.nav-custom-right ul li a:hover {
text-decoration:none;
background: #bccfe5; /* Old browsers */
background: -moz-linear-gradient(top,  #bccfe5 0%, #c5d6e7 48%, #95c4f4 52%, #9fc9f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bccfe5), color-stop(48%,#c5d6e7), color-stop(52%,#95c4f4), color-stop(100%,#9fc9f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bccfe5 0%,#c5d6e7 48%,#95c4f4 52%,#9fc9f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bccfe5 0%,#c5d6e7 48%,#95c4f4 52%,#9fc9f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bccfe5 0%,#c5d6e7 48%,#95c4f4 52%,#9fc9f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bccfe5 0%,#c5d6e7 48%,#95c4f4 52%,#9fc9f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccfe5', endColorstr='#9fc9f5',GradientType=0 ); /* IE6-9 */
border: solid 1px #7A9AC4;
color:#333;
}
.nav-custom-right ul li a span {
background:url('customimages/arrow.gif') 0 0 no-repeat;
display:block;
position:absolute;
width:10px;
height:10px;
right:0;
top:10px;
}
.nav-top-container {
margin-top:25px;
}

.nav-top {
height:41px;
}


.main, .footer-top {
box-shadow:none;
}
a.logInButton:link, a.logInButton:visited {
background:none;
background:#808080;
box-shadow:none;
}
a.logInButton:hover {
background:#585858;
}


a.signUpButton:link, a.signUpButton:visited {
background: none;
background:#00639f;
text-shadow: 0 -1px 0 #999999;
box-shadow:none;
}

a.signUpButton:hover {
background: none;
background:#035e94;
}
.nav-top-inner ul li span.menuWrapper ul li a:hover {
background-color:#00639f;
}
.middle {
background:#F3F3F3;
}
#composeThreads a:link, #composeThreads a:visited {
background:#37bc58;
box-shadow:none;
text-shadow: 0 -1px 0 #999999;
}
#composeThreads a:hover {
background:#35b354;
}
.moreThreads a:link, .moreThreads a:visited {
color:#00639F;
}
h1, h1 .thread-title-headline, .thread-title-headline {
font-family: "Open Sans","Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
}
.welcomeHeader {
color: #333333;
display: block;
font-family: "Open Sans","Helvetica Neue",Arial;
font-size: 16px;
font-weight: bold;
padding-left: 11px;
padding-top: 9px;
text-align:center;
}

.welcomeHeader a:link, .welcomeHeader a:visited {
text-decoration:underline;
font-weight:normal;
color:#333;
}

.welcomeHeader a:hover {
text-decoration:none;
}

/* Code button */
.bbCodeContainer {
width: 593px;
}
#postReplyBox, #newThreadComposeBox, #editComposeBox {
width: 583px;
}