/* This style sheet was created on March 19, 2007 by Beck Reitmeyer.               */
/* Copied from the original Arizona style file, created at Hoff's suggestion       */
/* to make consistent site styling possible.                                       */


h1 {
   color: #181ea5;
   font-size: 16px;
   }

h2 {
   color: #000000;
   font-size: 14px;
   margin-bottom: 0;
   padding-bottom: 3px;
   }
   
h3 {
   color: black;
   font-size: 12px;
   margin-bottom: 0;
   padding-bottom: 3px;
   }
   
p {
   margin-top: 1px;
   padding-top: 1px;
   }

   
/* css for table style devised by Tech group for Fan Forum page. */
/* renames "header" cell and "description" cell.                 */
/* style was copied throughout site in attempt at consistency.   */   
      
.cell_head {
   padding: 3px;
   border-width: 1px;
   border-style: solid;
   border-color: #181ea5;
   background-color: #181ea5;
   color: white;
   font-weight: bold;
   text-align: center;
   }

.cell_desc {
   border-width: 1px;
   border-style: solid;
   border-color: #181ea5;
   padding: 3px;
   }
   
.cell_head_secondary {
   padding: 3px;
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
   background-color: #000000;
   color: white;
   font-weight: bold;
   text-align: center;
   }

.cell_desc_secondary {
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
   padding: 3px;
   }

#ffindex_rightside h2 {
	width: 177px;
	margin-top: 4px;
	margin-bottom: 0;
	padding: 3px;
	color: white;
	background-color: #000000;
	font-weight: bold;
	font-size: 100%;
	clear: both;
   }

/* general cell coding   */

.greyBg {
    background-color: #cecece;
	}
	
.ltblueBg {
    background-color: #ccffff;
	}
	
/* css for hardball show divs. this setup allows addition of      */
/* extra shows without having to restructure a table around them. */
/* allows oldest to be at the top.                                */
/* concept stolen from eric meyers.                               */

div.hardball_show {
   float: left;
   margin: 2px;
   width: 185px;
   height: 225px;
   border: 1px solid #181ea5;
   padding: 0;
   }
div.hardball_show ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   }
div.hardball_show li.title {
   font-weight: bold;
   color: white;
   background-color: #181ea5;
   padding: 3px;
   text-align: center;
   }
div.hardball_show li.image {
   text-align: center;
   margin-bottom: 1px;
   }
div.hardball_show li.features ul {
   margin-left: 20px;
   margin-top: 2px;
   padding: 3px;
   padding-top: 0;
   list-style-type: disc;
   font-size: 80%;
   }
div.hardball_show li.watch {
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: right;
   font-weight: bold;
   }
div.hardball_show img.snapshot {
   border: 2px solid #181ea5;
   }

/* standard definition list coloring -- used where dl's should be used */
dt {
   margin-top: 20px; 
   font-weight: bold;
   }
dd {
   margin-left: 10px; 
   margin-bottom: 5px;
   }


/* coding for ticketing section */
/* season ticket holder pages   */

div.specialsBox {
    width: 180px;
	float: right;
	margin: 3px;
    }
div.specialsBox div.specials {
    margin-bottom: 6px;
	padding: 3px;
	color: #ffffff;
	background-color: #181ea5;
	text-align: center;
    }
div.specialsBox div.specials a {
	color: #d5bb07;
    }
table#stbenefits {
    text-align: center;
    }
table#stbenefits th {
    font-size: 95%;
    font-weight: bold;
    text-align: center;
    }
table#stbenefits td {
    border-bottom: 1px solid #666666;
    }
table#stbenefits td.amenities {
    border-bottom: 1px solid #666666;
    text-align: left;
    }
	
	
/* adding for 2008 season */
/* powder blue designations   */

.powderblue {
	color: #6caee0;
	}
	
.powderblueBg {
	background-color: #6caee0;
	}
	
.powderblueBorderColor {
	border: #6caee0 1px solid;
	}
	
.powderblueBgLite {
	background-color: #ccffff;
	}


