body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: black;
	background-image: url(/images/virginia-blacksox-bg.jpg);
	background-position: top right;
	background-repeat: repeat;
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
}

#bannerAds {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: right;
}

#bannerAds img {
	border: none;
	margin-right: 0;
}

#wrapper {
	margin: 10px auto 5px auto;
	width: 800px;
	border: 1px solid white;
	text-align: left;
	background-color: white;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	color: black;
}

#content {
	position: relative;
	margin-left: 160px;
	margin-right: 5px;
}

/* general tag styles 
------------------------------------- */
h1, h2, h3 {
	font-size : 1.5em;
	text-align: center;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

a {
	color : Blue;
	text-decoration : none;
}

a:hover {
	color : White;
	background-color : Black;
}

/* ID styles
------------------------------------- */

/* navbar styles
------------------------------------- */
#nav {
	position: relative;
	float: left;
	width: 150px;
	color: white;
	padding: 5px;
}

#nav ul {
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 10px 0;	
}

#nav li a {
	background-image: url(/images/sox-bullet-off.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#nav li a:hover {
	background-image: url(/images/sox-bullet-on.jpg);
}

/* content area general styles
------------------------------------- */

#content th {
	text-align: left;
	text-decoration: underline;
}

/* home page styles
------------------------------------- */
#homepageLeft {
	width: 300px;
	float: left;
}

#homepageRight {
	margin-left: 305px;
}

.newsHeader {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	font-weight: bold;
	background-color: #000;
	color: white;
	margin-bottom: 0;
	text-align: left;
}

.newsItem {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: left;
}

.newsTitle {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	font-weight: bold;
	background-color: #333;
	color: white;
}

.oldNews {
	text-align: left;
}

/* Player Bio page styles
------------------------------------- */
#biopageTopLeft {
	float: left;
	width: 300px;
}


#biopageTopRight {
	margin-left: 305px;
	margin-bottom: 0;
	text-align: center;
}

#biopageTopRight img {
	margin-top: 10px;
	border: 1px solid black;
}

#playerBio {
	margin-top: -10px;
	margin-bottom: 20px;
}

#playerBio .label {
	float: left;
	font-weight: bold;
	width: 100px; 
}

#playerBio .data {
	margin-left: 120px;
}

#playerBio #playerNotes {
	margin-top: 5px;
}

.playerStatsHeader {
	font-size: 14px;
	font-weight: bold;
}

/* Schedule page styles
------------------------------------- */
#schedule {
	width: 99%;
	border-collapse: collapse;
	text-align: left;
}

#schedule th {
	text-decoration: underline;
	font-weight: bold;
}

/* Statistics page styles
------------------------------------- */
#battingStats, #pitchingStats, #boxScore {
	width: 99%;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 10px;
}

#battingStats th, #pitchingStats th, #boxScore th {
	text-align: center;
	text-decoration: none;
}

#battingStats .total, #pitchingStats .total {
	font-weight: bold;
}

#battingStats .playerName, #pitchingStats .playerName, #boxScore .playerName {
	text-align: left;
}

/* Team History styles
------------------------------------- */
div#history ul {
	list-style-type: none;
	padding: 0;
}

div#history ul li {
	font-weight: bold;
}

div#history ul ul {
	list-style-type: circle;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#history ul ul li {
	font-weight: normal;
}

/* Tryout page styles
------------------------------------- */
/* Honey Pot */
.honeypot {
	display: none;
}
/* Form styles
------------------------------------- */
div.formContainer {	
	margin-bottom: 10px;
	overflow: auto;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

div.formContainer ol {
	list-style: none;
	padding: 1em 1em 0 1em;
	margin-top: 0;
	margin-bottom: 0;
}

div.formContainer li {
	padding-bottom: 1em;
}

div.formContainer li label {
	display: block;
}

div.formButtons {
	border-style: none;
}

div.captcha img {
	margin-bottom: 1em;
	clear: both;
}

.required {
	color: red;
}

/* class styles
------------------------------------- */
.clear {
	clear: both;
}

div.copyRight {
	text-align: right;
	margin: 0 auto;
	width: 800px;
}

div.copyRight a {
	color: #a6a6a6;
}

.odd {
	background-color: #bbbbbb;
}

.even {
	background-color: white;
}

.successMsg {
	padding: 10px;
	background-color: green;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 300px;
}

.errorMsg {
	font-weight: bold; 
	color: #FF0000;
	text-align: center;
}

.hide {
	display: none;
}

.error {
	color: #fff;
	background-color: #f00;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.success {
	color: #fff;
	background-color: #176900;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.success a, .error a {
	color: #feffc9;
}

/* Modal CSS */
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #fff;
  display: none;
}

#modalBox, #modalShadow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 100px;
	padding: 10px;
	border: 1px solid black;
	display: none;
	text-align: left;
}

#modalBox {
	margin-left: -150px;
	margin-top: -50px;
	background-color: #333;
	z-index: 9999;
}

#modalShadow {
	margin-left: -147px;
	margin-top: -47px;
	color: #000 !important;
	background-color: #000;
	z-index: 9998;
}