/* Ticketsystem Style */
/* farecalc content*/
.pagesectionheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4d4a4b;
}
/* ticket system area content*/
.ticketcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4d4a4b;
}
.ticketcontent a:link {
	color: #00a1dd;
	text-decoration: none;
	font-weight:bold;
}
.ticketcontent a:visited {
	color: #00a1dd;
	text-decoration: none;
	font-weight:bold;
}
.ticketcontent a:active {
	color: #00a1dd;
	text-decoration: none;
	font-weight:bold;
}
.ticketcontent a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}
A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #CC0033;
	text-decoration: none;
}

A:hover {
	color: #CC0033;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #000000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
}

/*P {
	font-size: 12px;
	font-family : "Trebuchet MS";
}*/

TD.dark {
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1px;
}

Table.mincart {
	font-family : Verdana;
}

.mincart TD {
	border-bottom: 1px solid #EEEEEE;
	vertical-align: top;
}

TD.mincart_title {
	border-bottom: 1px solid #CC0033;
	font-size: 10px;
}

TD.mincart_check {
	font-size: 10px;
}

TD.mincart_norm {
	font-size: 9px;
}

TD.mincart_item {
	font-size: 9px;
	text-align: center;
	color: 222222;
}

P.mincart {
	font-family : Verdana;
}
/* css button style*/
input.btn {
	color:#FFF;
	font-family : trebuchet ms, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#1C9FED;
	height:30px;
	width:130px;
	border:1px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	vertical-align: middle;
}
input.btnhov {
	color:#FFF;
	background-color: #502A59;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#000000;
	border-bottom-color:#000000;
}
/* image button style*/
input.imgbtnbuy {
	border:1px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	background-color:#502A59;
	background-image: url(images/buy1.gif);
}
input.imgbtnbuyhov {
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background-color: #502A59;
	background-image: url(images/buy2.gif);
}
input.imgbtncheck {
	border:1px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	background-color:#666666;
	background-image: url(images/checkout1.gif);
}
input.imgbtncheckhov {
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background-color: #502A59;
	background-image: url(images/checkout2.gif);
}
span.price{
	color: #000000;
	font-weight: bold;
	font-size:14px;
}
