/*************************************************
* Midnight Masters stylesheet
* Copyright (c) 2009
* Author: Pet Terry
***************************************************/

/* IE HTC */

/* body { behavior:url(&#8220;csshover2.htc&#8221;); } */

/* HIDE */

*{
  margin:0;
  padding:0;
}

body {
  background:#5b5b5b url(../images/header_bg.gif) repeat-x;
  color:#f0f0f0;
 font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
 font-size: 11px;

}

a {
  text-decoration:none;
  outline:none;
}

img, img a, table, tr, td {
  border:0;
  margin:0;
}


ul {
  list-style:none;
}

li {
  color: #fefefe;
  font: inherit;
}

p {
  line-height: 1.4em;
  color: #242424;
  clear: left;
  margin: 0.5em 0;
}

/***** COMMON CLASSES *****/
.bold {
  font-weight: bold;
}

.error_msg {
  font-weight: bold;
  color: #d22827;
}

div.clear {
  clear: both;
}

span.mando {
  margin: 0 0.1em;
  color: #d22827;
}

/********* PAGE LAYOUT *************/

#wrapper {
  margin:0 auto;
  padding:0;
  width:780px;
  height: 100%;
  text-align: center;
  background: url(../images/wrapper_bg.gif) center repeat-y;
  
}

#header {
  padding:0;
  height:192px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  background:#999999 url(../images/header_bg.gif) repeat-x;
}

#header h1 {
 position: absolute;
 z-index: 1;
 top: 0px;
 left: 0px;
 width: 285px;
  height: 192px;
background: transparent url(../images/header_left.gif) no-repeat;
}

#header h2 {
 position: absolute;
 z-index: 1;
 top: 0px;
 right: 0px;
 width: 509px;
 height: 192px;
 background: transparent url(../images/header_right.gif) no-repeat; 
}

#header .logo {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20%;
  width: 550px;
  height: 130px;
  background: transparent url(../images/header_logo.gif) no-repeat; 
}

#header .logo span {
  font-family: "Arial Black", Verdana
  text-transform: small-caps;
  font-size:500%;
  font-weight: bold;
  display: none;
}

#header h1 span, #header h2 span  {
  display: none;
}



/*********** CONTENT *************/

#container {
  margin:0 auto 5em auto;
  width:750px;
  text-align:left;
}

#container a {
  color: #fefefe;
}

#container h2, #container h3, #container h4 {
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #242424;
}

#container h2, h3 {
  margin: 0.5em 0 1em 0;
  padding: 0.6em 0 0.3em 0;
  font-size: 16px;
}

#container h4 {
  padding: 0.3em 0 0.3em 1em;
  font-size: 12px;
  margin: 0.6em 0 0.3em -1em;    
}

#container h3 {
  font-size: 14px;
}

#leftbar {
  width:250px;
  text-align:left;
  margin-left: 0px;
  padding: 0 500px 0 0px;
  float:left;
  min-height: 400px;
}

.leftbar_inner {
  padding: 0 1em 1em 3.5em;
}

#rightbar {
  float:left;
  width:470px;
  padding: 0px;
  margin: 0 0 0 -500px;
  position: relative;
}

.rightbar_inner {
  padding: 10px 0px 10px 20px;
  margin-top: -10px;
}

.register_icon {
  margin-right: 1em;
  margin-top: 3em;
  float: right;
  width: 203px;
  height: 54px;
  z-index: 500;
}

#countdown {
  margin: 0px;
}

/*********** NEWS *************/
div.news {
  margin: 0 0 1em -10px;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #f0f0f0; 
  clear: both;
  font-size: 90%;
  width: 200px;
}

.news_date {
  float: left;
  margin: 0;
  padding: 0.1em 0.8em 0.1em 0;
  font-weight: bold;
  font-size: 110%;
}

.news_text {
  margin: 0 0 0.5em 0.2em;
  line-height:1.2em;
}

span.add_link a {
  float: right;  
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: -15px;
  
}

/******** PLAYER LIST *********/


div#player_list {
  margin: 0 0 4em 20px;
}


/******** MAPS *********/

div.map_thumb {
  float: left;
  margin: 10px;
}

img.map_th {
  border: 1px solid #f0f0f0;
}

span.map_caption {
  display: block; 
}


/******** REGISTRATION *********/

#registration {
  margin: 1em 1em 2em 0;
  float: left;
  position: relative;  
}

td.formdata {
  padding: 0.5em 0.5em 0 0;
  vertical-align: top;
}

input.input_text {
  width: 230px;
  border: 1px solid #494747;
  height: 1.5em;
  font:inherit;
}

select, option.input_text {
  border:0;
  height: 1.5em;
  font:inherit;
  text-align: left;
}

option.input_text {
  padding-right: 4em;
}

input.input_btn {
  font: inherit;
  text-align: center;
  background: #f0f0f0;
  margin: 0.5em 0.5em 0 0;
  padding: 0 0.8em 0 1em;
  width: 8em;
}

/*********** REGISTRATION TABLE *************/

h2 span{
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -6px;
}

p.small_text {
  font-size: 90%;
  margin-top: -1.6em;
  padding-right: 0.5em;
  color: #282828;
}

table.registration_table {
  width: 100%;
  margin-left: -15px;
  border:0;
  padding: 0;
  font-size: 80%;
}

table.registration_table th {
  padding-bottom: 0.6em;
}

td.player, td.club {
  padding: 0.4em 0 0.4em 0.3em;
  white-space: normal;
  vertical-align: top;
}

td.payment_info {
  padding-top: 0.7em;
  vertical-align: top;
}

td.payment_info img {
  float: left;
  padding-right: 0.1em;
  margin-left: 5px;
}

tr.row_0 {
  background-color: #f3bd01;
}

/*********** RESULTS *************/

table.records_table {
  width: 100%;
  margin-left: 1em;
  margin-bottom: 1em;
  border:0;
  padding: 0;
  font-size: 80%;
}


td.addResult {
  padding: 0.2em 0 0.2em 0.3em;
  white-space: normal;
  vertical-align: top;
}

ul.legend {
  margin: 1em;
}

/*********** FOOTER *************/

#footer {
 width: 100%;
 height: 52px;
 margin: 0;
 padding:0;
 margin:0 auto;
 color:#f0f0f0;
 clear: both;
 position: relative;
 background: url(../images/footer_bg.gif) no-repeat;
}

#footer #validator {
  position: absolute;
  left: 40px;
  bottom: 44px;
}

#footer p.copy {
  float: right;
  position: absolute;
  right: 80px;
  bottom: 44px;
}

#footer a {
  color:#242424;
  text-decoration:underline;
  margin-bottom: 2px;
}

