
.stretch,
.clear {
  clear:both; 
  height:1px; 
  margin:0; 
  padding:0; 
  font-size: 15px;
  line-height: 1px;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html>body .clearfix {
  display: inline-block; 
  width: 100%;
}

* html .clearfix, *+ html .clearfix {
  height: 1%;
}


.replace {
  display:block;
  
  background-repeat: no-repeat;
  background-position: left top;
  background-color:transparent;
}
.replace * {
  text-indent: -10000px;
  display:block;
  
  background-repeat: no-repeat;
  background-position: left top;
  background-color:transparent;
}
.replace a {
  text-indent:0;
}
.replace a span {
  text-indent:-10000px;
}


span.accesskey {
  text-decoration:none;
}
.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
}

body {
  text-align: left;
  font-family: Arial, sans-serifarial, Verdana, Helvetica;
  font-size: 12px;
  line-height: 1.5em;
  color: black;
}

img {
  border: 0;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  padding: 0;
  color: black;
}
h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  padding: 0;
  color: black;
}
h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  padding:0;
  color: black;
}
h4 {
  font-size: 1.15em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
  padding: 0;
  color: black;
}
h5 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
  padding: 0;
  color: black;
}
h6 {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
  padding: 0;
  color: black;
}

p {
  margin: 0;
  padding: 0;
}
blockquote {
  border-left:10px solid #ddd;
  margin-left:10px;
}
pre {
  font-family: monospace;
  font-size: 1.0em;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style:italic;
}
code {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  white-space: pre;
}

ul {
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul li {
  margin: 0 0 0.25em 30px;
  padding: 0;
}
ol {
  font-size: 1.0em;
  line-height: 1.4em;
  margin: 0 0 1.5em 0;
  padding: 0;
}
ol li {
  font-size: 1.0em;
  margin: 0 0 0.25em 30px;
  padding: 0;
}
dl {
  margin: 0 0 1.5em 0;
  padding: 0;
  line-height: 1.4em;
}
dl dt {
  margin: 0.25em 0 0.25em 0;
  padding: 0;
}
dl dd {
  margin: 0 0 0 30px;
  padding: 0;
}


th {
  font-weight: bold;
  text-align: left;
}
td {
  font-size: 1em;
}
/* END TABLE */	

hr {
  height: 1px;
  margin: 1.5em 10px;
  border-bottom: black thin;
}

/* END TYPOGRAPHY */	
form {
  margin:0;
  padding:0;
  clear: both;
}
form div,
form p {
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0;
}
label {
  font-weight: bold;
  float: left;
  width: 25%;  
}
fieldset {
  border: 1px solid #eee;
  padding: 5px 10px;
  margin: 0;
}
fieldset legend {
  color: #666;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0 0px;
  padding: 0;
}
* html fieldset legend {
  margin: 0 0 10px -10px;
}
fieldset ul {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
fieldset ul li {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
input.text, select, textarea {
  margin: 0;
  border: 1px solid #069;
  padding: 1px 3px;
  vertical-align: middle;
}

input.text {
  height: 18px;
  font-family: Arial;
}

input.check {
  border: none;
  width: auto;
  height: auto;
  margin: 0;
}
input.radio {
  border: none;
  width: auto;
  height: auto;
  margin: 0;
}
input.file {
  height: auto;
  width: 250px;
}
input.readonly {
  background-color: transparent;
  border: none;
}
input.button, input.submit {
  background: #006699;
  color: white;
  cursor:pointer;
  font-size: 9pt;
  height:23px;
  padding:2px 5px;  
  border:1px solid #d2f3fd;
  vertical-align: middle;
}
input.image {
  border: none;
  width: auto;
  height: auto; 
}
textarea {
  font-size: 9pt;
}
form div.submit {
  margin: 1em 0;
}
form div.submit input {
  height: 2em;
  width: 15em;
}


div#nav div.wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  padding-bottom: 6px;
  background: #6293bb url(images/shadow.png) repeat-x bottom left;
}
div#nav ul {
  width: 100%;
  
  margin: 0;
  padding: 0;
}
div#nav li {
  float: left;
  display: inline;
  
  list-style: none;
  
  margin: 0;
  padding: 0 10px;
  
  line-height: 1em;
  background-image: url(images/line_white.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
div#nav li.last {
  background: none;
}
div#nav a,
div#nav a:link,
div#nav a:active,
div#nav a:visited {
  display: inline-block;
  /* hide from ie/mac \*/
  display: block;
  /* end hide */
  font-weight: bold;
  text-decoration: none;
  
  margin: 0;
  padding: 7px 15px;
  
  color: white;
}
div#nav a:hover, div#nav a.selected {
  background-color: #3671a5;
}

div#content {
  position: relative;
  width: 701px;
  
  margin: 0 auto 20px auto;
  padding: 0;
  
  text-align: left;
}
div#main {
  width: 100%;
  padding-top: 28px;
}
div#local {
  width: 100%;
}
div#sub {
  width: 100%;
}
div#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

body {
  margin: 0;
  padding: 0;
  
  background: white;
  
  text-align: center;
}
div#page {
  width: 950px;
  
  margin:  0 auto;
  padding: 0;
  
  background: white;
  text-align: center;
}

div#header {
  padding: 0;
  margin: 0;
  color: white;
  background-color: white;
  height: 100px;
}
div#branding {
  float: left;
  width: 200px;
  
  margin: 5px 0;
    
  text-align: left;
}
div#search {
  float: right;
  width: 49%;
  
  margin: 0;
  padding: 16px 20px 0 0;
  
  text-align: right;
}

div#content {
  width: 100%;
  margin-top: 40px;
}

div#footer {
  color: black;
  background-color: white;  
}
div#footer p {
  font-size: 0.8em;
  
  margin: 0;
  padding: 15px;
}




ul.subnav {
  margin: 0;
  padding: 0;
  
  font-size: 0.8em;
  list-style: none;
}
ul.subnav li {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
ul.subnav li a,
ul.subnav li a:link,
ul.subnav li a:visited,
ul.subnav li a:active {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
ul.subnav li a:hover {
  text-decoration: underline;
}
ul.subnav li strong {
  padding: 0 0 0 12px;
  background: url("../i/subnav-highlight.gif") left top no-repeat transparent;
}
ul.subnav li strong a,
ul.subnav li strong a:link,
ul.subnav li strong a:visited,
ul.subnav li strong a:active {
  color: white;
  background-color: black;
}
a {
    color: #006699;
    text-decoration: none;
}

a:hover, a:active {
    color: #BC2A4D;
    text-decoration: underline;
}

blockquote {
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

cite {
    font-weight: bold;
    margin-left: 3px;
}

ul#user_nav {  
    margin: 5px 0 0 0;
    padding: 2px;
    height: 20px;
}

ul#user_nav li {
    float: right;
    display: inline;
    
    list-style: none;
    
    margin: 0;
    padding: 0 2px;
    
    line-height: 1em;
    background-image: url(/images/line_gray.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

ul#user_nav li.last {
    background: none;
}

ul#user_nav li.highlight {
    font-family: Verdana;
}

ul#user_nav span {
    display: block;
    padding: 5px;
}

ul#user_nav a {
    display: block;
    text-decoration: none;   
    margin: 0;
    padding: 5px;
    color: gray;
}

ul#user_nav a:hover {
    text-decoration: underline;
    color: white;
    background-color: gray;
}

ul#user_nav li.unread_messages a {
    background-image: url(/images/newpm.gif); 
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 5px;
    padding-left: 25px;
}

ul#user_nav li.my_group_updated a {
    background-image: url(/images/icon_ring.gif); 
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 5px;
    padding-left: 25px;
}

ul#user_nav li#location_ad {
    float:left;
    background-image:url(/images/yellow_east_arrow.gif);
    background-position:left center;
    padding-left:10px;
    margin-left:20px;
}

div#site_nav ul {
    width: auto; 
    width: 100%;
    
    margin: 0;
    padding: 0;
    
    line-height: 1em;
    list-style: none;
}

div#site_nav li {
    display: inline;
    list-style: none;    
    margin: 0;
    padding: 3px 10px 3px 10px;
    line-height: 1em;
    border-right: 1px solid #aaa;
}

div#site_nav li.last {
    border-right: none;
}

div#channel_nav {
    position:absolute;
    left: 0;
    top: 0px;
}

div#channel_nav ul {
    width: auto; 
    width: 100%;
    
    margin: 0;
    padding: 0;
    
    line-height: 1em;
    list-style: none;
}

div#channel_nav li {
    display: inline;
    float: left;
    list-style: none;    
    margin: 0;
    line-height: 1em;
    border: 1px solid #feddca;
    border-right: 0px;
}

div#channel_nav li.last {
    border-right: 1px solid #feddca;
}

div#channel_nav a {
    display: inline-block;
    /* hide from ie/mac \*/
    display: block;
    /* end hide */
    text-decoration: none;
    
    margin: 0;
    padding: 4px 25px;
    
    color: green;
}

div#channel_nav a:hover, div#channel_nav a.selected {
    background-color: #feddca;
}

div#ad {
    float: right;
    margin: 5px 0;
    width: 720px;
}

div#copyright {
    margin: 10px;
}

.pagination {
    padding: 5px;
    float: right;
}

.pagination a, .pagination a:link, .pagination a:visited {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #006699;
}

.pagination a:hover, .pagination a:active {
    border: 1px solid #006699;
    color: #000;
    text-decoration: none;
}

.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #006699;
    font-weight: bold;
    background-color: #006699;
    color: #FFF;
}

.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
}

a.underline, .underline a { text-decoration: underline; }

.hilite1 { background-color: #ff0; }
.hilite2 { background-color: #5f5; }
.hilite3 { background-color: #afa; }
.hilite4 { background-color: #0ff; }


span.arrow {
    font-weight:normal;
    font-size:0.9em;
    color:#999;
}

.validation-advice {
    margin: 0;
    padding: 0 0 0 3px;
    color : #FF3300;
    font-weight: bold;
}

.odd {
    background-color: #EFFAFF;
}

.highlight,
.highlight a,
.highlight a:link,
.highlight a:active,
.highlight a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #e28822;
}

.highlight a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #e28822;
}

.rss {
    background-image: url(/images/rss.png); 
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 5px;
    padding-right: 50px;
}

.row1 {
    width: 155px;
    font-weight: bold;
    background-color: #efefef;
}

.row2 {
    background-color: #dee3e7;
}

.row3 {
    background-color: #eee;
}

.crumbs a {
    text-decoration: underline;
}

.flash_error, .flash_notice {
    font-weight: bold;
    background-repeat: no-repeat;
    padding: 10px 40px;
    margin: 0 10px;
}

.flash_error {
    color: #f30;
    background-image: url(/images/icon_error_lrg.gif);
}

.flash_notice {
    background-image: url(/images/icon_success_lrg.gif);
}

select.validation-failed, input.validation-failed, textarea.validation-failed {
    background: #FFFFFF url(images/invalid_line.gif) repeat-x scroll center bottom;
    border: 1px solid #dd7870;
}

* html select.validation-failed {
    background-color: #dd7870;
}

span.field_error {
    display: none;
}

div.quote_title {
    font-weight: bold;
    padding: 5px;
    margin: 5px 0 0 15px;
}

div.quote_div {
    border: 1px solid #ccc;
    margin: 0 5px 5px 15px;
    padding: 3px;
    background: #fafafa;
}

div.attachments {
    border-top: 1px solid #999999;
    margin-top: 10px;
}

div.attachments ul, div.postauthor ul {
    list-style: none;
}

div.attachments ul {
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
}

img.magplus {
    cursor: url("/images/magplus.gif"), pointer;
}

span.logo {
    display: table-cell;
    vertical-align:middle;
    width: 50px;
    height:50px;
    text-align:center;
    /* hack for ie */
    *display: block;
    *font-size: 48px;
    /* end */
    border: 1px solid #ccc;
}

span.thumb_box {
    display: table-cell;
    vertical-align:middle;
    height: 95px;
    width: 130px;
    text-align:center;
    /* hack for ie */
    *display: block;
    *font-size: 90px;
    /* end */
    border: 1px solid #ccc;
}

span.logo img, span.thumb_box img {
    vertical-align:middle;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* Tooltips CSS definitions */	
.tooltip {
    position: absolute!important;
    overflow:hidden;
    font-size: 12px;
    z-index: 10000!important;
}
.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }

.tooltip .xboxcontent {
    padding: 0 .5em;
    margin: 0;
    color: #000;
    text-shadow: 2px 2px 0px #CCC;
    word-wrap:break-word;
    border: 1px solid #333;
    border-width: 0px 1px 0 1px;
    background-color: #666;
}
/* Tooltips CSS definitions end */	div#forum_nav_tabs {
  width: 100%;
}

div#forum_nav_tabs li {
  float: left;
  list-style: none;
}

div#forum_nav_content {
  width: 100%;
  background-color: #ecf1f3;
}
div.actions {
  height: 30px;
  margin: 10px 0 5px 0;
}

div.actions .wrapper {
  width: 750px;
  float: right;
}

div.actions .wrapper .info {
  float: right;
  margin: 5px 25px 0 0;
}

div.actions .wrapper .info a {
  text-decoration: underline;
}

div.buttons {
  float: left;
}

div.buttons span {
  display: none;
}

div.buttons a {
  display: block;
  width: 100px;
  height: 25px;
  background-repeat: no-repeat;
  text-decoration: none;
}


.new_topic {
  background-image: url(/images/post.gif); 
}

.new_question {
  background-image: url(/images/ask.gif);   
}

.new_post {
  background-image: url(/images/reply.gif); 
}

.last_post {
  background-image: url(/images/icon_last_post.gif); 
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

table#forum_main { 
  width: 100%;
  background-color: #FFFFFF; 
  border: 2px #006699 solid;
  border-collapse: separate;
}

table#forum_main th {
  background-color: #dee3e7;
}

table#forum_main td {
  padding: 5px;
}

table#forum_main thead td {
  background-image: url(/images/bg_cel2.gif);
  color: #ffa34f;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid white;
}

table#forum_main thead td.first_col {
  border-left: 1px solid white;
}

table#forum_main thead td.last_col {
  border-right: 1px solid white;
}

tr.sep1 {
  height: 8px;
  background-color: #e4e4e4;
}

tr.sep2 {
  height: 8px;
  background-color: #d1d7dc;
}

td.read_forum, td.unread_forum, td.topic_icon {
  background-repeat:no-repeat;
  background-color: #efefef;
  background-position: center center;  
}

td.read_forum, td.unread_forum {
  width: 42px;
}

td.read_forum {
  background-image: url(images/read_forum.gif);  
}

td.unread_forum {
  background-image: url(images/unread_forum.gif);
}

td.topic_icon {
  width: 20px;
}

td.read_topic {
  background-image: url(/images/read_topic.gif);  
}

td.unread_topic {
  background-image: url(/images/unread_topic.gif);
}

td.good_topic {
  background-image: url(/images/good_topic.gif);  
}

td.mid_topic {
  background-image: url(/images/mid_topic.gif);
}

td.sticky_topic, td.announcement_topic {
  background-image: url(/images/sticky_topic.gif);
}

td.locked_topic {
  background-image: url(/images/locked_topic.gif);
}

td.topic_title {
  background-color: #efefef;
  font-size: 9pt;
  font-weight: bold;
  font-family: Tahoma;
}

.topic_title .wrapper {
  padding: 3px 0;
  float: left;
  font-size: 14px;
  width: 660px;
  text-align: center;
  overflow: hidden;
}

.topic_title .pages, .topic_title .pages a {
  font-weight: normal;
  padding: 1px;
  margin: 1px 1px 0 1px;
}

.topic_title .pages span {
  padding-left: 15px;
  background-image: url(/images/icon_minipost.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

td.forum_description {
  background-color: #efefef;
}

td.forum_description a {
  padding: 0 10px;
  font-family: Tahoma;
  text-decoration: underline;
}

td.forum_description a.forumtitle {
  font-weight: bold;
  font-family: Tahoma;
  padding: 0;
}

td.forum_index, td.topic_replies, td.topic_author, td.topic_view_count, td.topic_last_post {
  text-align: center;
}

td.forum_index a, td.topic_author a, td.topic_last_post a {
  text-decoration: underline;
}

td.forum_index a.last_post, td.topic_last_post a.last_post {
  text-decoration: none;
}

td.forum_index, td.topic_replies, td.topic_view_count {
  background-color: #dee3e7;
}

td.topic_author, td.topic_last_post {
  background-color: #d1d7dc;
}

td.postauthor{
  width: 150px;
  background-color:#dee3e7;
  vertical-align: top;
}

td.postauthor li {
  list-style: none;
  margin-left: 0;
}

td.postauthor .name {
  font-weight: bold;
  overflow: hidden;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.postcontent {
  background-color:#efefef;
  vertical-align: top;
  width: 773px;
}

.icons {
  float: left;
  width: 400px;
}

.icons a {
  float: left;
  display: block;
  width: 70px;
  height: 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.icons a:hover {
  background-color: transparent;
  text-decoration: none;
}

.icon_www {
  background-image: url(/images/icon_www.gif)
}

.icon_profile {
  background-image: url(/images/icon_profile.gif)
}

.icon_pm {
  background-image: url(/images/icon_pm.gif)
}

div.quick_reply {
  float: right;
  width: 500px;
}

div.quick_reply span {
  padding: 0 50px 0 0;
  color: #069;
}

div.quick_reply span.last {
  padding: 0 0 0 110px;
  color: gray;
}

div.quick_reply textarea {
  width: 480px;
  height: 160px;
  margin-top: 5px;
}

#forum_search_box {
  float: right;
  height: 25px;
}

.crumbs {
  float: left;
  font-size: 10pt;
  color: #069;
}

.crumbs a, .crumbs span {
  margin-left: 5px;
}

.crumbs select {
  margin-left: 10px;
}

.crumbs h1 {
  color: #069;
  font-size: 10pt;
  font-weight: normal;
  display: inline;
}

#forum_tag_list {
  height: 20px;
  width: 100%;
  margin: 10px 0 0 25px;
}

#forum_tag_list a {
  text-decoration: underline;
  line-height: 100%;
  padding: 2px 7px;
}

#forum_action ul {
  margin-top:10px;
  line-height: 2em;
  list-style: none;
}

#forum_action li {
  float: left;
  list-style: none;
  margin: 0 30px 0 0;
  
}

.board-tab-show {
  padding-left:10px;
  padding-right:10px;
  float:left;
  margin: 5px 1px 8px 1px;
  width:450px;
  height:180px;
  border:1px dashed #81A8C9;
}

.board-tab-show ul.tab {
  line-height: 1.2em;
  border-bottom:1px solid #81A8C9;
  padding-top: 10px;
  height:20px;
  margin: 0 0 10px 0;
}

.board-tab-show ul.tab li {
  float: left;
  list-style: none;
  background: url(/images/board-tab-list.png) no-repeat left center;
  margin-left: 15px;
  padding-left:15px;  
}

.board-tab-show ul.tab li.first {
  background: none;
  margin: 0 90px 0 0;
}

#topic_actions {
  background-color: #345787;	
  height: 24px;  
  padding-top: 12px;
}

div#topic_title {
  font-weight: bold;
  color: white;
  float: left;
  padding-left: 50px;
}

span.locked {
  color: gray;
}

th.topic_title {
  border: 1px solid white;
  border-bottom: 4px solid #d1d7dc;
}

#topic_rate_box {
  padding: 3px 5px 3px 0;
  float: right;
  font-weight: normal;
}

#topic_rate_box a {
  font-weight: normal;
  text-decoration: underline;
}

.postactions {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: gray;
  padding: 3px 20px 25px 10px;
}

.postactions .description {
  color: #069;
  float: left;
}

.postactions .links {
  width: 300px;
  text-align: right;
  float: right;
}

.postactions .links a {
  padding: 3px 5px;
  text-decoration: none;
  color: #ffffff;
  background-color: #006699;
}

.postbody {
  padding: 20px 0;
  font-family: Tahoma;
  min-height: 160px;
  width: 765px;
  overflow-x: auto;
}

#forum_action a, #online_status a, .postbody a, #preview a {
  text-decoration: underline;
}

*html .postbody {
  height: 160px;
}

.postauthor_actions {
  border-top-style: solid;
  border-top-width: 1px;	
  border-color: gray;
  margin-top: 10px;
  padding-top: 2px;
}
.postauthor_actions .icons {
  float: left;
}

.post_rate_box {
  width: 300px;
  float: right;
}

.post_rate_box a {
  line-height: 1.4em;  
  margin-left: 10px;
  padding: 3px 0 3px 25px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: black;
}

.post_rate_box .good{
  background-image: url(/images/icon_good.gif);
}

.post_rate_box .hidden{
  background-image: url(/images/icon_bad.gif);
}

.post_rate_box a span {
  display: none;
}

#topic_copyright {
  padding: 10px 0;
  color: gray;
  border-bottom: 1px inset gray;  
}

#related_topics {
  float: right;
  padding: 5px;
  margin: 0 5px;
  border: 1px dashed gray;
  background-color: #FDFBDB;
  width: 200px;
  overflow: hidden;
  cursor: move;
}

#related_topics span.close {
  margin-left: 125px;
}

#related_topics span.close a {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/images/icon_close.jpg);
  padding: 4px;
  background-repeat: no-repeat;
  text-decoration: none;  
}

#related_topics li {
  list-style: square;
  margin: 5px 5px 5px 15px;
}

#online_status {
  background-color: #efefef;
  width: 945px;
  border: 2px solid #006699;
  padding: 2px;
}

#online_status h3 {
  height: 19px;
  font-size: 1em;
  font-weight: normal;
  padding: 8px 0 0 8px;
  background-color: #D1D7DC;
}

div#online_status a#show_list, div#online_status a#hide_list, div#online_status a#all_list {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin-left: 10px;
}

div#online_status a#show_list, div#online_status a#hide_list {
  background-image: url(/images/green_down_arrow.gif);
}

div#online_status a#all_list {
  background-image: url(/images/green_right_arrow.gif); 
}

#online_users {
  margin: 8px 0 0 40px;
}

.row2 {
  width: 750px;
}

.row4 {
  background-image: url(/images/bg_cel1.gif);
}

ul.adverts {
  list-style: none;
  margin: 0;
}

#forum_advert_b0 {
  float: left;
  margin-top: 5px;
}

#forum_advert_b1, #forum_advert_b3 {
  color: gray;
  margin-top: 5px;
  padding-top: 5px;
}

#forum_advert_b1 li {
  float: left;
}

#forum_advert_b1 span {
  float: left;
}

#forum_advert_b2 {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #E28822;
  width: 380px;
}

#forum_advert_b2 span {
  color: #E28822;
  font-weight: bold;
}
