html {
	height: 100%;
}
body {
	Xbackground: #000 URL('body-bg.jpg') no-repeat bottom left;
	Xbackground-attachment: fixed;
	background: #000;
	Xbackground: #FFF;
	font: 14px/20px Arial, sans-serif;
}

#global-wrapper {
	margin: 0;
	width: 100%;
	min-width: 960px;
	background: transparent URL('global-wrapper-bg.jpg') no-repeat top left;
	float: left;
}

#logo {
	position: absolute;
	top: 0;
	left: 600px;
}

#logo,
#logo p,
#logo a {
	display: block;
	width: 350px;
	height: 350px;
	border: none;
}

#logo a strong {
	display: none;
}

#header {
	position: absolute;
	top: 35px;
	left: 70px;
	height: 48px;
}

#header ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	margin: 0 20px 0 0;
	
}

#header ul li a {
	color: #FFF;
	font: 14px/20px Arial Black, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#global {
	width: 570px;
	margin: 105px 0 0 0;
	min-height: 800px;
	background: transparent URL('content-bg.jpg') repeat-y top left;
	float: left;
}

#content {
	width: 480px;
	margin: 0 0 0 50px;
	padding: 2px 20px;
}

#content h2 {
	margin: 0;
	font: 24px/42px Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 2px solid #e981dd;
	border-bottom: 2px solid #e981dd;
	margin: 0 0 18px 0;
}

div.clear {
	clear: left;
}

form h3 {
	font-weight: bold;
	border-bottom: 0;
}

form p {
	margin: 0 0 20px 0;
}

p strong {
	font-weight: bold;
	text-transform: uppercase;
}

h3.outofmoney {
	margin: 0 0 20px 0;
	padding: 5px;
	background-color: #F00;
	color: #FFF;
}

hr {
	border: none;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #e981dd;
}

#create-work #options p {
	margin: 20px 0 5px 0;
}

#view-work h3 {
	font-size: 20px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
}

#view-work .no-results {
	font-style: italic;
	text-align: center;
}

#view-work .results {
	font-size: 12px;
	margin: 0 0 20px 0;
}

div.submit input,
a.button {
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #b2a6b3;
	background-repeat: repeat-x;
	background-position: left top;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

a.button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.disabled {
	background-color: #999;
	color: #CCC;
	cursor: default;
}

div.submit input {
	font-size: 20px;
	background-color: #b2a6b3;
}

form div.submit {
	padding: 20px 0 0 0;
	margin: 20px 0 20px 0;
	text-align: right;
}

#global-message {
	padding: 20px;
	margin: 0 0 20px 0;
}

.global-error {
	border: 3px solid #f00;
	background-color: #FCC;
}

div.access-key {
	text-align: center;
	padding: 20px;
	border: 3px solid #0F0;
	background-color: #CFC;
}

div.access-key h3 {
	font-family: Monaco, Courier, monospaced;
	font-size: 50px;
	line-height: 80px;
	font-weight: bold;
}

div.status {
	margin: 20px 0 20px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	background: #EEE;
	text-transform: uppercase;
}

div.works {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

div.work {
	width: 200px;
	margin: 0 20px 20px 0;
	float: left;
}

div.preview {
	width: 198px;
	height: 138px;
	border: 1px solid #CCC;
}

div.result {
	margin: 0 0 20px 0;
}

div.paging {
	width: 100%;
	float: left;
}

div.paging div {
	display: inline;
}

div.paging div.disabled {
	color: #CCC;
}

p, li, ul {
	margin: 0 0 20px 0;
}

ul {
	list-style: square;
	padding: 0 0 0 20px;
}

div#monitor {
	width: 800px;
	border: 20px solid #FFF;
	border-left: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFF;
}

div#results-map {
	width: 800px;
	height: 430px;
	margin: 0 0 20px 0;
	background: #FFF URL(map.png) no-repeat top left;
}

div#results-map div.mappoint {
	width: 54px;
	height: 54px;
	background: transparent URL(mappoint.png) no-repeat top left;
}

div#results-map div.mappoint-selected {
	width: 54px;
	height: 54px;
	background: transparent URL(mappoint-selected.png) no-repeat top left;
}

table#results {
	width: 800px;
	background: #EEE;
	margin: 0 0 20px 0;
	_font-family: Verdana;
	font-size: 11px;
	border-collapse: separate;
}

table#results td {
	padding: 2px 3px;
	border-bottom: 1px solid #DDD;
}

table#results tr:hover td {
	background-color: #FFF;
}

table#results th {
	padding: 2px 5px;
	border-bottom: 1px solid black;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}

.qtip strong {
	display: block;
	width: 80px;
	float: left;
	color: #999;
}

#footer {
	width: 480px;
	margin: 20px 0 0 50px;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding: 5px 20px;
	clear: left;
}

#footer p {
	border-top: 2px solid #e981dd;
	padding: 5px;
}