/****************************************/
/*         HOME Play Buttons            */
/****************************************/

a.playbtn, a:visited.playbtn { /**the button**/
	display: block;
	width: 338px;
	height: 23px;
	background: url(/images/home/play-btn.gif) no-repeat 0 0;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	padding:13px 0px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	letter-spacing:1px;
	text-shadow: #4d0f04 0.05em 0.05em 0.2em
}


a:hover.playbtn  {
	background-position: 0px -48px;
}


/****************************************/
/*      HOME Season & Play Images       */
/****************************************/

#playimage { /**play poster image CONTAINER **/
	display: block;
	margin:0px;
	padding:0px;
	position:absolute;
	left:290px;
	top:460px; 

}

a.playbtn span { /**hide play poster **/
	visibility:hidden;
	display:block;
	position:absolute;
	left:290px;
	top:460px; 
	margin:0px;
	padding:0px;
	color:#666; 
}

a:hover.playbtn span { /**show play poster one hover **/
	visibility:visible;
}


/****************************************/
/*      HOME Cal and Tix Plug Btns      */
/****************************************/


a.calprint {
	display: block;
	width: 106px;
	height: 30px;
	background: url(/images/home/plug-cal-print.gif) no-repeat 0 0;
	margin:0px;
	float:left;
}


a.calview {
	display: block;
	width: 50px;
	height: 30px;
	background: url(/images/home/plug-cal-view.gif) no-repeat 0 0;
	margin:0px;
	float:left;
}

a.tixbuy {
	display: block;
	width: 83px;
	height: 30px;
	background: url(/images/home/plug-tix-buy.gif) no-repeat 0 0;
	margin:0px;
	float:left;
}

a.tixinfo {
	display: block;
	width: 50px;
	height: 30px;
	background: url(/images/home/plug-tix-info.gif) no-repeat 0 0;
	margin:0px;
	float:left;
}


a:hover.calprint, a:hover.calview, a:hover.tixbuy, a:hover.tixinfo  { /**show the rollover on hover **/
	background-position: 0px -30px;
}
.calprint span, .calview span, .tixbuy span, .tixinfo span { /**don't show the text link **/
  display: none;
}


/****************************************/
/*      TOP Cal & Buy Tix Btns          */
/****************************************/

a.topbtncal {
	display: block;
	width: 122px;
	height: 29px;
	background: url(/images/home/top-btn-cal.gif) no-repeat 0 0;
	margin:0px;
	float:left;
}


a.topbtnbuy {
	display: block;
	width: 126px;
	height: 29px;
	background: url(/images/home/top-btn-buy.gif) no-repeat 0 0;
	margin:0px;
	float:left;
}

a:hover.topbtncal, a:hover.topbtnbuy { /**show the rollover on hover **/
	background-position: 0px -29px;
}
.topbtncal span, .topbtnbuy span { /**don't show the text link **/
  display: none;
}


/****************************************/
/*      SIDEBAR Buy Tix Online          */
/****************************************/
#buytixonline {
	margin:10px 0 0 -20px;
	position:relative;
}
a.buytixonline {
	display: block;
	width: 180px;
	height: 60px;
	background: url(/images/buttons/buy-tickets-online.gif) no-repeat 0 0;
	margin:0px;
	position:relative;
}

a:hover.buytixonline{ /**show the rollover on hover **/
	background-position: 0px -60px;
}
.buytixonline span { /**don't show the text link **/
  display: none;
}


/****************************************/
/*      SIDEBAR Give SSC          */
/****************************************/
#ucscgive {
	position:relative;
	margin:15px 0 20px -4px;
}
a.ucscgive {
	display: block;
	width: 155px;
	height: 40px;
	background: url(/images/buttons/ssc-give-online.gif) no-repeat 0 0;
	margin:0px;
	float:left;
	position:relative;
}

a:hover.ucscgive{ /**show the rollover on hover **/
	background-position: 0px -40px;
}
.ucscgive span { /**don't show the text link **/
  display: none;
}


/****************************************/
/*        TABLE 4-ways to order         */
/****************************************/

a.buynow {
	display: block;
	width: 142px;
	height: 41px;
	background: url(/images/buttons/buy-now.gif) no-repeat 0 0;
	margin:0px;
	position:relative;
}

a.orderform {
	display: block;
	width: 128px;
	height: 41px;
	background: url(/images/buttons/order-form.gif) no-repeat 0 0;
	margin:0px;
	position:relative;
}


a:hover.buynow, a:hover.orderform{ /**show the rollover on hover **/
	background-position: 0px -41px;
}
.buynow span, .orderform span { /**don't show the text link **/
  display: none;
}



/****************************************/
/*        TABLE tickets landing         */
/****************************************/

a.buyseasontickets {
	display: block;
	width: 279px;
	height: 70px;
	background: url(/images/buttons/buy-season-tickets.gif) no-repeat 0 0;
	margin:0px;
	position:relative;
}


a.buysingletickets {
	display: block;
	width: 270px;
	height: 70px;
	background: url(/images/buttons/buy-single-tickets.gif) no-repeat 0 0;
	margin:0px;
	position:relative;
}


a:hover.buyseasontickets, a:hover.buysingletickets{ /**show the rollover on hover **/
	background-position: 0px -70px;
}
.buyseasontickets span, .buysingletickets span { /**don't show the text link **/
  display: none;
}



/****************************************/
/*        PLAY PAGES buttons        */
/****************************************/

a.buyonline {
	display: block;
	width: 137px;
	height: 38px;
	background: url(../images/buttons/buy-online.gif) no-repeat 0 0;
	margin:0px;
	position:relative;
	float:right;
}


a.moreinfo {
	display: block;
	width: 99px;
	height: 38px;
	background: url(../images/buttons/more-info.gif) no-repeat 0 0;
	margin:0px;
	position:relative;
	float:left;
}


a:hover.buyonline, a:hover.moreinfo{ /**show the rollover on hover **/
	background-position: 0px -38px;
}
.buyonline span, .moreinfo span { /**don't show the text link **/
  display: none;
}