* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body, table, p {
	font-size:12px;
}

a {
	color: #0099CC;
	text-decoration:underline;
}

a:hover {
	color: #0099CC;
	text-decoration:none;
}

table, td {
	border:none;
}

table.border {
	border:thin solid black;
}

table.center {
	margin-left:auto; 
    margin-right:auto;
	width:590px;
}

table.nopadding {
	border-spacing:0px;
	padding:5px;
}

table.tickets {
	width:500px;
}

table.programlist {
	width:500px;
}

td.head {
	background-color:#09C;
	font-weight:bold;
	color:white;
}

td.borderBottom {
	border-bottom: 1px dashed #CCCCCC;
}

td.borderLeft {
	border-left: 1px dashed #CCCCCC;
}

td.borderTop {
	border-top: 1px dashed #CCCCCC;
}

td.borderRight {
	border-right: 1px dashed #CCCCCC;
}

td.right {
	text-align:right;
}

td.center {
	text-align:center;
}

td.emptyCell {
	width:20px;
}

td.width250 {
	width:250px;
}

td.width170 {
	width:170px;
}

td.width130 {
	width:130px;
}

td.width100 {
	width:100px;
}

td.row1 {
	background-color:#72B5CC;
	color:black;
}

td.row2 {
	background-color:#FFF;
	color:black;
}

h2 {
	font-size: 18px;
	padding-bottom: 3px;
	margin-bottom:0px;
	border-bottom: 2px solid #FD0859;
}

h3 {
	font-size:16px;
	margin-bottom:0px;
}

h4 {
	font-size:14px;
	margin-bottom:0px;
}

.textfield {
	width:200px;
}

.plzfield {
	width:49px;
}

.cityfield {
	width:134px;
}

.error {
	color:red;
	font-weight:bold;
}

.PickUpNumber {
	font-size:25px;
	font-weight:bold;
}