.topics {
  width: 100%;
  border-collapse: collapse;
}

.topics td, th {
  padding: 5px;
}

.topics td {
  border: 1px solid black;
  background-color: #DBABC5;
}

.post-heading {
  font-weight: bold;
  border-bottom: 1px dotted grey;
  width: 560px;
}

.post-heading td {
  font-size: 85%;
}

.post-content {
  margin-top: 10px;
}

.odd, .odd td {
    background-color: #383838;
}

#home_col2 .odd,
    #home_col2 .odd td {
    background-color: #fff;
}


#forum_holder,
    #cms_content_area {
    margin: 15px;
}

.forum_details_header {
    padding: 6px;
    margin: 4px 0px;
}

.forum_details_header .details,
    .forum_details_header .actions {
    padding: 4px 0px;
    font-size: 10px;
}

.forum_details_header .details {
    font-size: 12px;
}

.forum_details_header .action_sep {
    padding: 0px 10px;
}

#forum_holder table.blue td,
    #forum_holder table.blue th {
    font-size: 10px;
}

#forum_holder table.blue th {
    padding: 8px;
}

#forum_holder table.blue td {
    padding: 5px;
}



#forum_start_label {
    font-size: 16px;
    padding:20px 0px;
}

#forum_holder .bold {
    font-weight: bold;
}

#forum_holder table.blue .topic_name {
    width: 120px;
}

#forum_holder table.blue .topic_creator {
    width: 100px;
}

#forum_holder table.blue .topic_replies {
    width: 82px;
    text-align: center;
}

#forum_holder table.blue .topic_last_post {
    width: 150px;
    font-size: 10px;
}

#forum_holder table.blue .topic_status {
    width: 92px;
}

#forum_holder #pagination_summary {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding: 8px 0px;
}

#form_start_topic .actions {
    padding: 10px 0px;
}

#form_start_topic .field {
    padding: 2px 0px 10px;
}

#form_start_topic .field label {
    font-weight: bold;
}

#forum_captcha {
    width: 355px;
    margin: 5px 0px;
    padding: 15px;
    border: 1px solid #000;
}

#forum_captcha_title {
    font-size: 12px;
    padding-bottom: 8px;
    font-weight: bold;
}

.post_replies {
    padding: 4px 4px 4px 20px;
    font-size: 11px;
}

.reply_item {
    margin: 13px 0px;
    background-color: #383838!important;
}

.post_replies .details {
    font-weight: bold;
    background-color: #383838!important;
}

.post_replies .content_item {
    font-size: 10px;
    background-color: #383838!important;
}

.post_replies .separator {
    width: 70%;
    height: 1px;
    padding: 5px 0px;
    border-bottom: 1px solid #CFCFCF;
}

#list_forum_holder {
    margin: 0px 20px 20px;
}

#list_forum_holder a {
    font-size: 20px;
    font-weight: bold;
}

#list_forum_holder li {
    padding: 15px 0px;
}

.delete_item {
    font-size: 10px;
    font-style: italic;
}


/*============================================================
                custom style for home page
============================================================*/

#form_start_topic .field input  {
    width: 330px;
}

#form_start_topic .field textarea {
    width: 450px;
    height: 100px;
}

#home_col2 #forum_holder {
    margin: 0px;
}

#home_col2 #form_start_topic {
    margin: 6px;
}

#home_col2 #form_start_topic .field textarea {
    width: 275px;
}

#home_col2 #form_start_topic .field input {
    width: 230px;
}

#home_col2 #forum_holder .errorlist li {
    font-size: 12px;
}

#forum_posts_mainpage {
    margin-top: 15px;
}


#home_col2 .post-heading {
  width: 283px;
  border-bottom: 0px;
}

#home_col2 .forum_details_header .details {
    font-size: 10px;
}

#home_col2 .post-heading td {
  font-size: 10px;
}

#home_col2 #id_captcha_1 {
    width: 105px;
}

#home_col2 #forum_captcha {
    width: 270px!important;
    margin: 0px;
    border: 0px;
}


#home_col2 .topic_title,
    #home_col2 .topic_title a {
    line-height: 175%!important;
}
