/* Set Width to Maximum allowed */
body { 
  background-color: white; 
  font-family: Arial, sans-serif; 
  font-weight: lighter; 
  color: black;
  width: 740px;
  height: 800px;
  border: 0px; 
  margin: 0px; 
  margin-left: auto;
  margin-right: auto;
  padding: 0px; 
  font-size: 10pt;
  text-align: center;
}


/* The default link styles */
a:link { font-weight: bold; color: darkred; text-decoration: none; }
a:visited { font-weight: bold; color: darkred; text-decoration: none; }
a:hover { font-weight: bold; color: #e60000; text-decoration: underline; }
a:active { font-weight: bold; color: black; text-decoration: none; }

/* ************************************************************** */

/* HEADER */
.header_ie_top {
  background: darkred;
  width: 740px; 
  border: 0px;
  margin: 2px 0px 0px 0px;
  padding: 0px;
  }

.header_ie_bottom {
  background: darkred;
  width: 740px; 
  border: 0px;
  margin: 0px;
  padding: 0px;
  }

div#header_ie { 
  background: darkred;
  color: white; 
  width: 740px; 
  height: 90px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  text-align: left;
}

.header_ie { 
  background: darkred;
  color: white; 
  width: 740px; 
  height: 90px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  text-align: left;
}


/* ROUNDED CORNERS (http://web-graphics.com/mtarchive/001660.php) */
span.htop, span.htop span, span.hbot, span.hbot span{
    display: block; height: 8px; font-size: 2px;
    background-image:url(img_header/headcorners.png);
    background-repeat: no-repeat}
span.htop span{background-position: 100% -8px}
span.hbot{background-position: 0 -16px}
span.hbot span{background-position: 100% -25px}


div#header { 
}


/* Some styles for the Header section */
.headingimage1 {
  position: absolute;
  margin-left: 0px;
  margin-top: 3px;
}

.headingimage1 a:link img { border-style: none; }
.headingimage1 a:visited img { border-style: none; }
.headingimage1 a:hover img { border-style: none; }
.headingimage1 a:active img { border-style: none; }

.headingimage2 {
  margin-top: 3px;
  padding-right: 15px;
  float: right;
}

.headingimage2 a:link img { border-style: none; }
.headingimage2 a:visited img { border-style: none; }
.headingimage2 a:hover img { border-style: none; }
.headingimage2 a:active img { border-style: none; }

.site_heading_cont {
  position: absolute;
  margin-left: 105px;
  margin-top: 0px;
  background: darkred;
}

.site_heading {
  margin-left: 20px;
  margin-top: 15px;
  font-size: 300%;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
}

.site_slogan {
  margin-left: 78px;
  margin-top: 5px;
  font-size: 110%;
  font-style: italic;
  text-decoration: none;
}

/* ************************************************************** */

a .imgover {
  border-style: none;
}

/* ************************************************************** */

/* ************************************************************** */


/* CSS rules for our list items, so that the menu tabs all display */
/* next to each other on the same line: */
/* General Link styles */
.navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

.navigation li
{
list-style: none;
float: left;
margin: 0;
} 

.navigation a
{
color: darkred;
background: white url(img_header/tab_top.png) left top repeat-x;
text-decoration: none;
}

.navigation a span
{
background: url(img_header/nav_dl.png) left top no-repeat;
padding-left: 10px
}

.navigation a span span
{
background: url(img_header/nav_dr.png) right top no-repeat;
}

.navigation a:hover  {
color: white;
background: darkred url(img_header/tab_top.png) left top repeat-x;
text-decoration: none;
}

.navigation a:hover span
{
background: url(img_header/nav_ul.png) left top no-repeat;
padding-left: 10px
} 

.navigation a:hover span span
{
background: url(img_header/nav_ur.png) right top no-repeat;
} 

/* Selected Link */
.navigation .selected {
color: white;
background: darkred url(img_header/tab_top.png) left top repeat-x;
}

.navigation .selected span
{
background: url(img_header/nav_ul.png) left top no-repeat;
padding-left: 10px
} 

.navigation .selected span span
{
background: url(img_header/nav_ur.png) right top no-repeat;
} 

/* ************************************************************** */

.site_link_cont {
  width: 740px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  background: white;
  text-align: center;
  border-bottom: 2px solid darkred;
}

/* ************************************************************** */

/* MAIN */
div#main_ie { 
  width: 740px; 
  margin: 0px;
  padding: 0px;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


div#main {
  position: absolute;
  top: 135px;
  width: 740px;
  background: url(img_header/background_thistle); 
  background-repeat: no-repeat; 
  background-position: center 50px; 
  height: 800px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: left;
}

/* ************************************************************** */

/* Form errors */
div#errorDiv {
  color: red;
  font-weight: bold;
}

/* ************************************************************** */
/* SNAPSHOT DEFINITIONS */

.snap-title_ie {
  width: 740px; 
  margin: 0px;
  padding: 0px;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.snap-title h2 {
  margin: 2px solid green;
  padding: 10px 0px 10px 0px;
  border: 2px;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.snap-container{
  padding: 0px;
  width: 740px;
  margin: 0px 0px 10px 0px;
  overflow: none;
  clear: both;
}

.snap-head {
  color: ffffff;
  background-color: darkred;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.snap-head h3 {
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  border: 0px;
  padding: 2px 2px 5px 2px;
  margin: 0px;
  line-height: normal;
}

.snap-head h3 a:link { 
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  border: 0px;
  padding: 2px 2px 5px 2px;
  margin: 0px;
  text-decoration: none;
}

.snap-head h3 a:visited { 
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  border: 0px;
  padding: 2px 2px 5px 2px;
  margin: 0px;
  text-decoration: none;
}

.snap-head h3 a:hover { 
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  border: 0px;
  padding: 2px 2px 5px 2px;
  margin: 0px;
  text-decoration: underline;
}

.snap-head h3 a:active { 
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  border: 0px;
  padding: 2px 2px 5px 2px;
  margin: 0px;
  text-decoration: none;
}

/* Padding Pixels: Top, Right, Bottom, Left */
/*   background-color: #f4f4f4; */
.snap-subhead {
  color: black;
  background-color: lightgray;
  font-size: 10pt;
  font-weight: bold;
  text-align: justify;
  padding: 2px 2px 2px 2px; 
  margin: 0px;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

.snap-subhead1 {
  margin: 0px;
}

.snap-subhead2 {
  margin: 0px;
}

.snap-subhead3 {
  margin: 0px;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.snap-body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.snap-body-text {
  font-size: 10pt;
  font-weight: normal;
  color: black;
  margin: 0px;
  border: 0px;
  padding: 2px 2px 0px 2px;
  overflow: none;
  width: 730px;
}

/* Clearer */
.snap-body-text hr {
  display: block; 
  clear: both; 
  margin: -0.66em 0;
  visibility: hidden;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.boldtext {
  font-size: 10pt;
  color: black;
  font-weight: bold;
  margin: 0px;
  border: 0px;
  padding: 0px 2px 0px 0px;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.plaintext {
  float: left;
  font-size: 10pt;
  font-weight: normal;
  color: black;
  margin: 0px;
  border: 0px;
  padding: 0px 2px 0px 2px;
}

/*  float: right; */
.snap-body-photo {
  float: right;
  margin: 0px;
  border: 0px;
  padding: 3px;
}

/* Padding Pixels: Top, Right, Bottom, Left */
.snap-footer {
  background: url(img_header/base.png); 
  background-color: white;
  padding: 0px;
  border: 0px;
  margin: 0px;
  width: 740px;
}

/* ************************************************************** */

div#imageinsert {
  width: 150;
  float: right;
  margin: 10px;
  text-align: center;
  border-left-width: 1px;
  border-left-color: darkred;
  border-left-style: ridge;
  padding: 5px;
}

/* The Images inserted into the text */
div#imageinsert a:link img { 
  border-style: solid; 
  border-color: darkred; 
  border-width: 2px; 
  }
div#imageinsert a:visited img { 
  border-style: solid; 
  border-color: darkred; 
  border-width: 2px; 
  }
div#imageinsert a:hover img { 
  border-style: solid; 
  border-color: #e60000; 
  border-width: 2px; 
  }
div#imageinsert a:active img { 
  border-style: solid; 
  border-color: black; 
  border-width: 2px; 
  }

/* ************************************************************** */

/* Set the footer styles */
div#footer {
  position: absolute;
  top: 130px;
  left: 790px;
  font-size: 120%; 
  color: darkred; 
  background: white;
  font-weight: bold;
  border: 0px;
  border-top: solid 2px darkred;
  border-bottom: solid 2px darkred;
  padding: 2px;
  margin: 0px;
}

/* These are used in News and Fixtures */
.article_table {
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
  width: 100%;
  }

.article_headline_cell {
  border: 0px;
  padding: 2px 4px 2px 4px;
  font-size: 14pt;
  font-weight: bold;
  }

.article_subheadline_cell {
  border: 0px;
  padding: 2px 4px 2px 4px;
  font-size: 11pt;
  font-weight: bold;
  }

.article_headdetail_cell {
  border: 0px;
  padding: 2px 4px 2px 4px;
  font-size: 10pt;
  }

.article_bold_cell {
  border: 0px;
  padding: 2px 4px 2px 4px;
  font-size: 11pt;
  font-weight: bold;
  }

.article_body_cell {
  border: 0px;
  padding: 2px 4px 2px 4px;
  font-size: 11pt;
  }

/* Used in the Guestbook */
.article_label_cell {
  border: 1px;
  padding: 2px 4px 2px 4px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  font-size: 11pt;
  }

/* Used in Player Profiles */
.playerprof_container {
  position: relative;
  margin: 0px;
  border: 0px;
  padding: 2px;
  font-size: 10pt;
  }

.playerprof_label {
  display: inline;
  margin: 0px;
  border: 0px;
  padding: 2px;
  width: 100px;
  font-size: 10pt;
  font-weight: bold;
  }

.playerprof_data {
  display: inline;
  margin: 0px;
  border: 0px;
  padding: 2px;
  font-size: 10pt;
  }

/* Used throughout */
.spacer_cell {
  border: 0px;
  height: 15px;
  }

/* Guestbook */
.label_cell {
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
}

.editorlabel_cell {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}

/* Navigation (Older/Newer articles */
.page_nav {
  margin: 0px;
  margin-top: 8px;
  border: 0px;
  border-top: 2px solid darkred;
  padding: 4px 2px 2px 2px;
  font-size: 10pt;
  font-weight: normal;
  color: darkred;
}


/* Padding Pixels: Top, Right, Bottom, Left */
.ads_footer {
  margin: 0px;
  margin-top: 4px;
  border: 0px;
  border-top: 2px solid darkred;
  font-size: 10pt;
  font-weight: normal;
  color: black;
  padding: 6px 2px 4px 2px;
  text-align: justify;
  clear: both;
  overflow: auto;
}

.ads_pic {
  border: 0px;
}

/* ROUNDED CORNERS (http://web-graphics.com/mtarchive/001660.php) */
span.btop, span.btop span, span.bbot, span.bbot span{
    display: block; height: 8px; font-size: 1px;
    background-image:url(img_header/corners.png);
    background-repeat: no-repeat}
span.btop span{background-position: 100% -8px}
span.bbot{background-position: 0 -16px}
span.bbot span{background-position: 100% -25px}

span.bbase{
  background-position: 0;
  display: block; height: 6px; font-size: 1px;
  background-image:url(img_header/base.png);
  background-repeat: repeat;
  }

.captcha_instruction {
  font-size: 80%;
  }

.captcha_link {
  font-size: 80%;
  }

.captcha_label_cell {
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
}
