.bottom-map-panel {
	width: 100%;
	height: 500px;
}

.block-display {
	display: block;
	overflow: hidden;
}

.left-panel {
	/*background:#CCCCCC;
	color:#000000;*/
	float: left;
	width: 508px;
	margin-right: 10px;
	height: 350px;
	overflow: auto;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #CCCCCC;
}

/*.left-panel a {
	color:#000000 !important;
	text-decoration: underline;
}*/

.right-panel {
	float: left;
	width: 424px;
	height: 400px;
}

#downloads-table-container {
	border: 0;
	/*height: 120px;*/
	/*overflow: auto;*/
}

.tab {
	border: 1px solid #EEEEEE;
	background: #CCCCCC;
	color: #000000 !important;
	position: relative;
	width: 420px !important;
	height: 340px !important;
}

.wide-tab {
	border: 1px solid #EEEEEE;
	background: #CCCCCC;
	color: #000000 !important;
	position: relative;
	width: 100% !important;
}

.wide-tab a {
	color: #000000 !important;
}

.tab h3 {
	color: #000000;
}

.download-links {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

.track-description {
	/*overflow: auto;*/
}

.download-data-header {
	margin-top: 8px;
	margin-bottom: 5px;
}

.track-title-text {
	margin-top: 0px;
}

.col-1 {
	width: 65px;
}

.col-2 {
	width: 365px;
	padding-right: 5px; 
	/*border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;*/
}

.col-3 {
	width: 70px;
}

tr.border-bottom{
	/*border: 1px solid #CCCCCC;*/
}

.black-text {
	color: #000000;
}

.black-text a {
	color: #000000 !important;
}

.contact-form {
	color: #000000;
}

.contact-form-dialog-box {
	color: #000000;
}

div#loginlogout {
	width: 400px;
	text-align: right;
}

.upload-data-description-textbox {
	width: 100%;
}

.gwt-SuggestBoxPopup {
	text-align: left !important;
}