@import url('smoothness/jquery-ui-1.8rc3.custom.css');

.trekpress #map-tab, .trekpress #chart-tab, .trekpress #download-tab {
	height: 400px;
	padding: 10px;
}

.trekpress #trekpress-tabs li {
	list-style: none;
	display: inline;
	padding: 5px;	
}

.trekpress #chart-canvas {
	width: 100%;
}

.trekpress a.kml-file, .trekpress a.gpx-file {
	display: inline-block;
	padding: 8px 5px 0px 40px;
	height: 29px;
}

.trekpress a.kml-file {
	background-image: url('../images/kml-file-36.png');
	background-repeat: no-repeat;
}

.trekpress a.gpx-file {
	background-image: url('../images/gpx-file-36.png');
	background-repeat: no-repeat;
}

.trekpress .info-window-content {
	font-size: 10px;
	color: #000000;
}
.trekpress .info-window-content h2{
	font-size: 14px;
	color: #21759B;
	text-align: center;
}.

.trekpress #chart-controls {
	height: 20px;
	padding: 5px;
	position: absolute;
	z-index: 100;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.ui-tabs .ui-tabs-nav li {
	margin-bottom: 0px;	
}