.neighborhood-selection-overlay {
   min-height: 100%; 
   height: auto; 
   width: 100%;
   top: 0px; 
   background-color: rgb(0, 0, 0); 
   position: absolute; 
   filter: alpha(opacity=40);
   opacity: 0.4; 
   display: none; 
   z-index: 10000;
}

.neighborhood-selection-modal {
	width: 720px;
	min-height: 400px;
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 10001;
	display: none;
	background-color: white;
	text-align: left;
	padding: 10px 20px 20px;
	left: 50%; 
	margin-left: -380px;
}

.modal_header {
	border-bottom: 1px solid #CCC;
}
.registration-logo {
	height: 22px;
}
#justForFun .row {
	width: 100% !important;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
}

#justForFun .row:after, .fourcol:after, .twelvecol:after, .neighborhood-selection-modal:after {
	content: " ";
	display: table;
	clear: both;
}

#justForFun .fourcol {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	min-height: 1px;
	display: inline-block;
	zoom: 1;
	display: inline;
}
#justForFun .row > div:last-child {
	margin-right: 0;
}

#justForFun .last {
	margin-right: 0;
}

.neighborhood-selection-modal a {
	font-family: Arial;
	text-decoration: none;
}
.neighborhood-selection-modal .row{
    border: none!important;
}

.neighborhood-selection-modal a:hover {
	color: #09334b;
	text-decoration: underline;
}

.neighborhood-selection-modal p {
	margin: 0;
	padding-top: 5px;
	line-height: 1.2em;
	font-size: 12px;
}

.neighborhood-selection-modal h1 {
	padding-bottom: 10px;
}
.neighborhood-selection-modal h1{
    padding-bottom: 0px;
    font-size:0px;
}

.neighborhood-selection-modal h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 20px;
}

.neighborhood-selection-modal h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #8a8a8a;
	margin: 0;
	padding: 20px 0 10px;
	border-top: none;
	border-bottom: none;
	text-transform: none;
}

.capture_askMeLater_button, .capture_dontAskAgain_button {
	width: 165px;
	padding: 10px;
	border: none;
	color: white;
	cursor: pointer;
	float: right;
	margin-right: 40px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.capture_askMeLater_button {
	background: #BC5C23;
	
}

.capture_dontAskAgain_button {
	background: #8a8a8a;
}

button:hover {
	background: #0E3D54;
}

.neighborhood_popup_close {
	height: 20px;
	width: 20px;
	font-weight: bold;
	border-radius: 100%;
	background: #8a8a8a;
	content: 'X';
	font-size: 20px;
	line-height: 17px;
	color: white;
	position: absolute;
	top: -12px;
	right: -12px;
	text-align: center;
	cursor: pointer;
	border: white solid 3px;
}

.one_third_divider, .two_thirds_divider {
	position: absolute;
	top: 0;
	bottom: 10px;
	width: 1px;
	border-left: 8px solid white;
	border-right: 8px solid white;
	background: #DDD;
}

#justForFun .two_thirds_divider {
	left: 66%;
}

#justForFun .one_third_divider {
	left: 31.5%;
}

span.mimicLinkDS {
   color: #222222;
   text-decoration: none;
}

span.mimicLinkDS:hover {
   text-decoration: underline;
   cursor: pointer;
}

hr.widgetBreak {
   background-color: #999999;
   border-color: #999999;
   height: 1px;
   margin-bottom: 8px;
   margin-top: 8px;
   clear: both;
}
.fright {
   float: right;
   margin-top: 0px;
}

.fleft {
   float: left;
   margin-top: 0px;
}

.datasphereError{
   color: gray;
   font-size: 14px;
   line-height: 20px;
   margin: 10px;
   padding: 5px;
   text-align: center;
}
p.eventHead a {
color: #222222;
text-decoration: none;
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size:12px !important;
}
p.eventHead a:hover{
    text-decoration: underline;
}
.datashpere-footer{
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.datashpere-footer:after {
  content: "";
  display: table;
  clear: both;
}
.datashpere-footer p{
    line-height: 1.4em;
    margin: 8px 0;
    font-size: 11px;
}

#accEntertainmentList{
    font-family: Arial!important;
}

#accEntertainmentList a{
    text-decoration: none;
    font-family: Arial;
    color: #222222;
}
#accEntertainmentList a:hover{
    text-decoration: underline;
}