/* Modules */
/*h1 {
    font-size: 22px;
}

h2 {
    font-size: 16px;
    border-bottom: dashed 1px #bbb;
    margin-top: 10px;
    padding-bottom: 5px;
}

h3 {
    font-size: 14px;
    color: #666;
}

h4 {
    font-size: 10px;
}
h5 {
    font-size: 8px;
}

hr {
    border: dashed 1px #bbb;
}*/
.module {
  margin: 10px;
  display: block;
  /*border: 1px solid #bbb;*/

}
.module h6 {
  line-height: 30px;
  height: 20px;
  font: bold 16px Arial, Helvetica;
  margin: 0 0 0 0;
  padding: 5px 10px;
}
.module .content {
  display: inline-block;
  background: white;
  /*border: 1px solid #bbb;*/

  width: 100%;
  /*font-size: 12px;*/

}
.module .content .inner_content {
  padding: 10px 5px 0 5px;
}
.module .content .image_no_padding {
  margin: -10px 0 10px 0;
  width: 397px;
}
.module .content .content_footer {
  margin-top: 5px;
  border-top: 1px dashed #BCBCBC;
  display: inline-block;
  line-height: 30px;
  width: 100%;
  padding-top: 5px;
  white-space: nowrap;
}
.module .content .content_footer a {
  font-weight: bold;
  background-position: right 2px;
  padding: 5px 30px 5px 5px;
  text-decoration: none;
  margin-right: 5px;
}
.left {
  width: 392px;
  display: block;
}
.center {
  /*width: 415px;*/

  display: block;
}
.full {
  width: 100%;
  margin: 0 0 10px 0;
}
.fixed {
  width: 815px;
  margin: 0 0 10px 0;
}
div.input_content {
  background: white;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  width: 100%;
  font-size: 12px;
}
div.module_header {
  margin: 0;
  display: inline-block;
  width: 100%;
}
/*div.content li {
    list-style-position: outside;
    margin: 0 0 5px 0;
}

div.content ul {
    list-style-position: inside;
    list-style-type: square;
    margin: 5px 0 5px 0px;
    padding-left: 20px;
}*/
div.content textarea {
  font-size: 12px;
}
.standings_table {
  width: 100%;
}
.standings_table th {
  font-weight: bold;
  text-align: left;
  padding-right: 5px;
}
.standings_table .rank {
  font-weight: bold;
}
.standings_table tr td {
  line-height: 20px;
  padding: 5px;
}
.email_template {
  width: 500px;
  border: dashed 1px #666;
  padding: 5px;
  background: #f5f5f5;
}
.email_template input {
  border-width: 0px;
  width: 499px;
  background: #f5f5f5;
}
.email_template textarea {
  border-width: 0px;
  width: 499px;
  background: #f5f5f5;
}
.permalink {
  width: 265px;
  border: dashed 1px #666;
  padding: 5px;
  background: #f5f5f5;
  margin-bottom: 5px;
}
.permalink input {
  border-width: 0px;
  width: 264px;
  background: #f5f5f5;
  font-size: 10px;
}
.copy_to_clipboard_link {
  font-size: 10px;
}
/*smack talk*/
.comment {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  font-size: 16px;
  width: 700px;
  overflow: auto;
}
.comment_homepage {
  display: block;
  margin-top: 10px;
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  font-size: 13px;
  overflow: auto;
}
.comment_details {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.comment_user {
  font-weight: bold;
  font-size: 12px;
}
.comment_date {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}
.comment_me {
  background-color: #f4efc3;
  border-color: #e7d59c;
}
.comment_textbox {
  height: 100px;
  width: 700px;
}
.comments_none {
  font-style: italic;
}
.content-manager {
  border: 8px solid gray;
  width: 800px;
}
.content-manager h6 {
  background-color: Black;
  color: White;
  font: bold 16px Arial, Helvetica;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
.data-container {
  float: left;
  margin-right: 20px;
}
.data-container label {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
.data-container .print_entry {
  margin-top: 20px;
}
.data-container .print_entry a {
  text-decoration: none;
}
.register-container {
  width: 400px;
  margin-left: 10px;
}
