/* BEGIN GOOGLE MAPS STYLE */
* {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
 box-sizing:content-box;
}

.activityWrapper {
	overflow:hidden;
}

.force-mobile-link {
	text-align:center;
	border-bottom:2px solid #003366;
	padding:1em 1em 1.5em 1em;
	font-size:2em;
	background:white;
	color:#003366;
}

.force-mobile-link .view-mobile-site {
	margin-top:.55em;
}
.force-mobile-link a {
	font-size:1.3em;
	padding:.3em .7em;
	border-radius:6px;
	border:1px solid;
}

.SCMapMarker {
	cursor:pointer;
}

.SCMapMarker:hover {
	color:#FFF4D0;
}
/* Google maps marker and scrolling activity image */
.SCMapMarker, .activityWrapper .marker {
	background:url("../images/googleMarkers/orange3_Marker.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:34px;
	width:20px;
	position:absolute;
	text-align: center;
}

/* Marker Symbol (letter or number) */
.SCMapMarker:after, .activityWrapper .marker:after {
	position: relative;
	content: attr(rel);
	display:block;
	font-size: 12px;
	font-weight: bold;
	top: 3px;
	text-align:center;
}

/* Marker Shadow */
.SCMapMarker:before {
	position: absolute;
	content: "";
	z-index: -1;
	height: 50px;
	width: 42px;
	left: 0px;
	background: url("http://www.google.com/mapfiles/shadow50.png");
}

/* Marker-associated infoBox pop-up*/
.SCMapInfoBox {
	text-align:left;
	background:#fff;
	border:2px solid #ddd;
	padding:10px 20px;
	box-shadow:2px 2px 8px rgba(0,0,0,.6);
	font-weight: bold;
	font-size: 10px;
	color: #333;
	display:inline-block;
}

.SCMapInfoBox .category {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

.SCMapInfoBox .location {
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

.SCMapInfoBox .close {
	position: absolute;
	top: 6px;
	right: 8px;
	cursor: pointer;
	color: #888;
}

/* Triangle at the bottom of the infoBox */
.SCMapInfoBox:before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 21px 0 0px;
	border-color: #eeeeee transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -28px;
	left: 90px;
}


/* Scrolling activity container */
#activityDiv {
	box-sizing:border-box;
	position:relative;
}

.transparent05 {
	position:relative;
	border: 1px solid #dddddd;
	font-size: 12px;
	height: 414px;
	width: 297px;
	zoom: 1;
	overflow:hidden;
}

/* single-activity wrapper */
.activityWrapper {
	padding: 4px 20px 0px 20px;
	height: 103px;
	border-bottom: 1px solid #ddd;
	position: relative;
	box-sizing: border-box;
}

.activityWrapper .marker {
	position:static;
	float:left;
}
.activityWrapper .category {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	margin-left:5px;
}

.activityWrapper .location {
	color:#003366;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-left:5px;
}

.activityWrapper .category_and_location_wrapper {
	float: left;
}

.activityWrapper .description {
	clear:both;
}
.activityWrapper table {
	width:100%;
}
.activityWrapper td:first-of-type{
	width:20px;
}

/* END GOOGLE MAPS STYLE */

/* BEGIN MAIN PAGE STYLES */
.maincolor {
	min-width: 980px;
}

#mainform {
	background: #003366; border-bottom: 1px solid #000000;
    /*background: url(../images/new/searchBG.png);  border-bottom: 1px solid #000000;*/
}

#mainform table {
	height:136px;
	margin:0 auto;
	padding: 5px 0px;
}

#mainform #search_criteria {
	color:#003366; 
	height:27px; 
	line-height:31px; 
	margin-top:1px; 
	padding:5px;
	width:376px;
}

#mainform table .spacing {
	width:12px;
}

#mainform #mainsubmit {
	color: #ffffff;
	font-size: 22px;
	padding: 10px 18px;
	width: 108px;
}

/* Search location box with IE fix */
#search_location, #search_location.ie {
	width:370px;
}

#mainform table {
}
#search_location {
	padding:5px!important; 
	height: 27px!important;
}

#search_location.active {
	color:#003366;
}

#search_location.empty {
	color:#999999;
}

#search_location.ie{
	height:22px!important; 
}

#mainform table .caption {
	color:#fff; font-size:13px; 
	position:relative; 
	text-align:left;
	top:-8px;
}

#righttimerightnow {
	position: relative;
	/*top: -20px;*/
	top: -2px;
}

.SCMapInfoBox {
	border-collapse: separate;
	background: -webkit-linear-gradient(top, rgba(121, 121, 121, 0.8) 0%,rgba(88, 88, 88, 0.8) 49%,rgba(49, 49, 49, 0.8) 51%,rgba(20, 20, 20, 0.8) 100%);
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0%, rgba(121, 121, 121, 0.8)), color-stop(49%, rgba(88, 88, 88, 0.8)),color-stop(51%, rgba(49, 49, 49, 0.8)),color-stop(100%, rgba(20, 20, 20, 0.8)));

	color: white;
	border-radius: 5px;
	box-shadow: inset 0px 2px 2px 0px #bbb, 0px 5px 5px 0px rgba(0,0,0,.2);
	border: 1px solid #444;
	display: inline-block;
	position: relative;

	/* new */
	background: -webkit-linear-gradient(top, rgba(121, 121, 121, 0.8) 0%,rgba(88, 88, 88, 0.8) 49%,rgba(49, 49, 49, 0.8) 51%,rgba(20, 20, 20, 0.8) 100%);
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0%, rgba(121, 121, 121, 0.8)), color-stop(49%, rgba(88, 88, 88, 0.8)),color-stop(51%, rgba(49, 49, 49, 0.8)),color-stop(100%, rgba(20, 20, 20, 0.8)));

	border-radius: 5px;
	display: inline-block;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
	box-shadow: inset 0px 1px 0pc 0pc #fff, 0px 2px 9px 0px #666;
	color: black;	
	text-align:left;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.85) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.85) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	padding: 10px 8px 10px 8px;
	font-size:1.5em;
	max-width:300px;
	white-space: normal;
	word-break: break-all;
	font-size:11px;
	font-weight:normal;
}


/* new as of 8.7.2014 */
#mainform {
	color:white;
}

#mainform * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#mainform .inner {
	width:1000px;
	box-sizing:border-box;
	margin:0 auto;
}
.sc-bootstrap #search_criteria, .sc-bootstrap #search_location {
	height:37px!important;
	background-color:#d9e0e9;
}

#mainform label {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom:10px;
}

#mainform .inputs {
	width: 790px;
	float:left;
}

#mainform .button {
	width:180px;
	float:left;
	margin-top:52px;
}
.sc-bootstrap #mainsubmit, .sc-bootstrap #search_criteria {
	width: 100%!important;
}

.sc-bootstrap #search_criteria, .sc-bootstrap #search_location {
	margin:0px 0px 15px 0px;
}

#mainform .form-group {
	margin-bottom:17px;
}