

/* ************************ */
/* 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:26px;
font-weight:bold;
text-align:left;
/* **** custom color(s) ***** */
color:#333;
font-family:georgia,"times new roman",times,serif;
font-style:italic;
}

#tagsContainer {
font-family:"Helvetica Neue", Arial, FreeSans, Helvetica, sans-serif;
font-style:normal;
}

h1.thread-title {
padding-bottom:3px;
border-bottom:solid 1px #CCC;
overflow:hidden;

}

h1 .thread-title-headline {
overflow:hidden;
font-weight:bold;
color:#333;
font-style:italic;
}

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;
}

h1 .thread-title-link a:hover {
background-color:#EEE;
}


h2 {
color:#333;
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;
}

/* ************************ */
/* 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;
}



/* ************************ */
/* Generic classes          */
/* ************************ */

.bold {
font-weight:bold;
}

.normal {
font-weight:normal;
}

img {
border: 0px;
}

img.avatar {
border: solid 1px black;
margin-top: 2px;
}

img.avatar2 {
border: solid 1px black;
margin-top: 0px;
margin-bottom: 7px;
}

.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; text-decoration: underline !important; cursor: pointer;}
a.under:visited {color: #22629D; text-decoration: underline !important; cursor: pointer;}
a.under:hover {color: #22629D; text-decoration: none !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;
}


/* ************************************ */
/* Top navigation (log in/welcome area) */
/* ************************************ */

.nav-top-container {
margin:0px auto;
text-align:center;
}

.nav-top {
margin:0px auto;
text-align:center;
width:980px;
font-size:13px;
font-weight:bold;
text-align:right;
padding-top:13px;
min-height: 32px;
height: auto !important;
height: 32px;
* min-height: 44px;
* height: auto !important;
* height: 44px;
_margin-left:700px;
}

.nav-top ul {
margin: 0px;
padding: 0px;
float: right;
padding:4px 10px;
background-color:#333;
-moz-border-radius:7px;  
-webkit-border-radius:7px;
background: -moz-linear-gradient(#777777 0%,#000000 100%);
background: -webkit-gradient(linear, center top, center bottom, from(#777777), to(#000000));
-moz-box-shadow: 2px 2px 3px #999;
-webkit-box-shadow: 2px 2px 3px #999;
box-shadow: 2px 2px 3px #999;
}

.nav-top ul li {
list-style-type:none;
float:left;
margin:0px;
}

.nav-top ul li a:link, .nav-top ul li a:visited {
display: block;
font-weight:bold;
text-decoration:none;
padding:5px 9px;
color: #FFFFFF;
text-shadow: -1px -1px 2px #666666;
}

.nav-top ul li a:hover {
text-decoration:underline;
}



.logInput {
width: 120px;
padding: 1px;
border: solid 1px #999;
}


.logButtons {
float:right;
}

.secureLogIn {
font-size:16px;
float:left;
color:#000000;
padding-top:2px;
}

.logButton {
float:left;
}


/* ************************ */
/* Logo                     */
/* ************************ */

.logo-container {
margin:0px auto;
padding-top:16px;
text-align:center;
}

.logo {
margin:0px auto;
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;
/* **** custom color(s) ***** */
color:#CCC;
}

.nav-primary ul li a.current:link, .nav-primary ul li a.current:visited {
font-weight:bold;
/* **** custom color(s) ***** */
color:#FFF;
background-color:#666;
}

.nav-primary ul li a:hover, .nav-primary ul li a.current:hover {
text-decoration:none;
/* **** custom color(s) ***** */
color:#FFF;
background-color:#666;
}


/* ********************************** */
/* 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:20px auto 0px;
text-align:center;
}

.middle {
width:980px;
margin:0px auto;
}

.nav-vertical {
width:180px;
float:left;
text-align:left;
}

.main {
width:620px;
float:left;
}

.skyscraper {
width:170px; /* expand to 175px or even 180px? */
float:left;
}

.no-sky-nav-vert {
margin-left:35px;
}

.no-sky-main {
margin-left:30px;
}


/* ************************ */
/* Vertical navigation      */
/* ************************ */

.nav-vertical ul {
margin: 0px;
padding: 0px;
font-size:12px;
font-weight:bold;
}

.nav-vertical ul li {
margin: 0px auto;
list-style-type:none;
width:155px;
}

.nav-vertical ul li a {
margin: 6px auto 6px;
display:block;
padding:5px 10px;
text-decoration:none;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
/* **** custom color(s) ***** */
color:#111;
}

.nav-vertical ul li a.current:link, .nav-vertical ul li a.current:visited {
text-decoration:none;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;
/* **** custom color(s) ***** */
color:#FFF;
background-color:#4D0803;

-moz-box-shadow: 2px 2px 3px #999;
-webkit-box-shadow: 2px 2px 3px #999;
box-shadow: 2px 2px 3px #999;

}

.nav-vertical ul li a:hover, .nav-vertical ul li a.current:hover {
/* **** custom color(s) ***** */
color:#4D0803;
background-color:#D5D5D5;
}


.nav-vertical ul.vertNavULtags li a {
/* margin: 6px 0px 6px 20px; */
}

.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;
}

.searchInput {
border: black 1px solid;	
font-family: Courier New, Courier, Monospace;
font-size: 14px;
font-weight: normal;
padding: 2px;
width:290px;
}


/* ******************************* */
/* 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;
}

.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;
}

.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;
-moz-border-radius:12px;  
-webkit-border-radius:12px;
}

.fullDiv {
border:solid 2px #AE0101;
background-color:#F24D4D;
font-weight:bold;
color:#FFF;
}

.warnDiv a, .fullDiv a {
color:#000;
font-weight:bold;
text-decoration:none;
}

.warnDiv a:hover, .fullDiv a:hover {
text-decoration:underline;
}

/* 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;
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;
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;
}

#activityBox a:link, #activityBox a:visited {
text-decoration:underline;
color:#444;
font-weight:bold;
}

#activityBox a:hover {
text-decoration:none;
}


/* ************************ */
/* Board                    */
/* ************************ */

.board {
width:610px;
text-align:center;
margin:0px auto;
font-size: 12px;
/*
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, .jump, .author, .posts, .lastpost, .trash {
/*
border-bottom: solid 1px #E1E1E1;
*/
border-bottom:solid 1px #D0D0D0;
padding-top: 8px;
padding-bottom: 6px;
}
 
.title {
width:280px;
padding-left: 5px;
text-align: left;
overflow:hidden;
}

.jump {
width:45px;
text-align:left;
}

.author {
width: 135px;
}

.posts {
width: 60px;
font-weight:bold;
}

.low {color:#333;}
.medium {color: #660000;}
.high {color: #990000;}
.higher {color: #CC0000;}
.highest {color: #FF0000;}

.lastpost {
width: 90px;
}

.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;
text-decoration:none;
font-weight:bold;
/* **** custom color(s) ***** */
color:#FFF;
background-color:#999;
}

.pagenum a.current {
text-decoration:none;
/* **** custom color(s) ***** */
color:#FFF;
background-color:#333;
}

.pagenum a:hover {
text-decoration:none;
/* **** custom color(s) ***** */
color:#F0F0F0;
background-color:#4D0803;


}

.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:url("images/bg_crumb.png") repeat-x top left;
border:solid 1px #CCC;
-moz-border-radius:4px;  
-webkit-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;
}

.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;
text-decoration:none;
font-weight:bold;
display:inline-block;

margin-bottom:4px;
/* **** custom color(s) ***** */
color:#FFF;
background-color:#999;
}

.pages-thread-right a.current {
text-decoration:none;
/* **** custom color(s) ***** */
color:#FFF;
background-color:#333;
}

.pages-thread-right a:hover {
text-decoration:none;
/* **** custom color(s) ***** */
color:#F0F0F0;
background-color:#4D0803;
}

a:link.link-thread-left, a:visited.link-thread-left {
background:url("images/jump-left-page-small.png") center no-repeat;
padding:4px 8px 4px;
}


a:hover.link-thread-left  {
background:url("images/jump-left-page-small-hover.png") center no-repeat;
}



a:link.link-thread-right, a:visited.link-thread-right {
background:url("images/jump-right-page-small.png") center no-repeat;
padding:4px 8px 4px;
}

a:hover.link-thread-right {
background:url("images/jump-right-page-small-hover.png") center no-repeat;
}


/* *********************************** */
/* Post Reply                          */
/* *********************************** */

.postReplyTable {
margin-bottom:25px;
}

#postReplyBox, #pmReplyBox, #newThreadComposeBox, #editComposeBox {
  border: solid 1px black;	
  font-family: Courier New, Courier, Monospace;
  font-weight: normal;
  font-size: 14px;
  padding: 3px 5px;
  width:465px;
  height:270px;
}

.centerButtons {
text-align: center;
padding-top:16px;
}

#editPostButton, #postReplyButton, #addNewThreadButton, #pmReplyButton {
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;
}


#previewButton {
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 {
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(#CEDCE9), to(#C7D7E5));
color: #444;
border: 1px solid #999;
cursor:pointer;
} 


.emoticonsCell {
text-align: center;
padding-left: 5px;
vertical-align: top;
}

.emoticonSpace {
margin: 3px;
}

.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;
text-shadow: 0 1px #F0F0F0;
}


/* *************************************** */
/* Compose New Thread                      */
/* *************************************** */

#newThread {
margin: 0px auto 15px;
}

.newThreadLabel {
font-weight:bold;
text-align:left;
}


#newThreadTitleBox, #editPostTitleBox {
border: black 1px solid;	
font-family: Courier New, Courier, Monospace;
font-size: 14px;
font-weight: normal;
padding: 2px;
width:490px;
}

#dropDownLabels {
border:solid 1px black;
width:200px;
font-size: 13px;
padding: 1px;
}

/* style for #newThreadComposeBox are below */

/* ************************ */
/* Display thread           */
/* ************************ */

.post-container {
text-align:left;
/*
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;
}

.post-table {
width:100%;
table-layout:fixed;
}

.post-even {
border:none;
background-color:#FFF;
}

.post-avatar {
margin: 0px;
padding: 0px;
vertical-align: top;
width: 90px;
}

.post-name {
border-bottom:solid 1px #999;
padding-bottom:1px;
font-size:18px;
}

.post-name a:link, .post-name a:visited {
color:#000;
text-decoration:none;
}

.post-name a:hover {
text-decoration:underline;
}

.post-moderate {
text-align:right;
border-bottom:solid 1px #999;
color: #666;
font-size:18px;
}

.post-moderate .postive {
color:#333;
}

.post-moderate .negative {
color:#999;
}

.post-modpoints {
color:#666 !important;
}

.post-content {
padding:15px 10px 10px;
overflow:hidden;
}

.post-date {
color: #7F7F7F;
padding: 5px 0px 0px;
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;
}

.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;
}


/* ******** */
/* Pop up   */
/* ******** */

.popUp {
position: absolute;
text-align: center;
width: 510px;
}

.closePopUp, .closePopUpTwo {
color: black;
font-weight: bold;
font-size:12px;
padding: 7px 0px 5px 10px;
* padding: 6px 0px 0px 10px;
cursor: move;
background:url("images/pop-up-top.gif") center top no-repeat;
width: 500px;
}

.closePopUpLeft {
float:left;
margin-left:5px;
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;
min-height: 255px;
height: auto !important;
height: 255px;
border-bottom:solid 1px #464646;
}

.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:16px;
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;
}

.galleryInstructContainer {
margin:9px 0px 19px;
height:26px;
}

.galleryInstruct {
font-size:17px;
font-weight:bold;
color:#333;
text-align:left;
float:left;
}

.galleryButton {
text-align:right;
background:url("images/bg_crumb.png") repeat-x top left;
border:solid 1px #CCC;
-moz-border-radius:4px;  
-webkit-border-radius:4px;
height:23px;
width:120px;
float:right;
}

#galleryImages {
margin-top:9px;
}

.galleryButton a:link, .galleryButton a:visited {
display:block;
padding:4px 10px;
background:url("images/add.png") no-repeat 5px 3px;
color:#F5F5F5;
text-decoration:none;
font-weight:bold;
font-size:12px;
-moz-border-radius:4px;  
-webkit-border-radius:4px;
-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 #999;
}

.galleryButton a:hover {
text-decoration:underline;
}

.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;}

/* ******** */
/* 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: 510px;
}

.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 30px;
}

.profileTop {
text-align:left;
/*
border:1px solid #E5E5E5;
background-color:#F0F0F0;
*/
border:1px solid #D0D0D0;
background-color:#E7E7E7;
padding:22px 20px 12px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
}

.profileTop a:link, .profileTop a:visited {
text-decoration:none;
color:#333;
}

.profileTop a:hover {
text-decoration:underline;
}

.proAvatar {
float: left;
width:90px;
text-align:center;
}

.subtitle {
font-size:11px;
}

.proUserInfo {
float:left;
width:235px;
}

.proUserName {
font-size: 22px;
color:#333;
margin-bottom:4px;
font-weight:bold;
}

.proLocation {
color:#999;
font-size:13px;
margin-bottom:4px;
font-weight:bold;
}

.proJoined {
color:#666;
font-size:12px;
margin-bottom:4px;
}

.proPoints {
color:#999;
font-size:12px;
margin-bottom:4px;
}

.proExtLinks {
float:left;
width:235px;
font-size:12px;
}

.proExtLink {
color:#666;
border-bottom:solid 1px #CCC;
padding:2px 0px 2px;
margin:0px 0px 8px;
}

.activeThreadCount {
color:#999;
}


/* ************************ */
/* 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;
width:320px;
}

.edit-pro-even {
border:none;
background-color:#FFF;
}

.editProfileHead {
color:#666;
margin:5px 0px 5px 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;
}

.editProfileContentLeft {
text-align:left;
font-weight:bold;
margin:8px 0px 4px;
}

.editProfileContent a:link, .editProfileContent a:visited {
color:#333;
text-decoration:none;
}

.editProfileContent a:hover {
color:#333;
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;
}

.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;
}

.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;
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:#4D0803;
-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;
}




/* 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:#333;
}

.chart-num {
/* **** custom color(s) ***** */
color:#333333}

.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:#333333}

.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:#333333}

.chart-more a:hover {
text-decoration:underline;
}


/* ************************ */
/* Footer                   */
/* ************************ */

.footer-container {
margin:0px auto;
text-align:center;
}

.footer-top {
width:980px;
margin:0px auto;
text-align:center;
font-size:12px;
padding:10px 20px;
margin-top:20px;
-moz-border-radius: 16px;  
-webkit-border-radius: 16px;
/* **** custom color(s) ***** */
background-color:#8f7b5b;

-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:#cccccc;
}

.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 {
border:solid 1px black;
width:200px;
}

.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;
}

.wlResultsMini {
text-align:center;
margin:10px auto;
border-collapse: collapse;
}

.wlResultsEmail {
width:300px;
border:solid 1px black;
text-align:left;
padding:4px;
}

.wlResultsStatus {
width: 180px;
border:solid 1px black;
border-left:none;
text-align:left;
padding:4px;
}

.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;
}

.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;}
.shareFB a:hover img {border: solid 1px #9DACCE;}
