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

div#main {
	width: auto;
	height: 700px;
	}

div#spinner {
  visibility: hidden;
  position: absolute;
  top: 300px;
  left: 400px;
  z-index: 700;
  }

img#spinner_img {
  margin: 0 auto;
  }

/* 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; }

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

.site_link_cont {
  position: relative;
  top: 75px;
  left: 137px;
  text-align: center;
}

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

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

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

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

div#successDiv {
  color: green;
  font-weight: bold;
}

/* Form errors */
div#successDiv {
  color: darkgreen;
  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-image: url(../img/container/headline_bg.png);
  background-repeat: repeat-x;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  padding: 5px 0px 0px 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;
  color: white;
}

.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;
  margin: 0px;
  border: 0px;
  padding: 2px 2px 0px 2px;
  overflow: hidden;
  width: 730px;
  max-height: 100px;
  height:expression(
    this.scrollHeight > 100? "100px" : "auto" );
}

/* 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;
  width: 730px;
}

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

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

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

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, .editorlabel_cell_bottom {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}

.editorlabel_cell_bottom {
  vertical-align: bottom;
}

/* 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 */
.ltjfcads_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;
}

.ltjfcads_pic {
  border: 0px;
}

span#emailtoofficialsspan {
  position: relative;
  left: 5px;
}

span#emailtowebmasterspan {
  position: relative;
  left: 475px;
}

.captcha_instruction {
  font-size: 80%;
  }

.captcha_link {
  font-size: 80%;
  }

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

div#mapcont {
  float: right;
  border: 1px inset;
}
 
div#map {
  text-align: center;
  width: 500px;
  height: 300px;
  border: 1px inset rgb(204, 204, 204);
  margin-top: 2px;
  margin-bottom: 5px;
}

div#maptddiv {
	height: 0px;
	overflow: hidden;
}
div#formcont {
  text-align: center;
}

input#saddr {
  width: 75px;
}

.xphoto_thumb {
  width: 160px;
  height: 100px;
}

.photocont {
  float: right;
  border: 0px;
  padding: 5px;
  text-align: center;
}

div#browseselectdiv {
  padding: 0px 0px 20px 0px;
}

div#replydiv {
  padding: 0px 0px 15px 0px;
}

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

/* Glass Div */
.glassDiv {
  position: absolute;
  z-index: 500;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: gray;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0.7;
}

/* Lookup Div */
/*   background-image: url('../image/menu/menu-left-gradient.png'); */
div#search_div {
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 510;
  background-color: darkred;
  background-repeat: repeat-x;
  padding: 1px;
  border: 2px black ridge;
  visibility: hidden;
  text-align: left;
  }

div#search_div_inner {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 1px; 
  }

img#search_div_x {
  position: relative;
  padding: 1px;
  text-align: left;
  font-size: 120%;
  vertical-align: top;
  color: white;
  z-index: 10;
  float: right;
  }
  
span#search_div_title {
  position: relative;
  top: 0px;
  left: 2px;
  font-weight: bold;
  color: white;	
  }
  
/* ************************************************************** */

img#captcha_refresh_image {
  vertical-align: middle;
  cursor: pointer;
  }

div#lookup_main {
  padding: 10px;
  }
  
div#captchadiv {
  width: 200px;
  }
 
table#menutable, .menutable {
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: normal;
   width: 720px;
   margin: 0 auto;
 }
 
 /* mouseout */
.menucell0 {
   width: auto;
   height: 20px;
   border: 1px inset rgb(204, 204, 204);
   text-align: center;
   padding: 5px;
 }
 
 /* mouseover */
 .menucell1 {
   width: auto;
   height: 20px;
   border: 1px black inset;
   text-align: center;
   background-color: lightgray;
   padding: 5px;
 }
 
 /* ****************************************** */

.articlediv {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 550px;
}

.phodiv {
  position: absolute;
  top: 33px;
  left: 560px;
  width: 150px;
}

.phototable {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  width: 150px;
  margin: 0 auto;
}

.photouploadcell {
  text-align: left;
}

.photoupload {
   width: 150px;
 }
 
.photoheadingcell {
  padding: 10px 0px 0px 0px;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
}
 
.uploadlabel {
  padding: 10px 0px 0px 0px;
  text-align: left;
  font-size: 150%;
  font-weight: bold;
}
 
h2 {
  text-align: left;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 160%;
}

div#articlemain { 
  position: absolute;
  top: 5px;
  left: 5px;
  width: 740px;
  height: 740px; 
  margin: 0px;
  padding: 0px;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div#mapinstructiondiv {
  height: 0px;
  overflow: hidden;
}

.controlbtn {
 	width: 70px;
 	height: 25px;
}

/* Control Button div */ 
.formcontroldiv {
	height: 40px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.scwdate {
 	width: 70px;
 	background-color: lightgray;
 	text-align: center;	
} 

.forminputdesc, .forminputdescenabled {
 	width: 300px;
}

.forminputdesc {
 	background-color: lightgray;	
}
