BODY {

scrollbar-base-color:#95CAFF;
scrollbar-track-color:#808080;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3d-light-color:#FF0000;
scrollbar-dark-shadow-color:#FF0000;
scrollbar-shadow-color:#FF0000;
scrollbar-arrow-color:#FFFFFF;


border-width : 5px;
  border-style : ridge;
  border-color : #669900;

}

.text{ color :#FFFFFF ; font-weight : bold font-style :normal;font-size:8pt}
.text2{ color :#000000 ; font-weight : bold font-style :normal;font-size:9pt}
.text3{ color :#FF0909; font-weight : bold font-style :normal;font-size:9pt}
.text4{ color :#FFFFFF ; font-weight : bold font-style :normal;font-size:14pt}
.text5{ color :#000080 ; font-weight : bold font-style :normal;font-size:11pt}
.text6{ color :#FFFFFF ; font-weight : bold font-style :normal;font-size:9pt}
A.link{font-size:12px;font-weight:bold }

A.link:link{
	color:#33CC00;
	text-decoration:underline;
}

A.link:visited{
	color:#008080;
	text-decoration:none;
}

A.link:active{
	color:#FF2626;
	background:whitesomke;
	text-decoration:none;
}

A.link:hover{
	color:#FF8040;
	text-decoration:none;
}


A.link2{font-size:10px;font-weight:bold }

A.link2:link{
	color:#008080;
	text-decoration:none;
}
A.link2:visited{
	color:#5B5BFF;
	text-decoration:none;
}

A.link2:active{
	color:#FF2626;
	background:whitesomke;
	text-decoration:none;
}

A.link2:hover{
	color:#FF8040;
	text-decoration:none;
}
/*link3*/
A.link3{font-size:12px;font-weight:bold }

A.link3:link{
	color:#0000A0;
	text-decoration:underline;
}
A.link3:visited{
	color:#FF6600;
	text-decoration:none;
}

A.link3:active{
	color:#0000FF;
	background:whitesomke;
	text-decoration:none;
}

A.link3:hover{
	color:#FF0080;
	text-decoration:none;
}

/*for mailform*/


input, option
	{
		border-color:#3C3C3C;
		border-width:1;
		font-family:tahoma,verdana, Helvetica;
		font-size:12px;
		background-color:#eeeeee;
		color:#3C3C3C;
	}
	select
	{
		border-color:#3C3C3C;
		border-width:1;
		font-family:Arial, Helvetica;
		font-size:12px;
		color:#3C3C3C;
		background-color:#FFFFFF;
	}
	textarea
	{
		border-color:#3C3C3C;
		border-width:1;
		overflow:hidden;
		font-family:tahoma,Arial, Helvetica;
		font-size:12;
		color:#000000;
		background-color:#eeeeee;
	}
input.submit {
   background-color: #e0e0e0;
   font-weight: bold;
  }

  }
/*for calender*/
#spiffycalendar {
	width: 185px;
	height:130px;
	left: 0px;
	top: 0px;
	background-color: black;
	position: absolute;
	visibility: hidden;
}

.cal-SymbolBtn {
	font-family: Webdings;
	font-size: 8pt;
	outline-style : none;
	outline-width: 0px;	
}

.cal-BtnLink {
	outline-style : none;
	outline-width: 0px;
}

a.cal-DayLink {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
	cursor: url('includes/javascript/spiffyCal/images/spiffycal2.cur');

}
a.cal-DayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: Blue;
	cursor: url('includes/javascript/spiffyCal/images/spiffycal2.cur');
}
a.cal-DayLink:active {
   font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
	cursor: url('includes/javascript/spiffyCal/images/spiffycal2.cur');
}
.cal-TextBox{
    color: Black;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFFFff;
}

.cal-TextBoxInvalid{
    color: #660000;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: Red;
	border-style:solid;
}

.cal-TextBoxDisabled{
    color: #808080;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: silver;
	border-style:solid;
  /*  background-color: #C0C0C0;*/
}


.cal-ComboBox{
    color: Navy;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #EAFFFF;
}

.cal-Today {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}

.cal-Day {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}


a.cal-TodayLink {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
	cursor: url('includes/javascript/spiffyCal/images/spiffycal.cur');
}
a.cal-TodayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: Blue;
	cursor: url('includes/javascript/spiffyCal/images/spiffycal.cur');
}
a.cal-TodayLink:active {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
	cursor: url('includes/javascript/spiffyCal/images/spiffycal.cur');
}

.cal-GreyDate {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
	background-color: #FFFFCC;
    color: #999999;
}

.cal-GreyInvalidDate {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: line-through;
	background-color: #FFFFCC;
    color: #999999;
}

.cal-DayCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	background-color:White; 
}

.cal-WeekendCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	background-color: #B0C4DE; 
}

.cal-HolidayCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	background-color: #99FF99;
}
.cal-HeadCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	color: Black;
	background-color: #99CCFF;  /*#CCCC99; */
}

.cal-Table{
	border-top-color: #6666FF;
	border-left-color: #6666FF;
	border-right-color: #6666FF;
	border-bottom-color:  #6666FF;
	background-color: #6666CC;
	border-width:1px;
	border-style: solid;
	cursor: url('includes/javascript/spiffyCal/images/spiffycal3.cur');
}


				}
/*for color selecting box*/
.thailand_4 {background-color:#FFFFDF; 
				color: #000000;
				}
.header_img {
 margin:0;
 padding:0;
 width:113px;
 height:85;
 float:left;
}

#header_img_1 {
  width:567px; 
  float:left;
}




#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;

}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:312px;
width:408px;
background:#000;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
 text-align:center;
}

#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #000;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#contactArea {
 background-color:#000;
}
a{
cursor: pointer;
text-decoration:none;
}

.button {
font-size:12px;

 width:150px;
 display:block;
}