/*
This style is an attempt to improve mobile chnages. All color and font style should be on the first 128 lines.
Refer to the file mobile.bkup-old.css if the previous method is preferred.
*****************
Background color used:
******************/
.mobile_wrapper,
.mobile_footer  {	
	background-color: #f4efe6;      
}
h2#title,
body div#body {
	background-color: #f4efe6 !important;  
}
a.backbutton, 
a.homebutton,
ul.mob_primary_nav li,
div.login_form .submit,
.gray_btn,
.mobilecontent .text .button,
.mobilecontent .text .mobilelink,
.mobilecontent .text .mobilebutton {
	background-color: #759075;
}
.mobilecontent .text .button:hover,
.mobilecontent .text .mobilelink:hover,
.mobilecontent .text .mobilebutton:hover {
	background-color: #759075;
} 

/******************
text color used:
******************/
html, body, p,
.private_mobile, 
.mobile_wrapper div.text p, 
.mobile_wrapper p {
	color:#373636 !important;
}
h1, h2, h3, h4, h5, h6,
div.login_form input.textinput,
.mobilecontent h1, 
.mobilecontent h2,
.mobilecontent h3,
.private_mobile h1,
.private_mobile h2,
.private_mobile h3,
h2.mobile_title {
	color: #4C525A !important;
} 
.mobile_wrapper a:visited,  
.private_mobile .text a:visited, {
	color:#064972;
} 
a.backbutton, 
a.homebutton,
ul.mob_primary_nav li a,
ul.mob_primary_nav li a i.fa,
ul.mob_primary_nav li a span.linktext,
div.login_form .submit,
.gray_btn,
.mobilecontent .text .button,
.mobilecontent .text .mobilelink,
.mobilecontent .text .mobilebutton {
	color: #f4efe6 !important;
}
div.login_form a, 
div.login_form a:visited,
.mobile_footer p {	
	color:#7e7562 !important;
} 
h2#title,
div.login_form a, 
div.login_form a:visited,
.mobile_footer a,
.mobile_footer a:hover,
.mobile_footer a:visited {
	color: #759075;
}
/* MRM color fixes */
.club_scripts_clubpers_view_clubpers_list .mobilecontent div[align="left"] {
	color: #567478 !important;
}
.club_scripts_clubpers_view_clubpers_list .mobilecontent div[align="left"] table.class {
	color: #fff !important;
}

/******************
TYPOGRAPHY
*******************/
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6,
.mobilecontent h1, 
.mobilecontent h2,
.mobilecontent h3,
.private_mobile h1,
.private_mobile h2,
.private_mobile h3  {
    font-family: "Palatino", serif !important;
    font-weight: normal;
    margin: 0 0 15px;
}
h1.mob_logo {
	background: url(/custom/mobile/images/logo_banner.png) no-repeat center top;
	height: 80px;
	width: 100%;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
h2#title {
	margin:0px;
	text-align: center;	
	padding: 5px 0px;
	width: 100%;
	font-size: 19px;
	/*text-shadow:1px 1px 0px rgba(0,0,0,0.35);*/
	/*text-transform: uppercase;*/
	/*font-variant: small-caps;*/
	font-weight: normal;
	/*border-top: 1px solid rgba(0,0,0,0.45);*/
	border-bottom: 1px solid rgba(0,0,0,0.45);
	letter-spacing: 1px;
	margin-bottom: 0px;
}
h1,
.mobilecontent h1,
.private_mobile h1 {
	font-size: 24px;
}
h2,
.mobilecontent h2,
.private_mobile h2 {
	font-size: 19px;
}
h3,
.mobilecontent h3,
.private_mobile h3 {
	font-size: 16px;
	float: left;
	width: 100%;
}
p,
.mobile_wrapper div.text,
.mobile_wrapper div.text p,
.mobile_wrapper p {
	font-size:14px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.mobile_wrapper div.text > img {
	margin-bottom: 15px;
}
.mobile_wrapper ul {
	margin-left:30px;
	margin-right: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.mobilecontent .text ul {
	width: 93%;
}

/******************
Mobile styles
*******************/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
}
body div#body {
	height:auto;
	min-height:auto;
	text-align:left;
}
body div.container {
	margin:0;
	text-align:left;
	width:auto;
}
div#formdump {
	display:none;
}
.loading {
	width:250px;
	height:150px;
	background:#fff url(/custom/mobile/images/ajax-loader.gif) no-repeat center center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:none;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-125px;
	margin-top:-75px;
	z-index:100;
	-webkit-box-shadow: 0px 0px 15px #424242;
	-moz-box-shadow: 0px 0px 15px #424242;
	box-shadow: 0px 0px 15px #424242;
}
.mob_header {
	position:relative;
}
div.mob_headerpic {
	text-align:center;
	background:url(/custom/mobile/images/hp_header.jpg) no-repeat center top;
	width:100%;
	height: 240px;
}
div.mob_headerpic img {
	margin:0 auto;
}
.mob_home_wrapper {
	width: 100%;
}
.mobile_wrapper {
	text-align:left;
	float: left;
	width:100%;
}
.private_mobile {
	text-align:left;
}
.mobilecontent {
	padding:10px;
	float: left;
}
#mobile_inserts_content {
	padding:15px;
}
.mob_header a {
	text-decoration: none;
}
.mob_header a:hover {
	text-decoration: underline;
}
a.backbutton,
a.homebutton {
	width: auto;
	height: auto;
	position:absolute;
	top: 29px;
	left:50%;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 11px;
	margin-left:-155px;
	outline:none;
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.homebutton {
	margin-left:105px;	
	padding: 5px 10px;
}
img.mobile {
	width:100%;
	margin-bottom:15px;
	display:block;
}
/******************
PRIMARY NAV
*******************/
ul.mob_primary_nav {
	list-style-type: none;
	margin: 0px 0 0 0px;
	/*padding: 15px 0 0 0px;*/
	text-align:left;
	width: 100%;
	float: left;
	padding:0;
}
div.mob_home_wrapper ul.mob_primary_nav {
	margin-top:0px;
	padding-top:0px;
}
ul.mob_primary_nav li {
	height: 48px;
	display: block;
	position: relative;
	padding: 0px 10px;
	border-top: 1px solid #ede7dd;
	border-bottom: 1px solid #ede7dd;
	margin-top: -1px;
}
ul.mob_primary_nav li a {
	display: block;
	text-decoration: none;
}
ul.mob_primary_nav li a i.fa {
	float: left;
	font-size: 20px;
	line-height: 48px;
}
ul.mob_primary_nav li a span.linktext {
	height: 16px;
	display: block;
	/*text-shadow:1px 1px 2px #000;*/
	font-family: palatino, 'palatino linotype', georgia, serif;
	/*font-variant: small-caps;*/
	font-size: 20px;
	letter-spacing: 0.05em;
	padding: 14px 32px;
	border: none;
}
ul.mob_primary_nav li a i.icon-arrow {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 44px;
}

/******************
PRIVATE SIDE/NAV
*******************/
/*.private_mobile ul.mob_primary_nav{
	margin: 10px 0 0 0;
}*/

/******************
LOGIN FORM
*******************/
div.login_form {
	width: 285px;
	height: 183px;
	padding: 15px;
	margin: 15px auto;
	line-height: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*background: #1D3E54;*/
}
div.login_form label {
	display:block;
	font-size:15px;
	font-weight: 400;
	margin-bottom:2px;
	/*text-shadow:0px -1px 0px #616161*/
}
div.login_form input.textinput {
	display: block;
	margin-bottom:8px;
	border-radius:5px;
	font-size: 15px;
	height: 36px;
	width: 100%;
}
div.login_form .submit {	
	border: none;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding: 8px 16px;
	border-radius:4px;
}

/******************
MISC
*******************/
.mob_center {
	width: 300px;
	margin: 0px auto;
}
.map_mobile {
	border: 2px solid #4C525A;
	width: 300px;
	margin-bottom: 15px;
}
.map_mobile a {
	text-decoration: none;
	border: 0;
}
.map_mobile a img {
	border: 0px;
}
img.mob_img {
	display: block;
	background:#b5b2b2;
	border: 3px solid #b5b2b2;
	max-width: 80%;
	height: auto;
	margin: 15px auto;
	-moz-border-radius:7px;
	border-radius:7px;
	padding: 1px;
}

/******************
BUTTONS
*******************/
.grayborder {
	/*background:#4C525A;
	border: 3px solid #4C525A;*/
	width: 296px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin: 10px 0;
}
.gray_btn {
	display: block;
	width: 296px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
}
/*
.gray_btn:active,
.gray_btn:hover {
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #57708A;
	border-bottom: 1px solid #7C98B5;
	border-left: 1px solid #57708A;
	border-right: 1px solid #57708A;
	active:none;
	outline: 0;
	background: #7C98B5;
	background: -moz-linear-gradient(top, #7C98B5 1%, #57708A 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7C98B5), color-stop(100%,#57708A)); 
}*/
.mobilecontent .text .button,
.mobilecontent .text .mobilelink,
.mobilecontent .text .mobilebutton {
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #538693;
	text-decoration: none;
	text-align: center;
	padding: 8px 0;
	margin-top: 10px;
	width: 65%;
	margin: 35px auto 0;
	display: block;
}
.mobilecontent .text p a.button{
	background-color:#7e7562;
	background-image: none;
	line-height:26px;
}
/******************
CONTENT WRAPPERS
*******************/
#mobile_content {
	float: left;
	width: 100%;
}
#mobile_content #content-scroll{
	width:320px;
	overflow:auto;
	background:yellow:
}
#mobile_content #insertWrapper{
	position:static;	
	padding:5px 10px;
	width:100% !important;
}
#mobile_content #insertScale{
	position:static;	
	
}
#mobile_content #announcementWrapper{
	position:static;	
	padding:5px 10px;
}
#mobile_content #announcementWrapper span.announcementDate {
    width: 100%;
    float: left;
    margin: 3px 0 15px 0;
    font-size: 11px;
	color: #373636;
}
#mobile_content .statementwrapper{
	position:static;	
	/*padding:5px 10px;*/
}
.eventwrapper {
    padding: 10px;
}
table.tableinsert,
table.tableinsert table {
	width:100%;
}
table.event_tableinsert {
    width: 100%;
}
.eventDetails table.event_tableinsert {
    width:100%;
    padding: 10px 10px 10px 0px;
	margin-bottom:12px;
}
table.event_tableinsert table {
	width:100%;
}
form table.event_tableinsert {
    width:100%;
    padding: 10px 10px 10px 10px;
	margin-bottom:12px;
}
.tableinsert_img {
	width:100%;
	height:auto;
}
.imageInsert {
	max-width:100%;
	height:auto;
	width: 100%;
	margin-top: -11px;
	margin-bottom: -5px;
}
.topbuttons {
	text-align: center;
	height: 46px;
	background: url("/custom/mobile/images/bg-subnav.png") repeat-x;
}
.highlights_btn, .highlights_btn:visited {	
	display: inline-block; 
	padding: 12px 16px 0px 11px; 
	margin-top: 2px;
	color: #8B8B8B !important; 
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	
	background: url(/custom/mobile/images/bg-subnav-line.png) no-repeat bottom right;
}
.highlights_btn span {
    width: 100%;
    height: 32px;
    cursor: pointer;
    display: block;
}
.events_btn {
	display: inline-block; 
	padding: 12px 16px 0px 11px; 
	margin-top: 2px;
	color: #8B8B8B !important; 
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	
	background: url(/custom/mobile/images/bg-subnav-line.png) no-repeat bottom right;
}
.events_btn span {
    width: 100%;
    height: 32px;
    cursor: pointer;
    display: block;
}
.announcements_btn {
    display: inline-block; 
	padding: 12px 16px 0px 11px; 
	margin-top: 2px;
	color: #8B8B8B !important; 
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.announcements_btn span {
    width: 100%;
    height: 32px;
    cursor: pointer;
    display: block;
}
.topbuttons a.active,
.events_btn:active,
.events_btn:hover,
.announcements_btn:active,
.announcements_btn:hover,
.highlights_btn:hover,
.highlights_btn:hover {
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75),
                 0 0 21px #FFFFFF;
	text-decoration: none;
	active:0;
	outline: 0;
}
.topbuttons a.active span {
    background: url(/custom/mobile/images/bg-subnav-active.png) no-repeat bottom;
}
.bt-show-more {
    text-align: center;
    padding: 4px  0px;
	margin:0px;
	clear: both;
	background: #D4D4D4;
	background: -moz-linear-gradient(top, #EEF2F1 0%, #D4D4D4 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEF2F1), color-stop(99%,#D4D4D4)); /* webkit */
	border-bottom: 1px solid #b9b9b9;
	border-top:1px solid #D6D6D6;
	overflow: hidden;
}
.bt-show-more a {
    background: -moz-linear-gradient(top, #D3D2D4 0%, #A4A4A6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D3D2D4), color-stop(100%,#A4A4A6)); /* webkit */
	display: inline-block; 
	padding: 6px 10px 7px; 
	color: #444444 !important; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	/*border-bottom: 1px solid rgba(0,0,0,0.8);*/
	border: 1px solid #8D8D8D;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bt-show-more a:active, .bt-show-more a:hover {
    color: #000000 !important;
	/*background-position: left bottom;*/
	text-decoration: none;
	active:0;
	outline: 0;
	background: -moz-linear-gradient(top, #DDDDDD 0%, #8F8F8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#8F8F8F)); /* webkit */
}


/***************

member directory

*******************/
h3.instructions_md {
	text-align:center;
	padding:20px;
	font-weight:bold;
	color: #3e3e3e;
	text-shadow:0px 1px 1px rgba(255,255,255,0.8);
}

.memsearch {
	display:none;
	padding:5px 0px;
}
.filterinput {
	width:56%;
	font-size:15px;
	margin-right: 1%;
	margin-left: 1%;	
}
.searchbtn {
	width: 20%;
	margin-right: 1%;
}
.cancelbtn {
	width: 20%;
	margin-right: 1%;
}
.members {
	background: #bebebe;
}
.alpha_dir {
	
	text-align: center;
	background: #dfdfdf;
	padding: 7px 0px;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.5);
}
.alpha_dir a,
.alpha_dir a:visited {
	display: inline-block;
	border: 1px solid #8d8d8d;
	-webkit-border-radius: 2px;
	border-radius:2px;
	background: #a0a0a2;
	
	background: -moz-linear-gradient(top, #D5D4D6 0%, #A0A0A2 100%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5D4D6), color-stop(100%,#A0A0A2)); /* webkit */
	color: #3e3e3e;
	margin: 1px 1px 4px 0px;
	width: 12px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 2px 5px 3px;
	text-align: center;
	text-shadow:0px 1px 1px rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	text-decoration:none;
}
.alpha_dir a.active,
.alpha_dir a:active,
.alpha_dir a:hover {
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,.5);
	box-shadow: inset 0px 0px 4px rgba(0,0,0,.5);
}
.memberlisting {
	border-bottom:1px solid #fff;
	padding:8px;
	background: -moz-linear-gradient(top, #D5D4D6 0%, #A0A0A2 100%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5D4D6), color-stop(100%,#A0A0A2)); /* webkit */
}

.memberlisting span {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.memberlisting .mem_email {
	/*font-size:10px;*/
	color:#19559f;
	width: auto;
	margin: 0px;
	display: inline-block;
}
.memberlisting .mem_workphone,
.memberlisting .mem_workphone a {
	color:#313131;
	font-size:12px;
	text-decoration:none;
}
.memberlisting .mem_homephone,
.memberlisting .mem_homephone a {
	color:#313131;
	font-size:12px;
	text-decoration:none;
}
.memberlisting .mem_mobilephone,
.memberlisting .mem_mobilephone a {
	color:#313131;
	font-size:12px;
	text-decoration:none;
}



.memberlisting .mem_name {
	font-size:15px;
	font-weight:bold;
	display:block;
	margin-bottom:7px;
	color: #555555;
}
.memberlisting .mem_email a {
	width: 24px;
	height: 24px;
	text-decoration:none;
	background: url("/custom/mobile/images/icon_mail.png") no-repeat scroll right 2px transparent;
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
    position: relative;
    top: -3px;
}
.memberlisting .mem_name a {
	text-decoration:none;
	display: inline-block;
}

/***********************

  Member Profile

************************/
.memberprofile-wrap {
	width: 100%;
	display: inline-block;
}
.memberprofile-details {
	width: 100%;
	display: inline-block;
}
.memberprofile-details .memberprofile-user-pic {
	width: 100%;
	display: inline-block;
}
.memberprofile-details .memberprofile-user-pic img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.memberprofile-details .memberprofile-user-pic .memberprofile-user-pic-mask {
	display: none;
}
.memberprofile-details .memberprofile-user-details-right {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 20px;
}
.memberprofile-details .memberprofile-user-details-right h1 {
	width: 100%;
	display: inline-block;
	margin: 5px 0;	
}
.memberprofile-details .memberprofile-user-details-right .memberprofile-user-icon-text-right {
	display: none;
}
.memberprofile-details .memberprofile-btn-addfriend {
	display: none;
}

.memberprofile-wrap h2 , .memberprofile-wrap h3 , .memberprofile-wrap h4 , .memberprofile-wrap h5 , .memberprofile-wrap h6  {
	width: 100%;
	display: inline-block;
	margin: 10px 0 5px;
}
.memberprofile-user-content-box {
	width: 100%;
	display: inline-block;
	margin: 5px 0 10px;
}

.memberprofile-user-content-wrap .memberprofile-user-address-phone {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px;
}

/************
MOBILE INSERTS
****************/
div.insert_item {
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 35%, #DEDEDE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#FFFFFF), color-stop(100%,#DEDEDE)); /* webkit */
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	clear: both;
	padding: 7px 5px;
}
div.insert_item img {
	float: left;
	margin-right: 15px;
	border: 0px;
	width: 126px;
	height: auto;
}

/* Portrait */
@media screen and (max-width: 320px) {
	div.insert_item div.mob_highlight_desc {
		float: left;
		width: 168px;
	}
}
 
/* Landscape */
@media screen and (min-width: 321px) {
	div.insert_item div.mob_highlight_desc {
		float: left;
		width: 300px;
	}
}
div.insert_item h4,
div.insert_item h4 a, div.insert_item h4 a:visited {
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
div.insert_item p {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.4em;
	color: #4b4a4a;
	overflow:hidden;
}
div.insert_item a {
	font-weight: bold;
	font-size: 11px;
}
div#mobilehighlights {
	margin-top:5px;
}
h2.mobile_title {
    border-bottom: 1px solid #B7B7B7;
    font-family: Palatino,'Palatino Linotype',Georgia,Serif;
    font-weight: normal;
	margin:5px 0px 0px 0px;
    padding: 10px 5px;
}

/*************
MOBILE Calendar
***************/
ul.mobile_calendar {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
ul.mobile_calendar li.calendar_item {
	padding: 4px  0px;
	margin:0px;
	clear: both;
	background: #D4D4D4;
	background: -moz-linear-gradient(top, #EEF2F1 0%, #D4D4D4 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEF2F1), color-stop(99%,#D4D4D4)); /* webkit */
	border-bottom: 1px solid #b9b9b9;
	border-top:1px solid #D6D6D6;
	overflow: hidden;
}
ul.mobile_calendar li.calendar_item div.event_left  {
	float: left;
	width: 49px;
	height: 48px;
	margin-left: 15px;
	background: url(/custom/mobile/images/calendar_page.png) no-repeat;
}
ul.mobile_calendar li.calendar_item h5.month {
	display: block;
	color: #fff;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;	
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 16px;
	padding: 0;
}
ul.mobile_calendar li.calendar_item h5.day {
	display: block;
	font-size: 20px;
	line-height: 16px;
	margin: 7px 0 6px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
ul.mobile_calendar li.calendar_item div.day_desc  {
	float: left;
	margin-left: 10px;
	width: 65%;
}
ul.mobile_calendar li.calendar_item div.day_desc p {
	color: #444444;
	font-weight: bold;
	padding: 0px;
	margin:4px 0px;
	float: left;
}
ul.mobile_calendar li.calendar_item a {
	display: block;
	text-decoration: none;
	background: url(/custom/mobile/images/arrow_trans.png) no-repeat right center;
	overflow: hidden;
}
ul.mobile_calendar li.calendar_item a:hover {
	display: block;
	text-decoration: none;
}

/************
GALLERY
*************/
div.gallery-row:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden; 
}
div.gallery-item { 
	float: left; 
	width: 33.33333333%; 
}
div.gallery-item a { 
	display: block; 
	margin: 5px; 
	border: 1px solid #3c3c3c; 
}
div.gallery-item img { 
	display: block; 
	width: 100%; 
	height: auto; 
}

/************
ANNOUNCEMENTS
*************/
a.list-announcements {
    width: 100%;
    float: left;
    display: block;
}
a.list-announcements:hover {
    color: #444444;
}
a.list-announcements p {
    font-weight: normal;
    height: 16px;
    font-size: 11px;
}

/************
MOBILE FOOTER
*************/
.mobile_footer {
	float: left;
	font-size:10px;
	text-align:center;
	padding:10px 0;
	width: 100%;
}
.mobile_footer p {
	margin-bottom:6px;
	font-size:11px;
}
.mobile_footer p.footer_links {
	font-size:14px;
}

/*******************
MOBILE STATEMENTS
*******************/
ul.mobile_statements {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: -40px;
	margin-bottom: 20px;
}
ul.mobile_statements li {
	padding: 4px  0px;
	margin:0px;
	clear: both;
	background: #D4D4D4;
	background: -moz-linear-gradient(top, #EEF2F1 0%, #D4D4D4 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEF2F1), color-stop(99%,#D4D4D4)); /* webkit */
	border-bottom: 1px solid #b9b9b9;
	border-top:1px solid #D6D6D6;
	overflow: hidden;
}
ul.mobile_statements li.li_s_total {
    background: #999999;
	background: -moz-linear-gradient(top, #CCCCCC 0%, #999999 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(99%,#999999)); /* webkit */
	border-top: 4px solid #666666;
}
ul.mobile_statements li .left {
    width: 75%;
    float: left;
}
ul.mobile_statements li .right {
    width: 25%;
    float: left;
}
ul.mobile_statements li .s_date {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 10px 0 10px;
}
ul.mobile_statements li .s_ref {
    float: left;
    font-size: 11px;
    margin: 4px 0 0 10px;
}
ul.mobile_statements li .s_ref span {
    font-weight: bold;
}
ul.mobile_statements li .s_description {
    width: 95%;
    float: left;
    font-size: 14px;
    margin: 5px 0 3px 10px;
    text-align: left;
}
ul.mobile_statements li .s_bottom {
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
ul.mobile_statements li .s_type {
    float: left;
    font-size: 9px;
    margin: 4px 0 0 10px;
}
ul.mobile_statements li .s_type span {
    font-weight: bold;
}
ul.mobile_statements li .s_sales_amt {
    float: left;
    font-size: 9px;
    margin: 4px 0 0 5px;
}
ul.mobile_statements li .s_sales_amt span {
    font-weight: bold;
}
ul.mobile_statements li .s_svc_charge {
    float: left;
    font-size: 9px;
    margin: 4px 0 0 5px;
}
ul.mobile_statements li .s_svc_charge span {
    font-weight: bold;
}
ul.mobile_statements li .s_taxes {
    float: left;
    font-size: 9px;
    margin: 4px 0 0 5px;
}
ul.mobile_statements li .s_taxes span {
    font-weight: bold;
}
ul.mobile_statements li .s_total {
    width: 100%;
    float: left;
    font-size: 10px;
    margin-top: 4px;
    text-align: center;
}
ul.mobile_statements li .s_total span {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 7px;
}
ul.mobile_statements li.li_s_total .s_total span {
    margin-top: 1px;
    font-size: 19px;
}
ul.mobile_statements li.li_s_total .s_bottom .s_sales_amt, ul.mobile_statements li.li_s_total .s_bottom .s_svc_charge, ul.mobile_statements li.li_s_total .s_bottom .s_taxes {
    font-size: 10px;
}

/***********************
MARKETING REQUEST FORMS
************************/
.club_scripts_contact_contact_info .mobilecontent {
    visibility: hidden;
}
.wrap-marketing-form-lines {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}
.wrap-marketing-form-lines-title {
    width: 100%;
    display: block;
    margin-bottom: 2px;
}
.wrap-marketing-form-lines-fields {
    width: 100%;
    display: block;
}

/***********************
REAL ESTATE
************************/
.mobilecontent #sort_links {
	font-size: 14px;
	display: none;
}
.mobilecontent form.property_selector {
	float: left;
	width: 100%;
}
.mobilecontent form.property_selector select {
    float: left;
    margin: 5px 0;
}
.mobilecontent .property_images a img {
	width: 100%;
}
.mobilecontent  a.realestate-btn-full-details,
.mobilecontent .prop_back a {
	margin: 0 0 0;
	float: right;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	background: #2F7C91;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 10px;
}
.mobilecontent .prop_back a {
	float: none;
}
.mobilecontent .prop_back {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.mobilecontent  a.realestate-btn-full-details:hover {
	color: #4292AA;
}
.property_details a.realestate-btn-full-details:visited {
	color: #fff;
}
.mobilecontent .property {
	float: left;
	padding-bottom: 8px;
	width: 100%;
}
.mobilecontent .property_images {
	padding: 10px 0;
	border-top: 1px solid #8EA0B4;
}
.mobilecontent .prop_location {
	font-weight: bold;
}
.mobilecontent .prop_status {
	display: block;
}
.mobilecontent .prop_price {
	float: right;
}
/* Real Estate Detail */
.mobilecontent .property_detail_page {
	float: right;
}
.mobilecontent .property_details .gmap {
  margin: 10px 0;
}
.mobilecontent .gmap iframe {
	float: left;
	width: 100%;
}
.mobilecontent .prop_gallery_wrap {
	width: 100%;
}
.mobilecontent .prop_gallery_wrap a {
	float: left;
	width: 100%;
}
.mobilecontent .prop_gallery_wrap a img {
	float: left;
	width: 100%;
}
.mobilecontent .div-slideshow-nav {
	display: none;
}
.mobilecontent #property_features tr {
	float: left;
	width: 100%;
}
.mobilecontent #property_features tr td {
	float: left;
	width: 50%;
}
.mobilecontent #property_features tr td em {
	font-weight: bold;
}

/* general fixes */
html.pagecfg_dmenu .mobilecontent .table {
	width: 100%;
	float: left;
}
.mobilecontent .back_button, #mobile_content .back_button {
	display: none;
}
.mobilecontent h3 {
	margin-bottom: 10px;
}
.mobilecontent .prop_links {
	display: none;
}
.mobilecontent .prop_links .wrap{
	margin: 0 auto 15px;
}
.mobile_footer .social a {
	text-decoration: none;
}
.mobile_footer .social a img {
	width: 25px;
}
html.club_scripts_contact_contact_info .mobilecontent h1.form-title, {
	display: none;
}
#mobile_content #insertWrapper tr td img {
  width: 100% !important;
  height: auto !important;
}
.club_scripts_library_view_document .content_container h1:first-of-type,
.club_scripts_library_view_document h1.private_title {
	display: none;
}