@charset "utf-8";

/*
	COLORS
	
	#ffbc00 yellow
	#62c4dd light blue
	#2593a0 dark blue
	#afca43 light green
	#61982a dark green
*/

body {
	margin:0;
	padding:220px 0 60px;
	font-size:14px;
	line-height:20px;
	color:#333;
	background:#ffc url(../images/pixel-tansania.jpg) center top no-repeat;
}

body.home {
	padding:0 0 60px;
	background:#ffc;
}

body, input, select, textarea, button {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

.success {
	color:#6c0;
}

.error {
	color:#c00;
}

.clear {
	clear:both;
}

.loading {
	min-width:16px;
	min-height:16px;
	background:#fff url(../images/spinner.gif) center center no-repeat;
}

/**
 * Links
 */

a:link 
{ 
	color:#2593a0;
	text-decoration:underline;
}

a:visited
{  
	color:#61982a;
	text-decoration:underline;
}

a:hover 
{
	color:#62c4dd;
	text-decoration:underline;
}

a:active 
{
	color:#afca43;
	text-decoration:none;
}

a img {
	border:none;
}

a.invisible {
	font-weight:inherit;
	color:inherit;
	border-bottom:inherit;
	text-decoration:inherit;
}

/**
 * Headlines
 */

h1 {
	font-size:3em;
	line-height:2em;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:1em;
	margin-bottom:3px;
	font-weight:bold;
	text-align:left;
}

*:first-child {
	margin-top:0;
}

/**
 * tables
 */

table {
	width:100%;
	border-spacing:0;
}

td, th {
	padding:2px 2px 2px 3px;
	text-align:left;
	vertical-align:top;
}

th {
	color:#000;
	background:#ffbc00;
}

td {
	text-overflow:clip;
	background:#fff;
}

#timetable td,
#timetable th {
	line-height:13px;
}

table.rows td {
	/*border-bottom:1px solid #827a76;*/
}

table.rows th {
	/*border-bottom:1px solid #cccac8;*/
}

table.rows tr:last-child td,
table.rows tr:last-child th {
	border-bottom:none;
}

th.separator,
td.separator {
	padding-left:6px;
	border-left:1px solid #ffbc00;
}

tr.even td { /* tr:nth-child(even) td */
	background:#ffc;
}

th.number,
td.number {
	text-align:right;
}

/**
 * Forms
 */

#pixelform {
	clear:both;
	padding:1em;
	width:100%;
	background:#ffd;
	border:5px solid #ffbc00;
}

form h3 {
	line-height:32px;
}

form dl {
	float:left;
	margin-top:1em;
	width:100%;
	border-bottom:1px dotted #ffbc00;
}

form dl:last-child,
form dl.actions {
	margin-bottom:0;
	border:none;
}

form dt {
	clear:both;
	float:left;
	margin:0 0 1.5em 0;
	width:33%;
	text-align:right;
}

form dt label {
	display:block;
	padding:.125em 1em 0 0;
	font-weight:normal;
}

form label.required {
	color:#000;
	font-weight:bold;
}

form dd {
	float:left;
	margin:0 0 1.5em 0;
	width:66%;
}

label.radio,
label.checkbox {
	margin-right:1em;
	white-space:nowrap;
}

input, 
select, 
textarea {
	padding:4px 2px 6px;
	margin:0 4px 4px 0;
	font-size:12px;
	color:#333;
	border:1px solid #999;
	background:#ffe;
}

input:hover, 
select:hover, 
textarea:hover {
	color:#62c4dd;
	border-color:#62c4dd;
	background:#fff;
	border-style:dotted;
}

input:focus, 
select:focus, 
textarea:focus {
	color:#2593a0;
	border-color:#2593a0;
	border-style:solid;
	background:#fff;
}

input.wide, 
select.wide, 
textarea.wide {
	width:90%;
}

input.error,
select.error,
textarea.error {
	color:#c00;
	border:1px dotted #C00;
	background:#fff;
}

label.error {
	display:block;
	color:#c00;
}

textarea {
	width:80%;
	height:7em;
}

button {
	padding:4px 12px 4px 10px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border:1px outset #ffc;
	background:#ffbc00 url(../images/button-bg.gif) center repeat-x;
}

button.inline {
	font-size:13px;
}

table button {
	font-size:14px;
}

button.enable {
	color:#6C0;
	border-color:#6C0;
	background-color:#fff;
}

button.disable {
	color:#900;
	border-color:#900;
	background-color:#fff;
}

button:hover {
	border-style:outset;
	color:#ffbc00;
	background-color:#fff;
	background-image:url(../images/button-hover.gif);
}

button:active {
	border-style:inset;
	color:#ffbc00;
	background-color:#ffc;
	background-image:url(../images/button-active.gif);
}

.valid {
/*	background-color:#cfc;
	border-color:#0c0;
	border-style:solid;*/
}

.invalid {
	background-color:#fcc;
	border-color:#E2041A;
	border-style:solid;
}

.invalid-msg {
	margin:.5em 0;
	padding:.1em .5em;
	font-weight:bold;
	color:#fff;
	border:1px solid #E2041A;
	background:#E2041A;
}

.invalid-msg > .invalid-msg {
	margin-top:-.5em;
}

/**
 * Content
 */

#teaser {
	display:block;
	margin:0 auto;
	border:none;
}

#headline {
	display:block;
	margin:-175px auto 150px;
	padding-left:300px;
	width:400px;
	font-size:48px;
	text-align:center;
}

#message {
	margin:0 -40px 20px 0;
	padding:15px 30px;
	font-weight:bold;
	color:#ffbc00;
	border:1px dotted #ffbc00;
	background:#fff;
}

#message.success {
	color:#6c0;
	border-color:#6c0;
}

#message.error {
	color:#c00;
	border-color:#c00;
}

#content {
	margin:0 auto;
	padding-right:35px;
	width:600px;
}

.home #content {
	padding:0;
	width:100%;
	min-width:960px;
}

span.active {
	font-size:11px;
}

#footer {
	margin:200px auto 0;
	padding-right:35px;
	width:600px;
	font-size:10px;
	text-align:center;
	color:#666;
}

.designer {
	margin:20px 0 0;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#666;
}

/**
 * Admin
 */

#menu {
	margin:-220px auto 220px;
	padding-left:300px;
	width:400px;
	text-align:center;
}

#menu a {
	margin-right:10px;
	padding:5px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#ffbc00;
}

#menu a:last-child {
	margin-right:0;
}

.admin #content,
.admin #footer {
	width:950px;
}

.overdue {
	color:#900 !important;
	font-weight:bold !important;
}

.inactive {
	color:#999;
}

#stats {
	display:block;
	margin:-175px auto 50px;
	padding-left:300px;
	width:200px;
}

table.stats {
	width:auto;
	border:5px solid #ffbc00;
}

#stats table.stats {
	width:100%;
}

table.stats th,
table.stats td {
	padding:5px 10px;
	border:none;
	border-bottom:1px dotted #ffbc00;
	background:#ffd;
}

table.stats tr:last-child th,
table.stats tr:last-child td {
	border:none;
}

.admin td {
	border-bottom:1px dotted #ddd;
}

.admin tr:last-child td {
	border-bottom:none;
}

.admin tr.business td {
	color:#00525c; /*2593a0;*/
}

.reserved {
	color:#900;
}

.occupied {
	color:#2593a0;
}

.available {
	color:#61982a;
}

.rejectform {
	display:none;
}

p.page {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ffbc00;
}

.page input {
	width:50%;
}

.page textarea {
	width:100%;
	height:20em;
}