.pointContainer {
	position: relative;
	top: 0px;
	right: 0px;
	height: 300px;
	width: 695px;
}

.pointQuickInfo {
	width: 330px;
	font-size: 12px;
}

.pointQuickInfoSubtitle {
	font-weight: bold;
	font-size: 13px;
}

.pointQuickInfoText {
	font-size: normal;
}

.pointMapThumbToggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 25px;
	border-bottom: 1px solid #21A62D;
}

.thumbsMapContainer {
	position: absolute;
	top: 26px;
	right: 0px;
	width: 348px;
	height: 275px;
	border: 1px solid #21A62D;
	border-top: none;
}

.pointGalleryContainer {
	width: 487px;
	height: 272px;
	border: 1px solid #21A62D;
}

.pointMap {
	display: none;
	width: 348px;
	height: 275px;
}

.pointThumbs {
	width: 348px;
	height: 275px;
	padding: 10px;
}

.pointerDescription {
	text-align: justify;
	padding-top: 15px;
	width: 695px;
}

.toggleButton {
	cursor: pointer;
}

.toggleButton.active {

}

.uploadMessage {
	padding: 4px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.uploadMessage.success {
	background: #009900;
}

.uploadMessage.failure {
	background: #990000;
}

/*generic table*/
.genericTable {
	width: 100%;
	border: 1px solid #33a;
	border-bottom: none;
}

.genericTable th {
	background: #33a;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	text-align: left;
}

.genericTable th span {
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.genericTable td {
	font-size: 13px;
	background: #ececef;
	padding: 2px;
	border-bottom: 1px solid #333;
	vertical-align: middle;
}

.genericTable tr.odd td {
	background: #ffffff;
}

.genericTable td.lastRow td {

}

.genericTable tr:hover td, .genericTable tr.hover td {
	background: #dcdcef;
}

.pointsSearchInput {
	width: 100%;
	padding: 2px;
	border: 1px solid #333;
	border-right: 1px solid #339;
	border-top: 1px solid #339;	
}

.fixed {
	width: 100px;
}

.formLabel {
	font-weight: bold;
}