html {
	font-size: 0.7em;
	font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	padding-top: 0px;
	align: center;
	color: black;
	font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;
/*	border-left: 2px solid #4D0060;
	border-right: 2px solid #4D0060;
*/	color: #4D0060;
}

#header {
	background: #4D0060;
	padding: 10px;
}

#stats {
	text-align: center;
}

h1 {
	color: white;
	font-size: 36px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

#preloader {
	display: none;
}

button.btn { 
	background:#4D0060;
	color: white; 
	font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;
}

select, input.user { 
	color:#4D0060;
	background: white; 
	font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;
}


#map {
	width: 100%;
	border: 1px solid #4D0060;
	height: 600px;
	float: left;
}

#controls ul {
	list-style: none;
	display:inline;
}


#selector {
	text-align: center;
}

#footer {
	background: #4D0060;
	font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;
	font-weight: normal;
	color: white;
	font-size: 14px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}

#dialog, #help {
	display: none;
}

a {
	text-decoration: none;
	color: #4D0060;
}

a:hover {
	border-bottom: 1px dotted #4D0060;
	color: #4D0060;
}

#dialog {
	color: #4D0060;
}

span.dialog_small {
	color: #4D0060;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#statusmessage {
	text-align: center;
	font-size: 1.2em;
}

#flickr_popup_contentDiv {
	color: #4D0060;	
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	font-size: 0.9em;
}

.ui-dialog-content p {
	margin-top: 10px;
}

label {
	width: 4em;
}

#errormessage {
	text-align: center;
}
