* {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

body {
  background-color: #000000;
  text-align: center;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

p {
  font-size: 12px;
}

.wrapped {
  word-wrap: break-word;
  word-break: keep-all;
  width: 300px;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
}

.wrapped_break {
  word-wrap: break-word;
  word-break: break-all;
  width: 300px;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
}

a {
  font-size: 12px;
  color: #BB0000;
}

a:hover {
  color: #FF0000;
}

span {
  font-size: 12px;
}

h1, h2 {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

h1 a {
  text-decoration: none;
}

h2 a {
  text-decoration: none;
}

h5 {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

form {
  border: 1px solid #888888;
  background-color: #DCDCDC;
  margin-top: 5px;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.no-form {
  border: 0px solid #888888;
  background-color: #CCCCCC;
  margin-top: 0px;
  padding: 0px;
}

input,textarea {
  border: 1px solid #888888;
  background-color: #EDEDED;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

input:hover,textarea:hover {
  background-color: #CCCCCC;
  border: 1px solid #FFFFFF;
}

input:focus,textarea:focus {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}

input {
  font-weight: bold;
  border-style: outset;
  padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input:hover {
  border: 1px outset #333333;
}

/*IDs & Classes*/

#container {
  background-color: #333333;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 960px;
}


#top {
  background-image: url(../images/new_layout/freefederation5.png);
  background-position: top;
  background-repeat: no-repeat;
  height: 131px;
}

#topmiddle {
  background-image: url(../images/new_layout/topmiddle.jpg);
  background-position: top;
  background-repeat: no-repeat;
  height: 28px;
  text-align: left;
  padding-top: 7px;
}

#topmiddle a {
  text-decoration: none;
  color: #BB0000;
  padding-right: 12px;
  margin-left: 10px;
  border-right: 1px solid #888888;
}

#topmiddle a:hover {
  color: #FF0000;
}

#topmiddle span {
    color: #FFFFFF;
  padding-right: 12px;
  margin-left: 10px;
  border-right: 1px solid #888888;
}

#middle {
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 99.8%;
  height: 770px;
  background-color: #333333;
  border: 1px solid #222222;
  border-bottom-width: 0px;
}

#nav {
  background-color: #333333;
  border-right-width: 0px;
  border-bottom-width: 0px;
  text-align: left;
  width: 190px;
  max-width: 190px;
  float: left;
  position: relative;
  margin-right: 0px;
  padding-top: 8px;
  padding-left: 4px;
}

.menu {
  width: 190px;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 5px;
}

.menu thead {
  background-image: url(../images/new_layout/box_top.jpg);
  width: 190px;
  height: 40px;
  color: #BB0000;
  /*vertical-align: top;*/
}

.menu th {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}

.menu tbody {
  background-image: url(../images/new_layout/box_middle.jpg);
  width: 190px;
}

.menu tbody a {
  color: #000000;
  margin-left: 4px;
  margin-right: 15px;
  padding-left: 20px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.menu tbody a.text {
  color: #BB0000;
  display: inline;
  margin-left: 4px;
  margin-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.menu tbody a:hover {
  color: #BB0000;
}

.menu tbody a.text:hover {
  font-weight: bold;
}

.menu tbody p {
  color: #000000;
  margin-left: 4px;
  margin-right: 15px;
  padding-left: 20px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.menu tbody span {
  margin-left: 5px;
  font-size: 12px;
}

.menu tbody input {
  margin-left: 5px;
}

.login_form {
  margin-top: 0px;
  margin-left: 2%;
  width: 90%;
  _width: 180px;
}

.menu tfoot {
  background-image: url(../images/new_layout/box_bottom.jpg);
}

.menu tfoot td {
  width: 190px;
  height: 41px;
}

#content {
  background-color: #333333;
  text-align: left;
  margin-right: 0px;
  padding-right: 8px;
  padding-top: 8px;
  position: relative;
  min-height: 762px;
  _height: 782px;
  float: right;
  /*min-height: 400px;
  _height: 420px;*/
}

.content-table {
  width: 750px;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 0px;
}

.content-table thead {
  background-image: url(../images/new_layout/table_top.jpg);
  background-repeat: no-repeat;
}

.content-table thead th {
  width: 750px;
  height: 21px;
}

.content-table tbody {
  background-image: url(../images/new_layout/table_body.jpg);
  background-repeat: repeat-y;
  width: 750px;
}

.content-table td {
  padding-left: 10px;
  padding-right: 10px;
}

.content-table tfoot {
  background-image: url(../images/new_layout/table_footer.jpg);
  background-repeat: no-repeat;
  width: 750px;
  height: 13px;
}

.first-table thead {
  background-image: url(../images/new_layout/first_table_top.jpg);
}

.first-table thead th {
  height: 35px;
}

.data-table {
  font-size: 12px;
}

.data-table th {
  text-align: center;
}

.data-table td {
  background-color: #CCCCCC;
}

.edit-table input {
  width: 100%;
}

.edit-table textarea {
  width: 100%;
}

.edit-table select {
  width: 100%;
}

.forum-table {
  background-color: #999999;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.forum-table td, .forum-table th {
  background-color: #BBBBBB;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.same-height td {
  height: 50px;
}

.forum-table p {
  text-align: left;
}

.forum-left {
  vertical-align: top;
  width: 27%;
  padding: 5px;
}

.forum-left a {
  text-decoration: none;
}

.forum-right {
  width: 73%;
  text-align: right;
  padding: 5px;
}

.forum-right p {
  font-size: 11px;
  text-align: right;
}

td.forum-bottom {
  vertical-align: top;
  text-align: left;
  width: 73%;
  padding: 5px;
}

.forum-bottom embed, .forum-bottom object, .forum-bottom img, .forum-right embed, .forum-right object, .forum-right img {
  max-width: 500px;
  max-height: 500px;
  width: expression(this.width > 500 ? "500px" : "none");
}

.forum-link {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.calendar {
  width: 100%;
  text-align: center;
}

.calendar th {
  border: 1px #444444 solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.calendar td {
  border: 1px #444444 solid;
  width: 14%;
  height: 40px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.calendar span.date {
  float: right;
  font-size: 10px;
  position: relative;
  right: -5px;
  top: -8px;
}

.list-table {
  border-spacing: 0px;
  border-collapse: collapse;
}

.list-table thead th {
  padding-bottom: 0px;
  color: #990000;
  height: 25px;
}

.list-table tbody td {
  font-size: 12px;
  border: 1px solid #000000;
}

.list-table a {
  text-decoration: none;
}

.stat-table thead {
  background-image: none;
}

.stat-table thead th {
  padding-bottom: 0px;
  color: #990000;
  height: 25px; 
}

.report-table {
  width: 100%;
}

.report-table p {
  width: 100%;
}

.report-table embed, .report-table img {
  max-width: 600px;
  max-height: 600px;
  width: expression(this.width > 600 ? "600px" : "none");
}

.report-table td {
  background-color: #FFFFFF;
}

td.intermezzo {
  background-color: #AAAAAA;
}

.profile-table td embed, .profile-table td img {
  max-width: 600px;
  max-height: 600px;
  width: expression(this.width > 600 ? "600px" : "none");
}

.roster-menu td {
  font-size: 14px !important;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  width: 25%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.roster-menu td:hover {
  font-size: 14px !important;
  background-color: #CCCCCC;
}

.roster-menu td a {
  color: #BB0000;
  text-decoration: none;
}

img.bar {
  width:100% !important;
  height:5px;
  margin-top:4px;
  margin-bottom:4px;
  max-width: 6000px !important;
}

.home-news {
  color: #BB0000;
  font-size: 14px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DDDDDD;
  border-collapse: collapse;
}

.home-news td {
  border-width: 0px 2px 0px 2px;
  border-style: solid;
  border-color: #DCDCDC;
}


.home-news span {
  color: #000000;
}

.ff_news {
  color: #000000;
}

.ff_news:hover {
  color: #333333;
}

.likeform {
  border: 1px solid #DDDDDD;
  background-color: #DCDCDC;
  margin-top: 5px;
  padding: 5px;
  width: 100% !important;
}

.likeform td {
  background-color: #DCDCDC;
}

likeform a {
  color: #000000;
  text-decoration: none;
}

likeform a:hover {
  text-decoration: underline;
}

#footer {
  padding-top: 30px;
  background-image: url(../images/new_layout/footer.jpg);
  background-repeat: no-repeat;
  height: 87px;
  clear: both;
}

.ovl_text {
  text-align: left;
  padding: 2px 2px 2px 2px;
}

.ovl_caption {
  text-align: left;
  font-weight: bold;
  padding: 1px 1px 1px 2px;
  color: #FFFFFF;
}

.ovl_close {
  text-align: right;
  padding-right: 2px;
}

.ovl_fg {
  background-color: #DD0000;
  border: 1px solid #000000;
}

button a, button a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.info_wrestler {
  width: 20%;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
