@CHARSET "UTF-8";

body { 
  padding-top: 5px;  
  padding-bottom: 5px;
}

.cmaptools-green {
	color: #007343;
}

.cmaptools-blue {
	color: #00488d;
}

.copyright {
  color: #00488d;
  *position: relative;
  text-align:center;
  margin-top: 0px;
  margin-bottom: 10px;
  overflow: visible;
}

.footer {
	text-align: right;
}

.alert-info-title {
  color: #31708f;
}

.alert-success-title {
  color: #3c763d;
}

.alert-warning-title {
  color: #8a6d3b;
}

.alert-danger-title {
  color: #a94442;
}

#cmap-thumbnail {
  width: 72px;
  height: 72px;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 5px solid #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  position: relative;
}

#cmap-title-info {
  margin-left: 100px;	
}

#cmap-title-info h2 {
  color: #007343;
  font-size: x-large;	
  font-weight: bold;
  margin-bottom: 0px;
}

#cmap-title-info h3 {
  color: #00488d;	
  font-size: large; 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

#cmap-title-info p {
  color: #00488d; 
  font-size: small; 
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
}

#cmap-keywords {
	visibility: hidden;
}

#cmap-toolbar {
	clear: both;
  margin-left: 5px;
  margin-right: 5px;
}

#cmap-viewer {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

.cmap-viewer-border {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
