.span-4 ul{
    margin-left: 20px;
}


.searchCampus{
	padding-bottom:5px;
}

.searchCampusTitle{
	font-size:1.5em;
	font-weight:600;
	color:#333;
	background:#e9e9e9;
	padding:5px 10px;
}
.searchCampusType{
	font-size:1.2em;
	font-weight:600;
	color:#333;
	background:#ffffff;
	margin-bottom:20px;
	padding:0px 10px;
}
.searchCampusType a{
	font-size:0.8em;
	color:#A25016;
	padding-left:20px;
}

#remove_all {
	width: 200px;
  	display: block;
  	/* height: 520px; */
  	margin: 20px 5px;
}

#map_canvas {
  border: 1px solid #ccc;
}

.search_field {
   background-color: #f2f2e6;
   border: 1px solid #999;
   font: 11px/15px Tahoma, Arial, Helvetica, sans-serif; 
   color: #333;
   padding: 2px 0 3px 3px;
   width: 200px;
}

#marker_options_form {
  margin: 0px;
  font-weight: bold;
}

ul#marker_options_list {
  font-weight: normal;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#marker_options_list li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.cumaps-landmark-info-image {
  margin: 5px 5px 5px 0px;
  border: 1px solid #666;
  padding: 2px;
  width: 280px;
  height: 160px;
}

.cumaps-landmark-info-name {
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 280px;
}

.cumaps-landmark-info-heading {
  display: block;
  font-size: 10px;
  width:280px;
  font-weight: bold;
  margin-top: 5px;
}

.cumaps-landmark-info-subtitle {
  display: block;
  font-size: 10px;
  width:280px;
}

.cumaps-landmark-info-permalink {
  width: 150px;
  clear: both;
  float: left;
  margin-top: 10px;
}

.cumaps-landmark-info-webcam {
  display: block;
  margin-right: 10px;
  width: auto;
  clear: both;
  float: left;
}
.cumaps-landmark-info-tour {
  display: block;
  margin-right: 10px;
  width: auto;
  float: left;
}

.cumaps-landmark-info-removecontainer {
  display: block;
  margin: 10px 0px 0px 0px;
  font-size: 9px;
  width: 280px;
  clear: both;
}

.cumaps-landmark-info-resourcecontainer {
  display: block;
  margin: 10px 8px 0px 0px;
  font-size: 10px;
  width: 280px;
}

.cumaps-landmark-info-removemarker {
  width: 100px;
  float: right;
  text-align: right;
  margin-top: 10px;
}

.cumaps-landmark-info-description {
  display: block;
  font-size: 11px;
  width:280px;
}

.cumaps-landmark-info-address {
  display: block;
  font-size: 11px;
  margin: 0px 0px 5px 0px;
}

.cumaps-landmark-info-directions {
  font-size: 11px;
  margin-bottom: 10px;
}	

#cumaps-popup-container{
    width:600px;
}
.cumaps-popup-link {
  font-size: 9px;
}

.cumaps-popup {
	position: absolute;
	border: 1px solid #666;
	background: #ffffff;
	/*margin-top: -420px;*/
	margin-left: 210px;
	width: 495px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 60000;
}

.cumaps-popup-active {
	display: block;
}

.cumaps-popup-inactive {
	display: none;
}

.cumaps-popup-title {
	height:30px;
	border-bottom:1px solid #ccc;
}

.cumaps-popup-basebar {
	font-weight: bold;
	text-align: center;
}

.cumaps-popup-closebutton {
	float: right;
	width: 18px;
	background: url('../images/delete.gif') no-repeat 2px center;
	height: 20px;
	margin-right: 20px;
	padding-top: 10px;
}

.cumaps-popup-titletext {
	float: left;
	width: 140px;
	height: 20px;
	margin-left: 10px;
	font-size: 1.6em;
	padding-top: 4px;
}

.cumaps-popup-list {
	height: 400px;
	width:495px;
	float:left;
  	overflow: auto;
	margin-bottom:10px;
}

.cumaps-popup-option {
  	display: block;
  	text-decoration: none;
}

.cumaps-popup-option:hover {
  	text-decoration: underline;
}

.cumaps-popup-option-hidden {
  	display: none;
}
