﻿/*** common ***/


body
{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#fff;
}

#container
{
	width: 320px;
	margin: 0px auto;
	text-align: left;
}

p
{
	text-align:left;
}

#header
{
	clear:both;
	background-image:url('gh_mobile_webapp_header.jpg');
	width:320px;
	height:49px;
}

#headerTitle
{
	position:relative;
	top:25px;
	left:230px;
	
	font-size: 12px;
	color:#ffc300;
}

#main
{
	clear:both;
	background-image:url('gh_mobile_webapp_main.jpg');
	width:320px;
	height:362px;
	z-index:0;
}

#footer
{
	clear:both;
	background-image: url('gh_mobile_webapp_footer.jpg');
	width:320px;
	height:20px;
}

#footerCopyright
{
	position:relative;
	float:left;
	top:5px;
	left:15px;
	font-size:9px;
	color:#ffc300;
}

#footerMainSite
{
	position:relative;
	float:right;
	top:5px;
	right:20px;
	font-size:9px;
	color:#ffc300;
	text-decoration:underline;
}

.textField
{
	color: #aaa;
	width:151px;
	padding:2px;
}

.formButton
{
	color: #aaa;
}

.sectionTitle
{
	color:#ffc300;
	font-weight:bold;
}

/*** login page ***/

#homeSplash
{
	position:relative;
	top:12px;
	background-image:url('gh_mobile_webapp_login_splash.jpg');
	width:320px;
	height:189px;
	z-index:9999;
}

#homeLogin
{
	position:relative;
	top:27px;
	left:30px;
}

#homeLoginUsername
{
	float:left;
	width:150px;
	margin-right:10px;
	margin-bottom:10px;
}

#homeLoginButton
{
	float:left;
}

#homeLoginPassword
{
	clear:both;
	float:left;
	width:150px;
	margin-right:5px;
}

#homeLoginRememberMe
{
	float:left;
	width:20px;
	margin-right:5px;
}

#homeLoginRememberMeText
{
	float:left;
	position:relative;
	top:4px;
	font-size:10px;
}


/*** schedule page ***/

#scheduleForm
{
	position:relative;
	top:10px;
	left:15px;
}

.scheduleLeftCol
{
}









