body 
{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
}

h3
{
	padding: 0px;
	margin: 0px;
}

#header
{
	background-color: #C04B0D;
	background-image: url('/mobile/img/header.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	height: 14px;
	text-align: center;
	overflow: hidden;
}

#logo
{
	background-image: url('/mobile/img/logo.gif');
	width: 12px;
	height: 12px;
	padding: 0px;
	float: left;
	padding-top: 0px;
}

#title, #subtitle
{
	font-size: 12px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
}

#subtitle
{
	display: none;
}

div
{
	padding: 10px;
}

#content
{
	clear: both;
	
	background-color: #FFF;
	padding: 0px;
	
	overflow: hidden;
}

#footer
{
	padding: 10px;
	font-size: 9px;
	border-bottom: 1px solid #E0E0E0;
}

.time
{
	font-weight: bold;
	background-color: #E3976A;
	color: #FFF;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 3px;
	margin: 0px;
}

a, a:active, a:visited
{
	color: #D97031;
	text-decoration: none;
}

a:focus, a:hover
{
	color: #C04B0D;
	text-decoration: underline;
}

ul
{
	margin: 0px;
	padding: 0px;
	
	overflow: hidden;
	background-color: #FFF;
}

li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	background: url('/mobile/img/arrow.gif') no-repeat right center;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
}


li>a
{
	display: block;
	padding: 10px 25px 10px 10px;
	outline: 0;
	text-decoration:none;
}

.roomLabel
{
	float: left;
	padding-right: 0px;
	margin: 0px;
}
