/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
  text-align:center;
	margin:5px;
	text-align:center; 
	text-decoration:none; 
	font-style:italic;	
}
h2 {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
  text-align:center;
	margin:0px;	
}
h3 {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
  text-align:center;
	margin:0px;	
}
.header {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FF6600;
	font-weight: 700;
	padding: 3px;
	width: 350px;
}
.tableCell {
	padding: 3px;
	width: 350px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	font-size: 10px;
	font-weight: 600;
}
.listado {
	font-size: 10px;
	font-weight: normal;
}
.listadoLeft {
 font-size: 10px;
 font-weight: normal;
 margin-left:8px;
 float:left;
 line-height:20px;width:150px;
}
.listadoRight {
	font-size: 10px;
	font-weight: normal;
  margin-left:160px;
  line-height:20px;width:150px;
	
}
.buttonText {
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
}
a:link.buttonText {
color:#000000;
}
a:hover.buttonText {
color:#FF6600
}
.buttonTextBox {
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image:url('../images/button_table.jpg'); 
	background-repeat:no-repeat;
	width:249px;
	height:31px;
	padding-top:8px;
	text-align:center;	
}
.footer {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
a:hover.footer {
color:#FF6600
}
.text {
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}
.boldText {
	color: #666666;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}
.textCell {
	color: #666666;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
a:hover.text {
color:#FF6600
}
.entryCell {
	width:700px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}
.homenavbar {
background-image:url('../images/samui_real_estate_banner.jpg'); 
background-repeat:no-repeat; 
width:780px; 
height:210px; 
padding-top:6px;
padding-left:10px;
}
.entryCellLand {
	width:500px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}
.entryCellIndex {
	width:350px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	font-size: 10px;
	font-weight: 600;
	height:270px;
	overflow:auto;
}
.headEntryCell {
background-color:#666666; 
border-bottom-style:solid; 
border-bottom-color:#FF6600; 
border-bottom-width:3px;
}
h2.headCellText {
color:#FFFFFF; 
font-size:10px; 
font-weight:700; 
margin-left:15px;
 text-align:left; 
}
.headCellText {
color:#FFFFFF; 
font-size:10px; 
font-weight:700; 
margin-left:15px 
}
.examplesItems {
	font-weight: 900;
	color: #FF9933;
	text-decoration:none;
}
a:hover.examplesItems {
color:#FF6600;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #FFCC66;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}