div#comments {
  background-color: #fff;
  padding: 4px;
  margin-top: 4px;
  width: 99%;
}
div#comments .comment_editor_header {
  padding-left: 4px;
  font-weight: bold;
}
div#comments .comments-title {
  font-size: 15pt;
  text-shadow: 1px 1px 0 #DDDDDD;
  text-transform: none;
  padding: 2px;
  margin: 8px 0 8px 0;
}
div#comments p.comment-text { border: 1px solid #f0f0f0;
  color: #000; margin: 4px; padding: 4px;
}
div#comments ol {
  padding: 0;
  margin: 8px 0 0 0;
}
div#comments ol li {
  background-color:#F9F9F9;
  border:1px solid #CFCFCF;
  font-style: normal;
  height:auto !important;
  margin: 4px 0;
  min-height:60px;
  list-style:none outside none;
  padding: 0;
  overflow:hidden;
}
div#comments ol li div.comment {
  padding: 4px;
  min-height: 40px;
  width: 99%; }

div#comments .meta {
  padding-bottom:32px;
  background:url(includes/images/bg_comments1.gif) no-repeat 0 100%;
  width: 550px;
  }
div#comments .meta li{
  background-color: transparent;
  border: none;
  margin:0;
  display:inline;
	font-size:12px;
	color:#777;
	position:static;
  padding: 2px;
	}
div#comments .meta .author{
	font-size:14px;
	font-weight:bold;
	}

div#comments ol li div.comment-admin {
  float: right;
  display: inline-block;
  padding: 2px;
  margin: 1px 8px 1px 2px;
  height: 20px;
  vertical-align: top;
}
div#comments ol li span.admin-hint {
  display: none;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 11px;
}
div#comments ol li div.comment-admin:hover {
  background-color: #FFC0C0;
}
div#comments ol li div.comment-admin:hover span {
  display: inline-block;
}
div#comments ol li img.avatar {
  background-color: #fff;
  padding: 3px;
  border: 1px solid #eee;
  width: 60px; height: 60px;
}
div#comments ol li div.avatar-column {
  background-color: #fff;
  float: left;
  width: auto;
  height: auto;
}
div#comments ol li div.message-column {
  background-color: #fff;
  margin-left: 60px;
  width: auto;
}
div#comments ol li p {
  padding: 2px;
  margin-top: 4px;
}
div#comments ol li span {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}
div#comments ol li span.date {
  color: #666;
}
div#comments ol li span.username,
div.comment_username {
  font-weight: bold;
  padding: 4px;
}
form#comment-form {
  background-color:#F9F9F9;
  border: 1px solid #CFCFCF;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 4px;
}
form#comment-form markItUpComment_comment { width: 100%; min-height: 250px; padding: 0; }
form#comment-form div.markItUpContainer { width: 98%; min-height: 200px; padding: 4px; }
#comment_comment {
  font: 14px 'Lucida Console', Courier, monospace;
  padding: 0px;
  margin: 0px;
  border:1px solid #3C769D;
  height: 166px;
  position: relative;
  left: 4px;
  line-height:17px;
  overflow: scroll;
  width: 98%;
  z-index: 1;
}
form#comment-form input {
  border: 1px solid #CFCFCF;
  padding: 4px;
  display: block;
  width: 300px;
  margin-bottom: 10px;
  margin-left: 4px;
}
form#comment-form input[type="submit"] {
  background-color:#58B9EB;
  border:1px solid #40A2D4;
  color:#FFFFFF;
  cursor:pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  padding:4px;
  margin-top:5px;
  width: 150px;
  border-radius:4px; -webkit-border-radius:4px;
}
form#comment-form input[type="submit"]:hover {
  background-color:#80cdf5;
  border-color:#52b1e2;
}
a.comment-edit {
  background: transparent url("includes/images/edit.png") no-repeat scroll top center;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 1px 1px 1px 22px !important;
  margin: 0 2px 0 2px !important;
  white-space: nowrap;
  width: auto !important;
}
a.comment-delete {
  background: transparent url("includes/images/eraser.png") no-repeat scroll top center;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 1px 1px 1px 22px !important;
  margin: 0 2px 0 2px !important;
  white-space: nowrap;
  width: auto !important;
}
/* SD343 */
div.comment div.likes-box { display: inline; float:none; padding: 6px 4px 6px 4px; }
div.comment a.like-link {
  background:none no-repeat scroll 0 center transparent;
  background-image:url(includes/images/thumb-up.png);
  padding: 2px 1px 2px 20px; }


div #error_message {
	background: #ffeaef;
	border: 3px solid #ff829f;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
 
div #success_message {
	background: #eaf4ff;
	border: 3px solid #82c0ff;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
div.pagination {
  font-family: Helvetica, Times, serif;
  font-style: italic;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  line-height: 40px;
  text-align: left;
  height: 40px;
  white-space:nowrap;
  }

  div.pagination a {
    padding: 2px 4px 2px 4px;
    margin: 1px;
    text-decoration: none;
    color: #44B0EB; }

  div.pagination a:hover {
    background-color: #44e5eb;
    color: #fff; }

  div.pagination span.current {
    padding: 2px 4px 2px 4px;
    margin: 1px;
    font-weight: bold;
    background-color: #44B0EB;
    color: #fff; }

  div.pagination span.disabled {
    display: none;
    padding: 2px 4px 2px 4px;
    margin: 1px;
    color: #ddd; }
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */ }
 
	.sf-menu ul li { width: 100%; }
 
	.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
 
	.sf-menu li { position: relative; }
 
	.sf-menu a {
		display: block;
		padding-left: 20px;
		padding-right: 20px; }
 
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		left: 0;
		background: #ffffff;
		top: 24px; /* match top ul list item height */
		z-index: 99; }
 
	.sf-menu li:hover li ul, .sf-menu li.sfHover li ul, .sf-menu li li:hover li ul, .sf-menu li li.sfHover li ul { top: -999em; }
 
	.sf-menu li li:hover ul, .sf-menu li li.sfHover ul, .sf-menu li li li:hover ul, .sf-menu li li li.sfHover ul {
		left: 10em; /* match ul width */
		top: 0; }
div.bbcode_quote,
div.bbcode_code {
  border: 1px solid #d2e4f7;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f5f5f5;
  padding: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  max-height: 360px;
  max-width: 758px;
  overflow: hidden;
  /*width: 98%;  must be < 100% for nested quotes! */
}
div.bbcode_quote .toolbar,
div.bbcode_code  .toolbar { display:none; }
div.bbeditor {
  font-size: 14px !important;
  position: relative;
  width: auto;
  height: 24px;
  margin: 0;
  padding: 0; }
div.bbeditor img {
  padding: 3px;
  border: 1px solid #eee;
  margin-right: 3px;
  background-color: #fff;
  cursor: pointer; }
div.bbcode_quote_head, div.bbcode_code_head {
  font-weight: bold;
  margin-bottom: 4px;
}
div.bbcode_quote_body,
div.bbcode_code_body {
  border: 1px solid #dadada;
  font-size: 14px !important;
  line-height: 16px;
  max-height: 350px;
  overflow: scroll;
  padding: 4px;
  width: auto;
}
div.bbcode_quote_body {
  max-height: 320px;
  overflow: auto;
  font-style: italic !important;
}
div.bbcode_code_body {
  border: 0;
  font-family: "Lucida Console",courier,monospace,mono !important;
  white-space: pre;
}
div.bbcode_code_head {
  background-color: #E3E3E3;
  font-family: "Courier New",monospace,mono !important;
  font-size: 13px;
  height: 14px;
  line-height: 12px;
  padding: 5px;
}
.markItUpContainer { max-width: 900px; }
ul.bbcode_list { list-style-position: inside; }
ul.bbcode_list li { color: #000; }
div.bbcode_code ol.highlighted * {
  font-family: "Lucida Console", "Courier New", helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 17px;
}

span.bbcode_spoiler { color: #000; background-color: #000; }
span.bbcode_spoiler:hover { color: #000; background-color: transparent; }

div.article_container,
div.article_review_container {
  position: relative;
  margin-bottom: 35px;
}
div.wrapper-social { float: right; height: 18px;
  margin: 0; margin-right: 10px;
  padding: 2px 0px 2px 0px; }
div.wrapper-fb-gplus { float: left; margin: 1px 0 0 5px; width: 250px; }
div.wrapper-read-more-comments { display: inline; position: relative; left:0; }

div.article_head { display: block; height: 90px; }
div.article_head_left { display: inline; float: left; }
div.article_head_right { display: inline; }

div.article_title {
  color: #004990;
  display: inline-block;
}
div.article_subtitle {
  border-bottom: 1px solid #ccc;
  clear: right;
  color: #272727;
  display: inline-block;
  font-size: 13px;
  margin: 0 8px 8px 0;
  padding-bottom: 4px;
}
div.article_container div.article_subtitle { width: 100%; }
div.article_review_container div.article_subtitle { width: 73%; }

div.article_title h1,
div.article_title h2 {
  height: 30px; line-height: 30px; padding: 4px; margin-bottom: 0;
}

.article_title_link {
  clear: right;
  color: #004990;
  font: normal 26px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  /*letter-spacing: 1px;*/
  text-decoration: none;
  padding-bottom: 0px;
  margin-bottom: 2px;
}
a.article_title_link:hover {
  color: #000;
  background: transparent;
  text-decoration:none;
}

div.article_article,
div.article_article p,
div.article_description {
  font-style: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding-top: 4px;
}
div.article_comments,
div.article_read_more {
  display: inline-block;
  margin: 8px 4px 10px 4px;
}
div.article_description ul { clear: both; }
div.article_review_container div.article_description {
  clear: left;
}
div.article_read_more a {
  color:#f5f5f5; font-size:12px;
/*
  border-radius:75px;
  background:#0797D5;
  color:#f5f5f5; font-size:12px;
  padding:6px 14px 6px 14px;
  text-decoration:none;
*/
}
div.article_read_more a:hover { background:#11648b; }
div.article_comments a { font-size:12px; text-decoration:none;}
div.article_comments a:hover { text-decoration:underline;}

div.article_rating {
  float: left;
  width: auto;/*275px;*/
  min-width: 295px;
  margin: 2px 0 0 0; }

.article_tools { display: inline-block; float:left; margin: 0 !important; padding: 0 !important; height: 20px; list-style-type: none; }

.article_tools li { display: inline-block; margin: 2px 0 0 0 !important; padding: 0 !important; vertical-align: top; }
.article_tools li a { height: 16px; outline: none; }
.article_tools li.social a { display: inline-block; margin: 0 !important; padding: 0 !important; margin-top: 2px; width: 16px; }
.article_tools a:hover,
.article_tools a:visited,
.article_tools a:focus { outline: none; text-decoration: none; }
.article_tools .gp-one { width:66px; height:30px; }
.article_tools .delicious a { background-image:url(includes/images/social/delicious-16x16.png); }
.article_tools .digg a { background-image:url(includes/images/social/digg-16x16.png); }
.article_tools .email a { background-image:url(includes/images/social/email-16x16.png); }
.article_tools .facebook a { background-image:url(includes/images/social/facebook-16x16.png); }
.article_tools .twitter a { background-image:url(includes/images/social/twitter-16x16.png); }
.article_tools .article_pdf_link a { background-image:url(plugins/p2_news/pdf.png); }
.article_tools .article_print_link a { background-image:url(plugins/p2_news/printer.png); }
.article_tools .article_comments_link a { margin-left: 4px; }

div.article_footer {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  clear: both;
  display: block;
  height: 36px;
  margin: 4px 4px 12px 0px;
  padding-left: 2px;
  padding-top: 4px;
  position: relative;
  vertical-align: middle;
  width: 99%;
}

div.article_footer_left {
  margin:0px;
  padding:4px;
  display: inline;
  float: left;
  left: 0px;
  top: 0px;
  position: relative;
  line-height: 10px;
  height: 10px;
  font-style: italic;
}

div.article_footer_right {
  margin: 0;
  padding: 4px;
  display: inline;
  float: right;
  right: 0px;
  top: 0px;
  position: absolute;
}

iframe.facebook_iframe {
  border: none;
  display: inline;
  float: right;
  padding-top: 4px;
  height: 30px;
  position: absolute;
  width: 235px;
}
.popup { text-align: left; }
.popup #wrapper { margin: 0; padding: 0; width: 100%; }
.popup #content { margin: 10px; padding: 10px; padding-right: 20px; width: 730px; }
.popup .article_footer { display: none; }

.article-image {
  background-color: transparent;
  border: 1px solid #000;
  clear: left;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  margin: 0 10px 10px 4px;
  padding: 0;
  width: 170px;
}
.article-image img {
  border: none;
  margin: 0; padding: 0;
  height: 100px;
  width: 170px;
}
.article-rating-value {
  /*background: url(images/rating-bg.jpg) no-repeat;*/
  border: 1px solid #000;
  display: inline;
  float: left;
  height: 100px;
  margin: 0;
  margin-left: -11px;
  margin-right: 10px;
  padding: 0;
  width: 81px;
}
.article-rating-value div {
  width: 81px;
  height: 40px;
  color: #ff0000;
  font-size: 36px;
  padding-top: 44px;
  text-align: center;
}
div#p2_container .pagination * { font-size: 14px !important; }
/* SD343 */
div#p2_tag_head { display: block; clear: both; }
div#p2_tag_head p {
  color: #000;
  font: bold 18px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  letter-spacing: 1px;
  text-decoration: none; }

/* SD360 */
div.articles-attachments {
  border: 0;
  font-size:11px;
  margin: 8px 0 0 0;
  padding: 4px;
  vertical-align:middle; }
div.articles-attachments ul  {
  padding: 4px !important;
  list-style: none inside !important;
  margin: 2px; }
div.articles-attachments p { padding: 2px !important; margin: 0; }
div.articles-attachments ul li {
  height: 16px;
  list-style-image: url(includes/images/download.png) !important;
  margin:0; padding: 0 2px 4px 2px; }
div.articles-attachments ul li a{
  color:#000;
  font-size: 13px; padding-right: 4px; }
div.articles-attachments a.imgdelete {
  background: transparent url(includes/images/eraser.png) no-repeat 2px center;
  padding: 1px 1px 1px 20px;
  margin: 0 2px 0 2px; }

div#forum,
div#forum * { font-family: Helvetica, Arial, sans-serif; text-align:left; }
div#forum { position:relative; height:auto; margin-bottom:10px; width:100%; }
div.forum-pagination,
div.pagination_data {
  display:inline; float:right;
  font: normal 13px "Helvetica", "Trebuchet MS",Arial,sans-serif;
  height:18px;
  padding:0; margin:0 4px 0 10px;
  line-height:18px;
  text-align:left; top: 0;
  width: auto;
}
div.forum-pagination { clear:right; margin:0 0 4px 0; padding:4px 0 0 0; }
div.forum-pagination a,
div.forum-pagination span {
  /*  padding:2px 3px 2px 3px; margin:1px; text-decoration:none; color:#44B0EB; */
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background: url("includes/images/bbbg.gif") repeat-x scroll 0 0 #F3EEEA; */
    border-color: #DFD7C2 #DFD7C2 #878787;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #766549;
    font: normal 11px "Helvetica", "Trebuchet MS",Arial,sans-serif;
    /*height: 26px;*/
    margin-bottom: 5px;
    padding: 4px 8px 4px 8px;
  }
div.forum-pagination a { cursor: pointer; margin-right:2px}
div.forum-pagination a:hover { background-image:none;background-color:#44B0EB;color:#fff; text-decoration: none; }
div.forum-pagination span.current {
  /* padding:2px 3px 2px 3px; margin:1px; */
  background-image:none;
  background-color:#44B0EB; color:#fff; font-weight:bold; }
div.forum-pagination span.disabled { color: #d0d0d0; padding:4px; margin:1px 4px 1px 1px; }
#forum div.clear { clear:both; }
#forum p { padding:0; margin:0; }
#forum table { margin-top:4px; width:100%; }
#forum thead th { background-color:#44B0EB; color:#fff; padding:6px; }
#forum thead th.col-topic-count,
#forum thead th.col-post-count,
#forum thead th.col-view-count { width:55px; text-align:center; }
#forum thead th:first-child { -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;}
#forum .col-last-updated { width:220px; }
#forum thead .col-last-updated { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
#forum tbody td.col-last-updated { background-color:#EBF4FC; /* SD342 */ }
#forum td { padding:4px; border-bottom:1px solid #91CDF5; }
#forum thead th.col-rss,
#forum td.col-rss { width:16px; }
#forum a.rss-icon {
  background:none no-repeat scroll 0 0 transparent;
  background-image:url('plugins/forum/images/rss.png');
  display:block;
  height:16px;
  opacity:0.50;
  overflow:hidden;
  text-indent:9999px;
  width:16px; }
#forum a.rss-icon:hover { opacity:1.0; }
#forum td.col-forum-title { min-width:200px; }
#forum table td.col-forum-title a { font-size:14px; font-weight:normal; text-decoration:none; }
#forum table td.col-forum-title p { padding-top:5px; }
#forum table td.col-topic-title a {
  font-size:14px;
  text-decoration:none; }
#forum table td.col-topic-count,
#forum table td.col-post-count,
#forum table td.col-view-count { width:60px; text-align:center; }
#forum table tbody#posts tr:first-child { border-top:1px solid #91CDF5; }
#forum table tr.topic { background-color:#fff; }
#forum table tr.alt { background-color:#f5f6f9; }
#forum table tr td.col-user-details {
  width:150px;
  background-color:#edf5fa;
  padding:10px;
  min-height:80px;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif; }
#forum .author-avatar { margin-bottom:6px; }
#forum .author-avatar:hover { opacity:1.0; }
#forum table tr td.col-user-details img.avatar {
  background-color:#fff;
  padding:3px;
  border:1px solid #eee;
  height:60px;
  padding:3px;
  width:60px;
  box-shadow:#333 2px 2px 5px;
  -moz-box-shadow:#333 2px 2px 5px;
  -webkit-box-shadow:#333 2px 2px 5px;}
#forum table tr td.col-post input[type=checkbox]{
  float:right;
  margin:2px 8px 0 10px;}
#forum .post-content {
  clear:both;
  display:block;
  font-size:14px;
  line-height:18px;
  min-height:120px;
  padding:4px 4px 4px 6px; }
#forum .post-content br { line-height:10px; }
#forum .post-content .post { font-size:15px; line-height:22px; clear:both; min-height:90px; }
#forum .post-footer {
  background-color:#EDF5FA;
  bottom:0px;
  clear:both;
  display:block;
  font-size:12px;
  float:none;
  margin:10px 0px 0px 0px;
  padding:4px;
  position:relative;
  width:auto; }
#forum div.private-links,
#forum div.public-links { background-color:#EDF5FA; }
#forum div.private-links { float:left; }
#forum div.private-links a { margin-right:10px; }
#forum div.public-links { float:right; }
#forum div.public-links a { margin-left:10px; }
#forum h2,
#forum .forum-topic-title {
  background:none;
  color:#333;
  font-size:20px;
  margin:0;
  padding:0;
  text-align:left;
  display:inline; }
#forum div#topic-footer {
  width:100%;
  height:25px;
  margin:14px 0; }
#forum div#topic-footer div.pagination {
  float:left;
  height:0;
  line-height:normal; }
#forum div#topic-footer div.topic-options {
  clear:right;
  float:right;
  text-align:right; }
#forum div#topic-footer div.topic-options select { margin-right:10px; }
#forum div.form-wrap {
  position:relative;
  width:100%;
  height:auto;
  padding:10px;
  background-color:#f5f6f9;
  margin:4px 0 0;
  border-radius:15px;
  -webkit-border-radius:15px; }
#forum div.form-wrap label {
  display:block;
  width:416px;
  font-size:12px;
  padding:0;
  margin:0; }
#forum div.form-wrap input[type="text"] {
  width:400px;
  margin:0 0 10px 0;
  padding:8px; }
#forum div.form-wrap textarea {
  width:98%;
  height:310px;
  display:block;
  padding:8px;
  margin:3px 0 10px 0; }
#forum div.form-wrap input[type="submit"] {
  background-color:#44B0EB;
  border:1px solid #408bb6;
  color:#fff;
  cursor:pointer;
  font-size:14px;
  font-weight:bold;
  margin-left:4px;
  padding:8px 25px;
  border-radius:4px;
  moz-border-radius:4px; }
#forum div.form-wrap input[type="submit"]:hover {
  background-color:#2e97d1; }
#forum div.form-wrap textarea.quick-reply {
  font-size:14px;
  height:300px; }
/* SD340:added several new styles instead of inline styles in code */
#forum .post-header {
  background:#edf5fa;
  color:#000;
  border-bottom:1px solid #91CDF5;
  clear:both;
  margin:0px 0px 6px 0px;
  padding:4px 4px 4px 6px;
  text-align:left; }
#forum table tr td.col-post { padding:0px; /* before:10px */ }
#forum td.col-user-details .author-online { font-size:13px; }
#forum td.col-user-details .author-name {
  font-size:18px;
  font-weight:bold;
  padding:3px;
  margin-bottom:4px; }
#forum td.col-user-details .author-joined {
  font-size:13px;
  font-weight:normal;
  padding:3px; }
#forum h2.topic-moderated,
#forum a.topic-moderated {
  color:red; }
#forum a.forum-post-number {
  font-weight:bold;
  float:right; }
#forum_move_topic_form select#forum_id {
  margin-bottom:8px;
  width:300px; }
#forum p.breadcrumb {
  position:relative;
  float:left;
  width:auto;
  height:20px;
  padding:0px;
  margin-bottom:8px;
  font-size:12px;
  font-style:normal; }
#forum div#forum-breadcrumb {
  display:block;
  clear:both;
  height:26px;
  margin:4px; }
#forum div.breadcrumb {
  display:inline;
  float:left;
  text-align:left;
  padding:4px; }
#forum form#forum-searchbar {
  display:inline;
  padding:0px  0px 4px 0px;
  margin:0; }
#forum div.forum-search {
  display:inline;
  float:right;
  padding:0px 0px 8px 0px;
  text-align:right;
  white-space:nowrap; }
#forum div.forum-search span {
  vertical-align:middle;
  padding-top:3px; }
#forum div.forum-attachments {
  padding:4px;
  font-size:10px;
  border:1px solid #E0E0E0;
  margin:14px;
  vertical-align:middle; }
#forum div.forum-attachments ul li{
  height:18px;
  list-style-type:none;
  margin-top:6px;
  margin-left:4px; }
#forum div.forum-attachments ul li a{
  color:#000;
  font-size:13px; }
div.forum-footerrow { padding:4px 10px 4px 10px; width:100%; }
div.forum-footerrow h3 { padding-bottom:0 !important; margin:0 !important}
div.bottom-plugin {
  border:1px solid #91CDF5;
  display:inline;
  float:left;
  background-color:#edf5fa;
  min-height:170px;
  padding:10px;
  margin:4px 10px 4px 0px;
  width:275px; }
div.right-bottom-plugin {
  border:1px solid #91CDF5;
  display:inline;
  float:right;
  background-color:#edf5fa;
  min-height:170px;
  padding:10px;
  margin:4px 0px 4px 0px;
  width:285px; }
#forum_search_popup label,
#forum_search_popup input {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px !important;
  font-weight:normal;
  height:20px;
  vertical-align:middle; }
#forum_search_popup #search { font-size:12px; }
#forum_search_popup input#forum_search {
  background-color:#fff;
  width:140px;
  height:18px;
  border:1px solid #7f9db9;
  border-right:0;
  padding:1px 4px 1px 4px; }
#forum_search_popup > input#forum_search {
  margin:1px 0 0 0; }
#forum_search_popup input#search {
  background-color:#ffc027;
  background-image:url(plugins/forum/images/search-button.png);
  background-repeat:repeat-x;
  width:65px;
  height:24px;
  border:1px solid #999b9a;
  margin:1px 0 1px 0;
  padding:0 5px 0 10px; }
#forum_search_popup .contextual_dialog_content {
  background-color:#F0F0F0;
  border-bottom:1px solid #44B0EB;
  border-right:1px solid #44B0EB; }
#forum_search_popup h2 { font-size:12px; color:#000; font-weight:bold; }
#forum pre { line-height:11px; padding:2px; }
#forum .syntax-container { margin:0px; padding:1px; }
#forum ol.syntax { max-height:300px; overflow-y:scroll; }
#markItUpForum_post { height:auto; padding:0; margin:0; width:99%; }
#markItUpForum_post .markItUpContainer { min-height:300px; width:98%; }
#forum_post {
  font:14px 'Lucida Console', Courier, monospace !important;
  padding:0;
  margin:0;
  border:1px solid #3C769D;
  min-height:254px;
  /*max-height:254px;*/
  left:1%;
  position:relative;
  line-height:17px;
  overflow:scroll;
  width:98%;
  z-index:1;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box; }
#forum div.signature {
  background-color:#f0f0f0;
  border-top:2px solid #e0e0e0;
  margin:10px 0 0px 0;
  padding:6px; }
/* SD342 */
#forum tbody tr td:first-child { border-left:1px solid #91CDF5}
#forum tbody tr td:last-child { border-right:1px solid #91CDF5}
#forum tbody#posts tr:first-child td:first-child { border-top:1px solid #91CDF5}
#forum thead th.col-forum-icon,
#forum tbody td.col-forum-icon { text-align:center; max-width:24px; width:24px}
#forum td.col-post,
#forum td.col-user-details { border-top:1px solid #91CDF5}
#forum td.pagination-top { border-bottom:none}
#forum a.forum-sublink { font-size:9pt !important; vertical-align: bottom; }
#forum p.sub-forums {  vertical-align: bottom; }
#forum td.category-cell { background-color:#44B0EB; padding:0}
#forum .post-separator {
  font-size:4px; overflow:hidden; border:none !important;
  margin:0px; padding:0px; height:8px !important; line-height:8px; }
#forum .post-moderated { background:#ffeaef; border:1px solid #ff0000 !important; }
#forum .category-title-container {
  background-color:#3fa4db;
  border:1px solid #fff;
  min-height:22px;
  margin:4px;
  padding:6px 2px 6px 4px; }
#forum .category-image {
  display:inline-block;
  float:left;
  height:30px;
  margin:0 2px 0 0;
  width:24px; }
#forum .category-image img {
  height:20px;
  width:20px;
  vertical-align:middle; }
#forum .category-title {
  color:#FFF;
  display:block;
  font-size:12pt;
  font-weight:bold;
  height:13pt;
  line-height:13pt;
  padding:3px; }
#forum .category-description {
  clear:left;
  color:#FFF; }
#forum form#forum_move_topic_form,
#forum form#forum-admin { margin-top:4px; }
#forum a.topic-link { background:none; font-size:14px !important;
  font-weight:normal; margin-bottom:8px !important; padding:2px; }
#forum a.topic-link:hover { color:#3786d6; }
#forum a.topics-memberlink,
#forum a.forum-memberlink,
#forum a.forum-memberlink-small {
  background:none no-repeat scroll 0 3px transparent;
  background-image:url('plugins/forum/images/user.png');
  color:#000;
  display:inline-block;
  padding:4px 4px 4px 18px; }
#forum a.topics-memberlink:hover,
#forum a.forum-memberlink:hover,
#forum a.forum-memberlink-small:hover { opacity:0.8; }
#forum a.forum-memberlink-small { color:#000; font-size:12px !important; }
#forum a.forum-memberlink,
#forum a.topics-memberlink{ font-size:13px !important; font-weight:bold; line-height:15px; }
#forum .author-name a.forum-memberlink { background-image:none; font-size:15pt !important; padding:0 4px 0 0; }
#forum .author-name a.forum-memberlink:hover { opacity:0.7; }
#forum .topic-cell { display:inline; float:none; position:relative; }
#forum .topic-avatar { display:inline-block; float:left; position:relative;
  min-height:40px; width:40px; padding:2px; }
#forum .topic-avatar img { height:32px; width:32px; }
#forum td.col-user-details div.author-ip {
  background:transparent url('includes/images/computer-network.png') no-repeat scroll 0 0;
  clear: both; color: #ff0000;
  padding: 0 0 0 20px; margin-top: 8px; }
#forum td.col-user-details div.author-stats {
  background:transparent url('includes/images/script-attribute-p.png') no-repeat scroll 0 0;
  padding-left:20px; }
#forum .breadcrumb a { font-weight:bold; font-size:15px; }

/* SD343 */
#forum .forum-title { clear:both; display:block; height:18px; text-align:center; margin-bottom:8px; padding:4px; width:100%; }
#forum .forum-title h2 { width:100%; }
#forum img.bbcode_img { max-width: 700px !important; }
#forum img.forum-thumb { width:20px; height:20px; vertical-align:top; padding-top:3px; }
#forum a.reply-link { clear:both; display: inline-block; float:right; padding:4px; width:auto; }
#forum a.new-topic-link span {
  background: transparent url(plugins/forum/images/new-topic.png) no-repeat left;
  padding-left: 24px; }
#forum a.button-link { min-width:140px; white-space: nowrap; } /* adapt to max. title */
#forum a.jump-post-link {
  background: transparent url(plugins/forum/images/gotopost.png) no-repeat right;
  padding-right: 20px;
  height: 14px; width: 14px; }
#forum a.forum-tag {
  background:none no-repeat scroll 0 0px transparent;
  background-image:url(includes/images/tag.png);
  padding-left: 18px; }
div.forum-tags-title, div.topic-tags-title {
  font-weight: bold; }
div.forum-tags a, div.topic-tags a {
  background:none no-repeat scroll 0 0px transparent;
  background-image:url(includes/images/tag.png);
  padding-left: 18px; }
#forum a.like-link {
  background:none no-repeat scroll 0 center transparent;
  background-image:url(includes/images/thumb-up.png);
  padding: 2px 1px 2px 20px; }
#forum a.dislike-link {
  background:none no-repeat scroll 0 center transparent;
  background-image:url(includes/images/thumb-down.png);
  padding: 2px 1px 2px 20px; }
#forum a.remove-like-link {
  background:none no-repeat scroll 0 center transparent;
  background-image:url(includes/images/remove-like.png);
  padding: 2px 1px 2px 20px; }
#forum div.likes-box { clear: both; float: right; padding: 6px 4px 6px 0px; }

#image_gallery_image img
{
  border: 1px solid #eee;
  padding: 2px;
}

#image_gallery_sections img
{
  border: 1px solid #eee;
  padding: 2px;
}

#image_gallery_thumbnails img
{
  border: 1px solid #eee;
  padding: 2px;
}
div.rating_wrapper * { font-size:12px !important; margin: 0; border: 0; padding: 0; height: 22px; text-align: left; }
div.rating_wrapper { overflow: show; height: 20px; margin-bottom: 2px; }
div.sp_rating { /*font-family: Helvetica,Arial,sans-serif;*/ line-height:1.7em; height: 100%; color:#5f5f5f; display:block; }
  div.sp_rating div.rating { float:left; padding-right: 4px; padding-top: 0; }
  div.sp_rating div.base { background:url(includes/images/ratings.png) 0 0 no-repeat; width: 85px; height: 16px; float:left; padding-top: 0; padding-right: 4px; overflow:hidden; }
  div.sp_rating div.average { background:url(includes/images/ratings.png) 0 -16px no-repeat; height: 16px; text-indent:-9999px; padding-top: 0; }
  div.sp_rating div.votes { float:left; padding-top: 0; padding-right: 4px; }
  div.sp_rating div.score { background: url(includes/images/ratings.png) 0 0 no-repeat; width:85px;
    height: 16px; float:left; position:relative; padding-top: 0; margin-top: 0; }
  div.sp_rating div.score a {
      display: block; height: 100%; float: left; padding: 0; text-indent: -9999px; position: absolute;
      margin-top: 0; overflow: hidden; line-height: 18px; }
  div.sp_rating a.score1 {width:20%; z-index:55; }
  div.sp_rating a.score2 {width:40%; z-index:54; }
  div.sp_rating a.score3 {width:60%; z-index:53; }
  div.sp_rating a.score4 {width:80%; z-index:52; }
  div.sp_rating a.score5 {width:100%; z-index:51; }
  div.sp_rating div.score a:hover { background:url(includes/images/ratings.png) bottom right no-repeat; }
  div.sp_rating div.rating_status { height: 18px; overflow: hidden; position: relative; }
  div.sp_rating div.rating_score_this { height: 100%; overflow: show; width: 120px; }
  div.sp_rating div.rating_score_this a { color: #44b0eb; }

div.latest_articles { margin-bottom: 8px; }

div.latest_articles_container {
  display: block;
  clear: both;
  height: auto;
  margin: 0;
  padding-right: 14px;
}
div.latest_article { display: block; clear: both; float: none; padding: 0px; margin-bottom: 8px;}
div.latest_article img {
  background-color: #fff;
  display: inline-block;
  float: left;
  padding: 3px;
  border: 1px solid #eee;
  height: 40px;
  padding: 3px;
  margin: 2px 12px 2px 2px;
  width: 40px;
  box-shadow:#333 2px 2px 5px;
  -moz-box-shadow:#333 2px 2px 5px;
  -webkit-box-shadow:#333 2px 2px 5px;
}

/* User Registration plugin CSS */
div#p12_registration {
  margin-bottom: 5px;
  margin-top: 5px;
}
div#p12_registration form {
  background: transparent;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding: 5px;
  max-width: 400px;
}

div#p12_registration table {
  background: none;
  margin-bottom: 15px;
  padding: 15px;
}

div#p12_registration table td.registration-prompt {
    margin-bottom: 10px;
    padding: 10px;
}

div#p12_registration table td.registration-detail {
    margin-bottom: 10px;
    padding: 10px;
}

/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUpButton1 a {background-image:url(includes/images/markitup/bold.png);}
.bbcode .markItUpButton2 a {background-image:url(includes/images/markitup/italic.png);}
.bbcode .markItUpButton3 a {background-image:url(includes/images/markitup/underline.png);}
.bbcode .markItUpButton4 a {background-image:url(includes/images/markitup/picture.png);}
.bbcode .markItUpButton5 a {background-image:url(includes/images/markitup/link.png);}
.bbcode .markItUpButton6 a {background-image:url(includes/images/markitup/colors.png);}
.bbcode .markItUpButton6 ul { padding:1px; width:81px; }
.bbcode .markItUpButton6  li {
    border:1px solid white;
    width:25px;  height:25px;
    overflow:hidden;
    padding:0px; margin:0px;
    float:left;
}
.bbcode .markItUpButton6 ul a {width:25px; height:25px;}
.bbcode .markItUpButton6 ul a:hover { background-color:none; }
.bbcode .markItUpButton6 .col1-1 a {background:yellow;}
.bbcode .markItUpButton6 .col1-2 a {background:orange;}
.bbcode .markItUpButton6 .col1-3 a {background:red;}
.bbcode .markItUpButton6 .col2-1 a {background:blue;}
.bbcode .markItUpButton6 .col2-2 a {background:purple;}
.bbcode .markItUpButton6 .col2-3 a {background:green;}
.bbcode .markItUpButton6 .col3-1 a {background:white;}
.bbcode .markItUpButton6 .col3-2 a {background:gray;}
.bbcode .markItUpButton6 .col3-3 a {background:black;}
.bbcode .markItUpButton7 a {background-image:url(includes/images/markitup/fonts.png);}
.bbcode .markItUpButton8 a { /* Smilies */
  background-image:url(includes/images/smileys/smile.png);
}
.bbcode .markItUpButton9 a {background-image:url(includes/images/markitup/list-bullet.png);}
.bbcode .markItUpButton10 a {background-image:url(includes/images/markitup/list-numeric.png);}
.bbcode .markItUpButton11 a {background-image:url(includes/images/markitup/list-item.png);}
.bbcode .markItUpButton12 a {background-image:url(includes/images/markitup/quotes.png);}
.bbcode .markItUpButton13 a {background-image:url(includes/images/markitup/code.png);}
.bbcode .markItUpButton14 a {background-image:url(includes/images/markitup/clean.png);}
.bbcode .markItUpButtonXX a {background-image:url(includes/images/markitup/preview.png); display: none;}

/* Color Palette */
.bbcode .colors a { background-image:url(includes/images/markitup/colors.png);}
  .bbcode .colors ul {
    width:110px;
    padding:2px !important;
    margin:2px !important;}
  .bbcode .colors li {
    border:1px solid white;
    width:25px;
    height:25px;
    overflow:hidden;
    padding:2px !important;
    margin:2px !important;
    float:left;}
  .bbcode .colors ul a { width:25px; height:25px; }
  .bbcode .colors ul a:hover {background-color: none;}
  .bbcode .colors .col1-1 a {background:yellow;}
  .bbcode .colors .col1-2 a {background:orange;}
  .bbcode .colors .col1-3 a {background:red;}
  .bbcode .colors .col2-1 a {background:blue;}
  .bbcode .colors .col2-2 a {background:purple;}
  .bbcode .colors .col2-3 a {background:green;}
  .bbcode .colors .col3-1 a {background:white;}
  .bbcode .colors .col3-2 a {background:gray;}
  .bbcode .colors .col3-3 a {background:black;}
.bbcode .calculator a { background-image:url(includes/images/markitup/calculator.png); }

/* Smileys - point to /includes/images/smileys folder! v3.3.2 */
.bbcode .smileys a { background-image:url(includes/images/smileys/smile.png); }
  .bbcode .smileys ul {
    width: 126px;
    padding: 2px !important;
    margin: 2px !important; }
  .bbcode .smileys li {
    border: 1px solid white;
    width: 20px;
    height: 22px;
    overflow: hidden;
    padding: 2px !important;
    margin: 2px !important;
    float: left; }
  .bbcode .smileys ul a { width: 20px; height: 20px; }
  .bbcode .smileys ul a:hover {background-color: none;}
  .bbcode .smileys .col1-1 a {background-image:url(includes/images/smileys/smile.png);}
  .bbcode .smileys .col1-2 a {background-image:url(includes/images/smileys/bigsmile.png);}
  .bbcode .smileys .col1-3 a {background-image:url(includes/images/smileys/laugh.png);}
  .bbcode .smileys .col1-4 a {background-image:url(includes/images/smileys/angry.png);}
  .bbcode .smileys .col2-1 a {background-image:url(includes/images/smileys/neutral.png);}
  .bbcode .smileys .col2-2 a {background-image:url(includes/images/smileys/confuse.png);}
  .bbcode .smileys .col2-3 a {background-image:url(includes/images/smileys/surprise.png);}
  .bbcode .smileys .col2-4 a {background-image:url(includes/images/smileys/cool.png);}
  .bbcode .smileys .col3-1 a {background-image:url(includes/images/smileys/tongue.png);}
  .bbcode .smileys .col3-2 a {background-image:url(includes/images/smileys/worry.png);}
  .bbcode .smileys .col3-3 a {background-image:url(includes/images/smileys/wink.png);}
  .bbcode .smileys .col3-4 a {background-image:url(includes/images/smileys/sleepy.png);}
  .bbcode .smileys .col4-1 a {background-image:url(includes/images/smileys/blush.png);}
  .bbcode .smileys .col4-2 a {background-image:url(includes/images/smileys/saint.png);}
  .bbcode .smileys .col4-3 a {background-image:url(includes/images/smileys/blue.png);}
  .bbcode .smileys .col4-4 a {background-image:url(includes/images/smileys/frown.png);}
  .bbcode .smileys .col5-1 a {background-image:url(includes/images/smileys/sweatdrop.png);}
  .bbcode .smileys .col5-2 a {background-image:url(includes/images/smileys/cake.png);}
  .bbcode .smileys .col5-3 a {background-image:url(includes/images/smileys/star.gif);}
  .bbcode .smileys .col5-4 a {background-image:url(includes/images/smileys/heart.gif);}
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * { margin:0; padding:0; outline:none; }
.markItUp a:link,
.markItUp a:visited { color:#000; text-decoration:none; }
.markItUp  { width:98%; margin:5px 0 5px 0; border:5px solid #F5F5F5; }
.markItUpContainer  {
  border:1px solid #ccc;
  background:#FFF;
  padding:5px 5px 2px 5px;
  font:11px Arial, Helvetica, Verdana, sans-serif;}
textarea.markItUpEditor {
  font:14px 'Lucida Console', Courier, monospace;
  margin: 2px;
  border:1px solid #ccc;
  clear:both;
  display:block;
  line-height:17px;
  overflow: scroll;
  width: inherited; }
.markItUpPreviewFrame {
  overflow:auto;
  background-color:#fff;
  border:1px solid #ccc;
  width:99.9%;
  height:300px;
  margin:5px 0;}
.markItUpFooter { clear:both; width:100%; cursor:n-resize; }
.markItUpResizeHandle {
  overflow:hidden;
  width:22px; height:5px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(includes/images/markitup/handle.png);
  cursor:n-resize; }
/* first row of buttons */
.markItUpHeader ul  {
  list-style-type: none !important;
  padding: 2px !important;
  margin: 2px !important;
}
.markItUpHeader ul li,
.markItUpHeader ul ul li {
  margin: 0px !important;
  padding: 0px !important;
}
.markItUpHeader ul li {
  list-style:none !important;
  float:left;
  position:relative;
  margin-right: 2px !important;
  padding: 2px !important;
}
.markItUpHeader ul li:hover {
  background-color: #f0f0f0;
}
.markItUpHeader ul li ul {
  display:none;
  list-style-type: none;
}
.markItUpHeader ul li:hover > ul {
  list-style-type: none;
  display:block;
}
.markItUpHeader ul .markItUpDropMenu {
  background:transparent url(includes/images/markitup/menu.png) no-repeat 115% 50%;
  margin-right:4px;
  z-index: 10; /* 1000; */
}
.markItUpHeader ul .markItUpDropMenu li {
  margin-right:0px;
  list-style: none !important;
}
.markItUpHeader ul .markItUpSeparator {
  background:transparent url(includes/images/markitup/handle.png) repeat-y;
  margin:0 10px;
  width:1px;
  height:16px;
  overflow:hidden;
  background-color:#ccc;
}
.markItUpHeader ul ul .markItUpSeparator {
  width:auto; height:1px;
  margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
  display:none;
  position:absolute;
  list-style:none !important;
  top:22px; left:0px;
  background:#F5F5F5;
  border:1px solid #d0d0d0;
  height:inherit;
  width:120px;
}
.markItUpHeader ul ul li {
  float:none;
  border-bottom:1px solid #d0d0d0;
}
.markItUpHeader ul ul .markItUpDropMenu {
  background:#F5F5F5 url(includes/images/markitup/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
  position:absolute;
  top:-1px; left:120px;
}
.markItUpHeader ul ul ul li {
  float:none;
}
.markItUpHeader ul a {
  display:block;
  width:18px; height:18px;
  text-indent:-10000px;
  background-repeat:no-repeat;
  padding:3px;
  margin:0px;
}
.markItUpHeader ul ul a {
  display:block;
  padding-left:0px;
  text-indent:0;
  width:120px;
  padding:5px 2px 5px 30px;
  background-position:2px 50%;
}
.markItUpHeader ul ul a:hover {
  color:#FFF;
  background-color:#d0d0d0;
  width:inherit;
}
li.markItUpButton {
  list-style:none;
  list-style-type: none;
}
div#p9_top_posters { padding: 0px; margin: 0px; width: 100%; }
div#p9_top_posters div.p9_header { display: none; padding: 4px; }
div#p9_top_posters ul { clear: both; padding: 0; margin: 0; }
div#p9_top_posters ul li {
  list-style: none outside none;
  /* background:none repeat scroll 0 0 #F9F9F9; */
  /* border:1px solid #CFCFCF; */
  height: auto !important;
  line-height: 13px;
  margin: 2px 0 0 0; padding: 2px 0 0 0;
  overflow:hidden; }
/*
div#p9_top_posters ul li:nth-child(odd) {
  background:none repeat scroll 0 0 #e3f2fc;
} */
div#p9_top_posters ul li div.p9-outer { width: 100%; }
div#p9_top_posters ul li div.p9-user { margin-top: 3px; width: 100%; }
div#p9_top_posters ul li img.avatar {
  /* background-color: #fff;
  border: 1px solid #eee; */
  padding: 2px 6px 2px 2px; }
div#p9_top_posters ul li div.p9-avatar {
  background-color: transparent;
  float: left;
  width: auto;
  height: auto;}
div#p9_top_posters ul li div.p9-user {
  /*font-family: Helvetica,Arial,sans-serif !important;
  font-size: 14px;*/
  display: inline;
  float: left;
  font:inherit;
  padding: 4px;
  margin-bottom: auto;
  margin-top: auto;
  width: auto;}
div#p9_top_posters ul li span { font:inherit; padding-top: 4px; }
div#p9_top_posters ul li span.p9-count { color: #666; /* font-size: smaller; */ }

/* User Login Panel plugin CSS */
.login-panel {
  padding: 0px;
  margin: 0 0 8px 4px;
}

.login-panel div.login-avatar {
  clear: both;
  display: block;
}

.login-form { padding: 0; }
  .login-form input { width: 70px; }
  .login-form .login-div-user1 { display: inline; float: left; padding: 0px; vertical-align: middle; width: 80px;}
  .login-form .login-div-user2 { display: block; clear: right; }
  .login-form .login-div-pwd1  { clear: left; display: inline; float: left; padding: 0px; vertical-align: middle; width: 80px; }
  .login-form .login-div-pwd2  { display: block; clear: right; }
  .login-form .login-div-remember { display: block; clear: both; padding: 0px; width: 100%; }
  .login-form .login-div-remember input { border: 0; padding: 4px; }
  .login-form .login-div-submit   { display: block; clear: both; padding: 0px; }
  .login-div-register { display: block; clear: both; padding: 6px; width: 100px; }
  .login-div-lostpwd { display: block; clear: both; padding: 6px; width: 100px; }

.login-form input[type="submit"] {
  background-color: #58B9EB;
  border: 1px solid #40A2D4;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px 2px 8px;
  margin: 4px 4px 8px 0px;
  width: auto;
  border-radius:4px;
  -webkit-border-radius:4px;
}

.login-form input[type="submit"]:hover {
  background-color:#80cdf5;
  border-color:#52b1e2;
}

.login-welcome {
  clear: right;
  display: block;
  font-size: 12px; font-weight: bold;
  padding: 0;
  margin-bottom: 8px;
}
div#user-profile { border: none; }
form.usercp-form {
  background: transparent;
  border: 0;
  margin-bottom: 10px;
  padding: 5px 5px 5px 0;}
table.usercp-table { margin-bottom: 15px; padding: 15px; }
table.usercp-table td.usercp-prompt { margin-bottom: 10px; padding: 10px; }
table.usercp-table td.usercp-detail { margin-bottom: 10px; padding: 10px; }
div.ucp-groupheader {
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  font-size: 14px; font-weight: bold;
  margin: 0 0 5px 0 !important;
  padding: 5px !important; }
#ucpDelForm button.primaryAction,
#ucpForm button.primaryAction {
  background-color: #58B9EB;
  border: 1px solid #40A2D4;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Helvetica,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  margin: 6px;
  width: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#ucpForm button.primaryAction:hover {
  background-color:#80cdf5;
  border-color:#52b1e2; }

/* NEW User Control Panel / Member Page */
#ucp_table {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  clear: both;
  margin: 0;
  padding: 4px 2px 4px 2px;
  width: 100% !important;
}
#ucp_table .ucp_left_col {
  background-color: transparent;
  border: none;
  padding: 0 8px 10px 8px;
  margin: 0;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
  width: 200px !important;
}
#ucp_table .content_cell {
  color: #000;
  background: #fff;
  margin: 0 0px 0 0 !important;
  padding: 4px 0px 0 4px !important;}
#ucp_content {
  border:none;
  margin:0 !important;
  margin-right:4px !important;
  min-height:440px;
  padding:0 !important;
  top:0; }
#ucpForm { margin: 0; padding: 0; }
#ucpDelForm { border: 1px solid #ccc; margin: 0; padding: 0; }
#ucpDelForm div.buttonHolder,
#ucpForm div.buttonHolder {
  clear: both;
  background-color: transparent;
  margin: 4px 0 4px 0;
  padding: 2px 2px 10px 2px;
  height: 35px;
  text-align: center;}
#ucpForm fieldset legend { padding: 0.5em !important; }
/*#ucpForm fieldset div { padding: 4px !important; }*/
#ucpForm fieldset div label { display: inline-block; width: 200px; }
#ucpForm fieldset div input[type="text"],
#ucpForm fieldset div radio,
#ucpForm fieldset div select  { padding: 2px; display: inline-block; line-size: 1px; margin-right: 8px; }
#ucpForm fieldset .ctrlHolder { padding: 4px !important; border-bottom: 1px solid #efefef; margin: 4px; }
#ucpForm fieldset .ctrlHolder.focused { background: #fffcdf; }
#ucpForm fieldset div label.error{ display: inline; color: red; }
#ucpForm fieldset textarea { display: inline-block; margin-left: 18px; margin-right: 18px; min-height: 180px; }
#ucpForm fieldset img { border: none; margin: 0 !important; padding: 2px !important; }
#ucpForm .ucp_value_only { font-weight: bold; padding: 6px; }
#ucpForm .ctrlHolder p { margin: 0 8px 0 0 !important; padding: 2px !important; }
.ucp_groupitems a:hover,
#ucpForm a:hover { text-decoration: underline; }

#ucpForm ul.uni-ul,
#ucpForm ul.uni-ul li,
#ucpForm ul.attachments li,
#ucpForm ul.attachments {
  list-style: none !important; list-style-type: none !important;
  margin-right: 8px;
  padding: 0px;
  text-align: left;
  width: auto;
}
#ucpForm div.attachments-container { font-weight: bold; }
#ucpForm ul.attachments { margin: 2px; }
#ucpForm ul.attachments li { padding: 4px !important; }
#ucpForm ul.attachments li a { font-size: 11px; }

#ucpForm ul.uni-ul label {width: 100% !important; }
#ucpForm .markItUp { border: 1px solid #c0c0c0; }
#ucpForm .markItUpContainer { border: none; clear: both; height: auto !important; min-height: 240px !important; margin: 0 !important; padding: 0 !important; }
#ucpForm .markItUpHeader { clear: both; display: block; height: 24px; margin: 0 !important; padding: 2px !important; }
#ucpForm .markItUpHeader ul { margin: 0px !important; padding: 0 !important; }
#ucpForm .markItUpHeader li.markItUpButton { margin: 2px !important; padding: 1px !important; }
#ucpForm .markItUpResizeHandle { overflow:hidden; clear: both; width:22px; height:5px; margin-left:auto; margin-right:auto; margin-bottom: 4px;
  background-image:url(includes/images/markitup/handle.png); cursor:n-resize; }
#ucpForm textarea.ucp_nobbcode,
#ucpForm textarea.ucp_bbcode,
#ucpForm textarea.bbcode { clear: both; font-size: 13px; margin: 0 6px 4px 6px !important; padding: 0 !important; min-height: 230px; width: 98% !important; }
div#profile_indicator {
  background-color: #d0d0d0 /*#FFF7D6*/;
  border: 1px solid #c0c0c0;
  border-left: 1px solid transparent;
  display: none;
  float: right;
  height: 18px;
  left: 150px;
  overflow: hidden;
  padding: 4px;
  position: static;
  margin: 0px;
  margin-top: 4px;
  margin-right: 0px;
  width: 20px;
}
div#profile_indicator img {
  background-color: transparent;
  border: none;
  display: inline;
  height: 16px;
  width: 16px;
}
span.ucp_home_image {
  background: transparent url("includes/images/home.png") no-repeat 2px center;
  padding-left: 16px;
}
div.ucp_okMsg,
div.ucp_errorMsg {
  clear: both;
  display: block;
  margin: auto 10px !important;
  padding: 8px !important;
  text-align: center;
}
div.ucp_okMsg { background-color: #C1FFD1; border: 1px solid #E0E0E0; }
div.ucp_errorMsg { background-color: #ffeaef; border: 1px solid #ff829f; }
div.ucp_errorMsg ol,
div.ucp_errorMsg ul {
  font-size: 14px;
  list-style: none;
  padding: 6px !important;
}
div.ucp_okMsg h3 { font-size: 15px !important; font-weight: bold !important; margin: 0px !important; padding: 0px !important; }

.ucp_groupitems {
  list-style-position: inside;
  list-style-type: none;
  margin: 0px !important;
  margin-bottom: 8px !important;
  padding: 0 !important;
}

.ucp_groupitems li,
.sectionbar  {
  font-size: 14px !important;
  font-weight: bold;
  overflow: hidden;
  margin: 0 !important;
  vertical-align: middle;
  white-space: nowrap;
}
.ucp_groupitems li {
  border: 1px solid #d0d0d0;
  height: 18px !important;
  line-height: 17px !important;
  list-style-type: none;
  margin-bottom: 3px !important;
  padding: 3px 4px 2px 10px !important;
  white-space: nowrap;
  width: auto;
}
.ucp_groupitems li,
.ucp_groupitems li a,
.ucp_groupitems li .ucp_unread {
  font-size: 13px !important;
  font-weight: bold;
}
.ucp_groupitems li .ucp_unread {
  color: red;
}
.sectionbar {
  background-color: #d0d0d0 /*#FFF7D6*/;
  border: 1px solid #c0c0c0;
  height: 18px;
  line-height: 18px;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
  padding: 4px !important;
}
.sectionbar,
.sectionbar a {
  color: #000;
  font-size: 13px !important;
  font-weight: bold !important;
}

.current-item, .current-item a {
  background-color: #00BFEB !important;
  color: #fff !important;
}
.round_corners {
  border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}
input#cpicker { height: 22px; font-size: 13px; margin: 0; padding: 0; }
/* Profile Dashboard */
#ucp_content #ucp_username { font-size: 24px; line-height: 24px; }
#ucp_user_text,
#ucp_displayname,
#ucp_username {
  margin-bottom: 8px;
  padding: 4px;
}
#ucp_displayname,
#ucp_displayname span {
  font-size: 14px;
  line-height: 14px;
}
#ucp_displayname span { font-style:normal; font-weight: bold; }
#ucp_dashboard {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
}
.ucp_status_title {
  clear: both;
  color: #000;
  font-weight: normal;
  font-style: italic;
  margin: 10px 4px 4px 4px !important;
  padding: 6px !important;
  text-align: center;
}
.ucp_status_links {
  clear: both;
  display: block;
  font-weight: bold;
  font-style: normal;
  height: auto;
  margin: 10px 4px 10px 4px !important;
  padding: 6px !important;
  text-align: left;
}
.ucp_status_links a {
  font-size: 13px !important;
  font-weight: bold;
}
.ucp_status_container {
  clear: both;
  padding: 4px !important;
  width: 100%;
}
.ucp_avatar {
  border: 1px solid #e0e0e0;
  display: inline-block;
  float: left;
  min-height: 50px;
  margin: auto !important;
  left: 0; top: 0;
  padding: 2px !important;
  text-align: center;
  vertical-align: middle;
  min-width: 50px;
}
.ucp_avatar img {
  margin: 2px !important;
  padding: 2px !important;
  min-height: 40px;
  min-width: 40px;
  height: 60px;
  width: 60px;
}

.ucp_messages {
  background-color: transparent;
  clear: both;
  color: #000;
  display: block;
  height: 350px;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0px;
  width: auto;
}
.ucp_message_container {
  clear: both;
  display: block;
  height: auto;
  margin: 4px;
  margin-bottom: 6px;
  padding: 4px;
  width: auto;
}
.ucp_message_right {
  display: inline;
  float: right;
  font-weight: bold;
  width: 85%;
}
.ucp_message_header {
  margin: 4px;
}
.ucp_message_footer {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  clear: both;
  padding: 4px;
  margin: 2px;
  margin-bottom: 4px;
  text-align: right;
}
.ucp_messagetext {
  border: 1px solid #e0e0e0;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  padding: 4px 6px 4px 6px;
  white-space: nowrap;
}

.ucp_statustext {
  border: 1px solid #e0e0e0;
  display: inline-block;
  float: left;
  font-weight: bold;
  overflow: hidden;
  /*height: 64px;*/
  height: 100%;
  margin-left: 16px !important;
  margin-top: 4px !important;
  padding: 6px !important;
  position: relative;
  text-align: left;
  width: 608px;
}
.ucp_substatus {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  clear: both;
  color: #000;
  font-style: italic;
  font-weight: normal;
  margin: 0 !important;
  margin-top: 4px !important;
  padding: 4px;
}
.ucp_statustext textarea {
  border: 1px solid #f0f0f0;
  font-size: 13px;
  font-weight: bold;
  height: auto;
  padding: 4px;
  margin: 0;
  width: 98%;
}

ol.links_list {
  margin: 2px !important;
  margin-top: 2px !important;
  list-style: none;
}
ol.links_list li {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline;
  float: left;
  padding: 4px 6px 4px 6px !important;
}
ol.links_list li:last-child {
  border-right: 1px solid #fff;
}

div.recipients_list {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  height: auto;
  margin: 4px !important;
}
ul.recipients_list {
  border: none;
  clear: both;
  margin: 0px;
  padding: 2px !important;
}
ul.recipients_list li {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  float: left;
  display: inline-block;
  height: 22px !important;
  list-style-type: none;
  padding: 1px;
  margin: 2px;
  vertical-align: top;
}
ul.recipients_list li div {
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 11px !important;
  padding: 2px !important;
  margin: 1px !important;
  position: relative;
  width: auto;
}
ul.recipients_list li img {
  display: inline-block;
  float: left;
  position: relative;
  right: 0px;
  height: 16px;
  width: 16px;
}
ul.recipients_list li img:hover {
  background-color: #e0e0e0;/*#FFF7D6*/;
}

div#bcc_container {
  background-color: #fafafa;
  border: none;
  clear: both;
  display: block;
  padding: 10px !important;
  margin: 0;
  margin-bottom: 8px auto !important;
  width: auto;
}
div.ucp_mailboxes_top {
  margin-top: 4px !important;
}
div.ucp_mailbox_header {
  margin-top: 4px !important;
  padding: 4px;
}
/*
a.button {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 12px center;
  border: 1px solid #c5cbcb;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 6px 14px 6px 14px !important;
  width: auto;
  margin-bottom: 8px !important;
  box-shadow:#333 2px 2px 5px; -moz-box-shadow:#333 2px 2px 5px; -webkit-box-shadow:#333 2px 2px 5px;
}
*/
#ucpForm a.button {
  background-color: #44B0EB; /* #0D5EA3; */
  background-image: none;
  border: 1px solid #40A2D4;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 8px 5px 8px !important;
  margin: 4px !important;
  width: auto;
  white-space: nowrap;
  border-radius:4px;
  -webkit-border-radius:4px;
}
div.msg_operations a.button:hover { background-color: #3095cc; }

a.button-small:hover,
a.button:hover { background-color: #e0e0e0; }
a.round_button {
  border-radius: 14px 14px 14px 14px;
  border-radius: 14px 14px 14px 14px;
  -webkit-border-radius: 14px 14px 14px 14px;
  border: 1px solid #BBBBBB;
  color: #444444;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  margin: 0px !important;
  padding: 4px 10px !important;
  text-decoration:none;
  text-shadow:0 1px 0 #fff;
}
a.round_button:hover { background-color: #dbd9d9; }
a.msg_title {
  font-size: 14px;
  font-weight: normal;
}
a.msg_sender {
  font-size: 13px;
}
a.msg_unread {
  color: #0000FF;
}
a#bcc_toggle {
  font-size: 12px; float: right;
  padding: 2px;
}
a.msg-edit {
  background: transparent url("includes/images/edit.png") no-repeat 0 0 transparent;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0;
  padding-left: 22px;
}
a.msg-delete {
  background: transparent url("includes/images/eraser.png") no-repeat top center transparent;
  display: inline-block;
  height: 18px;
  line-height: 16px;
  padding: 0;
  padding-left: 22px; }
div#discussion { margin: 0 5px 0 0 !important; padding: 0 !important; }
div#discussion ol, div#discussion ol li { margin: 0 2px 0 0 !important; padding: 0 !important; }
div#discussion .discussion_editor_header { padding-left: 4px; font-weight: bold; }
div#subscription ol li,
div#member { width: auto; margin: 0 12px 0 0; }
div#member ul { margin: 0 10px 0 0 !important; padding: 0 !important; }
div#member ul li,
div#discussion ol li {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #CFCFCF;
  font-style: normal;
  height: auto !important;
  list-style: none outside none;
  overflow: hidden;
  width: 100%;
}
div#subscription ol li,
div#discussion ol li { clear: both; margin: 0 0 4px 0 !important; padding: 0; }
div#member ul li {
  margin: 4px 12px 4px 0 !important;
  padding: 6px !important; }
div#member ul li:first-child { margin-top: 0 !important; }

div#subscription ol.discussion-list li { list-style-type: none; }

div#subscription ol li div.subscription,
div#discussion ol li div.discussion {
  min-height: 60px;
  margin: 0;
  padding: 0px !important;
  width: 99%;
}
div#discussion ol li div.discussion-admin {
  float: right;
  display: inline-block;
  margin: -4px 0px 2px 2px;
  height: 22px;
  padding: 2px;
  vertical-align: top;
  right: 0;
  top: 0;
}
div.subscription-options {
  float: left;
  font-size: 8pt;
  display: inline-block;
  margin: -4px 0px 2px 2px;
  height: 100%;
  padding: 2px;
  position: relative;
  text-align: left;
  vertical-align: top;
  right: 0 !important;
  top: 0;
}
div#discussion div.discussion-admin a { display: inline-block; }
div#member div.member-admin:hover,
div#discussion div.discussion-admin:hover { background-color: #FFC0C0; }
div#member div.member-admin:hover span,
div#discussion div.discussion-admin:hover span { display: inline; }
div#subscription div.avatar-column,
div#discussion div.avatar-column { float: left; padding: 2px; width: auto; }
div#subscription img.avatar,
div#discussion img.avatar { background-color: #fff; border: 1px solid #eee; padding: 0px; height: 50px; width: 50px; }
div#subscription div.message-column,
div#subscription div.message-column,
div#discussion div.message-column { font-size: 13px; margin-left: 60px; margin-right: 0; padding: 4px; width: auto; }
div#discussion p { padding: 2px; margin-top: 4px; }
div#member span,
div#discussion span { font-size: 13px; line-height: 20px; padding: 0; }
div#discussion span.date { color: #666; display: inline; width: auto; }

div#member div.avatar-column { float: left; margin: 4px; margin-top: 2px; padding: 2px; width: auto; }
div#member img.avatar { background-color: #fff; border: 1px solid #a0a0a0; padding: 2px; height: 50px; width: 50px; }
div#member div.member-column { margin: 4px 4px 4px 60px; width: auto; }
div#member div.member-column div { margin: 2px; }
div#member #username { clear: right; display: block; font-size: 24px !important; line-height: 24px !important; padding: 0 !important; padding-top: 4px !important; }
div#member #status_text { clear: right; display: block; font-size: 14px; padding: 4px !important; }
div#member #group_name { clear: right; display: block; font-size: 13px; padding: 4px !important; }

/* Messages table (discussions/private messages) */
.forumtbl,
.subscriptiontbl,
.discussiontbl,
.messagetbl {
  border-collapse: collapse;
  border: none;
  empty-cells: show;
  padding: 2px 4px 2px 4px;
  margin: 4px 0 0 0;
  width: 100%;
}
.forumtbl th,
.subscriptiontbl th,
.discussiontbl th,
.messagetbl thead th {
  background-color: #f0f0f0; /* #44B0EB; */
  border-bottom: 1px solid #d0d0d0;/* #91CDF5; */
  border-top: 1px solid #d0d0d0;/* #91CDF5; */
  color: #000;
  font-weight: bold;
  padding: 6px;
}
.messagetbl thead th.firstcol {
  border-left: 1px solid #d0d0d0;
  text-align: center;
  width: 20px;
}
.subscriptiontbl td,
.discussiontbl td,
.messagetbl td { margin: 0; padding: 2px 4px 2px 4px;
  border-bottom: 1px solid #d0d0d0;
}
.forumtbl td { margin: 0; padding: 2px 4px 2px 4px; }
.forumtbl td.
{ padding-right: 20px !important; text-align: right; width: 180px; }
.forumtbl th.datecol { width: 110px; text-align: right; padding-right: 10px }
.messagetbl td.datecol { width: 110px; text-align: right; }
.messagetbl td.discussioncol {
  margin: 0;
  padding: 0;
  border: 1px solid #d0d0d0;
}

tbody.discussion_master { background-color: #d0d0d0 /*#FFF7D6*/; color: #000; }
tbody.discussion_master td {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  color: #000;
  font-size: 12px;
  padding: 4px;
  vertical-align: top;
}
span.master_title   { font-size: 16px; font-weight: bold; }
span.master_replies { font-size: 13px; }
span.master_views   { font-size: 11px; }

input#msg_op_submit2,
input#msg_op_submit { margin: 2px; padding: 3px; }

/* New Message */
div#ucp_message_options_title{
  border: 1px solid #d0d0d0;
  background-color: #f0f0f0;
  clear: both;
  padding: 4px;
}
div#ucp_msg_options {
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  border-top: none;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
div#ucp_msg_options div { width: 99% !important; }
div#ucp_msg_options p { clear: both; padding: 4px; }

/* Inbox/outbox options */
div.msg_operations {
  clear: both;
  display: block;
  height: 28px;
  margin: 0;
  padding: 4px;
  text-align: right;
  vertical-align: middle;
  width: auto;
}
div.msg_operations div {
  clear: none;
  display: inline-block;
  padding: 7px;
}
div.msg_operations input {
  border: 1px solid #a0a0a0;
  padding: 1px; margin: 0;
  margin-left: 4px;
}
select#msg_operation {
  border: 1px solid #d0d0d0 !important;
  clear: none;
  display: inline; float: right !important;
  margin: 3px;
  width: 200px !important;
}
input.ucpLoading {
  background: transparent url("includes/css/images/indicator.gif");
  background-repeat: no-repeat;
  background-position: center right;
}
div.msg_text,
div.discussion_reply_header,
div.reply_header,
div.message_header {
  background-color: #f0f0f0/* #F7F7FF */;
  border: 1px solid #d0d0d0;
  color: #000;
  clear: both;
  display: block;
  padding: 5px;
  margin: 0;
  margin-bottom: 8px;
  width: auto;
}
div.discussion_reply_header {
  background-color: #d0d0d0 /*#FFF7D6*/;
  margin: 0;
}
div.msg_text {
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding: 5px 5px 8px 5px !important;
  margin: 0 !important;
  width: auto;
}
div.discussion_reply_header .header_title,
div.message_header .header_title,
div.reply_header .header_title {
  clear: both;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 8px 2px 8px 2px;
  padding: 2px;
}
div.reply_header a,
div.message_header a {
  color: #55A817;
  font-size: 14px !important;
  font-weight: bold;
}
/* Generic styles */
.bigger { font-size: 14px !important; font-weight: bold; }
.ucp_color_bglighter,
.ucp_color_lighter { background-color: #f0f0f0; color: #000; }
.ucp_color_lighter { border: 1px solid #c0c0c0; }
.ucp_color_bglight, .ucp_color_light { background-color: #e0e0e0; color: #000; }
.ucp_color_light { border: 1px solid #b0b0b0; }
.lastcol { width: 20px; text-align: center; }
.lborder { border-left:  1px solid #d0d0d0; }
.rborder { border-right: 1px solid #d0d0d0; }
.is_unapproved { background-color: #FFC0C0 !important; border: 1px solid #FF0000 !important; }
.ucp_clear { display: block; clear: both; height:1px !important; margin:0 !important; padding:0 !important; }
.padding_small { padding: 4px !important; }
a.imglink {
  display: inline-block;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  margin: 0 2px 0 2px !important;
  padding: 0px 2px 0px 20px !important;
  vertical-align: middle;
  white-space: nowrap; }
a.messageprivate { background: transparent url(includes/images/up_blue_14.png) no-repeat 2px center; }
a.messagequote { background: transparent url(includes/images/mail.png) no-repeat 2px center; }
a.imgdownload { background: transparent url(includes/images/download.png) no-repeat 2px center; }
a.imgedit { background: transparent url(includes/images/icon-edit.gif) no-repeat 2px center; }
a.imgdelete { background: transparent url(includes/images/eraser.png) no-repeat 2px center; }
a.imgemail { background: transparent url(includes/images/email.png) no-repeat 2px center; }
a.imgsmall { padding-left:16px !important; margin: 1px !important;}
a.messageprivate:hover,
a.messagequote:hover,
a.imgdownload:hover,
a.imgdelete:hover,
a.imgedit:hover { outline: none; text-decoration: none !important; }
/* My Content - Forum messages */
table.forumtbl div.forum_post { background-color: #f0f0f0; border: 1px solid #c0c0c0;
  margin: 2px; overflow:auto; padding: 8px; width: 686px; }
table.forumtbl div.forum_post li { list-style: inside; }
table.forumtbl div.bbcode_code { width: 660px; }
table.forumtbl div.bbcode_code pre { width: 655px; overflow: auto;}

div.forum-pagination { clear:right; margin:0 0 4px 0; padding:4px 0 0 0; }
div.forum-pagination a,
div.forum-pagination span {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F3EEEA;
    /* background: url(includes/images/bbbg.gif) repeat-x scroll 0 0 #F3EEEA; */
    border-color: #DFD7C2 #DFD7C2 #878787;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #766549;
    font: normal 11px "Helvetica", "Trebuchet MS",Arial,sans-serif;
    /*height: 26px;*/
    margin-bottom: 5px;
    padding: 4px 8px 4px 8px;
  }
div.forum-pagination a { cursor: pointer; margin-right:2px}
div.forum-pagination a:hover { background-image:none;background-color:#44B0EB;color:#fff; text-decoration: none; }
div.forum-pagination span.current {
  /* padding:2px 3px 2px 3px; margin:1px; */
  background-image:none;
  background-color:#44B0EB; color:#fff; font-weight:bold; }
div.forum-pagination span.disabled { color: #d0d0d0; padding:4px; margin:1px 4px 1px 1px; }
img.ucp_image { max-width: 200px; max-height: 200px; }
.ucp_infobox { padding:8px;margin:8px 4px 0 0; }

/* Hides the whole contact form until needed */
#contactForm {
  max-width: 500px;
  border:0;
  padding:2px 2px;
  display:block;
}

/* Loading bar */
.bar {
  display:none;
  background:url(../images/ajax-loader.gif) no-repeat center;
  margin-top:50px;
  height:40px; width:230px;
}

/* Hides the confirmation message until needed */
#messageSent { display:none; }

/* This hides the form validation alert messages until needed */
#contactForm span {
  background-color: #fff;
  display:none;
  font-size:12px;
  line-height:10px;
  padding-left:6px;
  padding-bottom:2px;
  color:#800000;
}

/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */
#contactForm textarea, #contactForm input {
  width: 80%;
  font-family: Arial, Geneva, sans-serif;
  /* background:#6d6d6d url(../images/contact_input.png) repeat-x top; */
  border:1px solid #8a8a8a;
  height:15px;
  line-height:14px;
  font-size:12px;
  padding:2px 2px 0px;
  }
#contactForm input { height: 20px; line-height:15px; font-size: 13px; margin: 1px; padding: 2px; }
#contactForm textarea { height:114px; font-family: Arial, Geneva, sans-serif; }
#contactForm .submit {
  border:1px solid #aba8a8;
  background:#e5e5e5;
  text-transform:uppercase;
  color:#4d4d4d;
  font-weight:bold;
  padding:7px 16px 7px 14px;
  height:37px; width:130px;
  cursor:pointer;
  margin-top:10px;
  }
#contactForm .submit:active { background: #cacaca; color:#4d4d4d; }
#contactForm label { padding-left: 4px; font-weight: bold; }
#contactForm p { padding-bottom: 4px; }

input.p6_error { background-color: #FFC0C0; color: #000; }

