body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "MS Sans Serif", Verdana, "Times New Roman";
	color: #000000;
	font-size: 90%;
}

/* WRAPPER style for layout table */
table.wrapper {
	height: 100%;
}

/* table header */
table.header {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 127px;
}

/* bg bar in header */
td.BgStretch {
	background-image: url(../images/graphics/LighthouseLogo04.jpg);
	background-repeat: repeat-x;
}


/* table footer in table cell footer */
table.footer {
	height: 50px;
}

/* bg in footer left */
td.FooterLeft {
	background-color: #663300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* bg in footer right */
td.FooterRight {
	background-color: #996600;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(../images/graphics/LighthouseShape01.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* style footer below left and right */
td.FooterBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* links in FooterBottom */
td.FooterBottom a:link, td.FooterBottom a:active, td.FooterBottom a:visited {
	color: #000000;
	text-decoration: none;
}
/* links hover in FooterBottom */
td.FooterBottom a:hover {
	color: #666666;
}





/*
* PAGE CONTENT STYLES START
*/

/* set height for table cell with page content */
td.content {
	height: 60%;
}
/* DIV wrapper for the actual page content */
div#Content {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
}

/*
* PAGE CONTENT STYLES END
*/

/* START BLOCKS */

#blocks table.block {
	font-size: 12px;
	/* background-color: #E7E7E7; */
	border: 1px solid #999999;
	width: 100%;
	padding: 2px;
}

#blocks table.block h2 {
	font-size: 125%;
	color: #333333;
	margin: 0.1em;
	letter-spacing: 0px;
	text-align: center;
}
#blocks table.block thead th {
	background-color: #99CC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #ffffff;
	width: 100%;
}
#blocks table.block ul {
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 15px;	
}
/* END BLOCKS */

/* START DIV TEXTS */

#texts {
	color: #FFFFFF;
	visibility: hidden;
}

/* END DIV TEXTS */

/*
* START GENERAL RE-DEFINED STYLES
*/

/* main heading for every page */
h1 {
	font-size: 160%;
	margin: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	letter-spacing: 1em;
}

/* sub heading for every page */
h2 {
	font-size: 110%;
	color: #660000;
	margin: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: justify;
}

/* used in header for hadrin beach koh phangan thailand */
h3 {
	font-size: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* used in header for displaying date */
h4 {
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p {
	font-size: 100%;
	text-align: justify;
	margin: 0px;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;	
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

img.frame {
	border: 1px solid #000000;
}

input {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	color: #000000;
	background-color: transparent;
}
input.color {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	color: #000000;
	background-color: #d7d7d7;
	border: 1px solid #999999;
}

textarea {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 100%;
	color: #000000;
	background-color: #d7d7d7; /*#BCB402*/
	border: 1px solid #999999;
}

/*
* END GENERAL RE-DEFINED STYLES 
*/

/*
* START GENERAL CUSTOM STYLES 
*/

table.color1 {
	background-color: #EEEEDE;
	border: 1px solid #999999;
}


/*
* END GENERAL CUSTOM STYLES 
*/

/*
* LINKS MODULE GENERAL STYLES START
*/

/* frame around logos */
.WebLink_Img_Frame {
	border: 1px solid #000000;
}

a.WebLink:link, a.WebLink:active, a.WebLink:visited {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
a.WebLink:hover {
	color: #666666;
	text-decoration: none;
}
a.WebLinkText:link, a.WebLinkText:active, a.WebLinkText:visited {
	color: #000000;
	text-decoration: none;
}
a.WebLinkText:hover {
	color: #666666;
	text-decoration: none;
}

/*
* LINKS MODULE GENERAL STYLES START
*/
