/*
	UPS08 stylesheet
	(c) Morten Daniel Fornes
	http://mortz.tjokk.net
*/

html, body
{
	height: 100%;
}

body
{
	background: #fff url(grad0.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

div#container
{
	background: url(gfx.jpg) top left no-repeat;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 810px;

	padding-left: 332px;
}

div#header
{
	height: 61px;
}

div#header h1
{
	display: none;
}

* html div#container
{
	height: 100%;
}

div#footer
{
	height: 20px;
	vertical-align: middle;
	position: relative;
	margin-top: -31px;
	padding-top: 9px;
	padding-left: 332px;
	color: #606060;
	font-size: 10px;
	clear:both;
	font-style: italic;
	background: #000;
}

div#footer a:hover
{
	color: #ccc;
}

div#menu
{
	color: #fff;
	font-size: 11px;
	height: 14px;
	padding-bottom: 50px;
}

div#menu ul
{
	margin: 0;
	padding: 0;
}

div#menu li
{
	display: inline;
	list-style: none;
}

div#menu a
{
	color: #fff;
	font-weight: bold;
	padding:0 12px;
	margin-left: 2px;
	vertical-align: middle;
	text-decoration: none;
	height: 14px;
	display: block;
	float: left;
	background: #494949;
}

div#menu a:hover
{
	background: #f26522;
	font-weight: bold;
}

div#menu span
{
	display: none;
}

div#content
{
	float: left;
	padding: 0 16px 32px 16px;
	width: 500px;
	line-height: 1.5em;
}

div#content h3
{
	color: #f26522;
	font-size: 16px;
}

div#content h2
{
	margin-top: 20px;
	font-size: 28px;
	color: #000;
	font-weight: normal;
}

div#sidebar
{
	width: 260px;
	float: right;
	line-height: 1.5em;
}

div#sidebar div.widget
{
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 8px;
}

div#sidebar h2
{
	background-color: #696969;
	color: #fff;
	font-size: 14px;
	padding: 4px 8px;
	margin: 20px 0 8px -8px;
}

span.success
{
	background-color: #00a650;
	color: #FFF;
	font-weight: bold;
	padding: 1px 2px;
}
span.warning
{
	background-color: #fff000;
	color: #000;
	font-weight: bold;
	padding: 1px 2px;
}

span.error
{
	background-color: #FF0000;
	color: #FFF;
	font-weight: bold;
	padding: 1px 2px;
}

span.error a
{
	color: #FFF;
}

span.error a:hover
{
	color: #000;
}

span.mandatory
{
	color: #FF0000;
	font-weight: bold;
}

table
{
	border-collapse: collapse;
}

td
{
	border: 1px solid #ccc;
	padding: 2px 8px 2px 2px;
}

tr:hover
{
	background-color:#f8f8f8;
}

img.avatar
{
	border: 11px solid #ccc;
	float: right;
	width: auto !important;
	width: 200px;
	max-width: 200px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #f26522;
}

a:hover
{
	color: #000;
}

img
{
	border: 0;
	color: transparent;
}

ul
{
	padding-left:14px;
}
li
{
	margin-bottom: 3px;
}
li:hover
{
	background: #f8f8f8;
}
input, textarea, select
{
	background: #fff;
	border:1px solid #ccc;
	font: inherit;
	margin-bottom:2px;
	width: 200px;
}
select, input[type=file]
{
	width: 203px;
}
div#sidebar input, div#sidebar textarea
{
	width: 170px;
}
div#sidebar select
{
	width: 173px;
}
input:hover, textarea:hover, select:hover
{
	background: #f8f8f8;
}
input[type=checkbox], input[type=radio], div#sidebar input[type=checkbox], div#sidebar input[type=radio]
{
	border: 0;
	width: auto;
}
input[type=submit], div#sidebar input[type=submit]
{
	margin-top: 12px;
	border: 0;
	background: #f26522;
	color: #fff;
	font-weight: bold;
	width: auto;
	padding: 4px 16px;
}
input[type=submit]:hover, input[type=reset]:hover,
div#sidebar input[type=submit]:hover, div#sidebar input[type=reset]:hover
{
	background: #000;
}
input[type=button], div#sidebar input[type=button]
{
	border: 0;
	background: #00adef;
	color: #fff;
	font-weight: bold;
	width: auto;
	font-size: 9px;
	padding: 0 2px;
	margin: 0 1px 0 0;
}
input[type=button]:hover
{
	background: #f26522;
}
textarea
{
	width: 500px;
	height: 350px;
}
textarea.code
{
	font-family: "Courier New", Courier, monospace;
}
input { width: 250px; }
select { width: 252px; }
select.day { width: 60px; }
select.month { width: 120px; }
select.year { width: 72px; }
.error .message { color: red; font-size: 10px; }

div.text, div.password, div.select, div.textarea, div.radio, div.checkbox, div.file
{
	margin-top: 4px;
}

hr
{
	background: #00adef;
	color: #00adef;
	border-color: #00adef;
	border-style: solid;
}

ul, ol
{
	margin-left: 0;
	padding-left: 20px;
}

li.ticketstep
{
	color: #808080;
}

li.current
{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.frame
{
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 4px;
}

.seatmap 
{

}
table.seatmap
{
	cursor: crosshair;
	border-collapse: collapse;
	line-height: 1.0em;
}
.seatmap tr:hover
{
	background: none;
}
.seatmap td
{
	width: 13px;
	height: 13px;
	font-size: 11px;
	padding: 0;
	border: 0;
}
.seatmap td.x, 
.seatmap td.r, 
.seatmap td.u
{
	border: 1px solid #000;
}
.seatmap td.x
{
	background: #fff;
}
.seatmap td.r
{
	background: #ed1c24;
}
.seatmap td.u
{
	background: #8dc63f;
}
.seatmap td.c
{
	background: #f69679;
}
.seatmap td.s
{
	background: #000;
}
.seatmap td.k
{
	background: #7da7d9;
}
.seatmap td.i
{
	background: #fdc689;
}
.seatmap td.e
{
	background: #ccc;
	border: 1px solid #ccc;
}
.seatmap td.f
{
	background: #ccc;
	border: 1px solid #ccc;
}
.seatmap td.b
{
	background: url(matrix.jpg);
	border: 1px solid #a0c3a3;
}
.seatmap td.w_t { border-top: 1px solid #ccc; }
.seatmap td.w_b { border-bottom: 1px solid #ccc; }
.seatmap td.w_l { border-left: 1px solid #ccc; }
.seatmap td.w_r { border-right: 1px solid #ccc; }
.seatmap td.w_tl { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.seatmap td.w_tr { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.seatmap td.w_bl { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.seatmap td.w_br { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.seatmap td.html { width: auto; }
.seatmap td.tip { width: auto; padding-left: 10px; }

#tooltip
{
	top: 0;
	left: 0;
	position: absolute;
	width: 150px;
	padding: 1px 3px;
	font-size: 10px;
	font-color: #000;
	visibility: hidden;
	background: #eee;
	border: 1px dashed #999;
	filter: alpha(opacity = 80);
	-moz-opacity: .80;
	opacity: .80;
}
.tooltip_x
{
	background: #cfc !important;
	border: 1px dashed #6f6 !important;
}
.tooltip_r,
.tooltip_u
{
	background: #fcc !important;
	border: 1px dashed #f66 !important;
}

.loader
{
	background: url(ajax-loader.gif);
	width: 16px;
	height: 16px;
}

