
div.webticket {
	background: #54d746;
	border-radius: 10px;
	padding: 15px;
}

div.todayticket div.webticket {
	background-color: #ffa909;
}

div.webticket h2 {
	color: white;
	paddingop: 20px;
	text-align: center;
}

div.webticket h2 strong {
	display: block;
	font-size: 40px;
	font-weight: normal;
}

div.webticket div.today  img {
	height: auto;
	width: 100%;
}

div.webticket a {
	background-color: white;
	border-radius: 10px;
	display: block;
	text-decoration: none;
}

div.webticket a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.60;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

div.webticket div.today a span.detail {
	display: block;
	padding: 20px;
	text-align: center;
}

div.todayticket div.webticket div.today a span.detail {
	color: #ea9800;
}

div.webticket div.today a span.detail strong {
	font-size: 140%;
}

div.webticket ul.advance {
	display: block;
	text-align: center;
}

div.webticket ul.advance li {
	background-color: white;
	border-radius: 10px;
	display: inline-block;
	margin: 10px 4px 14px 4px;
	text-align: center;
	width: 206px;
}

div.webticket ul.advance li a img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: auto;
	width: 100%;
}

div.webticket ul.advance h3 {
	font-size: 100%;
	padding: 10px 14px 4px 14px;
}

div.webticket ul.advance p {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 14px 0px 14px;
	text-align: center;
}

