.custom-navbar ul li a a.ui-link{
    background: #721118; /* Old browsers */
    background: linear-gradient( #721118,#721118 ) repeat scroll 0 0 #721118 !important;
    background: -moz-linear-gradient( #721118,#721118 ) repeat scroll 0 0 #721118 !important; /* FF3.6+ */
    background: -webkit-linear-gradient( #721118,#721118 ) repeat scroll 0 0 #721118 !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient( #721118,#721118 ) repeat scroll 0 0 #721118 !important; /* Opera 11.10+ */
    background: -ms-linear-gradient( #721118,#721118 ) repeat scroll 0 0 #721118 !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#721118', endColorstr='#721118',GradientType=0 ); /* IE6-9 */   
}

.custom-navbar ul li a.ui-btn-active a.ui-link {
    background: linear-gradient(#5393C5, #6FACD5) repeat scroll 0 0 #5393C5 !important;
    background: #721118; /* Old browsers */
    background: linear-gradient(#5393C5, #6FACD5) repeat scroll 0 0 #5393C5 !important; /* FF3.6+ */
    background: -webkit-linear-gradient(#5393C5, #6FACD5) repeat scroll 0 0 #5393C5 !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#5393C5, #6FACD5) repeat scroll 0 0 #5393C5 !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(#5393C5, #6FACD5) repeat scroll 0 0 #5393C5 !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5393C5', endColorstr='#6FACD5',GradientType=0 ); /* IE6-9 */       
}
li:nth-child(odd):not(.ui-li-divider), li:nth-child(odd):not(.ui-li-divider) a {
    background: #721118 !important;
	color:#fff;
	border:1px solid #81181F;
    text-shadow: none;
}
li:nth-child(odd):not(.ui-li-divider) a:hover {
    background: #81181F !important;
	border:1px solid #81181F;
    text-shadow: none;
}
li:nth-child(even):not(.ui-li-divider), li:nth-child(even):not(.ui-li-divider) a {
    background: #721118 !important;
	color:#fff;
	border:1px solid #81181F;
    text-shadow: none;
}
li:nth-child(even):not(.ui-li-divider) a:hover {
    background: #81181F !important;
	border:1px solid #81181F;
    text-shadow: none;
}
.ui-header { 
background:#81181F !important;
border:1px solid #721118;
}
.ui-page  { 
background:#81181F !important;
}
.ui-li-divider a:visited {
    text-decoration:  none;
    color: #81181F !important;
	border:0px;
}

.portrait h1 {
}
.landscape h1 {
}

#map div[data-role="content"] {
	position: absolute;
	top: 42px;
	bottom: 42px;
	left: 0;
	right: 0;
}

#gMap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.thumbnail {
	float: right;
	display: block;
	margin: 5px 0 15px 5px;
	border: 2px #fff solid;
	padding: 2px;
}
.clearboth {
	clear: both;
}
.addr {
	overflow: hidden;
	position:relative;
}
h2 {
	margin-top: 0;
}
.details {
	display: block;
	margin: 10px 0;
}
div[data-role="controlgroup"] {
	clear:both;
	text-align: center;
}
div[data-role="content"] {
	padding-bottom: 40px;
}
#loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:rgba(0,0,0,.9);
	z-index:9999;
}
.errorMsg {
	position: absolute;
	top: 0;
	left: 10px;
	z-index:9999;
	padding: 5px;
	background-color: rgba(0,0,0,.7);
	display: none;
}
/* Uncomment this before compiling in order to cause the initial page to fade in
@media only screen and (max-width: 800px) {
	#page1 {
		display: none;
	}
}
*/
