@charset "UTF-8";
/* CSS Document */



/* MAIN BODY AND BACKGROUNDS */
td, body{font-family:arial;  color:#ffffff; font-size:12px;}
body{  background: url(images/bg.jpg) no-repeat top center #000000; margin:0px;font-family:arial;font-size:12px;}
.global{color:white; font-size:12px;}
.hsxbk{
 


z-index:-1000;
height:1100px;
}

.longShadow{ 
background:url(images/longShadow.png) center no-repeat;
position:absolute; top: 78px;
width:100%;
z-index:-5;
height:1100px;
}

.sportsList
{

background:url(images/sportsListBg.jpg) repeat-x top;
}

.theContentBack
{
background-image:url(images/cellBks.jpg);
background-repeat:repeat-x;

}

/* FORM ELEMENTS */
textarea{
background:url(images/textAreaBack.png) repeat-x #ffffff;
}
input{
font-size:11px;
border:solid 1px #000000;
height:18px;
background: url(images/formBack.png) repeat-x;
}
.button input{
font-size:13px;
border:solid .5px #000000;
height:25px;
}
textarea{
border:solid 1px black;
}

/* SIGN UP PAGES */
.packageResults{
width:137px; 
}
.packageResultsH{
width:137px; font-weight:bolder;
}
.packageResultsHBg{
background:url(images/resultsTbl.jpg) repeat-x top #000000;
}

/* LINKS */
a:link{color:#d1d3d7; text-decoration:none}
a:hover{color:#ffffff;text-decoration:underline overline;}
a:active{color:#e8e8e8; text-decoration:none}
a:visited{color:#e8e8e8; text-decoration:none}


/* OTHER TEXT STYLES */
.redBold {
	color: #FF0000;
	font-weight: bold;
}

.contentBack{
background:#000000 url(images/cellBks.jpg) repeat-x  top; border:solid thin white;
}