﻿@charset "UTF-8";
/* CSS Document */

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
    height: 100%;
}

body {
	margin:0px auto;
	font-size:14px;
	/*line-height:16px;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
    height: 100%;
}
.wrapper {
	margin:0px auto;
    background-color: #0C73BB;
    text-align: center;
    width: 100%;
}
h1 {
	color:#7b0002;
	font-weight:bold;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
	padding-top: 3px;
	line-height:18px;
}
h2 {
	color:#27719c;
	font-weight:bold;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
h3, h4, h5 {
	color:#529f18;
	font-weight:bold;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #336699;
	text-decoration:underline;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #336699;
}
a:active {
	color: #336699;
}
img { 
	border:0px; 
}
.logoArea
{
    text-align: center;
    margin-top: 10px;
    background-color: #0C73BB;
}
/* INDEX */
.indexNavWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    text-align:center;
    padding-top:5px;
}

    .indexNavWrapper > div {
        width: 100%;
    }

.indexNavItem {
    width:23%;
    display:inline-block;
}

    .indexNavItem img {
        width: 100%;
    }
.indexContent {
	
}
.indexContent img {
	
}
.indexNav {
	width: 60px;
	padding: 0px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin: 5px;
	color: White;
	vertical-align: top;
	font-weight: bold;
}
.indexNav a 
{
	color: White;
}
.indexNav img {
    width: 60px;
}
/*
    If need a different styles for Portrait & Landscape, add those class in these sections
*/
/*
@media only screen and (orientation:landscape){
}
@media only screen and (orientation:portrait){
}
*/
.footerSeparator 
{
    display: none;
    vertical-align: top;
}

/* GEO Start */

.geoNavWrapper {
	margin: 0px auto;
	text-align: center;
	width: 320px;
	background: none;
}
.geoLinkBtn {
	background: -moz-linear-gradient(center top , #CCCCCC, #AEAEAE) repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000000;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 3px 8px 0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
}
.geoNav {
	display: inline-block;
	margin: 1px;
}
/* Geo Listings */
.geoListingContainer
{
    vertical-align: top;
	border-bottom: 1px solid #dfe4e8;
	background-color: #FFF;
	padding: 10px 0px 10px 10px;
	margin-right: 20px;
	min-height: 60px;
	width: 100%;
    overflow: auto;
    color: black;
	font-size:12px;
    font-weight: normal;
}
.geoListingContainer a
{
	text-decoration: none;
}
.listGEO
{
    float: right;
    margin-right: 20px;
}
#mapContainer
{
    height: 350px;
    width: 100%;
    padding: 5px;
    margin: 5px;
}
/* GEO End */

.weatherContainer img{
	vertical-align: middle;
}

/*TOP NAV*/

.headerNav {
	text-align: center;
	margin:0px auto;
	width:320px;
}
.topbutton {
	width:51px;
	margin: 0px 1px;
	float:left;
	text-align:center;
}
.topbutton img {
	width: 52px;
}
.secondaryTopNav {
	border-bottom:1px solid #000000;
	background: #ffffff;
	height: 24px;
	padding: 10px;
	padding-top:10px;
	padding-bottom:10px;
}
.prevBtn {
	float:left;
	color: #000000;
		padding-top:10px;
		padding-bottom:10px;

}
.nextBtn {
	float:left;
	color: #000000;
	padding-left: 10px;
		padding-top:10px;
		padding-bottom:10px;

}
.Total {
	float:right;
	text-align: right;
		padding-top:10px;
		padding-bottom:10px;

}
.topNav
{
    clear: both;
    width: auto;
    display: block;
    position: absolute;
    top: 25px;
    padding: 5px 5px 0px 10px; /*height: 32px;*/
    color: #f69422;
    background: #0c73bb;
    margin: 0px;
}
.topNav a.active {
	color:#f69422;
	font-weight:800;

}
.topNavButton {
	float:left;
	text-align:center;
	height:20px;
	color:#ffffff;
	font-size:12px;
	padding: 8px 10px 0px 9px;
	border-right:1px #000000 solid;
	background-color:#000000;
}
.topNavButtonOver {
	float:left;
	text-align:center;
	height:20px;
	color:#ffffff;
	font-size:12px;
	padding: 8px 10px 0px 9px;
	border-right:1px #000000 solid;
	background-color:#1e1b16;
}
.topNavButtonOver a {
	color:#0066cc;
}
.topNavButton a {
	color:#ffffff;
	text-decoration:none;
}

/*END TOP NAV*/

/*SECONDARY TOP NAV*/

.subNav
{
	color: #FFFFFF;
	margin-left: 0px;
	height: 28px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	clear: both;
	border-bottom: 1px solid #666666;
	background-color: #E48F25;
}
.subNav a {
	color: #3399ff;
	text-decoration: none;
}
.numStyle {
	margin-left:0px;
	padding-right: 10px;
}
.subNavDetailContainer {
	background:#FFFFFF;
	width: 100%;
	cursor: pointer;
}
.subNavDetailContainer a 
{
	text-decoration: none;
}
.subNavDetail {
	width:94px;
	border:#999999 1px solid;
	padding:5px;
	float:left;
	background:#ffffff;
	font-size:11px;
	height: 50px;
	text-align: center;
	font-weight: bold;
}
.subNavDetailOver {
	width:94px;
	border:#999999 1px solid;
	padding:5px;
	float:left;
	background:#eae2d7 url(images/subNav-BG-over.jpg) repeat-x bottom left;
	font-size:11px;
	height: 50px;
	text-align: center;
	font-weight: bold;
}
.subNavDetail a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.subNavDetailOver a {
	font-size:11px;
	color:#000033;
	text-decoration:none;
	font-weight:bold;
}

.subNavDetailCalendar {
	width:94px;
	border:#999999 1px solid;
	padding:5px;
	float:left;
	background:#ffffff;
	font-size:11px;
	height: 50px;
	text-align: center;
	font-weight: bold;
}
.subNavDetailCalendarOver {
	width:94px;
	border:#999999 1px solid;
	padding:5px;
	float:left;
	background:#eae2d7 url(images/subNav-BG-over.jpg) repeat-x bottom left;
	font-size:11px;
	height: 50px;
	text-align: center;
	font-weight: bold;
}
.subNavDetailCalendar a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.subNavDetailCalendarOver a {
	font-size:11px;
	color:#000033;
	text-decoration:none;
	font-weight:bold;
}
.subNavCategory
{
	color: #FFFFFF;
	margin-left: 0px;
	height: 28px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	clear: both;
	border-bottom: 1px solid #666666;
	background-color: #E48F25;
}
.subNavCategory a {
	color: #3399ff;
	text-decoration: none;
}
.divSubCategory, .divSubCategory a
{
	margin-left: 0px;
	padding-left: 5px;
	color: White;
}

.divEventCategories 
{
	background-color: #E48F25;
	
}
.panEventDropDown
{
	width: 100%;
}
.panEventDropDown2
{
	width: 100%;
}
/*END SECONDARY TOP NAV*/

/* MENU Start*/
#panMenuButton
{
    float:right;   
    margin-top:-80px;
    margin-right: 10px;
    width: 160px;
    
}
.menuButton {
    color: white;
    font-weight: bold;
    width: 60px;
}
.menuButton img 
{
    width: 60px;
}
.menuText {
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.menuPopupButton {
    /*visibility: hidden;
    display: none;*/
    cursor: pointer; 
    position: absolute; 
    border: none; 
    float: right; 
    vertical-align: bottom; 
    padding-top: 10px;
    top: 10px;
    right: 5px;
    width: 50px;
}
.menu_modal
{
    background-color: rgba(0,0,0,.66);
    position: absolute;
    width: 75%;
    height: 100%;
    z-index: 99999;
}
.menuHomeContainer
{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    background-color: rgba(0,0,0,0.4);
    text-align:center;
    padding-top:5px;
    z-index: 10001;
}
.menuPopupContainer
{
    z-index: 20002;
    background-color: rgba(255,255,255,1);
    display: block;
    height: 800px;
    position: absolute;
    top: 82px;
    left: 0px;
    margin-right: 0px;
    float: left;
    padding: 5px 5px 5px 5px;
    color: #2c6691;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
}
.menuSubContainer {

}
.menuItem
{
    width: 90%;
    text-align: left;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px 7px 15px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #9a9998;
    vertical-align: middle;
}
.menuItemLast {
    width: auto;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 5px 7px 15px;
    vertical-align: middle;
}
.menuItemImage
{
    float: left;
    width: 30px;
    padding-right: 5px;
}
.innerMenuItem {
    width: auto;
	text-align: left;
	display: block;
	font-weight: bold;
	font-style: italic;
	padding: 4px 0px 4px 10px;
	margin-right: -5px;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
    color: #000000;
    vertical-align: middle;
}
/* Menu END*/

.content {
	padding-left:10px;
	padding-right:10px;
	background:#ffffff;
	padding-top: 10px;
	padding-bottom:20px;
}
.content img {
	padding-left:3px;
	padding-right: 6px;
}
.content a {
	color:#003366;
}
.gallery {
	text-align:center;
	padding: 10px;
}
.gallery a {
	color:#ffffff;
	font-weight:bold;
}
.photoContainer {
	width:280px;
	margin:0px auto;
	padding:20px;
} 
.photoContainer img {
	border:1px solid #999999;
	margin:5px;
	display:block;
	float:left;
	width:100px;
	height:60px;
	padding:5px;
}
.photoContainer a {
	color:#0099FF;
}
.botNav {
	height:25px;
	color:#FFFFFF;
	padding-left:20px;
	margin-top:-5px;
	padding-top: 10px;
	background: #ffffff;
	display: none;
}
.botNav a {
	color:#000066;
	text-decoration:underline;
}
.weather {
	width:160px;
	float:right;
}
.footerWrapper
{
    background-color: none;
}
.footerNav {
	padding:10px;
}
.footer
{
    background-color: none;
    position: relative;
    /*bottom: 0;*/
    left: 0;
    /*width: 100%;*/
    margin: 5px;
    line-height: 8px;
    font-size: 10px;
    text-align: center;
}
.footer > div {
    margin-left: 5px;
}

.footer div > div {
    margin-left: 5px;
}

.footer img {
	border:0;
}
.footer a {
	font-weight:bold;	
    text-decoration: none;
}
.search {
	color:#000000;
	background:#ffffff;
	font:13px Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 35px;
	margin:0px 0px 0px -200px;
}
.clear {
	clear: both;
}

/* Listings Start */
.listingContainer
{
    border-bottom: 1px solid #dfe4e8;
    background-position: right center;
    background-color: #FFF;
    padding: 10px 0px 10px 0px;
    margin-right: 20px;
    margin-left: 2px;
    min-height: 60px;
    width: 100%;
    background-image: url('http://lib.mobimanage.com/ICONS/listingArrow.png');
    background-repeat: no-repeat;
    overflow: auto;
    font-size: 12px;
    font-weight: normal;
    color: black;
}
.listingContainer a
{
	text-decoration: none;
}
.listingContainer img
{
	float: left;
	/*margin: 0px 10px 0px -10px;*/
	max-height: 100px;
}

.listingContainer strong
{
    color: #047BB3;
}
.listingDetailContainer 
{
	background: #FFFFFF;
    padding: 10px;
}
.listTitle
{
    padding-top: 10px;
    color: #2c6691;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 0px;
    width: auto;
}
    .listTitle img
    {
        float: right;
    }
/*.listImage
{
    float: left;
    max-width: 90px;   
    width: 90px;
	padding: 10px 10px 10px 0px;
}*/
.listImage {
    text-align: center;
    max-width: 100%;
    float: left;
}
.listAddress
{
	float: left;
    width: 180px;
    color: black;
	font-size:12px;
    font-weight: normal;
}
/* Listings End*/
/* Icons Start*/
.detailIcons {
    width:100%; margin:0px auto;text-align:left;
}
.detailImage
{
    width: 100%;
	padding: 10px 10px 10px 0px;
}
.detailTitle
{
    padding-top: 10px;
    color: #2c6691;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.detailText
{
    font-size: 14px;
}
.detailAddress
{
    margin-bottom: 10px;
}
.detailPhone
{
    display:inline-block;margin:0px 5px;
    /*float: left;*/
}
.detailGeo
{
    display:inline-block;margin:0px 5px;
    /*float: left;*/
}
.detailWebsite
{
    display:inline-block;margin:0px 5px;
    /*float: left;*/
}
.detailEmail
{
    display:inline-block;margin:0px 5px;
    /*float: left;*/
}
.detailFavorite
{
    display:inline-block;margin:0px 5px;
    /*float: left;*/
}
/* Icons End*/
.couponContainer{
	width:90%; 
	border:dashed 3px #b9b182; 
	padding:16px 8px 8px 8px;
	margin:2px; 
	text-align:center; 
	background: #f3f0eb;
}
.banner {
	padding:0;
	height:100%;
	text-align:center;
	width:100%;
	background: #698495;
} 
.arrow {
    float: right;
    margin-right: 5px;
}
.clsLink_Home 
{
	display: none;
}
.clsLink_Back
{
    -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
    background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
    background-color:#fbb450;
        
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
        
    border:1px solid #c97e1c;
    color:#FFF !important;
    display:inline-block;
    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    padding:6px 6px;
    text-decoration:none; 
    text-shadow:0px 1px 0px #8f7f24;
}
.clsLink_Back a 
{
	text-decoration: none;
	/*color: #FFFFFF;
	background-image: url('http://lib.mobimanage.com/ICONS/prevBtn.png');
	background-repeat: no-repeat;
	background-position: left center;*/
}
.clsLink_PageName 
{
	float: right;
	font-size: 16px;	
	padding-right: 10px;
}    
.clsInstruction
{
}    
.clsMessage 
{
    font-weight:bold;
}
.alphaSort {
	background-color: #698495;
	padding: 1px 10px 1px 10px;
	margin-left: -14px;
	margin-right: 16px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size:13px;
	text-align: center;
	float: left;
	width: 34px;
}

.alphaSortLast {
	background-color: #698495;
	padding: 1px 10px 1px 10px;
	margin-left: -14px;
	margin-right: -12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size:13px;
	text-align: center;
	float: left;
	width: 35px;
}

#mapContainer
{
    height: 350px;
    width: 100%;
    padding: 5px;
    margin: 5px;
}
.divSocialMedia 
{
	padding: 2px; 
}
.GEOlistingContainer {
	border-bottom: 1px solid #dfe4e8; 
	background-color:#FFF; 
	padding:10px;	
	min-height: 100px;
    vertical-align: top;
}
.GEOlistingContainer img {
	float: left;
	margin: 0px 10px 0px 0px;
	max-height: 100px;
}
.GEOlistingContainer a
{
    color: Black;
}

.GEOlistingContainer strong
{
    color: Black;
}
/*Page NAV Start*/
.pageDataNavContainer
{
	height: 20px;
	padding: 8px 15px;
	color: #000000;
	font: italic 14px Arial;
	width: auto;
	display: block;
	text-align: left;
	text-transform: uppercase;
	margin-right: -10px;
	margin-left: -10px;
}

.pageDataNav {
    float: right;
    height: auto;
}
.pageDataNav a
{
	color: #000000;
	text-decoration: none;
}

/*Page NAV End*/
.clsTitle 
{
	color:#27719c;
	font-weight:bold;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
.subNavDetailContainer 
{
	line-height: 13px;
}
.contentWrapper
{
    margin: 0px;
    height: 100%;
}
.contentOuter 
{
	margin-left: 20px;
	margin-right: 20px;
}
.divEventCategories 
{
	background-color: #E48F25;
	
}

.navBar
{
    width: 100%; 
    color: #fff; 
    background-color: #333; 
    display: inline-block; 
    text-align: center; 
    padding: 8px 2px;
}
.navBar_PageTitle
{
    background-color: #ffd500;
    font-size: 14px;
    font-weight: bold;
    color: #2c6691;
    font-family: Arial, Helvetica, sans-serif;
    height: 20px;
    padding: 5px 5px 5px 15px;
}
.navBar_Map
{
    float: left; margin-left: 5px;
    padding-left: 5px;
}
.navBar_PageTotal
{
    float: left; width: 33%; margin-top: 6px;
}
.navBar_PageName
{
}
.navBar_Filter
{
    float: right; margin-right: 5px;
    padding-right: 5px;
}
.navButton {

    -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
    background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
    background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
    background-color:#fbb450;
        
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
        
    border:1px solid #c97e1c;
    color:#FFF !important;
    display:inline-block;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:bold;
    padding:6px 11px;
    text-decoration:none; 
    text-shadow:0px 1px 0px #8f7f24;


}
.filter_dialog
{

    /*background: #555;*/
    background-color:rgba(0,0,0,0.8);
    display: none;
    padding:8px;
    width: 100%;
    height: auto;
    position: absolute;
    margin:0 auto;
    /*margin-right:-20px;
    margin-bottom:-10px;*/
    top: 0px;
    left: 0px;
    z-index:10003;
}
.socialPopupButton {
    visibility: hidden;
    display: none;
    cursor: pointer; 
    position: absolute; 
    border: none; 
    float: right; 
    vertical-align: bottom; 
    padding-top: 10px;
    top: 10px;
    right: 20px;
    width: 50px;
}
.socialPopupContainer
{
    z-index: 10002;
    background-color: rgba(255,255,255,1);
    display: block;
    height: auto;
    width: 200px;
    position: absolute;
    top: 82px;
    left: 0px;
    margin-right: 0px;
    float: left;
    padding: 5px 5px 5px 5px;
    color: #2c6691;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
}
.listingButtonsContainer
{
    width:100%; 
    margin:0px auto;
    text-align:center;
}
.listingButton
{
    display:inline-block;margin:0px 5px;
}
    .listingButton img
    {
        width: 41px;
        height: 41px;
    }
.formDiv {

    padding:8px;
    color:#333;
    line-height:22pt;
    width: 90%;
}
.filterDiv {

    padding:10px;
    font-size:14pt;
    color:#FFF;
    line-height:22pt;
    
}


select {
    padding: 5px;
   font-size:10pt;
}
.floatright
{
    float: right;
}