@charset "UTF-8";
/* CSS Document */

/* Images that are linked use these classes to remove borders, padding, margins, and other styles. */
img.image_link {
	border: none;
	margin: 0px;
	padding: 0px;
}
a.image_link {
	
}

/* Default style used by form buttons */
form input.button {
	
}

form input.disabled {
	background-color: #CCCCCC;
	color: #333333;
}

/*   New photo classes   */

.righty {
	float: right;
	border: solid 1px #801821;
	margin-left: 15px;
	margin-bottom: 10px;
		
}

.lefty {
	float: left;
	border: solid 1px #801821;
	margin-right: 15px;
	margin-bottom: 10px;
		
}
#barrett .athlete_info_box {
	padding: 3px;
	margin-top: -120px;
	background-color: #3d0a05;
}



/* Message module uses these DIV IDs to display messages. */

div#error {
	background-color: #ffd8d8;
	border: 1px solid #990000;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	width: auto;
	min-height: 10px;
	*height: 1%;
}
div#success {
	background-color: #d6ffcc;
	border: 1px solid #009900;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	width: auto;
	min-height: 10px;
	*height: 1%;
}
div#message {
	background-color: #d7e9ff;
	border: 1px solid #3a73b8;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	width: auto;
	min-height: 10px;
	*height: 1%;
}
div#notice {
	background-color: #ffff99;
	border: 1px solid #fee32c;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	width: auto;
	min-height: 10px;
	*height: 1%;
}
div#alert {
	background-color: #f7d7b0;
	background-color: #fdc461;
	border: 1px solid #e48a1e;
	border: 1px solid #c36700;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	width: auto;
	min-height: 10px;
	*height: 1%;
}
div#tracking {
	background-color: #f7d7b0;
	background-color: #fdc461;
	background-color: #ffff99;
	border: 1px solid #e48a1e;
	border: 1px solid #c36700;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px;
	width: auto;
	min-height: 10px;
	*height: 1%;
}
div#plain {
/*	background-color: #d7e9ff;*/
	border: 1px solid #8D8D8D;
	color: #000000;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	width: auto;
	min-height: 10px;
	*height: 1%;
}

/*  Additional Header Option for Off-Season Pages   */

.redtitle {
     color: #CC0000
}

/*  For Promotions Listing  */

.promodate {
	font-size: 13px;
	font-weight: bold;
}