@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}

body {
	line-height: 1;
	background-color: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font:bold 16px Verdana;
	color: #000;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul li {
	margin:0px;
	padding:0px;
}
h2 a {
	font:bold 14px Verdana;
	color: #1f1f1f;
	text-decoration:none;
	
}

h2 {
	font:bold 16px Verdana;

}


.booking_auth_div b {
    display: block;
    font-size: 14px !important;
    margin-bottom: 24px;
}

.seat_legend {
    float: right;
    margin-right: 5px;
}

.seat_legend .available {
    border-left: solid 18px #00bc00;
    padding-left: 5px;
    line-height: 15px;
}

.seat_legend .unavailable {
    margin-top: 5px;
    border-left: solid 18px #999;
    padding-left: 5px;
    line-height: 15px;
}


#seat_picker {
    margin-top: 5px;
    margin-bottom: 20px;
}
#seat_picker tr td {
    color: #FFFFFF !important;
    font-family: Arial !important;
    font-size: 10px !important;
    height: 28px !important;
    text-align: center !important;
    width: 28px !important;
}
#seat_picker tr td.available {
    background-color: #00bc00 !important;
    cursor: pointer !important;
}
#seat_picker tr td.unavailable {
    background-color: #999 !important;
}
#seat_picker tr td.selected {
    background-color: #bc0000 !important;
    cursor: pointer !important;
}
