/*
 * style.css
 * United Party System
 * (c) Morten Daniel Fornes
 */

body
{
	background: url(gfx/top.jpg) #fff top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

div.container
{
	background: url(gfx/ups.jpg) top left no-repeat;
}

div.header
{
	visibility: hidden;
	font-size:0;
	height:0;
	width:0;
}

div.footer
{
	font-size: 9px;
	clear:both;
	font-style: italic;
	margin-left: 70px;
	width: 700px;
	text-align: center;
}

div.menu
{
	margin-top: 135px;
	margin-left: 111px;
	margin-bottom: 20px;
	color: #666;
}

div.menu a
{
	background: #000;
	color: #fff;
	font-weight: bold;
	margin-right: 8px;
	padding:0 2px;
	border: 2px solid #000;
}

div.menu a:hover
{
	background: #ff0000;
	font-weight: bold;
}

div.submenu
{
	margin-top: 40px;
}

div.submenu a::before
{
	content: "-> ";
}

div.content
{
	width: 700px;
	height: auto !important;
	height: 333px;
	min-height: 333px;
	background: #fff;
	border: 1px solid #000;
	padding: 16px;
	margin-left: 70px;
}

div.content h2
{
	background-color: #eee;
	font-size: 18px;
	margin: -16px;
	padding-left: 12px;
	margin-bottom:16px;
	border-bottom: 1px solid #000;
}

div.content h2.sub
{
	margin-top: 40px;
	border-top: 1px solid #000;
}

div.wrapper
{
	width: 200px;
	float: right;
}

div.subcontent
{
	width: 200px;
	float: right;
	background: #fff;
	border: 1px solid #000;
	padding: 6px;
	margin-bottom: 12px;
}

div.subcontent h2
{
	background-color: #eee;
	font-size: 13px;
	margin: -6px;
	padding-left: 4px;
	margin-bottom: 6px;
	border-bottom: 1px solid #000;
}

div.subcontent h2.sub
{
	border-top: 1px solid #000;
	margin-top: 24px;
}

div.event
{
	position: absolute;
	top: 175px;
	left: 600px;
	width: 195px;
	text-align: right;
	color: #808080;
}

span.success
{
	background-color: #009900;
	color: #FFF;
	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.imp
{
	color: #FF0000;
	font-weight: bold;
}

td
{
	padding: 2px 8px 2px 0;
}

tr:hover
{
	background-color:#f8f8f8;
}

img.avatar
{
	border: 12px solid #eee;
	float: right;
	width: auto !important;
	width: 200px;
	max-width: 200px;
}

a
{
	text-decoration: none;
	color: #FF0000;
}

a:hover
{
	color: #fff;
	background-color: #FF0000;
}

ul
{
	padding-left:14px;
}

input, textarea, select
{
	background: #fff;
	border:1px solid #ccc;
	font: inherit;
	margin-bottom:2px;
}
.code
{
	font-family:"Courier New", Courier, monospace;
}
input:hover, textarea:hover, select:hover
{
	background: #f8f8f8;
}
input[type=submit]
{
	border: 2px solid #FF0000;
	color: #000;
	font-weight: bold;
}
input[type=submit]:hover
{
	background: #FF0000;
	color: #fff;
}
textarea
{
	width: 520px;
	height: 500px;
}

div.seatmap img
{
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
div.seatmap img.f
{
	background-color: #fff;
	border-color: #000;
}
div.seatmap img.r
{
	background-color: #999;
	border-color: #000;
}
div.seatmap img.y
{
	background-color: #009900;
	border-color: #000;
}
div.seatmap img.h
{
	background-color: #FF0000;
	border-color: #000;
}
div.seatmap img.s
{
	background-color: #000;
	border-color: #000;
}
