html 
{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:76%;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	overflow: hidden;
}

body 
{
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background: #9DD0DA;
}

a:link 
{
	color: #0099CC;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #0066CC;
}

a:hover
{
	text-decoration: underline;
	color: #0066CC;
}

a:active 
{
	text-decoration: none;
	color: #0099CC;
}

#header
{
	display: block;
	height: 191px;
	text-align: center;
}

#head 
{
	background: url('../images/logo.png') left top no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 191px;
}

#left
{
	display: block;
	position: absolute;
	padding: 5px;
}

#map
{
	display: block;
	position: absolute;
	border: 1px solid #888888;
}

#right
{
	display: block;
	position: absolute;
	padding: 5px;
}

#footer
{
	display:block;
	position:absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 20px;
	color: #888888;
	text-align: center;
	padding: 5px;
	font-size: 80%;
}

#daily
{
	width: 183px;
	line-height: 46px;
	height: 46px;
	padding-left: 10px;
	margin-top: 2px;
}

.title
{
	font-size: 120%;
	font-weight: bold;
	padding: 0px 0px 5px 5px;
	width: 178px;
	color: #0099CC;
	border-bottom: 1px solid #006699;
}

.text
{
	padding: 5px 0px 0px 5px;
	width: 183px;
	color: #777777;
}

.smallText
{
	padding: 5px 0px 0px 5px;
	width: 183px;
	color: #777777;
	font-size: 75%;
}

.spacer
{
	height: 20px;
}

#loading
{
	position: absolute;
	left: 45%;
	top: 40%;
	border: 1px solid #6593cf;
	padding: 2px;
	background: #9DD0DA;
	width: 150px;
	text-align: center;
	z-index: 20001;
}

#loading .loading-indicator
{
	border: 1px solid #a3bad9;
	background: white url('../images/loading_bg.gif') repeat-x;
	color: #003366;
	font: bold 13px tahoma,arial,helvetica;
	padding: 10px;
	margin: 0;
}

.loading-indicator
{
    font-size: 8pt;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left: 20px;
	height: 18px;
	text-align: left;
}

#loading-mask
{
	width: 100%;
	height: 100%;
	background: #9DD0DA;
	position: absolute;
	z-index: 20000;
	left: 0;
	top: 0;
}
