﻿* {
	font-family: Arial, Helvetica, sans-serif;
}

.mapLocation {
	text-transform: uppercase;
	padding: 6px 12px 6px 12px;
	border-radius: 5px;
	display: inline;
	background-color: gray;
	/*test*/
	// background-color: #9acd32;
	padding: 3px 8px 3px 8px;
	// background: url('Images/menu_li.png') repeat-x left top #d91820;
	// background: #313131;
	font-weight: bold;
}

	.mapLocation a {
		color: #333;
		/*test*/
		color: white !important;
	}

	.mapLocation:hover {
		background-color: lightgray;
	}

		.mapLocation:hover a {
			color: white;
			text-decoration: none;
		}

.commonTextStyle, .gridCellCommon {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	line-height: 18px;
}

.grayButton {
	/*height: 48px !important;
            padding-top: 11px !important;*/
	border-radius: 5px;
	height: 40px;
	outline: none !important;
	/*position: relative;
	left: 48px;
	margin-right: 48px;*/
	border: none;
	padding-bottom: 5px;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	background: #6f6f6f;
	/*background: #313131;*/
	/*background: #37571d;*/
	/*background: #7cb01d;*/
	/*height: 25px !important;
              width: 40px !important;
              padding: 0 !important;*/
}


	.grayButton:hover {
		background: url('Images/menu_li.png') repeat-x left top #67a112;
		background-color: darkgray;
	}

.greenButton {
	border-radius: 5px;
	height: 40px;
	outline: none !important;
	border: none;
	padding-bottom: 5px;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	background: #7cb01d;
}


	.greenButton:hover {
		background-color: #6ca00d;
	}

.mainGrid {
	border-radius: 5px;
}





.uppercased {
	text-transform: uppercase;
}

.caption1 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 18px;
}

.caption2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px;
}


.noTransform {
	text-transform: none !important;
}

.noPointerEvents {
	pointer-events: none;
}

.priceLabel {
	// color: #d91820;
	color: #484848;
	font-size: 16px;
	font-weight: 600;
}
.bigPriceLabel {
	// color: #d91820;
	color: #7cb01d;
	font-size: 22px;
	font-weight: 800;
}
