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

.nametext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

.welcometext {
	background-image: url(../images/login_welcome_text.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:45px;
}

.newstext {
	background-image:url(../images/athleticsnews_header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:45px;
}

.loginfooter {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#333;
	text-align:center;
	text-decoration:none;
}

.link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#900;
	text-decoration:none;
	font-weight:bold;
}

.abouttext {
	background-image:url(../images/about_header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:45px;
}

.outdoorarenas {
	background-image:url(../images/outdoor-arenas_header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:25px;
}

.indoorarenas {
	background-image:url(../images/indoor-arenas_header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:25px;
}

.otherarenas {
	background-image:url(../images/other-arenas_header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:25px;
}

.termstext {
	background-image:url(../images/termsofuse_header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:45px;
}

.registertext {
	background-image:url(../images/register_header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	height:45px;
}

.maintext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

<!-- Facebox Tool CSS Below here -->

#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


