body {
	font-size: 10px;
}

div#geotags {
	top: 10px; 
	position: absolute; 
	right: 10px; 
	width: 300px;
}

div#infoWindow{
	position: absolute;
	top: 10px;
	left: 10px;
}

div#programs ul {
	color: #0070a3;
	background-color: transparent;
}

.ui-widget-header {
	padding: 4px;
	margin-top: 4px;
}

.ui-widget-content {
	padding: 2px 4px;
	overflow: auto;
	right: 5px;
	top: 40px;
}

.infoAreaContentName {
	width: 50%;
	float: left;
}

.infoAreaContentArea {
	width: 50%;
	float: left;
}

.infoAreaContentNameTotal {
	width: 50%;
	float: left;
	border-top: 1px solid #0070a3;
}

.infoAreaContentAreaTotal {
	width: 50%;
	float: left;
	border-top: 1px solid rgb(255,255,255);
}

div#infoAreaContent {
	margin: 4px;
}

#main {
	position: absolute;
	top: 0;
	bottom: 0;
}

#leftPane {
	width: 230px;
	float: left;
	overflow: hidden;
	padding-left: 5px;
}

#rightPane {
	float: right;
}

#programs li:hover {
	cursor: pointer;
}

.infoWindow{
	max-width: 300px  !important;
	max-height: 300px  !important;
	font-family: 'verdana';
	font-size: 10px;
}

.infoWindowPhoto {
	width: 180px;
	height: auto;
	padding: 5px;
	margin: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.infoWindowPhotoFlickr {
	width: 180px;
	height: auto;
	padding: 5px;
	margin: 5px;
}

#infoArea {
	width: 250px;
	max-height: 90%;
	position: absolute;
}