/*  CSS stylesheet for Five Star Hotel Systems Internet Reservations */
/*  optimized for 600x800 */
 
/* class="BodyBackground" - backgound settings for whole document */
.BodyBackground
{
	background : url(images/background.gif) no-repeat;
	background-color : White;
}

/* class="HeaderText" - hotel name, address and date information */
.HeaderText
{
	font-family: arial, helvetica, 'sans serif';
	font-size:18px ;
	text-align: center;
	font-weight:bold;
	color: Maroon;
	text-align:center;
	text-decoration:none;
	z-index:2;
}

/* class="HeaderGraphics" - graphics at top of page */
.HeaderGraphics
{
	z-index:1;
	position:obsolute;
	padding-left:33px;
	padding-top:70px;
}

/* class="Button" - button position */
.Button
{
	z-index:1;
	position:obsolute;
	padding-left:33px;
	padding-top:8px;
}

/* user name */
.UserName
{
	font-family: arial, helvetica, 'sans serif';
	font-size:24px;
	font-weight: bold;
	color: #1E90FF;
	text-decoration: none;
	z-index:2;
}

/* corporate information */
.CorpInfo
{
	font-family: arial, helvetica, 'sans serif';
	font-size:16px;
	font-weight: bold;
	color: #1E90FF;
	text-decoration: none;
	z-index:2;
}

/* class="BodyText" - general text in body of page */
.BodyText
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px ;
	font-weight: bold;
	color:saddlebrown;
	text-decoration:none;
	z-index:2;
}


/* header 3 */
h3
{
	font-family: arial, helvetica, 'sans serif';
	font-size:24px;
	font-weight: bold;
	color: #1E90FF;
	text-decoration: none;
	z-index:2;
}

/* roomtype */
.roomtype
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	z-index:2;
	font-style : italic;
}

/* table inputs */
table
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 12px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	z-index:2;
}

/* textarea inputs */
textarea
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	z-index:2;
}

/* select inputs */
select
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 12px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	z-index:2;
}

/* input inputs */
input
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 12px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	z-index:2;
}

/* class="FooterText" - user defined message at the bottom of the page */
.FooterText
{
font-family: arial, helvetica, 'sans serif'; 
font-size: 14px ;
font-weight:bold;
color:green;
text-align:left;
text-decoration:none;
z-index:2;
}

/* class="FooterGraphics" - graphics at top of page */
.FooterGraphics
{
	z-index:1;
}

/* class="hidden" - used for spacing */
.hidden {
	position: absolute;
	left: -9999px;
}
