@charset "utf-8";
/* CSS Document */
td
{
font-family: arial;
font-size:11px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
h1
{
display: inline;
font-family: verdana;
font-size:12px;
color: #ff6600;
font-weight: bold;
text-decoration: none;
line-height: 12px;
}
H2 {
	display : inline; font-family: verdana;	font-size: 10px; font-weight: bold;	text-decoration: none;  COLOR: #FF9801
}
H3 {
	display : inline; font-family: arial;	font-size: 11px; font-weight: bold;	text-decoration: none;  COLOR: #336900
}
.mar
{
margin-top: 0px;
margin-bottom: 0px;
}
.rightbg
{
	background-image:url(../images/right-bg.jpg);
	background-repeat: no-repeat;
}
.rightbottom-bg
{
	background-image:url(../images/right-bottom.jpg);
	background-repeat: no-repeat;
}
.packagebg
{
	background-image:url(../images/package-bg.jpg);
	background-repeat: repeat-x;
}

.grey-border
{
border-width: 1px;
border-color: #D8D8D8;
border-style: solid;
}







.content
{
font-family: verdana;
font-size:11px;
color: #000000;
font-weight: normal;
text-decoration: none;
line-height:16px;
}
.dark-blue-head
{
font-family: verdana;
font-size:11px;
color: #43A7C4;
font-weight: bold;
text-decoration: none;
}
.topright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#ff6600;
}
.bottomlinks
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#62C5E2;line-height:16px; letter-spacing:0.2px;
}
.toplink
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#ffffff;
}
.whitelink
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
}
	
.blue-border
{
border-width: 1px;
border-color: #62C5E2;
border-style: solid;
}
.righthead
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#000000;
}
.tahoma-blue
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#63C5E2;
}
.rightlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#63C5E2;
}
.leftlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#149AC1;
}
.orangelink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#FF6600;
}	
.moreplaces
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#000000;
}
.morewhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
}
.morepackages
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#63C5E2;
}
.morepackagesorange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#ff6600;
}


/*popup style*/
.formstyle
{
  width: 510px;
  color: #000000;
  background-color: #ffffff;
  /*background-image:  url('../images/formbg.jpg');*/
  /*background-repeat: no-repeat;*/
/*background-position: 100% 100%; */
   border: 2px solid #232D37;
  -webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
  font-size: 11px;
}

fieldset
{
  padding: 0 10px 5px;
  margin: 0 0 5px;
  border: 1px solid #CD4806;
-webkit-border-radius: 5px; /* Safari prototype */
-moz-border-radius: 5px; /* Gecko browsers */
border-radius: 5px;
}

legend
{
width: 9em;
  color: #ffffFF;
  background-color: #FF6616;
  font-family: verdana, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 0;
  width: 100px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px; /* Safari prototype */
-moz-border-radius: 3px; /* Gecko browsers */
border-radius: 3px;
}

label
{
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 30%;
  margin: 5px 3px 0 0;
}
.inputstyle
{
  border: 1px solid #8E3110;
  FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; 
  
}
.inputddstyle
{
  margin: 4px 0 0 0;
  width: 30%;
  border: 1px solid #E47C0B;
  padding: 2px;
}
textarea
{
  margin: 4px 0 0 0;
  width: 90%;
  border: 1px solid #4A9103;
  padding: 2px;
}
input:focus, select:focus, textarea:focus
{
  border: 1px solid #000000;
}

#buttons
{
  text-align: right;
  margin: -5px 0 -2px 0;
  width: 90px;
}

input.button
{
  width: auto;
  background: #D26E00;
  border: 2px solid #CD4806;
}
.query-content
{
font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	COLOR: #000000

}
.divposition
{
z-index:1
}

.content
{
font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	COLOR: #000000

}
.link
{
font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	COLOR: #5A8500

}
.dockclass{
position:relative;
}

.enq-font
{
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana; font-weight: normal; text-decoration: none; 
}
.enq-font1
{
FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; 
}
.enq-font3
{
FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; line-height: 13px;
}
.enq-font2
{
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana; font-weight: normal; text-decoration: none; 
}
.enq-mini
{
FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: arial; font-weight: normal; text-decoration: none; 
}
.white-mini
{
FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: arial; font-weight: bold; text-decoration: none; 
}

