html, body {
	padding: 0;
	margin: 0;
	font: normal 10pt Tahoma;
	background-color: #efe;
}

#controls {
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #38c;
	border-top: 5px solid #04a;
	border-bottom: 1px solid gray;
}

#controls a {
	font-size: 11pt;
	color: white;
	display: inline;
	line-height: 25px;
	padding: 0px 10px;
	text-decoration: none;
}

#controls fieldset {
	float: left;
	border: 0;
	background-color: #ebecff;
	padding: 10px 25px 5px 25px;
	height: 230px;
	margin-right: 30px;
}

#controls .fieldset_seperator {
	font-size: 60pt;
	float: left;
	margin-top: 50px;
	margin-left: -40px;
	margin-right: -20px;
	color: #3bf;
	font: normal 60pt Arial;
}

#controls fieldset legend {
	background-color: #378;
	color: white;
	padding: 3px 6px;
	font-size: 12pt;
}

#controls label {
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #444;
}

#timezone_filter {
	width: 150px;
}

#timezone_select {
	width: 150px;
}

#timezone_title {
	width: 150px;
	padding: 2px;
}

#timezone_subtitle {
	width: 150px;
	padding: 2px;
}

#timezone_comment {
	width: 150px;
	height: 60px;
	padding: 2px;
}

#controls .input {
	margin-left: 10px;
}


#controls .submit {
	font-size: 12pt;
	color: #152;
}

#controls button.cancel {
	font-size: 12pt;
	color: #722;

}

.controls_panel {
	background-color: #bdf;
	padding: 5px;
}


#dashboard {
}

.timezone {
	text-align: center;
	float: left;
}

.timezone_body {
	background-color: #D9E6EF;
	margin: 10px 0px 0px 15px;
	padding: 10px;
	min-width: 170px;
}

.timezone .options {
	padding-top: 3px;
	text-align: right;
}

.timezone .options a {
	text-decoration: none;
	font-size: 10pt;
	padding: 0px 4px;
	color: #04f;
}

.timezone .options a.delete {
	color: #a33;
}

.timezone .options a:hover {
	background-color: #ffa;
}

.timezone .time {
	margin-top: 5px;
	font-size: 28pt;
	color: #454545;
	background-color: white;
	padding: 5px;
}

.timezone .date  {
	font-size: 8pt;
	color: #777;
	background-color: white;
	padding: 0px 5px 5px 5px;
}

.timezone .day {
	font-size: 8pt;
	color: #777;
	background-color: white;
	padding: 0px 5px 0px 5px;
}

.timezone .title {
	font-size: 16pt;
	color: #2C5E92;
}

.timezone .subtitle {
	font-size: 10pt;
	color: #999;
}

#popup {
	position: absolute;
	z-index: 10;
	left: 200px;
	top: 200px;
	width: 400px;
	height: 500px;
	background-color: white;
	border: 1px solid red;
}

#timezone_filter {
	width: 30em;
}


#timezone_select {
	width: 30em;
}

#controls label.radio_label {
	display: inline;
	font-weight: normal;
}

.comment {
	color: #888;
}

#logo {
	color: #EEFFEE;
	font-size: 16pt;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#bookmark {
	position: absolute;
	right: 170px;
	top: 15px;
}