body {
	font-size: 14px;
	margin: 0;
	font-family: Arial,Helvetica,Sans-Serif;
}

h1,h2,h3,h4, ul, p {
	padding:0 5px;
}


h3 {
	color: #2B2926; 
	font-size: 1.2em;
	margin: 5px 0;
}

h3.home {
    display: none;
}

h4 {
	font-size: 1.0em;
	margin-bottom: 5px;
}

h4.title {
	font-size: 16px;
}

p {
	margin-bottom: 5px;
}

a {
	color: #205388;
	text-decoration: none;
}
.menuContent a:hover{
	color: #F85D13;
	text-decoration: underline;
}
img.button {
	border: none;
}

ul li {
    padding-bottom: 5px;
	list-style-type:square;
	margin: 0 15px;
}

form label {
	font-weight: bold;
}

.orange {
	color: #F85D13;
	font-size:.9em;
}

#header {
	text-align: left;
	padding: 3px 0 5px;
	height: 30px;
	background-image: url(/applook/mobile/images/header-banner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#header a img{
	border: none;
} 

#app-nav-bar {
	height: 28px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #C3C3C3;
	margin-bottom: 5px;
	padding: 0 5px;
}

#app-nav-bar #apps-button {
	float: left;
}

#app-nav-bar #logout-button {
	float: right;
}

#footer {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	clear: both;
}

ul#mobile-menu {
	list-style: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 0;
	margin:0;
}

ul#mobile-menu li.mobile-menu {
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #EEEEEE;
	background-image: url(/m/images/vertical-bar-gray.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
}

ul#mobile-menu a.menuItem {
	color: #000;
	background-image:url(/m/images/arrow-right.gif);
	background-position:95% 50%;
	background-repeat:no-repeat;
	display:block;
	padding:6px 10px;
	font-size: 17px;
}

ul#mobile-menu a.expanded {
	background-image:url(/m/images/arrow-down.gif);	
}

div.menuContent {
	padding: 5px 0;
}

.menuContent ul {
 list-style: square;
 padding-left: 30px;
}

.more-link {
    display: none;
}

a.mobile-link:link {
text-decoration: none;
color: #205388;
}
a.mobile-link:visited {
 text-decoration:none;
 color:#205388;
}
a.mobile-link:hover {
text-decoration: underline;
color: #F85D13;
}
a.mobile-link:active {
 color:#205388;
 text-decoration:none;
 }

.facility-guide {
text-align:center;
}

.close-button-rt {
    display: none;
}

table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: #eeeeee;
	text-align:left;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
/**add this class to any element that you want to hide in the mobile site only**/
.m-hidden{
	display:none
}
/**this class can be used for elements that are hidden in both mobile and PC versions*/
.hidden{	
	display:none
}
.pdf {
	background: url('/images/pdf-icon.gif') no-repeat scroll left center;
	margin-left: 3px;
	padding: 0 0 2px 12px;
	vertical-align: top;
	line-height: 12px;
} 
.back-main a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.rounded-box {
    -moz-border-radius: 10px 10px 10px 10px;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D1D1D1;
    margin: 0 5px;
    padding: 0 5px;
}
.back-main {
    background: url("/images/button.gif") no-repeat scroll 100% 78% transparent;
    margin: 3px;
    padding: 5px 10px 5px 15px;
    width: 29px;
}
.column {
 margin-bottom:-10px;
}
table.facility-info th {
 text-align:left;
 vertical-align:top;
 }
.open {
 display:none;
}

.section {
 margin-top: -34px;
}

