
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


/* ************************ */
/* Reset Styles             */
/* ************************ */

* {
margin: 0;
padding: 0;
}


html, body {
padding: 0px;
margin: 0px;
background-color:#FFF;
/* background:url("images/bg.jpg") repeat-x top left; */
height: 100%;
font-family:"Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
font-size:14px;
}


/* ************************ */
/* Headings                 */
/* ************************ */

h1 {
font-size:30px;
font-weight:bold;
text-align:left;
/* **** custom color(s) ***** */
color:#757575;
font-family:georgia,"times new roman",times,serif;
font-style:italic;
}

h1.thread-title {
border-bottom:solid 1px #CCC;
overflow:hidden;
margin-bottom:6px;
}

#tagsContainer {
font-family:"Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
font-style:normal;
}

.thread-title-container {
border-bottom:solid 1px #CCC;
margin-bottom:6px;
}

.thread-title-container-left {
float:left;
text-align:left;
width:525px;
}
.thread-title-container-right {
float:right;
}

.thread-title-headline {
/* overflow:hidden; */
font-weight:bold;
color:#333;
font-style:italic;
}
.thread-follow-box {
display:block;
border:solid 1px #cacaca;
border-radius:3px;
color:#444;
font-weight:bold;
border-color: #B7B7B7 #AAAAAA #A0A0A0;
margin-top:3px;
margin-right:-18px;
padding:0px 5px;

background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #fdfdfd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 0%,#fdfdfd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}

a.thread-follow-link:link, a.thread-follow-link:visited {
padding:4px 18px 4px 0px;
text-decoration:none;
color:#555;
font-weight:bold;
font-size:10px;
display:block;
float:left;
position:relative;
margin-right:4px;
text-transform:uppercase;
}
a.thread-follow-link:hover {
text-decoration:none;
color:#111;
}
a.thread-follow-link span.boxChecked, a.thread-follow-link span.boxNotChecked {
text-align:left;
text-indent:-9999px;
background:transparent url("images/sprites.png?20210813") -220px -205px no-repeat;
display:block;
height: 12px;
right:3px;
position: absolute;
top: 4px;
width: 12px;
}

a.thread-follow-link span.boxNotChecked {
background:transparent url("images/sprites.png?20210813") -220px -191px no-repeat;
}

a.manage-follow-link:link, a.manage-follow-link:visited {
display:block;
float:left;
position:relative;
width:10px;
}

a.manage-follow-link:hover {

}

a.manage-follow-link span.manageBarsIcon {
text-align:left;
text-indent:-9999px;
background:transparent url("images/sprites.png?20210813") -220px -240px no-repeat;
display:block;
height: 8px;
width: 8px;
right:1px;
position: absolute;
top:6px;
}


/* *************************************** 
h1 .thread-title-share {
width:130px;
text-align:right;
font-size: 14px;
color:#666;
padding-top:11px;
}

h1 .thread-title-share a:link, h1 .thread-title-share a:visited {
color:#999;
text-decoration:none;
}

h1 .thread-title-share a:hover {
text-decoration:underline;
}
*************************************** */




h1 .thread-title-link {
width:130px;
text-align:right;
font-size: 14px;
color:#666;
padding-top:4px;
}

h1 .thread-title-link a:link, h1 .thread-title-link a:visited {
color:#999;
text-decoration:none;
padding:4px 6px;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
border-radius: 10px;
}

h1 .thread-title-link a:hover {
background-color:#EEE;
}


h2 {
color:#757575;
font-size:16px;
margin:0px 0px 10px;
padding:0px;
font-weight:normal;
text-align:left;
}

a.thread-title-link2:link, a.thread-title-link2:visited {
color:#666;
text-decoration:underline;
font-size:19px;
font-weight:bold;
margin-top:30px;
display:block;
}

a.thread-title-link2:hover {
text-decoration:none;
}


.thread-title-label {
font-size:13px;
color:#666;
padding:4px 8px;
background-color:#EEE;
-moz-border-radius: 4px;  
-webkit-border-radius: 4px;
border-radius: 4px;
}

.refreshBoardSpriteOuter {
float:left;
padding-top:5px;
margin-left:5px;
margin-top: 1px;
}

.refreshBoardSprite {
background:url("images/sprites.png?20210813") -160px -100px no-repeat;
display:inline-block;
height:21px;
width:17px;
margin-right:6px;
*display: inline;
zoom: 1;
}



/* ************************ */
/* Tags                     */
/* ************************ */

#tagsContainer {
font-size:12px;
margin-bottom:1px;
}

.tagsContainerInput {
width: 300px;
padding: 1px;
border: solid 1px #999;
font-size: 14px;
}


a.tagContainer:link, a.tagContainer:visited, a.tagContainerEdit:link, a.tagContainerEdit:visited {
display:inline-block;
float:none;
font-size:11px;
background-color: #CEDCE9;
background: -moz-linear-gradient(center top , #CEDCE9 0%, #C7D7E5 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#CEDCE9), to(#C7D7E5));
color: #22629D;
margin:4px 10px 4px 0px;
padding: 3px 5px;
text-decoration:none;
border-radius: 3px 3px 3px 3px;
}

a.tagContainerEdit:link, a.tagContainerEdit:visited {
background-color: #2463DE;
color: #E4EBF4;
background: -moz-linear-gradient(center top , #7097E8 0%, #2463DE 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#7097E8), to(#2463DE));
}

a.tagContainer:hover, a.tagContainerEdit:hover {
text-decoration:underline;
}

.tagsNavVert a.tagContainer {
margin:4px 2px 4px 0px;
float:left;
display:block;
}

.tagsNavVert {
margin-left:30px;
}

.tagContainerCount {
display:block;
float:left;
font-size:11px;
color:#333;
padding: 8px 4px 0px;
}

.tagInstruct {
color:#666;
font-style:italic;
font-size:12px;
margin:5px;
}

#tagsComposeBar {
border: black 1px solid;
padding:2px;
width:471px;
height:19px;
text-align:left;
background-color:#FFF;
}


/* ************************ */
/* Generic classes          */
/* ************************ */

.bold {
font-weight:bold;
}

.normal {
font-weight:normal;
}

img {
border: 0px;
}

img.avatar {
border: solid 1px #333;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

img.avatar2 {
border: solid 1px black;
margin-top: 0px;
}

.logoBorderFix img.avatar2 {
border:none;
margin:0px;
}

img.avatar3 {
border: solid 1px black;
vertical-align: middle;
}

.right {
float:right;
}

.left {
float:left;
}

.center {
text-align:center;
margin:0px auto;
}

.clear {
display:block; 
clear:both; 
height:0;
margin:0; 
padding:0; 
visibility:hidden; 
}

a {
outline: none;
}

a.under:link {color: #22629D !important; text-decoration: underline !important; cursor: pointer;}
a.under:visited {color: #22629D !important; text-decoration: underline !important; cursor: pointer;}
a.under:hover {color: #22629D !important; text-decoration: none !important; cursor: pointer;}

a.plainBlack:link {color: #333 !important; text-decoration: none !important; cursor: pointer;}
a.plainBlack:visited {color: #333 !important; text-decoration: none !important; cursor: pointer;}
a.plainBlack:hover {color: #333 !important; text-decoration: underline !important; cursor: pointer;}

#userID, #modPoints, #threadID, #maxPostID, #numPosts, #numPostsPage, #maxPMID, #numPMsPage, #profileName, #convoID {
display:none;
}

.noShow {
display: none;
}

.validateError {
color:#CC0000;
font-weight:bold;
}

.external {
font-size:12px;
margin:8px;
}

.external a {
color:#000;
}

blockquote {
border:solid 1px #666;
padding:5px 5px;
margin:0px 10px 0px;
}

.special {
display:none !important;
}

.block {
display:block;
}


/* ************************************ */
/* Top navigation (log in/welcome area) */
/* ************************************ */

.logo-container-custom {
width: 980px;
}

.nav-top-container {
margin:0px auto;
background-color: #FFFFFF;
padding-bottom:3px;
width: 980px;
border-left:1px solid #c4c4c4;
border-right:1px solid #c4c4c4;
border-top:1px solid #c4c4c4;
}

.nav-top-border {
height:3px;
margin: 0 auto;
width: 980px;
background: #a4a4a4; /* Old browsers */
background: -moz-linear-gradient(left, #a4a4a4 0%, #2f2f2f 50%, #a4a4a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a4a4a4), color-stop(50%,#2f2f2f), color-stop(100%,#a4a4a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #a4a4a4 0%,#2f2f2f 50%,#a4a4a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #a4a4a4 0%,#2f2f2f 50%,#a4a4a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #a4a4a4 0%,#2f2f2f 50%,#a4a4a4 100%); /* IE10+ */
background: linear-gradient(to right, #a4a4a4 0%,#2f2f2f 50%,#a4a4a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#a4a4a4',GradientType=1 ); /* IE6-9 */
}

.nav-top {
margin:0px auto;
text-align:left;
width:980px;
font-size:13px;
/* height: 40px; */
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
border-bottom:solid 1px #cfcfcf;
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f6f6 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f6f6 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f6f6 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}


.nav-top-inner {
float:right;
margin-right:13px;
position: relative;
padding:4px 0 0;
}

.nav-top-inner ul {
list-style-type:none;
float:left;
/* margin-top:4px; */
}

.nav-top-inner ul li {
float:left;
}

#signInFormBasic {
margin-right:31px;
padding:3px 0;
}

#signInFormBasic ul {
/* margin-top: 6px; */
}


a.logInButton:link, a.logInButton:visited {
display:block;
color:#FFF;
font-size:14px;
padding:9px 12px;
text-decoration:none;
border-radius:3px;
/* margin-top:-3px; */
text-shadow:0px -1px 0px #666;
font-weight:bold;
background: #585858;
}

a.logInButton:hover {
text-decoration:none;
background:#858585;
}

a.signUpButton:link, a.signUpButton:visited {
background:#222;
}

a.signUpButton:hover {
background:#333;
}

.logInDivBar {
display:block;
background-color:#d2d2d2;
height:24px;
width:1px;
margin:3px 13px 0px;
}

.welcomeNameAvatar {
display:block;
float:left;
}

.welcomeName {
float:left;
display:block;
padding:7px 7px 0 7px;
}

.modPointsCapsule, .badgesCapsule, .unreadBubble {
border-radius:6px;
color: #FFFFFF;
display: block;
float: left;
font-size: 13px;
font-weight: bold;
margin-right: 7px;
margin-top: 3px;
padding: 4px 8px;
background: #57BA35;
}

.badgesCapsule {
background: #ef9300;
}

.unreadBubble {	
background: #393ccb;
}

.noNewPMs {
background:#2463DE;
}

a.rectLink:link, a.rectLink:visited {
display:block;
border:solid 1px #cacaca;
border-radius:3px;
margin-right:8px;
color:#444;
font-weight:bold;
text-decoration:none;
border-color: #B7B7B7 #AAAAAA #A0A0A0;
cursor:pointer;

background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #fdfdfd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 0%,#fdfdfd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

}

a.rectLink:hover {
background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f6f6 0%, #ececec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f6f6 0%,#ececec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f6f6 0%,#ececec 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f6f6 0%,#ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

}

a#rectLinkProfile:link, a#rectLinkProfile:visited {
padding:0px;
margin-right:0px;
border-radius:3px 0 0 3px;
height:30px;
}

a#rectLinkProfile:hover {

}

a#rectLinkNewMail:link, a#rectLinkNewMail:visited {
padding:0px;
height:30px;
}

a#rectLinkNewMail:hover {

}

a#rectLinkAllThreads:link, a#rectLinkAllThreads:visited {
height:30px;
}

a#rectLinkAllThreads:hover {

}

.loginBarUnreadSprite {
background: url(images/sprites.png?20210813) no-repeat scroll -270px -160px transparent;
display:block;
height: 15px;
margin:10px 5px 10px 7px;
width: 16px;
float:left;
}

.loginBarAllThreadsSprite {
background: url(images/sprites.png?20210813) no-repeat scroll -270px -20px transparent;
display:block;
height: 15px;
margin:7px 5px 0 7px;
width: 16px;
float:left;
}

.loginBarAllThreads {
padding:7px 12px 7px 0;
display:block;
float:left;
}

a.downArrowSprite:link, a.downArrowSprite:visited {
display:block;
float:left;
height:30px;
width:15px;
padding:0px 4px 0px;
border:solid 1px #cacaca;
margin:0 0 0 -1px;
border-color: #B7B7B7 #AAAAAA #A0A0A0;
border-radius: 0 3px 3px 0;
cursor:pointer;

background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #fdfdfd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#fdfdfd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 0%,#fdfdfd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

}

a.downArrowSprite:hover, li:hover a.downArrowSprite {

background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f6f6 0%, #ececec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f6f6 0%,#ececec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f6f6 0%,#ececec 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f6f6 0%,#ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

}

.downArrowSpriteInner {
display:block;
width:15px;
height:30px;
background:url("images/sprites.png?20210813") no-repeat scroll -242px -93px transparent;

text-align:left;
text-indent:-9999px;
overflow:hidden;
}


.nav-top-inner ul li ul {
list-style:none;
}

.nav-top-inner ul li ul li {
border-bottom:solid 1px #eaeaea;
width:150px;
}


.nav-top-inner ul li {
position:relative;
display:block;
}

.nav-top-inner ul li .menuWrapper {
display:none;
position:absolute;
left:-120px;
top:30px;
width:150px;
border:solid 1px #DEDEDE;
border-radius:5px;
z-index:99;
}

.nav-top-inner ul li .menuWrapper ul {
border-radius:5px;
box-shadow:0 3px 8px rgba(0, 0, 0, 0.25);
border:solid 1px #dedede;
margin-top:-1px;
border: 1px solid #dedede;
width:150px;
}

.nav-top-inner ul li:hover .menuWrapper {
display: block;
}

.carrotTop {
background: url("images/sprites.png?20210813") no-repeat scroll -270px -280px transparent;
display: block;
height: 8px;
position:absolute;
z-index: 400;
width:15px;
top:-8px;
left:124px;
cursor:pointer;
}

.nav-top-inner ul li .menuWrapper ul li {
list-style-type:none;
background-color:#FFF;
}

.nav-top-inner ul li .menuWrapper ul li a:link, .nav-top-inner ul li .menuWrapper ul li a:visited { 
color:#666;
text-decoration:none;
display:block;
padding:10px 15px;
font-size:14px;
}

.nav-top-inner ul li .menuWrapper ul li a:hover {
color:#F4F4F4;
text-decoration:none;
background-color:#333;
}

.roundTop {
border-radius:5px 5px 0px 0px ;
}

.roundBottom {
border-radius:0px 0px 5px 5px;
}


.nav-search-bar {
float:left;
}

.nav-search-barInput {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    height: 21px;
    margin: 6px 11px;
    padding: 3px;
    width: 261px;
	display: block;
	float: left;
	background-color:#FDFDFD;
}

input.nav-search-barInput:focus {
background-color:#FFF;
border-color: #B7B7B7 #AAAAAA #A0A0A0;
}

.nav-search-barButton {
display: block;
float: left;
margin: 0 0 0 -45px;
padding: 10px;
}

.nav-search-bar-inner {
float:left;
}

#advanced-search-link {
float:left;

}

#advanced-search-link a:link, #advanced-search-link a:visited {
display:block;
font-size:11px;
margin-top:13px;
color:#333;
text-decoration:underline;
}

#advanced-search-link a:hover {
text-decoration:none;
}


/* ************************ */
/* Logo                     */
/* ************************ */

.logo-container {
margin:0px auto;
padding-top:16px;
text-align:center;
}

.logo {
margin:0px auto 20px;
width:980px;
text-align:left;
}


/* ****************************************** */
/* Primary navigation (Horizontal navigation) */
/* ****************************************** */

.nav-primary-container {
margin:-10px auto 25px;
text-align:center;
}

.nav-primary {
margin:0px auto;
text-align:center;
width:980px;
font-size:13px;
font-weight:bold;
}

.nav-primary ul {
margin: 0px;
padding: 0px;
float: right;
}

.nav-primary ul li {
list-style-type:none;
float:left;
padding: 0px;
margin:0px 0px 0px 10px;
}

.nav-primary ul li a {
display:block;
font-weight:bold;
text-decoration:none;
padding:6px 14px;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
border-radius: 10px;
/* **** custom color(s) ***** */
color:#333333;
}

.nav-primary ul li a.current:link, .nav-primary ul li a.current:visited {
font-weight:bold;
/* **** custom color(s) ***** */
color:#FFFFFF;
background-color:#000000;
}

.nav-primary ul li a:hover, .nav-primary ul li a.current:hover {
text-decoration:none;
/* **** custom color(s) ***** */
color:#FFFFFF;
background-color:#333333;
}


/* ********************************** */
/* Banner                             */
/* ********************************** */

.banner-container {
margin: 30px auto 20px;
text-align:center;
}

.banner {
width:980px;
margin:0px auto;
}


/* ********************************** */
/* Main content area (middle of page) */
/* ********************************** */

.middle-container {
margin:0 auto;
text-align:center;
}

.middle {
width:980px;
margin:0px auto;
padding-top:20px;
padding-bottom:30px;
/* background: url("images/middleTexture.png") repeat scroll 0 0 #F1F1F1; */
background: url("https://daf9da730c2951f15703-6f9ea1013c52faf376fd6862463958c7.ssl.cf1.rackcdn.com/middleTexture.png") repeat scroll 0 0 #F1F1F1;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;

border-left:1px solid #c4c4c4;
border-right:1px solid #c4c4c4;
border-bottom:1px solid #c4c4c4;
}

.nav-vertical {
width:180px;
display:inline-block;
vertical-align:top;
text-align:left;
margin-top:24px;
}

.main {
width:660px;
display:inline-block;
vertical-align:top;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 10px 30px 20px;
min-height:720px;
}

.skyscraper {
width:170px; /* expand to 175px or even 180px? */
float:left;
}

.no-sky-nav-vert {
margin-left:21px;
}

.no-sky-main {
margin-left:19px;
}

.nav-vertical, .main, .skyscraper {
/* margin-top:-31px; */
}


/* ************************ */
/* Vertical navigation      */
/* ************************ */

.nav-vertical ul {
margin: 0;
padding: 0px;
font-size:13px;
font-weight:normal;
}

.nav-vertical ul li {
margin: 0px auto;
list-style-type:none;
width:162px;
}

.nav-vertical ul li a {
margin: 1px auto;
display:block;
padding:5px 10px;
text-decoration:none;
/* **** custom color(s) ***** */
color:#333333;
}


.nav-vertical ul li a.current:link, .nav-vertical ul li a.current:visited {
text-decoration:none;
font-weight:bold;
}


.nav-vertical ul li a:hover, .nav-vertical ul li a.current:hover {
background-color: #EBEEF3;
border-radius:4px;
}


a.groupNavVert:link, a.groupNavVert:visited {
margin: 4px 0 4px 25px;
padding: 3px 5px;
text-decoration: none;
}
a.groupNavVert:hover {
text-decoration: none;
}
.triangle {
font-family: Arial, FreeSans, Helvetica, sans-serif;
margin-right: 3px;
}
.nav-vertical ul.vertNavULtags li a {

}

#composeThreads a:link, #composeThreads a:visited {
-moz-border-radius: 4px;  
-webkit-border-radius: 4px;
border-radius: 4px;
padding:8px 9px;
color:#FFF;
/*
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
box-shadow: 0px 0px 4px rgba(0,0,0,0.40);
*/
/*
text-shadow:0px -1px 0px #666;
*/
margin-bottom:13px;
background:#222;
}
#composeThreads a:hover {
background:#333;
}

#yourThreads a:link, #yourThreads a:visited {

}

#yourThreads a:hover {

}

.customSearchContainer {
text-align:left;
height:65px;
width:510px;
}

.search-container {
background:url("images/bg_search.png") center top no-repeat;
width:155px;
padding-left:10px;
margin:0px;
float:right;
}

.search-bar {
float:left;
width:128px;
padding-top:2px;
}

.input-search {
border:solid 0px #000000;
width:110px;
background: transparent;
font-size:12px;
margin-left:15px;
}

.search-button {
float:left;
}

.labelsHR {
border: 0;
color: #999;
background-color: #999;
height: 1px;
margin:10px auto 10px;
text-align:center;
width:65%;
*padding:0px;
*margin:0px;
}

.nav-categories {
color:#666;
padding:5px 0px 0px 10px;
}

#advancedSearchOptionsLink {
display:block;
text-align:center;
margin:23px auto 20px;
font-size:11px;
}

#advancedSearchOptions {
margin:0px auto 20px;
}

.advancedSearchOptionsRow
{
border: solid 1px #333;
max-width: 600px;
margin: 0 auto;
padding: 20px 0;
background: #ddd;
}

.searchInput {
border: #666666 1px solid;	
font-family: Courier New, Courier, Monospace;
font-size: 20px !important;
font-weight: normal;
padding: 4px;
width:290px;
}

.searchInput2 {
border: #666666 1px solid;	
font-family: Courier New, Courier, Monospace;
font-size: 18px !important;
font-weight: normal;
width:210px;
padding:6px;
border-radius:2px;

}

#searchTerms {
margin-left:14px;
}

.vertNavSprite {
display: inline-block; 
height: 15px; 
width: 16px;
margin-right:11px;
}

#tagsLI {
margin-bottom:6px;
}

.composeSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px 2px transparent;}
.allSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -18px transparent;}
.yourSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -38px transparent;}
.photoGallerySprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -58px transparent;}
.videoGallerySprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -78px transparent;}
.searchSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -99px transparent;}
.tagsSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -118px transparent;height:16px;}
.activeSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -198px transparent;}
.newestPostsSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -138px transparent;}
.groupsSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -296px transparent;}
.badgesSprite {background: url(images/sprites.png?20210813) no-repeat scroll -270px -320px transparent;}
.trendingSprite {background: url(images/sprites.png?20210813) no-repeat scroll -269px -342px transparent;}



/* ******************************* */
/* Secondary horizontal navigation */
/* ******************************* */

.nav-horiz-second {
text-align:right;
font-size:12px;
font-weight:bold;
margin-top:13px;
margin-bottom:10px;
}

.nav-horiz-second a:link, .nav-horiz-second a:visited {
color:#333;
text-decoration:none;
padding:6px 10px;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
border-radius: 10px;
}

.nav-horiz-second a:hover, .nav-horiz-second a.current:link, .nav-horiz-second a.current:visited {
color:#333;
background-color:#CCC;
}



/* ************************ */
/* Feedback Zone            */
/* ************************ */

#feedbackZone {
position: absolute;
text-align:center;
font-weight:bold;
width:250px;
margin-left:-125px;
}

.error, .caution, .success {
color:#FFF;
background-color:#CC0000;
padding:5px 10px;
-moz-border-radius:10px;  
-webkit-border-radius:10px;
border-radius: 10px;
}

.caution {
color:#000;
background-color:#FAD163;
}

.error a, .caution a, .success a {
color:#FFF;
text-decoration:underline;
}

.caution a {
color:#000;
}

.success {
background-color:#00CC33;
}

.warnDiv, .fullDiv {
padding:8px 14px;
color: #000;
text-align: left;
margin: 15px auto;
line-height:130%;
border:solid 2px #FAD163;
background-color:#FFF7D7;
padding:20px 16px;
border-radius: 12px;
}

.fullDiv {
border:solid 2px #AE0101;
background-color:#F24D4D;
font-weight:bold;
color:#FFF;
}

.warnDiv a:link, .warnDiv a:visited, .fullDiv a:link, .fullDiv a:visited {
color:#000;
font-weight:bold;
text-decoration:none;
}

.warnDiv a:hover {
text-decoration:underline;
}

.fullDiv a:link, .fullDiv a:visited {
color:#FFF;
text-decoration:underline;
}
.fullDiv a:hover {
text-decoration:none;
}

.warnDivSquare {
color: #000;
text-align: left;
margin: 0 auto 20px;
line-height:130%;
border:solid 2px #FAD163;
background-color:#FFF7D7;
padding:10px 8px;
border-radius:2px;
width:80%;
}

.warnDivSquareText {
padding-left:32px;
position:relative;
}

.registerDiv {
text-align:center;
margin:18px auto;
border:1px solid #D0D0D0;
background-color:#E7E7E7;
padding:22px 20px;
border-radius:12px;
width:480px;
}

.registerDivHead {
color:#666;
margin:5px 0px 5px;
padding-bottom:2px;
border-bottom:solid 1px #CCC;
font-weight:bold;
text-align:left;
}

.registerDivContent {
margin:15px 0px;
color:#333;
text-align:left;
}

.registerDivContentCenter {
margin:15px 0px;
color:#333;
text-align:center;
}

.registerDivButton {
margin-top:11px;
}

.registerDivButton2 {
margin:24px auto 4px;
text-align:center;
}

.registerWarnDiv {
width:480px;
padding:8px 14px;
color: #000;
text-align: left;
margin: 15px auto;
line-height:140%;
border:solid 2px #FAD163;
background-color:#FFF7D7;
padding:20px 16px;
border-radius: 12px;
}
.registerWarnDiv a:link, .registerWarnDiv a:visited,
.warnDivSquareText a:link, .warnDivSquareText a:visited,
.userAccountInfo a:link, .userAccountInfo a:visited,
.registerDivContentCenter a:link, .registerDivContentCenter a:visited {
color:#22629D;
font-weight:bold;
text-decoration:none;
}

.registerWarnDiv a:hover, .warnDivSquareText a:hover, .userAccountInfo a:hover, .registerDivContentCenter a:hover {
text-decoration:underline;
}

.registerErrorDiv {
width:480px;
padding:8px 14px;
color: #000;
text-align: left;
margin: 15px auto;
line-height:130%;
padding:20px 16px;
border-radius: 12px;
border:solid 2px #AE0101;
background-color:#F24D4D;
color:#FFF;
font-weight:bold;
}

.registerErrorDiv a:link, .registerErrorDiv a:visited {
color:#FFF;
text-decoration:underline;
}

.registerErrorDiv a:hover {
text-decoration:none;
}

.registerWarnDiv ul, .registerErrorDiv ul {margin:0px 15px;}
.registerWarnDiv ul li, .registerErrorDiv ul li {margin-left:10px;padding:3px;}

/* In case page is full */

.pageFullDiv a {
padding:8px 14px;
color: #000;
text-align: left;
margin: 15px auto;
line-height:130%;
padding:20px 16px;
-moz-border-radius:12px;  
-webkit-border-radius:12px;
border-radius:12px;
display:block;
}

.pageFullDiv a:link, .pageFullDiv a:visited {
border:solid 2px #F8DE98;
background-color:#FFF7D7;
text-decoration:none;
}

.pageFullDiv a:hover {
border:solid 2px #FAD163;
text-decoration:underline;
}

.help-image {
margin:15px auto 0px;
text-align:center;
}

.logInstruct {
width:550px;
padding:8px 8px 6px;
color: #000;
text-align: center;
margin:5px auto 20px;
border:solid 2px #FAD163;
background-color:#FFF7D7;
padding:10px 12px;
-moz-border-radius:8px;  
-webkit-border-radius:8px;
border-radius:8px;
line-height:1.4;
text-align:left;
}

#activityBox {
position:fixed;
background-color:#FFF7D7;
border-bottom:solid 1px #FAD163;
width:100%;
height:20px;
top:0;
padding:8px 0px 5px;
text-align:center;
font-size:15px;
color:#000;
-moz-box-shadow: 0px 3px 4px #666;
-webkit-box-shadow: 0px 3px 4px #666;
box-shadow: 0px 3px 4px #666;
-webkit-transform: translateZ(0);
z-index:1;
}

#activityBox a:link, #activityBox a:visited {
text-decoration:underline;
color:#444;
font-weight:bold;
}

#activityBox a:hover {
text-decoration:none;
}

.greenLedSprite {
background:url("images/sprites.png?20210813") -210px 0 no-repeat;
display:inline-block;
height:12px;
width:12px;
margin-right:6px;
*display: inline;
zoom: 1;
}

.currentTypeList {
display:inline-block;
*display: inline;
zoom: 1;
}


/* ************************ */
/* Board                    */
/* ************************ */

.board {
width:660px;
text-align:center;
margin:0px auto;
font-size: 13px;
/*
background-color:#F0F0F0;
*/
background-color:#E7E7E7;
color:#333;
table-layout:fixed;
}

.board-even {
background-color:#FFF;
}

.board a:link, .board a:visited {
color:#333;
text-decoration:none;
}

.board a:hover {
text-decoration:underline;
}

.title, .author, .posts, .lastpost, .trash {
/*
border-bottom: solid 1px #E1E1E1;
*/
border-bottom:solid 1px #D0D0D0;
padding-top: 7px;
padding-bottom: 6px;
}
 
.title {
width:300px;
padding-left: 5px;
text-align: left;
overflow:hidden;
}

.author {
width: 140px;
}

.posts {
width: 70px;
font-weight:bold;
}

.low {color:#333;}
.medium {color: #660000;}
.high {color: #990000;}
.higher {color: #CC0000;}
.highest {color: #FF0000;}

.lastpost {
width: 100px;
}

.red {color: #CC0000;}
.green {color: #008000;}
.lastPostWrapper {
position:relative;
}
a.tooltipOuter  {
position:relative;
}
.tooltip {
display:none;
border:solid 2px #FAD163;
background-color:#FFF7D7;
border-radius: 5px;
color: #333333;
float: left;
left: -160px;
bottom: 15px;
max-height: 300px;
min-height: 100px;
padding: 3px 6px;
position: absolute;
width: 285px;
z-index: 200;
text-align:left;
overflow:hidden;
text-overflow: ellipsis;
}
a.tooltipOuter:hover .tooltip {
display: block;
}
.previewAvatar {
float:left;
width:100px;
text-align:center;
}
.previewPost {
float:left;
text-align:left;
width:390px;
}
.previewPost a:link, .previewPost a:visited {
position: absolute;
top: 0px;
left: 0px;
padding-left:100px;
width: 290px;
height: 100%;
z-index: 300;
text-decoration:none;
overflow:hidden;
}
.previewPost a:hover {
text-decoration:none;
}
 a.previewPostTop:link, a.previewPostTop:visited {
position: relative;
z-index: 400;
text-decoration:none;
}
 a.previewPostTop:hover {
text-decoration:underline;
}


.head, .head-left {
background-color:#FFF;
color:#555;
text-align:center;
font-weight:bold;
font-size:13px;
}

.head-left {
text-align:left;
}


/* ************** */
/* Page numbering */
/* ************** */

.pages {
margin:15px auto 8px;
text-align:center;
}

.pages-table {
text-align:center;
margin:0px auto;
}

.pages-left {
width:70px;
}

.pages-middle {
width:460px;
}

.pages-right {
width:70px;
}

.pagenum {

}

.pagenum ul {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
}

.pagenum li {
float:left;
position:relative;
right:50%;
margin:0px 5px;
}

.pagenum a, .pagenum a.current {
display:block;
font-size:11px;
text-align:center;
width:24px;
padding:5px 0px;
-moz-border-radius:4px;  
-webkit-border-radius:4px;
border-radius:4px;
text-decoration:none;
font-weight:bold;
/* **** custom color(s) ***** */
color:#59bfc2;
background-color:#CCCCCC;
}

.pagenum a.current {
text-decoration:none;
/* **** custom color(s) ***** */
color:#FFFFFF;
background-color:#750b75;
}

.pagenum a:hover {
text-decoration:none;
/* **** custom color(s) ***** */
color:#333333;
background-color:#DDDDDD;


}

.page-arrow-right {
}

.page-arrow-right a, .page-arrow-right a:visited  {
display:block;
width:60px;
text-align:left;
padding:3px 0px 3px;
background:url("images/jump-right-page.png") right top no-repeat;
text-decoration:none;
color:#CCC;
}

.page-arrow-right a:hover {
background:url("images/jump-right-page-hover.png") right top no-repeat;
color:#000;
}

.page-arrow-left a, .page-arrow-left a:visited  {
display:block;
width:65px;
text-align:right;
padding:3px 0px 3px;
background:url("images/jump-left-page.png") left top no-repeat;
text-decoration:none;
color:#CCC;
}

.page-arrow-left a:hover {
background:url("images/jump-left-page-hover.png") left top no-repeat;
color:#000;
}


/* *********************************** */
/* Pages section for displayThread.php */
/* *********************************** */

.pages-thread {
margin:13px auto 13px;
text-align:center;
font-weight:normal;
}

.pages-thread-bottom {
margin:20px auto 20px;
text-align:center;
font-weight:normal;
border-top:solid 1px #E5E5E5;
border-bottom:solid 1px #E5E5E5;
padding:8px 0px 4px;
}

.pages-thread-left {
float:left;
font-size:12px;
max-width:290px;
}


.crumbsLeft, .crumbsRight {
margin-left:0px;
text-align:left;
float:left;
}

.crumbsRight {
margin-left:4px;
}

.crumbsLeft a:link, .crumbsLeft a:visited, .crumbsRight a:link, .crumbsRight a:visited {
display:block;
text-decoration:none;
color:#F5F5F5;
background:#999;
border:solid 1px #aaa;
border-radius:4px;
padding:4px 10px;
}

.crumbsLeft a:hover, .crumbsRight a:hover {
text-decoration:underline;
color:#FFF;
}


.pages-thread-right {
float:right;
font-size:12px;
margin-top:4px;
}

.pageNumsLabel {
float:left;
margin-top:3px;
}

.pages-thread-right a, .pages-thread-right a.current {
font-size:11px;
text-align:center;
padding:4px 8px;
-moz-border-radius:4px;  
-webkit-border-radius:4px;
border-radius:4px;
text-decoration:none;
font-weight:bold;
display:block;
margin-left:5px;
float:left;
margin-bottom:4px;
/* **** custom color(s) ***** */
color:#59bfc2;
background-color:#CCCCCC;
}

.pages-thread-right a.current {
text-decoration:none;
/* **** custom color(s) ***** */
color:#FFFFFF;
background-color:#750b75;
}

.pages-thread-right a:hover {
text-decoration:none;
/* **** custom color(s) ***** */
color:#333333;
background-color:#DDDDDD;
}

a.link-thread-left:link, a.link-thread-left:visited {
background:url("images/sprites.png?20210813") -238px -47px no-repeat;
display:block;
float:left;
overflow:hidden;
text-indent:9999px;
display:block;
height:14px;
width:14px;
padding:4px 3px;
}


a.link-thread-left:hover  {
background:url("images/sprites.png?20210813") -238px -67px no-repeat;
}


a.link-thread-right:link, a.link-thread-right:visited {
background:url("images/sprites.png?20210813") -238px -7px no-repeat;
display:block;
float:left;
overflow:hidden;
text-indent:9999px;
display:block;
height:14px;
width:14px;
padding:4px 3px;
}


a.link-thread-right:hover {
background:url("images/sprites.png?20210813") -238px -27px no-repeat;
}

a.leftJumpThread {
padding:4px 0px 4px 4px;
}

a.rightJumpThread {
padding:4px 4px 4px 0px;
}

a.leftJumpThread span, a.rightJumpThread span {
display:inline-block;
background:transparent url("images/sprites.png?20210813") -159px 0 no-repeat;
height:9px;
width:13px;
overflow:hidden;
*cursor:pointer;
}

a.rightJumpThread span{
background: transparent url("images/sprites.png?20210813") -177px 0 no-repeat;
}

.jumpCountWrapper {
display:inline-block;
}


span#smile_em {background:transparent url("images/sprites.png?20210813") 0 0 no-repeat;}
span#wink_em {background:transparent url("images/sprites.png?20210813") -20px 0 no-repeat;}
span#neutral_em {background:transparent url("images/sprites.png?20210813") -40px 0 no-repeat;}
span#frown_em {background:transparent url("images/sprites.png?20210813") -60px 0 no-repeat;}
span#big_smile_em {background:transparent url("images/sprites.png?20210813") -80px 0 no-repeat;}

span#surprised_em {background:transparent url("images/sprites.png?20210813") 0 -20px no-repeat;}
span#eek_em {background:transparent url("images/sprites.png?20210813") -20px -20px no-repeat;}
span#oops_em {background:transparent url("images/sprites.png?20210813") -40px -20px no-repeat;}
span#angel_em {background:transparent url("images/sprites.png?20210813") -60px -20px no-repeat;}
span#cool_em {background:transparent url("images/sprites.png?20210813") -80px -20px no-repeat;}

span#kiss_em {background:transparent url("images/sprites.png?20210813") 0 -40px no-repeat;}
span#heart_em {background:transparent url("images/sprites.png?20210813") -20px -40px no-repeat;}
span#beer_em {background:transparent url("images/sprites.png?20210813") -40px -40px no-repeat;}
span#monkey_em {background:transparent url("images/sprites.png?20210813") -60px -40px no-repeat;}

// sound manager puts 1px x 1px blip on the screen - hide it
#sm2-container {
visibility:hidden;
}

/* *********************************** */
/* Post Reply                          */
/* *********************************** */

.postReplyTable {
margin:0 auto 25px;
text-align:center;
}

#postReplyBox, #pmReplyBox, #newThreadComposeBox, #editComposeBox, #submitReviewCommentBox, #editWelcomeBox {
  border: solid 1px black;	
  font-family: Courier New, Courier, Monospace;
  font-weight: normal;
  font-size: 14px;
  padding: 3px 5px;
  width:583px;
  height:270px;
}

#submitReviewCommentBox {width: 400px;height:170px;}

.centerButtons {
text-align: center;
padding-top:16px;
}

#editPostButton, #postReplyButton, #addNewThreadButton, #pmReplyButton, #basicSearchButton, #registerButton, #resetButton, #addVideoButton, #underReviewButton, .blueButton, .redButton {
border-radius: 3px;
font: bold 15px arial !important;
padding:4px 8px;
margin: 0;
background-color: #2463DE;
color: #E4EBF4;
background: -moz-linear-gradient(center top , #7097E8 0%, #2463DE 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#7097E8), to(#2463DE));
border: 1px solid #00359b;
cursor:pointer;
text-decoration:none;
}
a.blueButton:link, a.blueButton:visited {color:#E4EBF4;text-decoration:none;}
a.blueButton:hover{text-decoration:underline;}

a.redButton:link, a.redButton:visited, .redButton {
color:#FFF;
text-decoration:none;
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
border: 1px solid #AE0101;
}
a.redButton:hover{text-decoration:underline;}

#basicSearchButton {
padding:3px 8px;
margin-left:10px;
font-size:20px !important;
}

#previewButton, .previewButton, .lightBlueButton {
border-radius: 3px;
font: bold 15px arial !important;
padding:4px 8px;
margin: 0;
margin-left:5px;
background-color: #CEDCE9;
background: -moz-linear-gradient(center top , #CEDCE9 0%, #C7D7E5 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#CEDCE9), to(#C7D7E5));
color: #22629D;
border: 1px solid #a1b4c5;
cursor:pointer;
}

#cancelButton, .cancelButton, .grayButton {
border-radius: 3px;
font: bold 15px arial !important;
padding:4px 8px;
margin: 0;
margin-left:5px;
background-color: #DDD;
background: -moz-linear-gradient(center top , #DDDDDD 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#DDDDDD), to(#e5e5e5));
color: #444;
border: 1px solid #999;
cursor:pointer;
} 

a.cancelButton:link, a.cancelButton:visited, a.grayButton:link, a.grayButton:visited {color: #444;text-decoration:none;}
a.cancelButton:hover, a.grayButton:hover {text-decoration:underline;}

a.lightBlueButton:link, a.lightBlueButton:visited {text-decoration:none;}
a.lightBlueButton:hover {text-decoration:underline;}

/* Upload File Thread */

.bbCodeContainer {
border-top:solid 1px #000;
border-left:solid 1px #000;
border-right:solid 1px #000;
margin:0;
width:593px;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.bbCodeContainerCenter {
margin:0px auto;
text-align:center;
}

.bbCodeContainer ul {
list-style-type:none;
}

.bbCodeContainer ul li {
float:left;
}

.bbCodeContainer ul li a {
display:block;
color:#333;
text-decoration:none;
font-size:12px;
padding:5px 5px 5px 20px;
position:relative;
margin:4px 0px 4px 5px;
border:solid 1px transparent;
}


.bbCodeContainer ul li span a {
padding:5px;
margin:5px;
}

.bbCodeContainer ul li:hover a {
text-decoration:none;
border:solid 1px #ccc;
background-color:#FFF;
}


#url_button, #image_button, #video_button, #bold_button, #upload_button, #add_checkbox, #emoticon_icon, #code_button, #tour_button, #italic_button {
display:block;
background:transparent url("images/sprites.png?20210813") -220px -120px no-repeat;
height:12px;
width:12px;
overflow:hidden;
position:absolute;
top:7px;
left:4px;
}

#url_button {
background:transparent url("images/sprites.png?20210813") -220px -135px no-repeat;
}

#video_button {
background:transparent url("images/sprites.png?20210813") -220px -150px no-repeat;
height:10px;
top:9px;
}

#image_button {
background:transparent url("images/sprites.png?20210813") -220px -160px no-repeat;
}

#upload_button {
background:transparent url("images/sprites.png?20210813") -220px -175px no-repeat;
left:5px;
}

#emoticon_icon {
background:transparent url("images/sprites.png?20210813") -220px -220px no-repeat;
height:14px;
width:14px;
top:6px;
left:2px;
}

#code_button {
background:transparent url("images/sprites.png?20210813") -220px -105px no-repeat;
}

#tour_button {
background:transparent url("images/sprites.png?20210813") -220px -91px no-repeat;
}

#italic_button {
background:transparent url("images/sprites.png?20210813") -220px -290px no-repeat;
}

.bbCodeContainer ul li#upload_button_list_item a {
padding-left:16px;
}

.emoticonMenu {
background-color: #FFFFFF;
border: 1px solid #DEDEDE;
border-radius: 5px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
display: none;
height: 61px;
left: -32px;
padding-top: 8px;
position: absolute;
top: -68px;
width: 185px;
}

.emoticonMenuCarrot {
background: url("images/sprites.png?20210813") no-repeat scroll -250px -280px transparent;
bottom: -8px;
height: 8px;
left: 70px;
position: absolute;
width: 15px;
}

li#emoticon_list_item:hover .emoticonMenu {
display:block;
}

li#emoticon_list_item {
position:relative;
}

.emoticonSprite {
display:block !important;
overflow:hidden !important;
text-indent:-9999px !important;
float:left !important;
height:16px !important;
width:16px !important;
padding:3px !important;
margin:2px !important;
border:none !important;
}
a.emoticonSprite span {
height:16px !important;
width:16px !important;
display:block !important;
*cursor:pointer !important;
}

li#video_button_list_item {
position:relative;
}

.videoMenu {
background-color: #FFFFFF;
border: 1px solid #DEDEDE;
border-radius: 5px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
display: none;
left: -4px;
padding-top: 0px;
position: absolute;
top: -65px;
width: 80px;
}

.videoMenuCarrot {
background: url("images/sprites.png?20210813") no-repeat scroll -250px -280px transparent;
bottom: -8px;
height: 8px;
left: 33px;
position: absolute;
width: 15px;
}

li#video_button_list_item:hover .videoMenu {
display:block;
}

.bbCodeContainer ul li:hover .videoMenu a:link, .bbCodeContainer ul li:hover .videoMenu a:visited {
display:block;
color:#333;
text-decoration:none;
border: solid 1px transparent;
}

.bbCodeContainer ul li:hover .videoMenu a:hover {
text-decoration:underline;
border: solid 1px transparent;
}


li#tour_button_list_item {
position:relative;
}

.tourMenu {
background-color: #FFFFFF;
border: 1px solid #DEDEDE;
border-radius: 5px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
display: none;
left: -18px;
padding-top: 0px;
position: absolute;
top: -808px;
width: 125px;
}

@-moz-document url-prefix() {
  .tourMenu {
    top: -834px;
  }
}

.tourMenuCarrot {
background: url("images/sprites.png?20210813") no-repeat scroll -250px -280px transparent;
bottom: -8px;
height: 8px;
left: 50px;
position: absolute;
width: 20px;
}

li#tour_button_list_item:hover .tourMenu {
display:block;
}

.bbCodeContainer ul li:hover .tourMenu a:link, .bbCodeContainer ul li:hover .tourMenu a:visited {
display:block;
color:#333;
text-decoration:none;
border: solid 1px transparent;
padding:5px;
margin:5px;
}

.bbCodeContainer ul li:hover .tourMenu a:hover {
text-decoration:underline;
border: solid 1px transparent;
padding:5px;
}

#add_checkbox {
background:transparent url("images/sprites.png?20210813") -220px -191px no-repeat;
width:13px;
left:6px;
}

.uploadFileLinkWrapper {
display: block; 
overflow: hidden;
height:35px;
}

.uploadFileLinkWrapper input {
font-size: 50px; 
width: 115px; 
opacity: 0; 
filter:alpha(opacity:0);  
position: relative; 
top:-32px; 
left:0px;
cursor:pointer;
}


#fileUploadField {
visibility:hidden; 
position:absolute;
}


#threadFilePreviewContainerHeader {
border-bottom: 1px solid #CCCCCC;
font-size: 15px;
font-weight: bold;
margin: 12px 10px 0;
text-align: left;
}

.threadFileWrapper {
float: left;
margin: 0 0 12px;
}

.threadFileImageContainer {
min-height:160px;
}

a:link .fileUploadPreviewImage, a:visited .fileUploadPreviewImage{
border:solid 2px #555;
margin: 10px auto;
display:block;
}

a:hover .fileUploadPreviewImage {
border:solid 2px #0000EE;
}

a.addToProfileLink:link, a.addToProfileLink:visited,
a.addToProfileLink2:link, a.addToProfileLink2:visited {
border: 1px solid #CCCCCC;
color: #333333;
display: block;
font-size: 12px;
font-weight: bold;
margin: 12px auto 10px;
padding: 5px 1px 5px 18px;
text-decoration: none;
width: 91px;
position:relative;
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

a.addToProfileLink:hover,
a.addToProfileLink2:hover {
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

a.addToProfileLink2 span#add_checkbox{
background:transparent url("images/sprites.png?20210813") -220px -205px no-repeat;
}


.uploadFileFeedbackError {
color:#CC0000;
padding:10px;
border:solid 1px #333;
width:150px;
display:block;
float: left;
margin: 0 0 12px;
}

.previewDiv {
padding:8px 14px;
color: #000;
text-align: left;
margin: 15px auto;
line-height:130%;
border:solid 2px #FAD163;
background-color:#FFF7D7;
padding:20px 16px;
-moz-border-radius:12px;  
-webkit-border-radius:12px;
border-radius:12px;
text-shadow: 0 1px #F0F0F0;
}


/* *************************************** */
/* Compose New Thread                      */
/* *************************************** */

#newThread {
margin: 0px auto 15px;
}

.newThreadLabel {
font-weight:bold;
text-align:left;
margin-bottom:3px;
margin-top: 5px;
font-size:15px;
}

.newThreadInputWrapper {
text-align:left;
}


#newThreadTitleBox, #editPostTitleBox, #editWelcomeSubjectBox, .helpWantedBar {
border: black 1px solid;	
font-family: Courier New, Courier, Monospace;
font-size: 14px;
font-weight: normal;
padding: 2px;
width:583px;
}

#dropDownLabels {
border:solid 1px black;
width:200px;
font-size: 13px;
padding: 1px;
}

.formContainer {
position:relative;
}

a.groupCheckBoxRow:link, a.groupCheckBoxRow:visited {
margin:2px 1px 0;
position:relative;
display:block;
padding:3px 3px 3px 24px;
text-decoration:none;
color:#333;
font-weight:bold;
font-size:15px;
}
a.groupCheckBoxRow:hover {
color:#666;
}
.groupCheckBoxUnchecked, .groupCheckBoxChecked {
background:transparent url("images/sprites.png?20210813") -216px -253px no-repeat;
position:absolute;
width:20px;
height:16px;
top:2px;
left:0;
}
.groupCheckBoxChecked {
background:transparent url("images/sprites.png?20210813") -216px -271px no-repeat;
}

/* style for #newThreadComposeBox are below */

/* ************************ */
/* Display thread           */
/* ************************ */

.post-container {
text-align:left;
border:1px solid #D0D0D0;
background-color:#f7f7f7;
padding:11px 13px;
border-radius:2px;
margin:8px 0;
}

.post-table {
width:100%;
table-layout:fixed;
}

.post-even {
border:none;
background-color:#FFF;
}

.post-avatar {
margin: 0px;
padding: 0px;
vertical-align: top;
width: 112px;
text-align:center;
}

.post-avatar-link, .profile-avatar-link {
text-decoration:none;
}

.user-title-label {
display:block;
border:solid 1px #333;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
color:#FFF;
letter-spacing:1px;
padding:1px 0 0;
width:110px;
margin:-1px auto 0;
text-align:center;
position:relative;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}

.post-name {
border-bottom:solid 1px #999;
padding-bottom:1px;
font-size:22px;
padding-left:11px;
height:23px;
}

.post-name a:link, .post-name a:visited {
color:#000;
text-decoration:none;
display:inline-block !important;
margin-right:6px;
}

.post-name a:hover {
text-decoration:underline;
}

.post-moderate {
text-align:left;
border-bottom:solid 1px #999;
color: #666;
font-size:18px;
/* width:130px; */
height:23px;
}

.post-moderate .postive {
color: #333;
display: inline-block;
vertical-align: top;
margin-left: 15px;
margin-right: 8px;
}

.post-modpoints {
color:#666 !important;
}

.postModpointsWrapper {
margin:5px auto 0;
text-align:center;
}

.postModpointsWrapperMobile {
display:none;
}

a.postModpoints:link, a.postModpoints:visited, a.postBadges:link, a.postBadges:visited {
font-size:12px;
border-radius: 4px; 
padding: 1px 5px;
background: #57BA35;
text-align: center;
font-weight: bold;
color:#FFF;
display: inline-block;
margin:1px 3px;
text-decoration:none;
vertical-align:top;
}

a.postModpoints:hover {
background: #31b704;
}

a.postBadges:link, a.postBadges:visited {
background:#ef9300 
}

a.postBadges:hover {
background-color:#f2811f;
}

.post-content {
padding:11px 10px 10px 20px;
overflow:hidden;
word-wrap: break-word;
vertical-align:top;
}

.post-content img {
max-width: 100%;
height: auto;
}

.post-date {
color: #7F7F7F;
/* padding: 5px 0px 0px; */
height:21px;
vertical-align:bottom;
font-size:13px;
}

.post-date a {
color: #222222;
text-decoration:none;
}

.post-share {
color: #7F7F7F;
text-align:right;
/* padding: 5px 0px 0px; */
font-size:13px;
vertical-align: bottom;
height:21px;
}

.post-share a:link, .post-share a:visited {
color:#7F7F7F;
text-decoration:none;
}

.post-share a:hover {
text-decoration:underline;
}

.overlap {
background-color:#E0E0E0;
border:solid 1px #CCC;
margin-bottom:10px;
}

.mailSprite {
display:inline-block !important;
overflow:hidden;
text-indent:-9999px;
margin-right:3px;
margin-bottom:-1px;
height:18px;
width:30px;
background:transparent url("images/sprites.png?20210813") -129px -350px no-repeat;
}

.quoteSprite {
display:inline-block !important;
overflow:hidden;
text-indent:-9999px;
height:26px;
width:30px;
background:transparent url("images/sprites.png?20210813") -129px -370px no-repeat;
margin-bottom:-4px;
}

.addressSprite {
display:inline-block !important;
overflow:hidden;
text-indent:-9999px;
height:17px;
width:15px;
background:transparent url("images/sprites.png?20210813") -190px -170px no-repeat;
}

.cakeSprite {
display:block;
overflow:hidden;
text-indent:-9999px;
float:left;
height:22px;
width:20px;
margin-left: 2px;
background:transparent url("images/sprites.png?20210813") -295px -120px no-repeat;
}

.plusOneSprite {
display:block;
overflow:hidden;
text-indent:-9999px;
float:left;
height:13px;
width:14px;
background:transparent url("images/sprites.png?20210813") -160px -10px no-repeat;
margin-top:4px;
margin-right:3px;
}

.heartLikeSprite, .heartLikeSpriteFull {
display:inline-block;
overflow:hidden;
text-indent:-9999px;
background:transparent url("images/sprites.png?20210813") 0px -346px no-repeat;
width:30px;
height:26px;
margin-left:3px;
margin-bottom:2px;
}

.heartLikeSpriteFull {
background:transparent url("images/sprites.png?20210813") 0px -372px no-repeat;
}

a.whoRatedSprite:link, a.whoRatedSprite:visited {
display: inline-block;
padding: 0px 5px 0px 29px;
color:#FFF;
background-color:#57BA35;
border-radius:3px;
position:relative;
text-decoration:none;
font-weight:bold;
margin-bottom: 2px;
vertical-align: top;
margin-left: 7px;
border-radius: 5px;
height:23px;
padding-top:3px;
}

a.whoRatedSprite:hover {
background-color:#31b704;
}

.whoIcon {
background:transparent url("images/sprites.png?20210813") 0px -424px no-repeat;
position:absolute;
width: 20px;
height: 20px;
top: 3px;
left: 5px;
}

.postModerateSpan {
float:right;
}

.editpostSprite {
background:transparent url("images/sprites.png?20210813") -120px -200px no-repeat;
padding-left: 29px;
}

.flagPostSprite {
display:block;
overflow:hidden;
text-indent:9999px;
float:right;
height:15px;
width:15px;
background:transparent url("images/sprites.png?20210813") -130px -220px no-repeat;
}

.removePostSprite {
display:block;
overflow:hidden;
text-indent:9999px;
float:right;
height:14px;
width:14px;
background:transparent url("images/sprites.png?20210813") -130px -240px no-repeat;
}

.removeThreadSprite {
display:inline-block;
overflow:hidden;
text-indent:9999px;
/* float:right; */
height:14px;
width:35px;
background:transparent url("images/sprites.png?20210813") -130px -260px no-repeat;
margin-left: 6px;
}

#stickContainer {
display: inline-block;
font-size: 15px;
margin-bottom: 0;
}

#stickContainer a:link, #stickContainer a:visited, #stickContainer a:hover {
text-decoration:none;
}

/* ******** */
/* Pop up   */
/* ******** */

.popUp {
position: absolute;
text-align: center;
width: 510px;
}

.closePopUp, .closePopUpTwo {
color: black;
font-weight: bold;
font-size:12px;
padding: 7px 0 5px;
cursor: move;
/* background:url("images/pop-up-top.gif") center top no-repeat; */
width: 500px;
border-top:solid 1px #464646;
border-left:solid 1px #464646;
border-right:solid 1px #464646;
border-bottom:solid 2px #464646;
border-top-left-radius:4px;
border-top-right-radius:4px;
background: #f0f1e2; /* Old browsers */
background: -moz-linear-gradient(top, #f0f1e2 0%, #ededdf 50%, #d4d4c7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f1e2), color-stop(50%,#ededdf), color-stop(100%,#d4d4c7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f1e2 0%,#ededdf 50%,#d4d4c7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f1e2 0%,#ededdf 50%,#d4d4c7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f1e2 0%,#ededdf 50%,#d4d4c7 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0f1e2 0%,#ededdf 50%,#d4d4c7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1e2', endColorstr='#d4d4c7',GradientType=0 ); /* IE6-9 */

}

.closePopUpLeft {
float:left;
margin-left:12px;
text-align:left;
}

.closePopUpRight {
float:right;
cursor: move;
margin-right:10px;
}

.popUpContent, .popUpContentTwo {
color:#464646;
/*background:url("images/pop-up-bg.gif") center repeat-y; */
background-color:#FFF;
border-left:solid 1px #464646;
border-right:solid 1px #464646;
min-height: 255px;
height: auto !important;
height: 255px;
border-bottom:solid 1px #464646;
width:500px;
}

.popUpContentText {
padding:15px 0px 0px;
margin-left:25px;
width:450px;
font-size:13px;
font-weight:bold;
text-align:left;
line-height:135%;
}

#avatarHere {
min-height: 80px;
height: auto !important;
height: 80px;
margin:10px 0px;
}

#avatarFeedback {
padding: 15px 0px;
text-align:center;
margin:0px auto;
background-color:#FFFFFF;
width:375px;
font-size:13px;
font-weight:bold;
}

.titleAvatar {
margin-top:10px;
margin-bottom:18px;
font-size:16px;
font-weight:bold;
}

.closeMail {
color: black;
font-weight: bold;
background-color: #E7E7E7;
text-align: right;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 4px;
border-bottom: solid 1px black;
cursor: move;
}

.galleryContainer {
margin-bottom:17px;
}

.galleryControls {
text-align:left;
margin:20px 0px 15px;
}

#galleryFeedback {
height:20px;
text-algin:center;
margin:10px 0;
font-weight:bold;
}

.galleryFeedbackError {
color:#CC0000;
}

.galleryPreviewImage {
border:solid 2px #22629D;
}

.captionTextAreaContainer {
margin:10px 0;
}

.galleryEditCaption {
width:320px;
border:solid 1px #666;
height:40px;
}

.galleryDelete {
height:16px;
text-align:left;
margin:5px 0 10px;
font-weight:bold;
}

.galleryDelete a:link, .galleryDelete a:visited {
color:#CC0000;
text-decoration:none;
}

.galleryDelete a:hover {
text-decoration:underline;
}

.galleryInstruct {
font-size:17px;
font-weight:bold;
color:#333;
text-align:left;
margin:9px 0px 19px;
display:inline-block;
}

.galleryButton2 {
text-align:left;
}

#galleryImages {
margin-top:9px;
}

.galleryButton a:link, .galleryButton a:visited {
display:inline-block;
padding: 4px 10px 4px 26px;
color:#F5F5F5;
text-decoration:none;
font-weight:bold;
font-size:20px;
background:#999;
border:solid 1px #CCC;
border-radius:2px;
position:relative;
margin: 13px auto 8px;
}

.galleryButton a:hover {
text-decoration:underline;
}

.galleryButtonPlus {
position:absolute;
background:url("images/add.png");
height:16px;
width:16px;
top:10px;
left:5px;
}

.galleryImageContainer {
margin:0 2px 30px 0;
float:left;
}

.galleryImage {
height:200px;
width:204px;
}

.galleryImage a:link img, .galleryImage a:visited img {
border:solid 2px #22629D;
}

.galleryImage a:hover img {
border:solid 2px #2463DE;
}

.galleryCaption, .galleryCaptionSmall {
text-align:left;
width:200px;
font:bold 14px/16px "Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
color:#333;
margin:6px auto;
text-align:center;
}

.galleryCaptionSmall {
font-size:12px;
}

a.galleryDeleteLink:link, a.galleryDeleteLink:visited, a.galleryEditLink:link, a.galleryEditLink:visited {
text-decoration:none;
color:#CC0000;
text-align:left;
font:bold 12px/12px "Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
margin-left:3px;
}

a.galleryDeleteLink:hover, a.galleryEditLink:hover {
text-decoration:underline;
}

a.galleryEditLink:link, a.galleryEditLink:visited, a.galleryEditLink:hover {color:#333;}

a.galleryPreviewChecked:link, a.galleryPreviewChecked:visited,
a.galleryPreviewNotChecked:link, a.galleryPreviewNotChecked:visited {
display:block;
background-color:#eee;
border:solid 1px #ccc;
position:relative;
color:#333;
font-size: 12px;
font-weight: bold;
margin: 12px auto 0px;
padding: 5px 1px 5px 18px;
text-decoration: none;
width:120px;
}

a.galleryPreviewChecked:hover, a.galleryPreviewNotChecked:hover {
background-color:#ddd;
}

a.galleryPreviewChecked span, a.galleryPreviewNotChecked span {
position:absolute;
display:block;
width:12px;
height:12px;
top: 7px;
left:4px;
background:transparent url("images/sprites.png?20210813") -220px -205px no-repeat;
}

a.galleryPreviewNotChecked span {
background:transparent url("images/sprites.png?20210813") -220px -191px no-repeat;
}

/*
a.accountApproveChecked:link, a.accountApproveChecked:visited,
a.accountApproveNotChecked:link, a.accountApproveNotChecked:visited {
display:block;
background-color:#eee;
border:solid 1px #ccc;
position:relative;
color:#333;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
padding: 5px 1px 5px 18px;
text-decoration: none;
width:128px;
}

a.accountApproveChecked:hover, a.accountApproveNotChecked:hover {
background-color:#ddd;
}

a.accountApproveChecked span, a.accountApproveNotChecked span {
position:absolute;
display:block;
width:12px;
height:12px;
top: 6px;
right:6px;
background:transparent url("images/sprites.png?20210813") -220px -205px no-repeat;
}

a.accountApproveNotChecked span {
background:transparent url("images/sprites.png?20210813") -220px -191px no-repeat;
}
*/
a.adminToolButton:link, a.adminToolButton:visited {
display:block;
background-color:#eee;
border:solid 1px #ccc;
position:relative;
color:#333;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
padding: 5px 0px;
text-decoration: none;
width:110px;
}

a.adminToolButton:hover {
background-color:#ddd;
}

/* ******** */
/* Rated by */
/* ******** */

.ratedByContainer {
text-align:left;
margin-left:20px;
color:#464646;
}

.ratedByTableRow {
vertical-align:middle;
}

.ratedByContainer a:link, .ratedByContainer a:visited {
color: #333;
font-weight:bold;
text-decoration:none;
}

.ratedByContainer a:hover {
text-decoration:underline;
}

.postedByName {
padding:8px 0px;
font-weight:bold;
color:#999;
}

.ratedByNamesContainer {
margin-left:20px;
float:left;
width:200px;
}

.ratedByNamesHead {
font-weight:bold;
padding-bottom:2px;
border-bottom:solid 1px #E4E4E4;
margin:15px 0px 4px;
color:#999;
}

.ratedByNames {
line-height:135%;
}

.ratedByClose {
border:solid 1px #000;
border-top:solid 1px #999;
border-bottom:solid 1px #999;
background-color:#DDD;
text-align:right;
padding:10px;
padding-right:30px;
margin-top:70px;
}


/* *************** */
/* Private Message */
/* *************** */

.mailTo, .mailToTwo {
font-weight: bold;
margin: 0px 0px 15px 0px;
background-color: #F4F4F4;
border-bottom: 1px dotted black;
/* border-left: solid 1px black; */
width: 500px;
}

.pmRecipientRow {
text-align: left;
width: 260px;
vertical-align: middle;
padding: 5px 0px 5px 15px;
}


.pmEmoticons {
text-align: center;
width: 250px;
vertical-align: middle;
padding: 5px 0px;
border-left: 1px dotted black;
background-color: #FFFFFF;
/* border-right:solid 1px black; */
}


#newPMBox, #feedbackBox, #reportBox, #inviteBox, #newPipeBox {
  border: black 1px solid;	
  font-family: Courier New, Courier, Monospace;
  font-weight: normal;
  font-size: 14px;
  padding: 3px 5px;
}

.sendMailTable {
margin: 0px auto;
margin-bottom: 15px;
}

.pmSubject {
padding: 4px 0px 15px;
}

.pmSubjectSpan {
font-weight: bold;
font-size: 13px;
}

#newPMSubjectBox, #feedbackSubjectBox,#feedbackFromBox, #newPipePostSubjectBox {
border: black 1px solid;	
font-family: Courier New, Courier, Monospace;
font-size: 14px;
font-weight: normal;
padding: 2px;
width: 350px;
}


/* Pipe box fixes */

#newPipePostSubjectBox {
width: 550px; /* expand width from 350px */
}

#newPipeBox {
width:600px; /*width not defined above */
height:210px;
}

.closePopUpTwo {
background: url("images/pop-up-top-big.gif") no-repeat scroll center top transparent;
width: 700px; /* change from 500 to 700 */
}

.popUpContentTwo {
background:url("images/pop-up-bg-big.gif") center repeat-y;
min-height: 300px;
height: auto !important;
height: 300px;
width:710px;
}

.mailToTwo {
width:710px; /* expand .mailTo by 200px to 710px */
}


#feedbackFromBox{
width:329px;
}

.feedbackFrom {
text-align:left;
font-weight:bold;
font-size:13px;
padding: 5px 0px 5px 8px;
}

.inviteTD1, .inviteTD3 {
text-align:left;
font-weight:bold;
font-size:13px;
padding: 5px 0px 5px 8px;
width:80px;
}

.inviteTD2 {
width:220px;
text-align:left;
padding: 5px 0px 5px 8px;
}

.inviteTD3 {
width:100px;
}

#inviteFromEmail {
font-weight:bold;
font-size: 13px;
color:#000000;
}

.inviteEmailInput {
border: black 1px solid;	
font-family: Courier New, Courier, Monospace;
font-size: 14px;
font-weight: normal;
padding: 2px;
width: 180px;
}

.inviteThanks {
border:dashed 2px #CC0000;
background-color:#EEEEEE;
padding:15px 20px;
color:black;
font-weight:bold;
margin:15px auto 20px;
text-align:center;
font-size:14px;
}


.reportContent {
width: 390px;
*width: 350px;
color:#333;
text-align:left;
margin:0px auto;
border: solid 1px #FFCC00;
background-color: #FFFF99;
padding:10px;
}

.reportContentLoading {
background-color:#FFFFFF;
border:solid 1px #000000;
padding:10px 20px;
font-size:18px;
font-weight:bold;
width:150px;
margin:50px auto;
text-align:center;
}

.feedbackFeedbackRow {
font-size:12px;
color:#CC0000;
text-align:center;
padding:4px 0px;
font-weight:bold;
}

#displayPMsContainer {
margin: 0px auto 30px;
text-align: center;
}

.privateConvo {
width: 400px;
padding: 0px 5px;
font-weight: bold;
text-align: center;
}

.privateConvoDiv {
width:375px;
text-align:center;
margin:0px auto;
border: 1px solid black;
background-color: white;
padding:10px 0px;
}

.PMtabsTable {
margin-left: 25px;
* margin-left: -450px; //seriously WTF IE
}

.pmTab {
text-align: center;
font-weight: bold;
padding: 4px 0px;
}


.pmSpace {
width:15px;
}

.unread {
background-color: #DADADA;
font-weight: bold;
}

.read {
background-color: #FFFFFF;
font-weight: normal;
}

.noticeContainer {
text-align: center;
margin: 15px auto 30px;
width: 720px;
}

.notice {
text-align: justify;
font-size: 15px;
background-color: #FFFFFF;
border: solid 1px black;
padding: 7px 20px;
color: #000000;
}

.sentConfirm {
font-weight:bold;
padding-top:60px;
font-size:16px;
color:#000000;
}



/* ************************ */
/* Display Private Message  */
/* ************************ */

.pm-list {
margin:20px auto;
}

#otherID, #origin {
display: none;
}

/* ************************ */
/* Inbox                    */
/* ************************ */


/* ************************ */
/* Profile                  */
/* ************************ */

.profileContainer {
margin:15px auto 18px;
}

.profileTop {
border:1px solid #D0D0D0;
background-color:#f0f0f0;
padding:18px 2px 15px;
border-radius:12px;
}

.profileTopLeft {
display: inline-block;
vertical-align: top;
}

.proAvatar {
float: left;
width:140px;
text-align:center;
}

.subtitle {
font-size:11px;
}

.proUserInfo {
float:left;
width:190px;
margin-left:8px;
}

.proUserInfoLabel {
font-size: 18px;
font-weight:bold;
color:#333;
margin:0 0 5px;
}
.proUserInfoLabelLeft {
border-radius:6px;
color: #FFFFFF;
display: block;
float: left;
font-size: 18px;
font-weight: bold;
margin-right: 6px;
padding: 2px 5px;
background-color:#028e0b;
}
.proUserInfoLabelRight {
float:left;
margin-top:2px;
}
#proVotesCap {
background: #57BA35; /* Old browsers */
background: -moz-linear-gradient(top, #57BA35 0%, #68b220 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57BA35), color-stop(100%,#68b220)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #57BA35 0%,#68b220 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #57BA35 0%,#68b220 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #57BA35 0%,#68b220 100%); /* IE10+ */
background: linear-gradient(to bottom, #57BA35 0%,#68b220 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57BA35', endColorstr='#68b220',GradientType=0 ); /* IE6-9 */
}
#proBadgesCap {
background: #ef9300; /* Old browsers */
background: -moz-linear-gradient(top,  #ef9300 0%, #f2811f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef9300), color-stop(100%,#f2811f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ef9300 0%,#f2811f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ef9300 0%,#f2811f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ef9300 0%,#f2811f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ef9300 0%,#f2811f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9300', endColorstr='#f2811f',GradientType=0 ); /* IE6-9 */
}

#proPhotosCap {
background: #71ceef; /* Old browsers */
background: -moz-linear-gradient(top,  #71ceef 0%, #21b4e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71ceef), color-stop(100%,#21b4e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #71ceef 0%,#21b4e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #71ceef 0%,#21b4e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #71ceef 0%,#21b4e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #71ceef 0%,#21b4e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ceef', endColorstr='#21b4e2',GradientType=0 ); /* IE6-9 */
}

#proVideosCap {
background: #e22b27; /* Old browsers */
background: -moz-linear-gradient(top,  #e22b27 0%, #c0181d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e22b27), color-stop(100%,#c0181d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e22b27 0%,#c0181d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e22b27 0%,#c0181d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e22b27 0%,#c0181d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e22b27 0%,#c0181d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22b27', endColorstr='#c0181d',GradientType=0 ); /* IE6-9 */
}

#proCounterCap {
background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.proJoined {
color:#666;
font-size:12px;
margin: 12px auto 0px;
line-height:150%;
text-align:center;
}

/*
.proUserName {
font-size: 22px;
color:#333;
margin-bottom:4px;
font-weight:bold;
}

.proLocation {
color:#999;
font-size:13px;
margin-bottom:4px;
font-weight:bold;
}

.proPoints {
color:#999;
font-size:12px;
margin-bottom:4px;
}
*/

.proExtLinks {
display:inline-block;
vertical-align:top;
width:300px;
font-size:12px;
}

.proExtLink, .proExtLinkEdit {
color:#666;
border-bottom:solid 1px #CCC;
padding:2px 0px 2px;
margin:0px 0px 8px;
}
.proExtLinkEdit {border-bottom:none;}

.proExtLinkLabel {
float: left;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
width:70px;
line-height:140%;
}

.proExtLinkValue {
float: left;
max-width:225px;
overflow:hidden;
text-overflow:ellipsis;
color:#333;
font-size:14px;
font-weight: bold;
text-align:left;
}

.proExtLinkValue a:link, .proExtLinkValue a:visited {
color:#22629D;
font-weight: bold;
text-decoration:none;
font-size:14px;
}

.proExtLinkValue a:hover {
text-decoration:underline;
}

.centerProButton {
margin:16px auto 6px;
text-align:center
}

.leftProButton {
margin:20px 0px 0 20px;
}

.activeThreadCount {
color:#999;
}

.centerProButton2 {
margin:16px auto 6px;
text-align:center;
position:relative;
width:140px;
}

.leftBadgeButton {
position:relative;
width:140px;
margin-bottom:26px;
}

.specialAvatar, .specialUpload {
border: 1px solid #FF0000;
height: 30px;
left: 0;
opacity:0;
filter:alpha(opacity:0); 
position: absolute;
top: -7px;
width: 140px;
z-index:30;
/* cursor:pointer; */
}

#myFile, #myFileGallery {
cursor:pointer;
font-size: 50px; 
height:30px;
width:140px;
}

.myFileEmailTemplateUpload {
border: 1px solid #FF0000;
height: 30px;
left: -11px;
opacity:0;
filter:alpha(opacity:0); 
position: absolute;
top: -31px;
width: 140px;
z-index:30;
cursor:pointer;
font-size: 50px; 
height:30px;
width:265px;
}

.badgesContainer {
margin: 0 auto 20px;
}

.badgeLeft {
float:left;
width:100px;
margin-right:9px;
margin-top:9px;
}

.badgeImage {
margin:0 auto;
}
.badgeTitle {
font-weight:bold;
font-size:10px;
text-align:center;
width:100px;
}



/* ************************ */
/* Edit profile             */
/* ************************ */

.editProfileContainer {
text-align:center;
margin:10px auto 30px;
font-size:13px;
color:#666;
}

.editProfileCell {
text-align:center;
margin:0px auto;
/*
border:1px solid #E5E5E5;
background-color:#F0F0F0;
*/
border:1px solid #D0D0D0;
background-color:#E7E7E7;
padding:22px 20px;
-moz-border-radius:12px;  
-webkit-border-radius:12px;
border-radius:12px;
width:320px;
}

.edit-pro-even {
border:none;
background-color:#FFF;
}

.editProfileHead {
color:#333;
margin:0px;
padding-bottom:2px;
border-bottom:solid 1px #CCC;
font-weight:bold;
text-align:left;
}

.editProfileLink {
font-weight:normal;
float:right;
}

.editProfileLink a:link, .editProfileLink a:visited {
text-decoration:none;
color:#666;
}

.editProfileLink a:hover {
text-decoration:underline;
color:#666;
}

.editProfileButton {
text-align:center;
margin:0px auto;
font-weight:bold;
width:230px;
}

.editProfileButton a:link, .editProfileButton a:visited, .editProfileButton a:hover {
display:block;
margin:15px auto 5px;
text-align:center;
width:230px;
background:url("images/bg_edit_profile.png") center top no-repeat;
padding:5px 0px 6px 20px;
color:#FFF;
text-decoration:none;
font-size:12px;
}


.editProfileContent {
margin:8px 0px 0px;
color:#333;
text-align:right;
font-weight:normal;
font-size:12px;
}

.editProfileContentEmail {
font-weight:bold;
font-size:18px;
text-align:center;
margin:16px auto 24px;
}

.editProfileContentLeft {
text-align:left;
font-weight:bold;
margin:8px 0px 4px;
font-size:13px;
color:#333;
}

.editProfileContent a:link, .editProfileContent a:visited, .editProfileContentEmail a:link, .editProfileContentEmail a:visited {
color:#22629D;
text-decoration:none;
}

.editProfileContent a:hover, .editProfileContentEmail a:hover {
text-decoration:underline;
}

.backToProfileButton {
margin:20px 00px 20px 30px;
font-weight:bold;
width:170px;
}

.backToProfileButton a:link, .backToProfileButton a:visited, .backToProfileButton a:hover {
display:block;
text-align:center;
width:170px;
background:url("images/bg_back_profile.png") center top no-repeat;
padding:5px 0px 6px 20px;
color:#FFF;
text-decoration:none;
font-size:12px;
}

.proInputBox {
width:200px;
border: solid 1px #333;
padding:1px;
}

/* ************************ */
/* The Pulse (livestack)    */
/* ************************ */

.hose-controls {
text-align:right;
margin:10px 0px 0px;
padding-bottom:3px;
border-bottom:dotted 1px #E4E4E4;
}

.hose-title {
font-size: 13px;
font-weight:bold;
border:solid 1px #CCC;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
border-radius: 10px;
}

.hose-title a:link, .hose-title a:visited {
color:#333;
text-decoration:none;
display:block;
background-color:#F0F0F0;
padding:6px 8px 4px;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
border-radius: 10px;
}

.hose-title a:hover {
text-decoration:none;
background-color:#E5E5E5;
}

.hose-container {
text-align:left;
margin:12px 0px 0px;
}

.hose-content {
padding:5px 15px;
font-size:13px;
}


.hose-name {
font-weight:bold;
}

.hose-name a:link, .hose-name a:visited {
color:#000;
text-decoration:none;
font-weight:bold;
}

.hose-name a:hover {
text-decoration:underline;
}



/* ************************ */
/* User map */
/* ************************ */

.map-title {
font-size: 14px;
border:solid 1px #CCC;
background-color:#EEE;
-moz-border-radius: 4px;  
-webkit-border-radius: 4px;
border-radius: 4px;
padding:6px 8px;
margin:20px 0px;
font-weight:bold;
}


/* ************************ */
/* Tweets                   */
/* ************************ */

.tweets-container {
margin:20px 0px;
text-align:left;
}

.tweet-container {
border-top:dashed 2px #D2DADA;
border-bottom:dashed 2px #D2DADA;
margin-top:-2px;
}

.tweet-table {
text-align:left;
margin:10px 0px;
}

.tweet-pic {
vertical-align:top;
text-align:center;
}

.tweet-content {
padding:5px 10px;
}

.tweet-content a:link, .tweet-content a:visited {
color:#2FC2EF;
text-decoration:none;
}

.tweet-content a:hover {
text-decoration:underline;
}

.tweet-name a:link, .tweet-name a:visited, .tweet-name a:hover {
font-weight:bold;
}

.tweet-details {
font-size:11px;
padding:5px 10px;
}

.tweet-details  a:link, .tweet-details a:visited {
text-decoration:none;
color:#999;
}

.tweet-details a:hover {
text-decoration:underline;
}

.moreThreads {
font-size: 15px;
font-weight:bold;
margin:20px 25px 5px;
text-align:center;
}

.moreThreads a:link, .moreThreads a:visited {
color:#333;
text-decoration:none;
display:block;
background-color:#D0D0D0;
background: -moz-linear-gradient(top, #f4f4f4 0%,#D0D0D0 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#f4f4f4), to(#D0D0D0));
-moz-border-radius: 10px; 
-webkit-border-radius:10px;
border-radius:10px; 
-khtml-border-radius:10px;	
padding:12px 0px;
border:solid 1px #bbbbbb;
/* **** custom color(s) ***** */
color:#08bea9;
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.50);
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.50);
box-shadow: 1px 1px 3px rgba(0,0,0,0.50);
text-shadow:0 1px 0 #F0F0F0;
}

.moreThreads a:hover {
text-decoration:none;
background-color:#e0e0e0;
background: -moz-linear-gradient(top, #F0F0F0 0%,#E0E0E0 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#F0F0F0), to(#E0E0E0));
border:solid 1px #999999;
}

.recentAct {
float:left;
width:100px;
margin-right:10px;
}

.recentActAvatar {
margin:6px auto 0px;
text-align:center;
height:70px;
}
.recentActName {
margin:0px auto 0px;
text-align:center;
font-size:15px;
font-weight:bold;
}

.recentActName a:link, .recentActName a:visited {text-decoration:none;color:#333;}
.recentActName a:hover {text-decoration:underline;}

.recentActPM {
margin:6px auto 0px;
text-align:center;
}


/* Cross post to Twitter */

.tweetBoxHead {
font-size:20px;
text-align:left;
padding:20px 0px 10px 20px;
}

.charCount {
text-align:right;
font-size:18px;
padding:0px 30px 10px 0px;
color:#999;
}

.tweetBoxContainer {
margin:0px auto 15px;
width: 480px;
}

.popUpTextBox {
border:solid 1px #666;
width:440px;
height:80px;
padding:2px;
}

.tweetBoxSubmit {
margin:0px auto 10px;
}


/* ************************ */
/* Chart                    */
/* ************************ */

.chart-container {
font-size:13px;
width:500px;
text-align:left;
margin:10px 10px;
}

.chart-head {
font-size:14px;
font-weight:bold;
text-align:center;
margin:10px 0px 5px;
/* **** custom color(s) ***** */
color:#757575;
}

.chart-num {
/* **** custom color(s) ***** */
color:#000000}

.bar {
margin-top:2px;
border:1px solid #E5E5E5;
background-color:#F0F0F0;
padding:4px 4px;
height: 14px;
text-align:left;
margin-left:0px;
}

.bar-overlap a {
display:block;
padding:4px 4px;
width:100%;
margin-top:-22px;
cursor:pointer;
text-decoration:none;
position:relative;
z-index:1;
/* **** custom color(s) ***** */
color:#000000}

.bar-overlap a:link, .bar-overlap a:visited {
text-decoration:none;
}

.bar-overlap a:hover {
text-decoration:underline;
}

.chart-more {
text-align:right;
margin:6px 0px 0px;
}

.chart-more a:link, .chart-more a:visited {
text-decoration:none;
/* **** custom color(s) ***** */
color:#000000}

.chart-more a:hover {
text-decoration:underline;
}


/* ************************ */
/* Footer                   */
/* ************************ */

.footer-container {
margin:0px auto;
text-align:center;
}

.footer-top {
width:940px;
margin:0px auto;
text-align:center;
font-size:12px;
padding:10px 20px;
margin-top:20px;
border-radius: 16px;
/* **** custom color(s) ***** */
background-color:#ebebeb;
/*
-moz-box-shadow: 2px 2px 3px #999;
-webkit-box-shadow: 2px 2px 3px #999;
box-shadow: 2px 2px 3px #999;
*/
}

.footer-top a:link, .footer-top a:visited {
text-decoration:none;
/* **** custom color(s) ***** */
color:#787878;
}

.footer-top a:hover {
text-decoration:underline;
}

.footer-pad-left {
padding-right:20px;
}

.footer-pad-right {
padding-left:20px;
}

.footer-bot {
width:980px;
margin:0px auto;
text-align:center;
margin-top:10px;
font-size:12px;
color:#999999;
padding-bottom:10px;
}

.footer-bot a {
color:#666666;
text-decoration:none;
}

.footer-bot a:hover {
text-decoration:underline;
}

.footer-bot-right {
float:right;
}


/* ************************ */
/* Admin Panel              */
/* ************************ */

/* Note to self: What a gigantic ugly block of CSS. Fix and remove when you have time. */

.adminSearchInput, .editProfileInput {
border: 1px solid #666666;
border-radius: 2px;
color: #333333;
font-size: 15px;
padding: 2px;
width: 230px;
background-color: #F5F5F5;
}
.editProfileInput {background-color:#fff;width:260px;}

.editBadgeCommentArea {
height:60px;
border: 1px solid #666666;
border-radius: 2px;
color: #333333;
font-size: 15px;
padding: 2px;
width:220px;
background-color: #fff;
}

a.deleteBadgeLink:link, a.deleteBadgeLink:visited, a.cancelBadgeLink:link, a.cancelBadgeLink:visited {
color:#b32525;
font-size:11px;
display:block;
text-decoration:underline;
margin-top:8px;
}

a.deleteBadgeLink:hover, a.deleteBadgeLink:hover {
text-decoration:none;
}

a.cancelBadgeLink:link, a.cancelBadgeLink:visited, a.deleteBadgeLink:hover {
color:#666;
}

.adminSearchInputDD, .editProfileInputDD {
border: 1px solid #666666;
border-radius: 2px;
color: #333333;
font-size: 15px;
padding: 2px;
width: 230px;
}
.editProfileInputDD {
width:auto
}

.adminSearchTextArea {
border: 1px solid #666666;
border-radius: 2px;
color: #333333;
font-size: 15px;
padding: 2px;
width: 230px;
height:36px;
}

.manageUsers {
width:250px;
margin-top:20px;
margin-left:10px;
text-align:left;
}

.mangeUsersSubHead {
color:#666;
font-size:18px;
margin:20px 0px 10px;
padding-bottom:2px;

text-align:left;
border-bottom:solid 1px #CCC;
}

.manageUsers a:link, .manageUsers a:visited {
color:#333;
text-decoration:none;
}

.manageUsers a:hover {
text-decoration:underline;
}

/*
.manageUsersHR {
margin:15px auto 30px;
text-align:center;
color: #000000;
background-color: #000000;
height: 2px;
width:400px;
}
*/

.manageUsers ul {
margin-top:0px;
padding-top:0px;
}

.manageUsers li {
margin-top:0px;
padding-top:0px;
margin-bottom:15px;
}

.manageUsersCenter {
margin-top:0px;
text-align:center;
}

.manageUsersSearch {
margin:0px auto 15px;
}

.manageUsersButton {
margin:0px auto 15px;
}

.adminEditUser {
text-align:center;
padding:10px 0px;
background-color:#EEEEEE;
border-top: solid 1px black;
}

.manageUsersNotification {
margin:10px auto;
text-align:center;
}

#acctStatusDD {
width:200px;
border:solid 1px black;
}

.adminSearchResults {
border: solid 1px #FFCC00;
background-color: #FFFF99;
padding:10px 20px;
width:450px;
font-size:13px;
margin:0px auto 10px;
text-align:center;
font-weight:bold;
}

.adminSearchNoResults {
margin:20px auto;
text-align:center;
font-weight:bold;
background-color:#FFFFFF;
border:solid 1px black;
padding:8px;
width:450px;
}

.whitelistRow {
margin:20px 0px;
}

.whitelistWarn {
width:440px;
background-color:#F9D1D8;
border:solid 2px #CC0000;
padding:10px;
font-weight:bold;
font-size:13px;
text-align:left;
margin:0px auto 15px;
}

#addWhitelistEmailDiv {
min-height: 400px;
height: auto !important;
height: 400px;
}

.badgeTable {
border-collapse:collapse;
margin:-1px auto 0;
}

.badgeTable1, .badgeTable2, .badgeTable3, .badgeTable1a {
border:solid 1px black;
text-align:center;
padding:10px 4px;
width:100px;
background-color:#FFF;
padding-top:13px;
}

.badgeTable2 {
width:240px;
vertical-align:top;
line-height:150%;
}

.badgeTable3 {
width:110px;
word-break: break-all;
word-break: break-word;
vertical-align:top;
}

.badgeTable1a {
width:229px;
}

.badgeAvatar {
border:solid 1px #22629d;
width:50%;
height:auto;
}

.displayBadgeWinner {
display:inline-block;
vertical-align:top;
}

.badgeTableHead {
font-weight:bold;
background-color:#EEEEEE;
text-align:center;
padding:4px;
}


.smallRedRight {
text-align:right;
color:#b32525;
margin:3px 0 0;
font-style:italic;
font-size:11px;
} 

.wlResultsMini {
text-align:center;
margin:10px auto;
border-collapse: collapse;
font-size:14px;
}

.wlResultsEmail {
border:solid 1px black;
text-align:left;
padding:4px;
background-color:#FFF;
}
.wlResultsEmail a, .wlResultsStatus a {
color:black;
text-decoration:underline;
}
.wlResultsStatus {
border:solid 1px black;
border-left:none;
text-align:center;
padding:4px;
background-color:#FFF;
}

.wlResultsHead {
font-weight:bold;
background-color:#EEEEEE;
text-align:center;
}

.tableAdminPro {
width: 540px;
border-top: black 2px solid;
border-bottom: black 1px solid;
margin: 5px auto 0px;
background-color: #FFFFFF;
font-size:13px;
}

.userAdminPro {
font-size: 16px;
font-weight: bold;
padding: 5px 0px 5px 20px;
border-bottom: solid 1px #333333;
background-color: #B1B0B0; 
text-align:left;
}

.avatarAdminPro {
width: 90px;
padding-top: 0px;
padding-left: 10px;
vertical-align: top;
text-align: center;
}

.labelAdminPro {
text-align:left;
font-weight: bold;
padding: 6px 0px 6px 20px;
width: 135px;
vertical-align: top;
color:#545454;
}

.joinedAdminPro {
font-size: 13px;
padding: 5px 10px 5px 0px;
border-bottom: solid 1px #333333;
background-color: #B1B0B0;
text-align: right;
}

.smallRow {
font-size: 8px;
line-height: 8px;
}

.dataAdminPro {
width: 280px;
text-align: left;
padding: 3px 4px;
}

.editNavLinksInstruct {
text-align:left;
}

.editNavLinksInstruct ul {
margin:10px 0px 10px 10px;
}

.editNavLinksInstruct ul li {
margin-left:15px;
margin-bottom:10px;
}

.editNavLinksBoxContainer {
text-align:center;
margin:20px auto 10px;
}

#editNavLinksBox {
border:solid 1px #222;
width:450px;
height:200px;
}

#editCssBox {
border:solid 1px #222;
width:550px;
height:450px;
}

#whitelistBox, #addGroupMembersBox, #addBadgeWinnersBox {
border:solid 1px #222;
width:550px;
height:150px;
}

.cPanelResults {
margin:10px auto;
text-align:center;
}

.cPanelResults a:link, .cPanelResults a:visited {
color:#222;
text-decoration:underline;
}

.cPanelResults a:hover {
text-decoration:none;
}

/* *************** */
/* Edit Categories */
/* *************** */


.editCatRow {
padding:5px 0px 5px;
/* cursor:move; */
height:20px;
border:solid 1px #999;
margin-bottom:10px;
background-color:#E1E1E1;
}

.editCatOrder {
width:40px;
float:left;
margin-right:10px;
text-align:center;
}
	
.editCatLabel {
width:130px;
float:left;
margin-left:25px;
margin-right:10px;
text-align:left;
}

.editCatAbbrev {
width:110px;
float:left;
margin-right:10px;
text-align:left;
}

.editCatPriv {
width:100px;
float:left;
margin-right:10px;
text-align:center;
}

.editCatDelete {
width:110px;
float:left;
text-align:left;
}

.editCatInput, .editCatInputShort {
width:110px;
border:solid 1px #666;
}

.editCatInputShort {
width:30px;
text-align:center;
}

.editCatHead {
font-weight:bold;
padding:4px 0px 8px;
}

.catButtons {
text-align: center;
margin: 20px auto 20px;
}


/* ********************* */
/* Edit CSS Panel        */
/* ********************* */

.editCssHead {
color:#666;
margin:5px 0px 5px 0px;
padding-bottom:2px;
border-bottom:solid 1px #CCC;
font-weight:bold;
text-align:left;
}

.editCssContentLeft {
text-align:left;
margin:8px 0px 4px;
float:left;
width:125px;
}

.editCssContentSmall {

}

.editCssContentMiddle {
text-align:left;
margin:8px 0px 4px;
float:left;
}

.editCssContentRight {
margin:8px 0px 4px;
text-align:right;
float:right;
}


.editCssColorBox {
width:25px;
height:25px;
border:solid 1px #999;
margin-left:40px;
margin-bottom:8px;
}

.editCssContentNoneLink a:link, .editCssContentNoneLink a:visited {
display:block;
font-size:10px;
margin-top:3px;
color:#000;
text-decoration:none;
}

.editCssContentNoneLink a:hover {
text-decoration:underline;
}

a.inspir:link, a.inspir:visited {
text-decoration:underline;
font-weight:normal;
}

a.inspir:hover {
text-decoration:none;
}

/* Terms of Service and Privacy Policy */

.tos-container {
text-align:left;
}

.tos-container p {
margin:10px;
}

.tos-container h3 {
margin:10px 0px 0px;
}

.contact-container {
text-align:left;
font-size:15px;
}

.contact-container a:link, .contact-container a:hover {
font-weight:bold;
text-decoration:underline;
color:#666;
}

.contact-container a:hover {
text-decoration:none;
}

.warnDiv ul, .fullDiv ul, .tos-container ul {margin:8px 15px;}
.warnDiv ul li, .fullDiv ul li, .tos-container ul li {margin-left:10px;padding:3px;}
.warnDiv a.faq {font-weight:normal;}

a.top:link, a.top:visited {
font-size:11px;
text-decoration:none;
color:#000;
}

a.top:hover {
text-decoration:underline;
}

.shareFB {text-align:right;margin:1px 0px;}
.shareFB a:link img, .shareFB a:visited img {border: solid 1px #CAD4E7;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.shareFB a:hover img {border: solid 1px #9DACCE;}

.taggerHead {
color: #666666;
font-family: georgia,"times new roman",times,serif;
font-size: 26px;
font-style: italic; 
font-weight: bold;
text-align: left;
}

.mobile-head, .mobile-banner {
display:none;
}

.embedInstruct {
font: bold 12px/12px "Helvetica Neue",Arial,FreeSans,Helvetica,sans-serif;
margin-left: 3px;
text-decoration: none;
color:#333333;
margin-bottom: 4px;
}

.embedCode {
width:160px;
border:solid 1px #666;
margin-left: 5px;
background-color:#DDD;
}

.videoContainer {
margin:30px auto 10px;
}

.youtubeThumb {
width:98%;
height:391px;
cursor: pointer;
border:solid 2px #666;
}
/*
.youtubeThumb:after {
background: url('images/playIcon.png') center center no-repeat transparent;
height: 100%;
content:"";
width: 100%;
display: block;
}
*/
.youtubeThumbPayIcon {
background: url('images/playIcon.png') center center no-repeat transparent;
height: 100%;
width: 100%;
display: block;
}
.addVideoBox {
background-color: #EEEEEE;
border: 1px dotted #333333;
margin-top: 9px;
padding: 10px 15px;
text-align: left;
width: 95%;
}

.addVideoBoxHead {
font:bold 16px/18px "Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
color:#333;
margin:0px 0px 8px;
}

.addVideoBoxInstruct {
font:bold 14px/16px "Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
color:#666;
margin:0px 0px 8px;
}

#addVideoInputBox {
border: 1px solid #333333;
margin-right: 5px;
padding: 5px;
width: 300px;
}

#addYouTubeFeedbackDiv {
font-size:15px;
margin-left:6px;
color:#008000;
font-weight:bold;
}

.rankTableHeaderContainer {
text-align:left;
background-color:#D0D0D0;
border:solid 1px #999
}


.rankCellHeader, .rankCellHeader2, .rankCellHeader3, .rankCellHeader4 {
width:70px;
text-align:center;
float:left;
font-weight:bold;
padding:5px 10px;
}

.rankCellHeader2 {width:110px;}
.rankCellHeader3 {width:80px;text-align:left;}
.rankCellHeader4 {width:200px;}

.rankTableContainer {text-align:left; }
.rankCellWrapper {border:solid 1px #999;margin-top:-1px; }
.rankCellCounter {width:70px;text-align:center;float:left;padding:5px 10px; }
.rankCellPoints {width:110px;text-align:center;float:left;padding:5px 10px; }
.rankCellAvatar {width:80px;text-align:left;float:left; padding:5px 10px; }
.rankCellName {width:200px;text-align:left;float:left;padding:5px 10px; }

.pageBreak {
color:#808080;
background-color:#808080;
/* width:610px; */
margin:0px auto;
height:4px;
}

.videoGalleryContainer {
margin-top:20px;
margin-bottom:17px;
}

.galleryVideoWrapper {
float:left;
margin-left:20px;
margin-bottom:30px;
width:290px;
}

.galleryVideoContainer { width: 280px; height: 158px; }  
.galleryVideoContainer a { text-decoration: none; display:block; }
.galleryVideoContainer a img { border: solid 1px #ccc; padding: 1px;}

.galleryVideoContainer a span.playIcon { display:none; background: url('images/playIcon.png') center center no-repeat; margin: -158px 10px 0 0; height: 158px; position: relative; z-index: 100;}
.galleryVideoContainer a:hover span.playIcon { display:block; }

.galleryVideoTitle {
color:#333;
text-align:left;
margin-top:4px;
margin-bottom:4px;
font-size:15px;
}

.galleryPostedBy {
color:#555;
text-align:left;
font-size:13px;
}

#searchThreads {
display:none;
}

.calPreviewContainer {
margin: 0px auto 21px;
width:920px;
}

.calPreviewLeft {
width:111px;
height:111px;
float:left;
border-top: 1px solid #e1e1e1;
border-left: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
background: #006699;
}

.calPreviewRight {
border-top: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
border-radius: 0px 3px 3px 0px;
width: 800px;
background-color:#e3e3e3;
float:left;
height:111px;
}

.calPreviewLeft a:link, .calPreviewLeft a:visited {
text-align:left;
text-indent:-9999px;
background:url('images/cal_preview_title4.png') 0px 0px no-repeat;
display:block;
width:111px;
height:111px;
}

.calPreviewLeft a:hover {
background:url('images/cal_preview_title4.png') 0px -111px no-repeat;
}

.calItemTitle {
padding:4px;
height:53px;
font-weight:bold;
word-wrap: break-word;
}
.calItemTime {
text-align:right;
padding-right:4px;
}

.formattedDate1 {
float:left;
margin-left:5px;
text-transform:uppercase;
}
.formattedDate2 {
float:right;
margin-right:5px;
}
.formattedDate {
background-color:#006699;
color:#FFF;
font-weight:bold;
text-align:center;
padding:2px 0;
margin-bottom:0px;
}

a.calItem:link, a.calItem:visited {
border: 1px solid #ccc;
display: inline-block;
height: 100px;
margin: 5px;
overflow: hidden;
width: 100px;
font-size: 11px;
text-align: left;
color:#666;
background-color:#FFF;
text-decoration:none;
}
a.calItem:hover {
background-color:#eefffa;
}
a.calItem:hover .formattedDate {
background-color:#70b2bb;
}

.imageGalleryPreviewContainer {
margin: 5px auto 21px;
width:920px;
}

.imageGalleryPreviewLeft {
width:111px;
height:111px;
float:left;
border-top: 1px solid #e1e1e1;
border-left: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
background: #17a4cb;
}

.imageGalleryPreviewLeft a:link, .imageGalleryPreviewLeft a:visited {
text-align:left;
text-indent:-9999px;
background:url('https://daf9da730c2951f15703-6f9ea1013c52faf376fd6862463958c7.ssl.cf1.rackcdn.com/photo_gallery_preview_title.png') 0px 0px no-repeat;
display:block;
width:111px;
height:111px;
}

.imageGalleryPreviewLeft a:hover {
background:url('https://daf9da730c2951f15703-6f9ea1013c52faf376fd6862463958c7.ssl.cf1.rackcdn.com/photo_gallery_preview_title.png') 0px -111px no-repeat;
}

.imageGalleryPreviewRight {
border-top: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
border-radius: 0px 3px 3px 0px;
width: 800px;
background-color:#FFF;
float:left;
height:111px;
}

a.galleryPreviewWrapper:link, a.galleryPreviewWrapper:visited {
width:90px; 
height:90px; 
overflow:hidden;
display:block;
float:left;
margin:10px;
border:solid 2px #666;
}

a.galleryPreviewWrapper:hover {
border:solid 2px #009DC8;
}

.galleryPreviewWrapper img {

}

.softGrayText, .grayText {
color:#e3e3e3;
}

.resetPassHeadText {
font-size:18px;
margin:5px 0 17px;
font-weight:bold;
}

.manageEmailProHeadText{
font-size:18px;
margin:5px 0 17px;
font-weight:bold;
border-bottom:solid 1px #666;
color:#333;
}

#notifications{
text-align:center;
}

.manageEmailProLeft {
display: inline-block;
vertical-align: top;
}

.proViewCountOuter {
background-color: #DDDDDD;
border: 1px solid #CCCCCC;
margin: 18px 0 10px 10px;
padding: 10px;
text-align: center;
width: 230px;
}

.proViewCountFinePrint {
font-size: 13px;
margin: 0 auto;
text-align: center;
width: 180px;
}

.proEditWarn, .proEditError {
background-color: #FFF7D7;
border: 1px solid #FAD163;
border-radius: 3px;
color: #000;
margin: 0 0 5px;
padding: 6px 0;
text-align: center;
width: 264px;
}
.proEditWarn2 {
color: #008000;
font-weight: bold;
margin: 14px 0 0;
text-align: center;
padding:0;
}

.proEditError {
border:solid 2px #AE0101;
background-color:#F24D4D;
text-align:left;
font-weight:bold;
color:#FFF;
margin:8px 0;
}
.proEditError a:link, .proEditError a:visited {color:#FFF;text-decoration:underline;}
.proEditError a:hover {text-decoration:none;}

.manageEmailProRight{
display: inline-block;
vertical-align: top;
margin-left:30px;
border-left:solid 1px #CCC;
padding-left:35px;
}


#recaptcha_widget_div {
height:144px;
}

.userAccountInfo {
background-color: #FFF7D7;
border: 2px solid #FAD163;
margin: 16px auto 32px;
width:400px;
text-align:left;
padding:10px;
border-radius:10px;
}

.userAccountInfoLeft {
float:left;
width:130px;
margin-bottom:11px;
font-weight:bold;
margin-right: 20px;
text-align: right;
}
.userAccountInfoRight {
float:left;
margin-bottom:11px;
width:220px;
}
.userAccountInfoCenter {
margin: 10px auto 21px;
text-align:center;
}
.userAccountDivLine {
height:1px; background-color:#333;margin:14px auto;text-align:center; width:90%;
}
.qSuccess {
color:#008000;
font-weight:bold;
position:relative;
padding-left:34px;
}
.qFail {
color:#CC0000;
font-weight:bold;
position:relative;
padding-left:34px;
}

.qSuccessIcon, .qFailIcon, .qCautionIcon, .qCautionStrongIcon {
text-align:left;
text-indent:-9999px;
background:transparent url("images/sprites.png?20210813") -295px -60px no-repeat;
display:block;
height: 22px;
left:3px;
position: absolute;
top: -3px;
width: 22px;
}

.qFailIcon {
background:transparent url("images/sprites.png?20210813") -295px -90px no-repeat;
height: 23px;
top: -4px;
}

.qCautionIcon {
background:transparent url("images/sprites.png?20210813") -295px 0px no-repeat;
left:0px;
width: 24px;
}

.qCautionStrongIcon {
background:transparent url("images/sprites.png?20210813") -295px -30px no-repeat;
left:0px;
width: 24px;
height:24px;
}

.filterHead {
font-weight:bold;
text-align:center;
font-size:14px;
margin-top:15px;
margin-bottom:7px;
}

.filterBarWrapper {
text-align:center;
margin-bottom:23px;
}

.emojione {
height:18px;
width:18px;
}

.soundcloudThumb {
width:98%;
height:210px;
cursor: pointer;
border:solid 2px #666;
}
.soundcloudThumbPlayIcon {
background: url('images/playIcon.png') center center no-repeat transparent;
height: 100%;
width: 100%;
display: block;
}

.soundcloudLink {
font-size:12px;
margin:5px 0 8px;
}

.codeBlockTop {
border:solid 1px #999; background-color:#ccc;padding:8px 5px;font-size:12px; text-align:center;"
}

.codeBlock {
border: 1px solid #999;
display: block;
font-family: "DejaVu Sans Mono",Monaco,Consolas,monospace;
font-size:12px;
max-height: 310px;
overflow: auto;
padding: 3px 12px;
resize: vertical;
white-space: nowrap;
background-color:#fff;
word-wrap:normal;
}

.codeBlock br {
display:none;
}

.g-recaptcha {
height:78px;
}

.locationBadgeWrapper {
    width: 100px;
    margin: 6px auto 0;
    text-align: center;
    border-top: solid 1px #333;
    padding: 7px 0 0px;
	font-size:14px;
	font-weight:normal;
}

.websiteLandingWrapper {
margin: 10px auto 6px;
}
a.websiteLanding:link, a.websiteLanding:visited {
color: #FFF;
font-size: 11px;
text-transform: uppercase;
background: #14aaff;
padding: 3px 6px;
border-radius: 4px;
font-weight: bold;
text-decoration: none;
letter-spacing: 1px;
border: solid 1px #0399ee;
display:inline-block;
}

a.websiteLanding:hover {
background: #009bf3;
}

.socialBadgeWrapper {
width: 84px;
margin: 6px auto 0px;
text-align: center;
border-top: solid 1px #333;
padding-top: 6px;
}

a.socialBadge:link, a.socialBadge:visited {
display:inline-block;
background:transparent url("images/sprites.png?20210813") 0px -250px no-repeat;
width:24px;
height:24px;
text-align:left;
text-indent:-9999px;
opacity:0.80;
margin:4px 2px;
}

a.socialBadge:hover {
opacity:1;
}

a.socialBadgeFacebook:link, a.socialBadgeFacebook:visited, a.socialBadgeFacebook:hover {
background:transparent url("images/sprites.png?20210813") -24px -250px no-repeat;
}

a.socialBadgeTwitter:link , a.socialBadgeTwitter:visited, a.socialBadgeTwitter:hover {
background:transparent url("images/sprites.png?20210813") -48px -250px no-repeat;
}

a.socialBadgeYouTube:link, a.socialBadgeYouTube:visited, a.socialBadgeYouTube:hover {
background:transparent url("images/sprites.png?20210813") 0px -274px no-repeat;
}

a.socialBadgeVimeo:link, a.socialBadgeVimeo:visited, a.socialBadgeVimeo:hover {
background:transparent url("images/sprites.png?20210813") -24px -274px no-repeat;
}

a.socialBadgeInstagram:link, a.socialBadgeInstagram:visited, a.socialBadgeInstagram:hover {
background:transparent url("images/sprites.png?20210813") -48px -274px no-repeat;
}

.certBadgeWrapper {
width: 100px;
margin: 6px auto 0;
text-align:center;
border-top: solid 1px #333;
padding-top: 4px;
}

a.certBadge:link, a.certBadge:visited {
display:inline-block;
background:transparent url("images/sprites.png?20210813") 0px -299px no-repeat;
width:46px;
height:47px;
text-align:left;
text-indent:-9999px;
opacity:0.80;
margin:4px 2px;
}

a.certBadge:hover {
opacity:1;
}

a.certBadgeGsv:link, a.certBadgeGsv:visited, a.certBadgeGsv:hover {
background:transparent url("images/sprites.png?20210813") -92px -299px no-repeat;
}

a.certBadgeZillow:link , a.certBadgeZillow:visited, a.certBadgeZillow:hover {
background:transparent url("images/sprites.png?20210813") -138px -299px no-repeat;
}

a.certBadgeWgan:link, a.certBadgeWgan:visited, a.certBadgeWgan:hover {
background:transparent url("images/sprites.png?20210813") -46px -299px no-repeat;
}

.boxesWrapper {
text-align:center;
margin:0 auto;
font-family:'Open Sans', sans-serif;
font-size:17px;
font-weight:600;
border-bottom:solid 2px #CFCFCF;
background:#fef7e5;
border-top:solid 1px #CFCFCF;
}
.boxesBox {
border-right:solid 1px #c3c2c7;
display: inline-block;
width: 19%;
}

.boxesBoxLink a:link, .boxesBoxLink a:visited {
font-weight:700;
display:inline-block;
padding:6px 20px;
text-align:center;
background-color:#FFF;
border:solid 1px #c2c2c1;
color:#000;
text-decoration:none;
transition: background-color 0.2s ease;
margin-bottom: 8px;
font-size: 12px;
}

.boxesBoxLink a:hover {
text-decoration:none;
background-color:#f6f6f6;
}

.boxesWrapperMobile {
text-align:center;
margin:0 auto;
background-color:#fef7e5;
font-family:'Open Sans', sans-serif;
font-weight:600;
border-top:solid 1px #CFCFCF;
padding:0px 0px 9px;
}

.boxesWrapperHeadlineMobile {
font-size:17px;
font-weight:bold;
background:#f9b217;
border-bottom:solid 1px #c3c2c7;
padding:2px 0;
}

.boxesFinePrintMobile {
font-size:15px;
padding:4px 0 6px;
}

.boxesBoxLinkMobile {
display:inline-block;
margin:4px;
}

.boxesBoxLinkMobile img {
max-width:108px;
border:solid 1px #c3c2c7;
background:#FFF;
}

.page-view-counter {
background:#ffff00;
padding:0;
font-size:13px;
z-index:100;
min-height:29px;
margin:0 auto;
text-align:center;
border-top: solid 1px #000;
}

.page-view-counter-left {
float:left;
padding-top:7px;
padding-left:10px;
}

.page-view-counter-right{
float:right;
padding-top:7px;
padding-right:10px;
}

.page-view-counter-right a:link, .page-view-counter-right a:visited {
color:#000;
text-decoration:none;
}

.page-view-counter-right a:hover {
text-decoration:none;
}

.page-view-counter-center {
margin:0 auto;
text-align:center;
padding-top:7px;

}


@media only screen and (min-width : 1300px) {

.nav-top-container, .nav-top-border, .nav-top, .middle, .logo-container-custom {
width:1287px;
}

.main {
width: 960px;
}

.no-sky-nav-vert {
margin-left:0;
}

.board {
width: 960px;
}

.title {width: 440px;}
.author {width: 205px;}
.posts {width: 110px;}
.lastpost {width: 155px;}

.thread-title-container-left {
width:825px;
}

.post-content {
line-height: 1.4;
font-size: 15px;
}

.bbCodeContainer {
width: 893px;
}
#postReplyBox, #pmReplyBox, #newThreadComposeBox, #editComposeBox, #submitReviewCommentBox, #editWelcomeBox {
width: 883px;
}

#newThreadTitleBox, #editPostTitleBox, #editWelcomeSubjectBox, .helpWantedBar {
width: 883px;
}

.footer-top {width: 1240px;}
.footer-bot {width: 1280px;}

.searchInput2 {
width:430px;
}

}

.searchControlDiv {
font-size:13px;
display:inline-block;
}

.searchControlDiv a:link, .searchControlDiv a:visited {
position:relative;
padding:7px 0 7px 23px;
color:#333;
text-decoration:none;
font-weight:bold;
}

.searchControlDiv a:hover {
text-decoration:none;
}

.searchControlCheckbox, .searchControlCheckboxChecked {
    position: absolute;
    height: 21px;
    width: 24px;
    background: url('https://www.wegetaroundnetwork.com/customimages/checkSprite.png') no-repeat 0 0;
    top: 3px;
    left: -3px;
}

.searchControlCheckboxChecked {
    background: url('https://www.wegetaroundnetwork.com/customimages/checkSprite.png') no-repeat 0 -21px;
}


