body
{
	font-size: 8pt;
	font-family: Verdana;
    font-family: Lucida Sans, Verdana, Arial, sans-serif;
	background-color: #eaeaff;    background: #D8CE97;

	text-align:center;
	margin:0 auto;
}
#Form1
{
	width:800px;
	margin:0 auto;
}
#Table1
{
    background: #8ACEFF url(http://www.sanibelcottagesresort.com/images/wideheader.gif) no-repeat top;
}
#Table1 td
{
	border-width:0;
}
#Table1 h1
{
	display:none;
}
#Header1_loginTable
{
	background-color:transparent;
	margin-top:120px;
}
table
{
	font-size: 8pt;
	border-collapse: collapse;
	background-color: white;
}
h1
{
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 0px;
	font-family: 'Arial Narrow';
    font-family: Lucida Sans, Verdana, Arial, sans-serif;
}
h2
{
	margin-bottom: 0px;
	font-size: 10pt;
}
h3
{
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 0px;
}
a
{
	color: #333399;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
th a 
{
	color: White;
	font-size: 8pt;
	font-weight: normal;
}
th
{
	font-weight: bold;
	font-size: 9pt;
	background-image: url(images/bg1.gif);
	color: white;
	text-align: left;
}
button
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
textarea
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
select
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
/* pager style (pager is a div with id=divPager, it displays "pages: 1 2 3 .." */
div#divPager
{
	border: 1px solid silver;
	background-color: white;
}


/* border ONLY for inputs of type text, button, submit and password */
/* for IE */
INPUT {
	border: expression( (this.type=="text") || (this.type=="button") || (this.type=="submit") || (this.type=="password")   ? '1px solid slategray' : 'none');
	font-family: Verdana;
	font-size: 8pt;
}

/* same for FireFox */
INPUT[type="text"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="button"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="submit"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="password"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}

/* classes */
button.formatting
{
	width: 20px;
	height: 20px;
}
div.quote
{
	color: #7777aa;
	text-decoration: none;
	padding-left: 15px;
}
