* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
}

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }

:before, :after { white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

form {
  margin: 0;
}

.aok {
	font-weight: bold;
	color: #00C000;
}

a {
	color: #0000FF;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.nav {
	display: block;
	float: left;
	margin: 20px 24px 0 24px;
	border-top: 2px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;
	padding: 3px 7px;
	text-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	background-color: #FCFCFC;
}

body {
	font-size: 0.8em;
	margin: 10px;
	margin-top: 15px;
	background-color: #000;
	background-image: url('/images/body_bg.gif');
	background-position: top-left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0 0 15px 0;
}

.bold {
	font-weight: bold;
}

.acenter {
	text-align: center;
}


.err {
	color: #F20000;
	font-weight: bold;
}

#errorBar {
	padding: 6px 2px 4px 10px;
	border-bottom: 1px solid #ACA899;
	background-color: #FBFBFB;
	margin-top: -1px;
	opacity: 1;	
	cursor: pointer;
	height: 20px;
}

#errorBarClose {
	float: right;
}

.fauxA {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

fieldset {
	padding: 10px;
}

#footer {
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 10px 5px 5px 5px;;
	height: 25px;
	margin: 0;
	clear: both;
	border-top: 2px solid #000;
	background-color: #fff;
}

    
  .galleryImage {
  	float: left;
  	margin-right: 15px;
  }
    
  .imagePreview {
  	float: left;
  	width: 110px;
  	text-align: center;
  	margin: 0 5px 30px 0;
  }
  
  .imageThumbnail {
  	width: 100px;
  	height: 100px;
  	margin: 0px auto;
  	margin-bottom: 5px;
  }
  

#footer span {
	font-weight: bold;
	color: #000;
	margin: 5px 0;
	padding: 2px 5px;
}

h1, h2, a.h2 {
	font-size: 18px;
	font-weight: bold;

}

hr {
	color: #B02020;
	border: 0; 
	height: 2px; 
	background-color: #B02020;
}

#blog p {
	text-align: justify;
}

#header {
	margin: 0;
	padding: 0;
	height: 70px;
	background-image: url('/images/header_topleft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 52px;
	text-align: right;
	margin-right: 20px;
	overflow: display;
}

#mainMenu {
	float: left;
	width: 140px;
	padding: 20px 5px;
	margin: 0;
	list-style-type: none;
}

#mainMenu li {
	margin: 10px 0;
	padding: 0;
	border: 1px solid #D1D1D1;
}

#mainMenu a {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 4px 0 0 4px;
	margin: 0;
	height: 20px;
	background-color: transparent;
}

ul#mainMenu li a:hover {
	color: #D10000;
	background-color: #FFF;
}

ul#mainMenu li:hover {
	background-color: #FFF;
}


html {
	height: 100%;
	margin-bottom: 1px;
}


#logo {
	float: left;
	border: 0;
}

#loginForm {
	margin: 0;
	padding: 0px 10px 0 0;
	height: 36px;
	display: block;
	margin-left: 235px;
	text-align: right;
	border-bottom: 2px #B02020 solid;
	margin-bottom: 30px;
	font-size: 11px;
	vertical-align: top;
}

#loginForm div {
	float: right;
	padding-top: 3px;
}

html > body #loginForm div {
	padding-top: 5px;
}

#maincontent {
	margin-left: 150px;
}

#maincontentpadding {
	padding: 20px 30px 10px 30px;
}


p {
	margin: 10px 0px;
}

#signup {

}

#signup p label, #contactus label {
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 6px;
	font-weight: bold;
}

#signup p {
	clear: both;
}


.recaptcha_input_area label {
	float: none;
}

.genericFieldset table {
	width: 100%;
	border: 1px solid #c7c7c7;
}

.genericFieldset th, .genericFieldset td {
	padding: 4px; 
	border: 1px solid #c7c7c7;
	text-align: left;
}

#BBCodeCreator{
	background-image: url('/images/ForumReplyBackground.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 26px;
	border-right: 1px solid #B3B9C3;
	width: 434px;
	padding-left: 15px;
}

#bbForm textarea {
	width: 450px;
}


.uline {
	text-decoration: underline;
}


#wrapper {
	width: 840px;
	margin: 0px auto;
	border: 2px #000 solid;
	background-image: url('/images/wrapperBG.gif');
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFF;
}

body > #wrapper {
	max-width: 920px;
	min-width: 760px;
	width: auto;
}

#featured {
	width: 275px;
	margin: 0px auto; 
	display: block;
}

html > body #featured {
	width: 98%;
}







/*Formatting for the buttons*/

.button {
        background-color : #D7D7D7;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-bottom:3px;
        margin-left:1px; margin-right:1px;
        margin-top:2px
}
/*Blends the helpbox into the background of the page*/
.helpbox {border-style:none;
                background-color:#eee;
                margin:5px;
}

/*Sets the properties of the bbForm table cells*/
#bbForm table {border-width:1px;
                border-style:solid;
                background-color:#eee;
                width:400px;
                margin-top: 40px;
}

#bbForm table td {
	padding: 3px;
}

#bbForm table > tr, #bbForm table > td {border-width:1px;
                border-style:solid;
}

fieldset legend {
  font-weight: bold;
}

.teamsH1{
	position: relative;
	top: -12px;
	left: -10px;
	padding: 0 4px;
	background-color: #FFF;
	display: inline;
}

.teamsDiv {
	border: 1px solid #CCC;
	margin: 10px 10px 50px 10px;
	padding: 0 10px 10px 20px;
	
	
}

.teamsDiv p {
	padding: 4px 6px;
	margin: 1px 0;
}

.teamsDiv p:hover {
	background-color: #eee;
}

#LacrosseGraphic {
	height: 228px;
	width: 200px;
	position: relative;
	left: 110px;
	top: -40px;
	background-image: url(/images/sports/lacrosse.gif);
	background-repeat: no-repeat;
	float: right;
}

#FootballGraphic {
	height: 297px;
	width: 200px;
	position: relative;
	left: 70px;
	top: -40px;
	background-image: url(/images/sports/football.gif);
	background-repeat: no-repeat;
	float: right;
}

#SoccerGraphic {
	height: 297px;
	width: 200px;
	position: relative;
	left: 90px;
	top: -40px;
	background-image: url(/images/sports/soccer.gif);
	background-repeat: no-repeat;
	float: right;
}


td.header {border-style:none;
                text-align:center;
}

td#smilies {text-align:center;
                vertical-align:top;
                padding: 10px;
}

td#post {text-align:center;
}

.comparison td {
	padding: 5px;
}

img {border-style:none}


.commentTop {
	height: 20px;
	padding: 7px 15px;
	background-image: url('images/forumheader.jpg');
	background-position: top left;
	color: #FFF;
	border-right: #134F95 2px solid;
	margin: 0;
	margin-top: 10px;
}

.commentTop a {
	font-weight: bold;
	color: #FFF;
}

.commentBody {
	margin: 0;
	padding: 5px 15px 15px 15px;
	background-image: url('images/forumpost.gif');
	background-position: top left;
	background-repeat: repeat-x;
	
}

.topicHeader a {
	float: left;
	width: 300px;
}

.topicHeader {
	margin: 20px;
	
}

.bbForumHeader {
	margin-top: 20px;
	font-size: 1.3em;
}

.bbForumDescription{
	margin-left: 20px;
	margin-right: 40px;
}

#ForumTable th, #ForumTable td {
	text-align: left;
	padding: 5px 15px 5px 5px;
	border: 1px solid #DDD;
}


#ForumTable {
	
}

#sportlist {
	font-size: 1.5em;
	list-style-type: none;
}

#sportlist li {
	padding: 4px 0;
}

.right {
	float: right;
}

.thead {
	background-color: #000;
}

.thead a {
	color: #fff;
}

.thead:hover {
	background-color: #000 ! important;
}



table.striped {
	width: 100%;
	border-collapse: collapse;
}

table.striped th, table.striped td {
	padding: 3px;
	border: 2px solid #fff;
}

table.striped th, .blueHeader {
	font-weight: bold;
	background-color: #1453BC;
	text-align: left;
	color: #fff;
}


table.striped th.subheader {
	background-color: #6F93CF;
	color: #fff;
}

table.striped td.DragIcon {
	width: 18px; 
	background-image: url(/images/icons/arrow_up_and_down.png); 
	background-repeat: no-repeat; 
	background-position: center;
}

tr.even {
	background-color: #eee;
}

tr.odd {
	background-color: #ddd;
}

table.striped tbody tr:hover {
	background-color: #fff;
}

table.striped tbody tr.tDnD_whileDrag td {
	background-color: #000;
	color: #fff;
}


#PrepCategories {
	margin: 0;
	padding: 0;	
	margin-bottom: 20px;
}

#PrepCategories li {
	display: inline;
	padding-left: 5px;
}

#PrepCategories li a {
	text-decoration: underline;
}

#PrepCategories li a:hover {
	text-decoration: none;
}




#MainContentResponse .err {
	padding-left: 30px;
	background-image: url('/images/icons/Exclamation.gif');
	background-position: center left;
	background-repeat: no-repeat;
	color: #F20000;
	font-weight: bold;
}

#MainContentResponse .aok {
	padding-left: 30px;
	background-image: url('../images/icons/CheckMark.gif');
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #00C000;
}


#MainContentResponse {
	padding: 6px 10px;
	margin: 0 0 10px;
	border: 2px solid #1553bc;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

#MainContentResponse #errorBarClose {
	float: right;
}



.toggleInfoBox {
	float: right;
	display: block;
	height: 16px;
	width: 16px;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	font-family: courier;
	text-indent: -10000px;
	background-image: url(/images/icons/toggle_sprite.png);
	background-position: 0 16px; 
}

a.toggleCollapsed {
	background-position: 0 0;
}



fieldset.borderedFields p {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px; 
	margin: 5px 0;
}

fieldset p.subHeader {
	font-weight: bold;
	color: #222;
	margin-top: 25px;
}

div.rightSkyscraper {
	float: right;
	margin: 15px 0 10px 10px;
}





table.striped {
	width: 100%;
	border-collapse: collapse;
}

table.striped th, table.striped td {
	padding: 3px;
	border: 2px solid #fff;
}

table.striped th, .blueHeader {
	font-weight: bold;
	background-color: #1453BC;
	text-align: left;
	color: #fff;
}


table.striped th.subheader {
	background-color: #6F93CF;
	color: #fff;
}

table.striped td.DragIcon {
	width: 18px; 
	background-image: url(/images/icons/arrow_up_and_down.png); 
	background-repeat: no-repeat; 
	background-position: center;
}

tr.even {
	background-color: #eee;
}

tr.odd {
	background-color: #ddd;
}

table.striped tbody tr:hover {
	background-color: #fff;
}

table.striped tbody tr.tDnD_whileDrag td {
	background-color: #000;
	color: #fff;
}


/* Start custom button CSS here
    ---------------------------------------- */
    .grayButton {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
      }
    * html button.grayButton {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can\'t be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.grayButton {
      margin:0 -3px;
      }
    .grayButton span {
      background:#ddd url(/images/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
      }
    * html .grayButton span {
      padding-top:0;
      }
    .grayButton span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa; 
     }
      
     a.grayButton:hover {
     	text-decoration: none;
     }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .grayButton:hover span, .grayButton:hover span span, .grayButton:focus span, .grayButton:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .grayButton:active span {
      background-position:0 -400px;
      outline:none;
      }
    .grayButton:focus, .grayButton:active {
      outline:none; /* doesn\'t seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the "primary" button */
    .primary {
      font-weight:bold;
      color:#000;
      }

		.grayButton img {
			position: relative;
			top: 3px;
		}





.messageBody {
	border: 1px solid #444;
	border-width: 0 1px 0;
	padding: 10px 15px;
}

.messageBodyLast {
	border-bottom: 1px solid #444;
}



.from {
	padding: 2px 0 3px 15px;
	height: 15px;
	background: url(/images/message_header.png) top left;
	border-right: 1px solid #444;
}

.from .toggleInfoBox {
	margin-right: 2px;
	margin-top: 1px;
}

.fromFirst {
	background: url(/images/message_header_first.png) top left;
}

.from a {
	font-weight: bold;
}

.from .date {
	font-size: 10px;	
	color: #666;
}

.message {
	background-color: #fCfCfC;
}

.message div.toggleCollapsed {
	background-color: #eee;
}




#MessageTable {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

#MessageTable tbody tr {
	border-top: 1px solid #c7c7c7;
}

#MessageTable tr.unread {
	background-color: #eee;
}

#MessageTable tr.unread td a.isRead {
	background: url(/images/icons/email.png) no-repeat center;
}

#MessageTable tr.read td a.isRead {
	background: url(/images/icons/email_open_image.png) no-repeat center;
}


#MessageTable td {
	padding: 2px;
	border: 0;
}

#MessageTable td span.date {
	font-size: 9px;
}

#MessageTable td span.source, #MessageTable td div.synopsis {
	font-size: 11px;
}

#MessageTable a.isRead {
	display: block;
	height: 16px;
	width: 16px;
	margin-left: 8px;
	margin-right: 10px;
	text-indent: -9000px;
	outline: none;	
}

#MessageTable th {
	text-align: left;
	border: 0;
}



.roundA a {
	padding: 2px 6px;
	margin: 0 2px;
 	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.roundA a.live {
	background-color: #1453BC;
	color: #fff;
	border: #001674;
}


	.GuestList {
		margin: 3px 5px 0 0;
		border: 1px solid #0000ff;
		background-color: #f1f1fe;
		padding: 3px;
		float: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.GuestList img {
		vertical-align: middle;
	}


.genericForm label {
	float: left;
	width: 150px;
	text-align: left;
	margin-right: 4px;
	font-weight: bold;
}

.narrowLabel label, label.narrowLabel {
	width: 100px;
}

.genericForm p, .genericForm div {
	margin: 7px 0;
}

.genericForm div div {
	margin: 0;
}

.shortForm label {
	width: 85px;
}

#ReplyForm textarea, .replyForm textarea {
	width: 350px;
	height: 50px;
}


.w50 { width: 50px }
.w75 { width: 75px }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w125 { width: 125px; }
.w175 { width: 175px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.fright { float: right; }
.fleft { float: left; }
.aleft { text-align: left; }
.aright { text-align: right; }




legend img {
	vertical-align: middle;
	margin-right: 6px;
}


table.CartItems { width: 100%;	display: none;	border-collapse: collapse; margin: 20px 0;}
table.CartItems th, table.CartItems td {	border: 1px solid #c7c7c7;	vertical-align: top;}
table.MyOrders td { vertical-align: top }



table.formTable {
						border-collapse: collapse;
						border: 0;
						width: 100%;
					}
					
					h2.oBorder {
						margin: 30px 0;
						font-size: 15px;
						border-bottom: 1px solid #B02020;
					}
					
					table.formTable td {
						border: 0;
						vertical-align: top;
						padding: 5px 1px;
						border-bottom: 1px solid #eee;
					}
					
					span.toolTip {
						color: #666;
						font-size: 10px;
					}
					
					table.formTable td.labelHolder {
						width: 132px;
						text-align: right;
						padding-right: 4px;
						padding-left: 0;
						font-weight: bold;
					}
					

					  
					  
					  .bigButton {
					  						border-width: 1px 0 0;
   border-top: 1px solid #5e5e5e;
   background: #520d0d;
   background: -webkit-gradient(linear, left top, left bottom, from(#b02020), to(#520d0d));
   background: -webkit-linear-gradient(top, #b02020, #520d0d);
   background: -moz-linear-gradient(top, #b02020, #520d0d);
   background: -ms-linear-gradient(top, #b02020, #520d0d);
   background: -o-linear-gradient(top, #b02020, #520d0d);
   padding: 11px 22px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   text-decoration: none;
   vertical-align: middle;
   					   cursor: pointer;
   }
.bigButton:hover {
   border-top-color: #4f4f4f;
   background: #4f4f4f;
   color: #ffffff;
   }
.bigButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }