/** body-general **/
html, body, table, p, div {
	margin: 0px;
	padding: 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #464544;
	font-weight : normal;
	line-height: 16px;
}

td {
	padding: 2px;
	margin: 2px;
}

h1 img	{display: block;}
img	{border: 0;}
a	{color: #570d24;text-decoration: none;}
a:hover {color: #666666;}
.clear	{clear: both;}
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

body {
	background-color: #eee;
	background-image: url('images/bg_tile.gif');
	font-size: 12px;
	text-align: center;
}

div {
}
input, select, textarea {
  border: 1px solid #464544;
  font: 12px "Arial narrow", arial, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
h2 {
  color: #570d24;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0px; 
}
h3 {
  font-size: 14px;
  line-height: 1;
}


/** layout **/
#outer {
  background: top left url(/templates/default/images/page_bg_top.mods.gif) repeat-x;
  padding-top: 20px;
}
#wrapper {
  text-align: left;
  margin: auto;
  width: 900px;
  position: relative;
  border:1px solid #090909;
}
#body-div {
  min-height: 800px;
  background-color:#FFFFFF;
}

/** logo **/
#logo {
  width:400px;
  padding: 14px;
  text-align: center;
}
#logo h1 {
  color: #570d24;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** sponsor **/
#sponsor {
  width:300px;
  float: right;
  padding: 14px;
  text-align: right;
}
#sponsor-text {
  float: right;
  padding: 14px;
  text-align: right;
}

/** nav **/
#nav {
  background-color: #f3eb0a;
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(/templates/default/images/arr.mods.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
  margin-top: 3px;
  margin-bottom: 11px;
  // margin-bottom: 0px;
  

}
#nav a {
  color: #242444;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #750d24;
}

/** container **/
#container {
  padding: 10px;
}

/** footer **/
#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 20px;
}

/** forum **/
.forum {
  border: 2px solid #006699;
}
.forum-header-text {
  color: #FFA34F;
  font-size: 11px;
  font-weight : bold;
  height: 25px;
  text-align: center;
}
.forum-blue-header {
  background: url(/templates/default/images/forum_header.gif) repeat-x;
  height: 28px;
}
.forum-silver-header {
  background: url(/templates/default/images/forum_category.gif) repeat-x;
  height: 28px;
  background-color:#D1D7DC;
}
.forum-category-text {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #006699;
}
.post_details {
  vertical-align: top;
  color: #000000;
}
.odd_post {
  background-color: #DEE3E7;
}
.spacerow {
  background-color: #CECECE;
  height: 1px;
}

/** table from sporting pulse **/
.heading3col {
	font-weight: bold;
}
.resulttable {
	width: 90%;
}
.resultline {
	background-color: #ff0000;
}
