/*

  yoyoing.com messageboard stylesheet

  DO NOT EDIT this file unless you know what you're doing

*/

/* kill all box-model incompatibilities */
/* this also takes care of different default values for each browser */
* {
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  -moz-box-sizing: border-box;
 }

/* ############### tag-based rules */
body {
  background-color: #4f4f4f;
  padding: 10px;
}

td {
  vertical-align: top;
}

/* customized list items, since there's no standard among browsers */
ul {
  margin-left: 10px;
}

li {
  list-style-position: outside;
  list-style-type: disc;
  list-style-image: url('../img/icon_followup.gif');
}

/* ############ general use classes */
table.indexdivider {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

td.leftcolumn {
}

td.rightcolumn {
  width: 160px;
  padding: 5px;
}

div.copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #dfdfdf;
  text-align: center;
}

div.pagetitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

div.paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.paragraphsmall {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
}

div.error {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ff0000;
}

img.icon {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 9px;
  width: 17px;
  height: 13px;
}

div.contentholder {
  background-color: #ffffff;
  padding: 4px;
  width: 100%;
  overflow-x: visible;
}

div.followupbox {
  margin-left: 20px;
}

/* IE6 has problems with padding, this should solve it */
div.correctorholder {
  width: 100%;
}

div.operatorbar {
  background-color: #ffcfcf;
  padding: 2px;
  display: none;
}

span.smalltext {
  font-size: 11px;
  font-weight: normal;
}

/* simple table */
table.sheet {
  margin-top: 4px;
  border-collapse: collapse;
}

td.sheetheader {
  font-weight: bold;
  border: 1px solid #3f3f3f;
  text-align: center;
  padding: 2px;
}

td.sheet {
  border: 1px solid #3f3f3f;
  padding: 2px;
}

a.smalllink {
  font-size: 10px;
  text-decoration: none;
  color: #cfcfcf;
  margin-bottom: 7px;
  display: block;
}

a.smalllinkb {
  font-size: 10px;
  text-decoration: none;
  color: #cfcfcf;
}

a.smalllink:hover {
  color: #6f6f6f;
}

a.smalllinkb:hover {
  color: #6f6f6f;
}

/* holds the links to next/previous pages */
div.pagelinks {
  background-color: #dfdfdf;
  text-align: center;
}

a.pagelinks {
  color: #2f2f2f;
  text-transform: uppercase;
  text-decoration: underline;
}

a.currentpagelinks {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

/* ############## right column menu */
div.rightbox {
  text-align: right;
  padding: 5px;
  margin-bottom: 20px;
  margin-left: 3px;
  border-bottom: 1px solid #8f8f4f;
}

a.menuitem {
  color: #cfcfcf;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #8f8f4f;
}

span.menuitem {
  color: #cfcfcf;
  text-transform: uppercase;
  border-bottom: 1px solid #8f8f4f;
}

div.smallblocktitle {
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 2px;
  text-align: right;
}

div.chatusers{
  font-size: 10px;
  color: #cfcfcf;
}

/* ############## form fields and captions */
table.form {
  width: 600px;
  margin: 20px auto;
  border: 1px solid #bfbfbf;
  table-layout: fixed;
}

td.formcaption {
  text-align: right;
  width: 200px;
  padding-right: 5px;
  font-weight: bold;
}

td.formsingle {
  text-align: center;
}

div.hiddenform {
  display: none;
}

select.formcategory {
  border: 1px solid #6f6f6f;
}

input.text {
  border: 1px solid #6f6f6f;
  width: 100%;
  padding: 1px 2px;
}

input.smalltext {
  border: 1px solid #6f6f6f;
  width: 150px;
  padding: 1px 2px;
}

input.smallertext {
  border: 1px solid #6f6f6f;
  width: 80px;
  padding: 1px 2px;
}

input.tinytext {
  border: 1px solid #6f6f6f;
  width: 30px;
  padding: 1px 2px;
}

input.tinytext2 {
  border: 1px solid #6f6f6f;
  width: 60px;
  padding: 1px 2px;
}

input.button {
  border: 1px solid #2f2f2f;
  background-color: #cfcfcf;
  text-align: center;
}

input.checkbox {
  margin-right: 2px;
}

textarea.messagebody {
  width: 100%;
  height: 200px;
  border: 1px solid #6f6f6f;
}

textarea.image_url {
  width: 100%;
  height: 60px;
  border: 1px solid #6f6f6f;
}

/* ############### message list appearance */

/* message 'block' - holds one mainpost and its followups on the main forum page */
div.message {
  border-bottom: 2px solid #8f8f4f;
  padding-bottom: 4px;
  margin-bottom: 10px;
  padding-left: 20px;
}

div.expandedmessage {
  padding-bottom: 4px;
  margin-bottom: 10px;
  padding-left: 20px;
}


/* username on top of the page */
span.username {
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  margin-right: 30px;
}

/* link for main post */
a.mainpost {
  color: #ab1515;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

a.mainpost:hover {
  color: #4f4f4f;
}

a.mainpost:visited {
  color: #8f8f4f;
}

.newpost {
  background-color: #ffffbf;
}

/* link for followup */
a.followup {
  color: #000000;
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a.followup:hover {
  color: #9f9f9f;
}

a.followup:visited {
  color: #6f6f6f;
}

/* link for current followup in thread */
a.currentfollowup {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: #ffdf3f;
}

a.followup:hover {
  color: #4f4f4f;
}

/* link to expanded view */
div.expandedlink {
  background-color: #cfcfcf;
  text-align: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}

a.expandedlink {
  color: #000000;
  text-decoration: none;
  font-size: 9px;
  margin-left: 5px;
}

/* link for the poster profile */
a.author {
  color: #4f4f4f;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

span.author {
  color: #4f4f4f;
  font-size: 11px;
  font-weight: bold;
}

/* category holder */
div.categoryholder {
  width: 100%;
  border-bottom: 4px solid #8f8f4f;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

table.columnizer {
  width: 100%;
}

/* search box */
td.searchbox {
  text-align: right;
}

/* message date */
span.date {
  color: #4f4f4f;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}

/* ################### expanded message */
div.postsubject {
  background-color: #cfcfcf;
  color: #000000;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

div.menu {
}

a.postmenuitem {
  color: #3f3f3f;
  text-transform: uppercase;
  text-decoration: underline;
}

div.postimage {
  background-color: #ffffff;
  text-align: center;
  margin: 4px;
  border-bottom: 2px solid #cfcfcf;
}

div.posttext {
  width: 60%;
  height: auto;
  margin: 10px;
}

div.postsignature {
  border-left: 30px;
  font-size: 11px;
  font-style: italic;
  margin-left: 20px;
  margin-bottom: 12px;
  color: #ff0000;
}

div.postip {
  font-size: 11px;
  font-style: italic;
}

div.parentinfo {
  background-color: #efefef;
  text-align: center;
  font-style: italic;
}

div.subsectiontitle {
  background-color: #efefef;
  text-align: center;
}

div.linkholder {
  text-align: center;
  border-bottom: 2px solid #cfcfcf;
  padding: 3px 0px;
}

div.followupholder {
  border-bottom: 2px solid #cfcfcf;
  padding: 5px;
}

table.postdetails {
  width: 100%;
  background-color: #efefef;
}

td.postauthor {
  text-align: left;
}

td.postdate {
  text-align: right;
}

/* ################### expanded thread */
div.replyblock {
  margin-left: 20px;
}

div.replybox {
  border: 1px solid #cfcfcf;

}

/*############### preview boxes */
#previewbox {
  display: none;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  position: absolute;
  width: 300px;
  overflow-x: hidden;
}

#previewheader {
  background-color: #8f8f8f;
  color: #ffffff;
  font-size: 9px;
}

#previewbody {
  background-color: #ffffff;
  font-size: 11px;
  padding: 2px;
}

#previewimagebox {
  display: none;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  position: absolute;
}

#previewimageheader {
  background-color: #8f8f8f;
  color: #ffffff;
  font-size: 9px;
}

#previewimagebody {
  background-color: #ffffff;
  font-size: 9px;
  width: 320px;
  height: auto;
}

#previewimage {
  width: 320px;
  /*height: 240px;*/
}

#rawpreviewbox {
  display: none;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  position: absolute;
  width: auto;
}

#rawpreviewbody {
  background-color: #ffffff;
  font-size: 11px;
  padding: 2px;
}


/*############### admin */
table.adminsplitter {
}

td.adminmenu {
  background-color: #efefef;
  padding: 5px;
}

td.adminbody {
  padding: 5px;
}

textarea.blockedwords {
  width: 400px;
  height: 300px;
  border: 1px solid #6f6f6f;
}

/* ########## misc bits & pieces */
textarea.profile {
  width: 100%;
  height: 200px;
  border: 1px solid #6f6f6f;
}

/* ########## calendar */
table.calendar {
}

td.day {
  text-align: center;
}

a.eventday {
  display: block;
  height: 100%;
  background-color: #ffdfdf;
  text-align: center;
  font-weight: bold;
}

table.eventsplitter {
  margin: 0px auto;
}

td.eventlist {
  padding: 10px;
}

div.country {
  margin-top: 10px;
  font-weight: bold;
}

/* ######### profile */
img.profilepic {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #8f8f8f;
}

/* ######### video download */
div.videodownload {
  text-align: center;
}

a.videodownload {
  font-size: 11px;
  font-style: italic;
}