/* GLOBAL */

body /* Internet Explorer */
{
  text-align: center;
  color: #9D9D9D;
  font-size: 12px;
  background-color: #FFFFFF;
  margin: 0;
}

body /* Mozilla Firefox alignment */
{
  color: #9D9D9D;
  font-size: 12px;
  background-color: #FFFFFF;
  margin: 0;
  text-align: -moz-center;
}

img {
  border: 0px;
}

a:link {text-decoration:none; color:#2988FF}
a:visited{text-decoration:none; color:#2988FF}
a:hover{text-decoration:underline; color:#2988FF}

#clear {
  clear: both;
}

#main {
  width: 862px;
  margin: 0 auto;
  height: auto;
}

#header {
  background-image: url(img/menu/menu_bg.gif);
  background-repeat: x-repeat;
  width: 862px;
  height: 31px;
}

#header_left {
  float: left;
  background-image: url(img/menu/hleft.jpg);
  background-repeat: no-repeat;
  width: 290px;
  height: 31px;
}

#menu {
  float: right;
}

#menu_but {
  margin-right: 10px;
  float: left;
  width: 69px;
  height: 31px;
}

#banner {
  background-image: url(img/menu/logo.jpg);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  width: 862px;
  height: 175px;
}

#property_banner {
  text-align: center;
  width: 862px;
  height: 142px;
}

#ava_banner {
  text-align: center;
  margin: 0 5 0 5;
  width: 862px;
  height: 142px;
}

/* Main Content */
#content {
  overflow: auto;
}

/* Main Left */
#text {
  float: left;
  width: 650px;
}

#serviceagreement {
  background-image: url(img/service_agreement.gif);
  background-repeat: no-repeat;
  border-bottom: 2px dotted #9D9D9D;
  width: 650px;
  height: 220px;
}

#serviceagreement_aboutus {
  background-image: url(img/service_agreement.gif);
  background-repeat: no-repeat;
  border-bottom: 2px dotted #9D9D9D;
  width: 650px;
  height: 500px;
}

#serviceagreement_eng {
  background-image: url(img/service_agreement.jpg);
  background-repeat: no-repeat;
  border-bottom: 2px dotted #9D9D9D;
  width: 650px;
  height: 220px;
}

#serviceagreement_engaboutus {
  background-image: url(img/service_agreement.jpg);
  background-repeat: no-repeat;
  border-bottom: 2px dotted #9D9D9D;
  width: 650px;
  height: 700px;
}

#satext {
  padding-top: 70px;
  font-size: 15px;
  float: right;
  width: 500px;
  height: auto;
  color: #474747;
  line-height: 18px;
  text-align: left;
}

#arrow {
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  float: right;
  padding-right: 5px;
  text-align: right;
  width: 80px;
}

#arrow a:link {
  color: #FF6902;
  text-decoration: none;
}

#arrow a:visited {
  color: #FF6902;
  text-decoration: none;
}

#arrow a:hover {
  text-decoration: underline;
}

#enquiry {
  padding: 10px 0 10px 10px;
  text-align: left;
}

/* Main Box */
#maintop {
  font-size: 0px;
  background-image: url(img/mainbox_top.gif);
  background-repeat: no-repeat;
  width: 641px;
  height: 5px;
}

#mainbox {
  background-image: url(img/mainbox_bg.gif);
  background-repeat: y-repeat;
  width: 641px;
  height: auto;
}

#maintxt {
  text-align: left;
  background-image: url(img/earth_bg.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 631px;
  height: auto;
}

#nr_content {
  margin: 10px 5px 10px 15px;
  width: 610px;
  height: auto;
  font-size: 15px;
  color: #000000;
}

#mainbtm {
  font-size: 0px;
  background-image: url(img/mainbox_btm.gif);
  background-repeat: no-repeat;
  width: 641px;
  height: 5px;
}

/* Main Right */
#adv {
  float: left;
  width: 210px;
}

#adv_item {
  margin-bottom: 10px;
}

#adv_content {
  margin: 0px 10px 15px 10px;
  color: #292929;
  font-size: 12px;
  text-align: left;
}

#loginbox {
  border-top: 5px solid #D7D7D7;
  background-image: url(img/menu/login_bg.gif);
  background-repeat: x-repeat;
  margin-bottom: 10px;
  width: 198px;
  height: 173px;
}

#loginlogo {
  background-image: url(img/c_login.gif);
  background-repeat: no-repeat;
  margin: 5px 0 0 5px;
  padding-top: 2px;
  width: 180px;
  height: 25px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: right;
}

#loginform {
  margin: 10px 10px 0 10px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;  
}

#loginfield {
  text-align: right;
  margin: 0 10px 5px 0;
}

.inputbox {
	width: 135px;
	margin: 0 0 0.5em 0;
	border: 1px solid #9D9D9D;
}

.button {
	border : solid 1px #9D9D9D;
	background: #D9D9D9;
	color : #282828;
	font-size : 11px;
	padding: 4px 5px 3px 5px;
}

#regbut {
  text-align: center;
}

/* Footer */
#footer {
  border-top: 2px dotted #CCCCCC;
  background-color: #EAEAEA;
  width: 862px;
  height: 120px;
}

#footer_left {
  color: #808080;
  margin: 5px 0 0 5px;
  text-align: left;
  float: left;
  width: 650px;
  height: 60;
}

#footer_left a:link, a:visited, a:hover {
  color: #2988FF;
  text-decoration: none;
}

#footer_left a:hover {
  text-decoration: underline;
}

#copyright {
  color: #903601;
  margin-top: 40px;
}

#footer_right {
  color: #282828;
  margin: 5px 0 0 5px;
  text-align: left;
  float: left;
  width: 200px;
  height: 60;
}

#footer_right a:link, a:visited, a:hover {
  color: #2988FF;
  text-decoration: none;
}

#footer_right a:hover {
  text-decoration: underline;
}

#otherlink {
  margin-top: 5px;
}

/* Others */
#taphead {
  background-image: url(img/taphead_bg.gif);
  text-align: left;
  margin: 10px 0 10px 0;
  width: 610px;
  height: 30px;
}

#map_01 {
  float: left;
  width: 600px;
  height: 300px;
}

/* Search */
#search_l {
  float: left;
  margin: 0 0 0 20px;
  font-size: 15px;
  width: 260px;
  height: 200px;
}

#search_r {
  float: left;
  margin: 0 20px 0 5px;
  font-size: 15px;
  width: 260px;
  height: 200px;
}

#search_field {
  margin-top: 10px;
  color: #000000;
}

/* RESULT BOX */
#resultbox_odd {
  margin: 2px 0px 2px 0px;
  width: 600px;
  height: 132px;
  background-color: #FFE2D0;
}

#resultbox_even {
  margin: 2px 0px 2px 0px;
  width: 600px;
  height: 132px;
  background-color: #E8E8E8;
}

#resultbox_dtls {
  margin: 2px 0px 2px 0px;
  width: 600px;
  height: auto;
  background-color: #FFECDE;
}

#resultbox_img {
  float: left;
  margin: 13px 15px 0px 15px;
  border: 1px solid #D2D2D2;
  width: 87px;
  height: 104px;
}

#dtlsbox_img {
  float: right;
  margin: 5px 3px 0 0;
  border: 0px;
  width: 124px;
  height: 141px;
}

#resulttxt {
  float: left;
  width: 80px;
  height: 100px;
}

#resultvar {
  float: left;
  width: 160px;
  height: 100px;
}

#resultsvar {
  float: left;
  width: 120px;
  height: 100px;
}

#resultflvar {
  float: left;
  width: 120px;
  height: 180px;
}

#resultfrvar {
  float: left;
  width: 120px;
  height: 180px;
}

#resultlvar {
  float: left;
  width: 480px;
  height: 100px;
}

#resultllvar {
  float: left;
  width: 160px;
  height: 130px;
}

#resultlrvar {
  float: left;
  width: 120px;
  height: 130px;
}

#resultfield_red {
  margin: 5px 0 5px 0;
  color: #D91111;
  font-size: 12px;
  width: 100%;
  height: 20px;
}

#resultfield {
  margin: 5px 0 5px 0;
  color: #333333;
  font-size: 12px;
  width: 100%;
  height: 20px;
}

#resultbox_odddtls {
  margin: 2px 0px 10px 0px;
  text-align: center;
  padding-top: 4px;
  width: 600px;
  height: 29px;
  background-color: #FFECDE;
}

#resultbox_evendtls {
  margin: 2px 0px 10px 0px;
  text-align: center;
  padding-top: 4px;
  width: 600px;
  height: 29px;
  background-color: #F3F3F3;
}

/* Insurance */
#ins_hd_l {
  float: left;
  background-color: #330066;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  width: 400px;
  height: 28px;
  border: 1px solid #000000;
}

#ins_hd_r {
  float: left;
  background-color: #330066;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  width: 200px;
  height: 28px;
  border: 1px solid #000000;
}

#ins_row0 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  text-align: left;
  font-size: 12px;
  width: 600px;
  height: auto;
}

#ins_row1 {
  background-color: #FFCC99;
  border: 1px solid #000000;
  color: #000000;
  text-align: left;
  font-size: 12px;
  width: 600px;
  height: auto;
}

#field_1 {
  float: left;
  font-weight: bold;
  width: 25px;
}

#field_2 {
  float: left;
  border-right: 1px solid #000000;
  width: 375px;
}

#field_3 {
  float: left;
  width: 190px;
}

#fb_row0 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  text-align: left;
  font-size: 15px;
  width: 600px;
  height: auto;
}

#fb_row1 {
  background-color: #FFCC99;
  border: 1px solid #000000;
  color: #000000;
  text-align: left;
  font-size: 15px;
  width: 600px;
  height: auto;
}

#fb_field_1 {
  float: left;
  border-right: 1px solid #000000;
  font-weight: bold;
  width: 200px;
}

#fb_field_2 {
  float: left;
  width: 390px;
}

/* Paging Css */
#pagedes {
  clear: both;
  margin: 5px 0 5px 5px;
  width: 98%;
  height: auto; 
}

#pagenum {
  float: right;
}

#pageresult {
  float: left;
}

#pagenow {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #F78F1E;
  background-color: #FFFFFF;
  color: #F78F1E;
  width: 15px;
  height: 15px;
}

#pageno {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #999999;
  width: 15px;
  height: 15px;
}

/* Fieldsets */
fieldset {
	margin: 0 10px 10px 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p { 
	margin: 10px 0px; 
}

legend { 
	color: #c24733; 
	font-size: 12px; 
}

#hd_feedback {
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 600px;
  height: 
}
div.title {
	cursor: pointer;
}

#runDiv {
	overflow: hidden;
	width: 97%;
}

#runDiv img {
	border: 0px;
	height: 130px;
}
