body {
    margin: 0;
    font-family: Helvetica;
    background: #fff;
    color: #FFFFFF;   
} 

.sbContainer {  
   width: 100%;  
}

.sbMobileContainer {
	width: 100%;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	background-image: url("../images/mobile-bg-rpt.png");
    background-repeat: repeat-x;
    background-color: #fff;
    background-position: 0 40px;
}

body[orient = "profile"] .sbContainer {
    height: 100%;	
}

body[orient ="landscape"] .sbContainer {
    height: 268px;
} 

.sbMobileContainer .toolbar {
    padding: 10px 0;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: #3F4E63 0px -1px 1px;
	background-color: #72AD11;
    background: url("../images/mobile-top-bar-rpt.png") #73af18 repeat-x;
	overflow:hidden;	
}

.sbMobileContainer .toolbar #logo{
	overflow:hidden;
	height:20px;
}


body[orient ="landscape"] .toolbar 
{
    font-size: 20px;
} 

.sbMobileContainer .anchorTop {
    top: 0;
} 

.sbMobileContainer .center {
    top: 40px;
    bottom: 40px;
}

body[orient ="landscape"] .center {
    top: 40px;
    bottom: 40px;
    width: 100%;
} 

.sbMobileContainer .item {
    padding: 8px 8px 8px 8px;
    color: #001d3d;   
}

.sbMobileContainer .item {
    background: url("../images/mobile-header-medical.jpg") no-repeat;
}

.m2 .sbMobileContainer .item {
    background: url("../images/mobile-header-dental.jpg") no-repeat;
}

.m4 .sbMobileContainer .item {
    background: url("../images/mobile-header-podiatry.jpg") no-repeat;
}

.m10 .sbMobileContainer .item {
    background: url("../images/mobile-header-vet.jpg") no-repeat;
}

.sbMobileContainer p {
	margin: 0px 0 5px 0;
	font-size: 14px;
	/*color: #001d3d;*/
}

.sbMobileContainer ul {
	list-style-image: url("../images/mobile-bullet.png");
	vertical-align: middle;
	margin: 30px;
	padding: 0;
	
}

.sbMobileContainer li {
	color: #4289d8;
	font-size: 14px;
	margin-bottom: 5px;
}

.sbMobileContainer #address {
	float: right;
	text-align: right;
	color: #FFF;
	font-size: 14px;
	width:165px;
}

.sbMobileContainer #slot-main {
	font-size: 14px;	
}
	
.sbMobileContainer #phone {
	float: right;
}	

.sbMobileContainer #buttons {
	float: right;
}

.sbMobileContainer .formField {
	-webkit-appearance:searchfield;
	padding: 5px;
	width: 250px;
	height: 20px;
	margin: 5px 0 5px 0;
}

.sbMobileContainer .submitBtn {	
	height: 20px;
	font-size: 14px;
	margin: 5px 0 10px 0;
}

.sbMobileContainer h1, .sbMobileContainer h2, .sbMobileContainer h3 {
	margin: 0;
	padding: 0;
}

.sbMobileContainer h1 {
	color: #FFF;
	text-shadow: 2px 2px 2px #3F4E63;
	font-size: 18px;
	margin: 15px 0 0 0;
}

.sbMobileContainer h3 {
	color: #4289d8;
	font-size: 14px;
}


.sbMobileContainer .phoneNumber {
	color: #fff000;
	font-size: 20px;
}

.sbMobileContainer .phoneIcon {
	margin: 10px 20px 0 0;
}

.sbMobileContainer .mapIcon {
	margin: 10px 0 0 0;
}

.sbMobileContainer #mPhone {
	width: 49px;
	height: 51px;
	float: right;
	margin: 10px 17px 0px 0px;
}

.sbMobileContainer #mPhone a {
	width: 49px;
	height: 51px;
	display: block;
	background-image: url("../images/mobile-phone.png") ;
	background-repeat: no-repeat; 
}

.sbMobileContainer #gMaps {
	width: 51px;
	height: 50px;
	float: right;
	margin: 10px 0px 0px 0px;
}

.sbMobileContainer #gMaps a {
	width: 51px;
	height: 50px;
	display: block;
	background-image: url("../images/mobile-map.png") ;
	background-repeat: no-repeat; 
}

.sbMobileContainer #reqAppoint {
	width: 117px;
	height: 36px;
	clear: both;
	float: right;
	margin: 10px 0px 0px 0px;
}

.sbMobileContainer #reqAppoint a {
	width: 117px;
	height: 36px;
	display: block;
	background-image: url("../images/mobile-appt.png") ;
	background-repeat: no-repeat; 
}