/* 
		Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 Limeport Stadium CSS File
      Created:	 09/28/2007
     Updated:	 11/15/2007
*/
/*
Background Green: #065406
Light Yellow: #FDFD81
*/
/*-----WEBSITE DESIGN STYLES---------------------------------------------------------------------------*/
#resizeButtons {
	text-align: center;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 90px;
	z-index: 2;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #065406;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #065406;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#backgroundTable {
	height: 100%;
	width: 1010px;
}
#backgroundTable #borderLeft {
	background-color: #065406;
	background-image: url(Images/borderLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#backgroundTable #borderRight {
	background-color: #065406;
	background-image: url(images/borderRight.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainTable {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-right: 1px solid #065406;
	border-left: 1px solid #065406;
}
#mainTable #borderTop {
	background-color: #FDFD81;
}
#mainTable #borderBottom {
	background-color: #065406;
}
#pageTable {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#pageTable #column1 {
	background-color: #FDFD81;
}
#pageTable #column2 {
	width: 4px;
	background-color: #065406;
}
#pageTable #column3 {
	background-color: #FFFFFF;
}
#pageTable #column4 {
	width: 4px;
	background-color: #065406;
}
#pageTable #column5 {
	background-color: #FDFD81;
}
#contentTable {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
#topSpacer {
	height: 10px;
	background-color: #FDFD81;
}
#column1 #menuLeft {
	list-style-type: none; 
	margin: 0;
	padding: 0;
	width: 170px;
	text-align: left;
}
#column1 #menuLeft li {
	/*position: relative;*/
}
#column1 #menuLeft li.menuSelect {
	background: #FDFD81 url(images/menuButtonSelect.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #DDDDDD;
	display: block;
	width: 170px;
	height: 40px;
	padding-left: 45px;
	text-decoration: none;
	line-height: 3.1em;
}
#column1 #menuLeft li a {
	background: #FDFD81 url(images/menuButton.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 40px;
	padding-left: 45px;
	text-decoration: none;
	line-height: 3.1em;
}
#column1 #menuLeft  li a:visited {
	background: url(images/menuButton.jpg) no-repeat left top;
}
#column1 #menuLeft  li  a:active {
	background: url(images/menuButton.jpg) no-repeat left top;
}
#column1 #menuLeft  li a:hover {
	color: #FFFF00;
	background: url(images/menuButtonOver.jpg) no-repeat left top;
}
/* Holly Hack for IE \*/
* html #column1 #menuLeft  li { float: left; height: 2px; }
* html #column1 #menuLeft  li a { height: 1%; }
/* End */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #065406;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #065406;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

/*-----HEADER STYLES--------------------------------------------------------------------------------------------*/
#mainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #000033;
	position: absolute;
	left: 184px;
	top: 55px;
	z-index: 3;
}
#mainTitleShadow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #BBBBFF;
	position: absolute;
	left: 186px;
	top: 57px;
	z-index: 2;
}

/*-----MAIN STYLES--------------------------------------------------------------------------------------------*/
#menuBar {
	background-color: #C6FFC6;
}
#sideContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	color: #003300;
	text-align: center;
}
#sideContact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	color: #009900;
	text-align: center;
	text-decoration: none;
}
#sideContact a:hover {
	text-decoration: underline;
}
a.TopOfPage:hover {
	color: #A90000;
	text-decoration: underline;
}

/*-----FOOTER STYLES--------------------------------------------------------------------------------------------*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
	color: #065406;
	background-color: #FDFD81;
}
#footer a {
	font-size: 1em;
	color: #065406;
	text-decoration: none;
}
#footer a:hover {
	color: #A90000;
	text-decoration: underline;
}
#ecp {
	font-size: 0.8em;
	color: #065406;
}
#ecp a {
	color: #065406;
	text-decoration: none;
}
#ecp a:hover {
	color: #A90000;
	text-decoration: underline;
}

/*-----MENU STYLES--------------------------------------------------------------------------------------------*/
#menuTable {
	width: 138px;
	margin: 10px;
}
#menuTable td.menuItem {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-left-color: #99CCFF;
	cursor: pointer;
}
#menuTable td.menuSelect {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-left-color: #99CCFF;
}
#menuTable a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
#menuTable a:hover {
	font-size: 1em;
	text-decoration: none;
}

#pcTable {
	width: 148px;
	padding-left: 10px;
}
#menuTable td.pcTitle {
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-left-color: #99CCFF;
	cursor: pointer;
	background-color: #A90000;
}
#menuTable td.pcItem {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #28497D;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-left-color: #99CCFF;
	cursor: pointer;
}
#pcTable a {
	font-size: 1em;
	color: #28497D;
	text-decoration: none;
}
#pcTable a:hover {
	color: #FFFFFF;
	background-color: #A90000;
	font-size: 1em;
	text-decoration: none;
}

#contactTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	color: #61754D;
}
#contactTable a {
	color: #61754D;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#contactTable a:hover {
	color: #FFFFD9;
	text-decoration: underline;
}

/*-----DEPARTMENTS PAGE STYLES-----------------------------------------------------------------------------------*/
#deptTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 12px;
}
#deptTable table.deptDescTable {
	width: 100%;
}
#deptTable table.deptDescTable th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	background-color: #28497D;
}
#deptTable table.deptDescTable a {
	color: #3377FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#deptTable table.deptDescTable a:hover {
	color: #A90000;
	text-decoration: underline;
}
#deptTable table.deptDescTable td {
	color: #28497D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}
#deptHeaderTable {
	width: 100%;
}
#deptHeaderTable th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	background-color: #28497D;
}
#deptHeaderTable td {
	color: #28497D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}
#deptHeaderTable a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#deptHeaderTable a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#deptDetTable {
}
#deptDetTable td {
	color: #28497D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
#deptDetTable div.detName {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}
#deptDetTable div.detTitle {
	color: #28497D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}
#deptDetTable a {
	color: #3377FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#deptDetTable a:hover {
	color: #A90000;
	text-decoration: underline;
}

/*-----PHOTO GALLERY PAGE STYLES-----------------------------------------------------------------------------------*/
#photoGalleryTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 12px;
}
#photoGalleryTable p {
	color: #61754D;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

/*-----DEALER REQUEST PAGE STYLES-----------------------------------------------------------------------------------*/

/*-----CONTACT US PAGE STYLES-------------------------------------------------------------------------*/
#contactUsTable {
	height: 100%;
	width: 100%;
	margin: 0px;
}
#contactUsTable #contactHeader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	background-color: #065406;
}

td.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 0.8em;
	font-weight: bold;
}
label.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
}
input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEECC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
textarea.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
select.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
select.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #50301A solid;
	padding-left: 5px;
}
input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}

/*-----MISSIONS PAGE STYLES-----------------------------------------------------------------------------------*/
#missionTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	top: -20px;
}
#missionTable p {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
#missionTable #missionTitle {
	color: #065406;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
#missionTable span {
	color: #A90000;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

/*-----DIRECTIONS PAGE STYLES------------------------------------------------------------------*/
#directionsTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	top: -20px;
}
#directionsTable p {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
#directionsTable span {
	color: #065406;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#directionsTable li {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
#directionsTable li span {
	color: #A90000;
	font-size: 1em;
	line-height: 1.1em;
	font-style: normal;
	font-weight: bold;
}
#directionsTable img {
	border: 1px solid #999999;
}

#scrollerTable0 {
	width: 170px;
	border: thick ridge #065406;
}
#scrollerTable0 #scrollerHeader0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #065406;
	background-color: #FFFFFF;
}
#scrollerTable1 {
	width: 170px;
	border: thick ridge #065406;
}
#scrollerTable1 #scrollerHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #065406;
}
#contactCompany {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	color: #065406;
}
#contactAddress {
	font-size: 0.85em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	color: #065406;
}
#contactAddress a {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	color: #065406;
	text-decoration: none;
}
#contactAddress a:hover {
	color: #00008F;
	text-decoration: underline;
}

#pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	color: #065406;
	position: relative;
	top: -15px;
	padding-left: 10px;
}

/*-----HOME PAGE STYLES-----------------------------------------------------------------------------------*/
#homeTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#homeTable #opening1993 {
	border: 1px solid #CCCCCC;
}

/*-----ABOUT US PAGE STYLES-----------------------------------------------------------------------------*/
#AboutUsTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	top: -20px;
}
#AboutUsTable p {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}

/*-----UPCOMING EVENTS PAGE STYLES-----------------------------------------------------------------------------*/
#upcomingEventsTable {
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	top: -20px;
}
#upcomingEventsTable div.eventDateText {
	color: #065406;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: underline;
}
#upcomingEventsTable div.eventTitle {
	color: #A80000;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
#upcomingEventsTable div.eventText {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	padding-left: 10px;
}
#upcomingEventsTable p {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
#upcomingEventsTable a {
	color: #000066;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#upcomingEventsTable a:hover {
	color: #A80000;
}

/*-----GAME RESULTS PAGE STYLES-----------------------------------------------------------------------------*/
#gameResultsTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	top: -20px;
}
#gameResultsTable td {
	font-family: Arial, Helvetica, sans-serif;
	color: #065406;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}

/*-----LINKS PAGE STYLES-----------------------------------------------------------------------------------*/
#linksTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: -20px;
}
#linksTable td {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}
#linksTable a {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: underline;
}
#linksTable a:hover{
	color: #A90000;
}

/*-----GALLERY PAGE STYLES-----------------------------------------------------------------------------------*/
#galleryTable {
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: -20px;
}
#galleryTable p {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
/*-----SAVE-A-SEAT PAGE STYLES-----------------------------------------------------------------------------------*/
#saveAseatTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: -20px;
}
#saveAseatTable td {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}

/*-----SAVE-A-SEAT PAGE STYLES-----------------------------------------------------------------------------------*/
#advertisingTable {
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: -10px;
}
#advertisingTable td {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}
#advertisingTable ul {
	list-style-type: square;
}
#advertisingTable li {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
#adTable {
	width: 95%;
	color: #065406;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;

}
#adTable img {
	cursor: pointer;
}
#adTable th {
	color: #FFFFFF;
	background-color: #065406;
}
#adTable a {
	color: #065406;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#adTable a:hover {
	color: #A80000;
}

/*-----SOLEHI AA PAGE STYLES-----------------------------------------------------------------------------------*/
#solehiTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: -20px;
}
#solehiTable p {
	color: #065406;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
}
#solehiTable span {
	color: #A90000;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

/*-----MEMBERS PAGE STYLES------------------------------------------------------------------*/
#membersTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: -20px;
}
#membersTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #065406;
	padding-right: 10px;
	padding-left: 10px;
}
#membersTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #065406;
}
#membersTable th a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#membersTable th a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: underline;
}
#membersTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #065406;
	text-decoration: underline;
}
#membersTable a:hover {
	color: #A80000;
}

/*------ Stadium Store Page Styles-------------------------------------*/
table.storeHeader {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #065406;
	padding-right: 10px;
	padding-left: 10px;
}
table.storeHeader a {
	color: #0000AA;
	text-decoration: underline;
}
table.storeHeader a:hover {
	color: #A80000;
}
table.storeHeader td.storeInstructions {
}
table.storeHeader td.storeNote {
	font-weight: bold;
	color: #A80000;
}

#storeTable {
	width: 95%;
}
#storeTable img {
	/*border: 1px solid #CCCCCC;*/
}
#storeTable td.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
	text-decoration: underline;
}
#storeTable td.productDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #065406;
}
#storeTable td.productPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #065406;
}
#storeTable td.productPrice span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
	text-decoration: line-through;
}
#storeTable td.productNotForSale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
}
