body {
	background: #fff;
	color: #000;
	font: 100.1% "Myriad Pro", "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: none;
}
h1, h2 {
	font: bold 2em "Myriad Pro", "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
}
h1 {
	background: #000 url(images/optimus-header.jpg) no-repeat;
	color: #fff;
	height: 131px;
	line-height: 131px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	text-align: center;
}
fieldset {
	border: none;
	font-size: .75em;
	margin: 0;
	padding: 1em .5em 1em 0;
}
#base-table {
	background: #fff;
	color: #000;
	margin: 0 auto;
	min-width: 950px;
	overflow: hidden;
	padding: 0;
	text-align: left;
}
#table {
	padding: .5em;
	margin-right: 20.5em;
}
#table p {
	display: none;
}
#table table p {
	display: block;
}
#base-table .panel {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #000;
	color: #fff;
	display: inline;
	float: right;
	margin: .5em;
	padding: .5em;
	width: 19em;
}
table {
	border-collapse: collapse;
	font-size: .75em;
	line-height: 1.3;
	width: 100%;
}
th {
	text-align: left;
}
tbody th {
	text-align: center;
}
td {
	color: #526137; /*#92a366;*/
}
th, td {
	padding: .5em;
}
th, td {
	border: #d4dbc2 1px solid;
}
th {
	background: #c0caa5;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	white-space: nowrap;
}
thead td, .time {
	background: #d4dbc2;
	width: 7em;
}
td.selected {
	background: #d4dbbf url(images/selected.png);
}

.separator {
	display: none;
}
.minutes {
	font-size: .8em;
	vertical-align: top;
}
.postfix {
	font-variant: small-caps;
}


/*form elements*/

select {
	background: #fff;
	border: solid 1px #333;
	color: #000;
	font: 1em "Myriad Pro", "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
}
textarea {
	border: solid 1px #333;
	font: 1em "Myriad Pro", "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	height: 12em;
	padding: 1px;
	width: 23em;
}
input {
	border: solid 1px #333;
	padding: 1px;
}
label {
	width: 5em;
	float: left;
}
#forglobal {
	float: none;
}
.buttons {
	text-align: center;
	line-height: 40px;
}
abbr {
	border: none;
}
.hidden {
	display: none;
}
fieldset div {
	padding-left: 18px;
}
.invalid {
	color: #fc0;
	background: url(images/warning.png) no-repeat;
}
.exisitng-location {
	color: #5673b2;
	background: url(images/tick.png) no-repeat;
}
#date {
	cursor: pointer;
	display: none;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	height: 5em;
	left: 50%;
	margin: 0 0 0 380px;
	position: absolute;
	position: fixed;
	text-align: center;
	top: 2em;
	width: 5em;
}
#date .month {
	background: #aa3f41;
	color: #fff;
	height: 1.3em;
	line-height: 1.3;
}
#date .day {
	background: #fff;
	color: #000;
	font-size: 2.5em;
	height: 1.5em;
	line-height: 1.5;
}
#result {
	height: 600px;
	left: 50%;
	margin: -300px 0 0 -400px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 800px;
}
#result-code {
	height: 500px;
	width: 800px;
}
.links ul {
	margin: 0;
	padding: 0;
}
.links a {
	color: #fff;
}