/*  Copyright 2007 Goldman Travel (c) All rights reserved. */
/*  December, 2007   */
/*  Designed and Developed By Stella Design  */

/* main text  */
.body{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
		font-weight:normal;
		line-height:1.4;
}

a:link, a:hover, a:active, a:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;color:#2856A4;
		font-weight:400;
		text-decoration:none;
		background-color: none;
}
a:active,a:hover{
		color:#000000;
}


.bodytext, a.bodytext:link, a.bodytext:hover, a.bodytext:active, a.bodytext:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#2856A4;
		font-weight:400;
		text-decoration:none;
		background-color: none;  
		padding:0px 2px 2px 0px;
}
a.bodytext:active, a.bodytext:hover {
		color:#000000;
		background-color:#ececec;
}

.body_blue{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#00175c;
		font-weight:normal;
		line-height:1.4;
}

.body_bk, .body_white, .body_form, .body_form_mandatory{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#4f5559;
		font-weight:normal; 
		line-height:2;
		padding:0px 4px 4px 0px;
}

.body_form{
		line-height:2;
}
.body_form_mandatory{ 
		color:#ff0000;	
		line-height:1;
		padding:0px 0px 0px 0px;
}

.body_white{
 		color:#ffffff;
		font-weight:bold;
		
}
.body_bk, a.body_bk:link, a.body_bk:hover, a.body_bk:active, a.body_bk:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#4f5559;
		font-weight:400;
		text-decoration:none;
		background-color:none; 
}
a.body_bk:active, a.body_bk:hover{
		color:#2856A4;
}

.body_bk2, a.body_bk2:link, a.body_bk2:hover, a.body_bk2:active, a.body_bk2:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#4f5559;
		font-weight:400;
		text-decoration:none;
		padding-bottom:19px;
}
a.body_bk2:active, a.body_bk2:hover{
		color:#2856A4;
}

.body_grey{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#4f5559;
		font-weight:normal; 
		line-height:1;
		padding:0px 4px 4px 0px;
}

.bodysmaller{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#333333;
		font-weight:normal;
		line-height:1;
}

.booking_subheader, a.booking_subheader:link, a.booking_subheader:hover, a.booking_subheader:active, a.booking_subheader:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#56595c;
		font-weight:bold;
		line-height:1.4;
}
a.booking_subheader:active, a.booking_subheader:hover{
		color:#00175c;
		text-decoration:none;
}

.body_subheader, a.body_subheader:link, a.body_subheader:hover, a.body_subheader:active, a.body_subheader:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#00175c;
		font-weight:bold;
		line-height:1.4;
}
a.body_subheader:active, a.body_subheader:hover{
		color:#56595c;
		text-decoration:none;
}
.border_frame{
	border-color: #7b858a;
}

/* footer  */

.footer_OP, a.footer_OP:link, a.footer_OP:visited, a.footer_OP:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: normal;
}
a.footer_OP:hover, a.footer_OP:active{
	background-color:#f0f0f0;
}

/* login  */

.loginWhite, a.loginWhite:link, a.loginWhite:hover, a.loginWhite:active, a.loginWhite:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	font-weight:600; 
}
a.loginWhite:hover,a.loginWhite:active {
	color:#cccccc;
	text-decoration:underline;
}
.loginWhiteBold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:800; 
}

/* testimoniall  */
.header	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#00175c; 
	font-weight:600;
	line-height:0.8;
	margin-top:1;
}

.header_form	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#4f5559;
	font-weight:600;
	line-height:0.8;
	margin-top:1;
	
}

.header-testimonial{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#001964;
	font-weight:600;
	line-height:1.5;
	font-style: italic;
}


/* form  */

.inputfield
{  
  border-style:solid;
  border-width:1px;
  width: 150px;
  height:16px;
  border-left-color:#999999;
  border-top-color:#999999;
  border-right-color:#D4D0C8;
  border-bottom-color:#D4D0C8;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  }
  
 .inputfield_small,  .inputfield_smaller, .inputfield_long
{  
  border-style:solid;
  border-width:1px;
  width: 150px;
  height:14px; 
  border-left-color:#999999;
  border-top-color:#999999;
  border-right-color:#D4D0C8;
  border-bottom-color:#D4D0C8;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  }
 .inputfield_smaller
{  
  width: 75px;
  height:14px;
}

 .inputfield_long
{  
  height:20px;

  }
.inputfield-msg, .inputfield-msg_bigger, .inputfield-msg_smaller
{  
  border-style:solid;
  border-width:1px;
  width: 150px;
  height:65px; 
  border-left-color:#999999;
  border-top-color:#999999;
  border-right-color:#D4D0C8;
  border-bottom-color:#D4D0C8;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  }
  
.inputfield-msg_smaller{
  width: 120px;
  height:60px; 
 }
  
  
.inputfield-msg_bigger{
  width: 500px;
  height:120px; 
 }
  
/* list  */
ul
{
list-style-type: body;
margin:0px 0px 0px 0px;
}

li, li.tick1, li.tick2,li.tick3,li.tick4{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#001964;
line-height:1.6;
list-style-position: left;
}
li.tick1
{
	list-style-image: url(../images/list-tick1.gif);
		
}
li.tick3
{
	list-style-image: url(../images/list-tick3.gif);
	
}
li.tick2
{
	list-style-image: url(../images/list-tick2.gif);
	list-style-position: right;
	margin-left: -23px;
	
}
li.tick4
{
	list-style-image: url(../images/list-tick1.gif);
	font-weight:normal;
	color:#000000;
	line-height:1.6;
	margin-left:5;
	text-align:left;
}

/* form widgets */

.cn_topleft, .cn_topright, .cn_bottomleft, .cn_bottomright {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/boxes/cnr_table_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
		color: #111111;
}

.cn_topright {
	background-position: right top;
		background-image: url(../images/boxes/cnr_table_tr.gif);
}

.cn_bottomright {
	background-position: right bottom;
		background-image: url(../images/boxes/cnr_table_br.gif);
}

.cn_bottomleft {
	background-position: left bottom;
		background-image: url(../images/boxes/cnr_table_bl.gif);
}

/* Leightbox */

.leightbox {
	color: #333;
	width: 590px;
	height: 600px;
	padding: 0;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox div.lowerCont {
padding: 20px;
width: 540px;
}

.leightbox div.buttonsCont {
width: 100%;
text-align: center;
padding-top: 5px;
padding-bottom: 0px;
}

div.lowerCont p {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}



.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


.visible {
}
.hidden {
	display:none;
}
/* NAVIGATION START */
ul.navigation {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.navigation li.nav {
	display:block;
	float:left;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	padding-top:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
ul.navigation li.nav:hover {
	display:block;
	float:left;
	padding-left:15px;
	padding-right:15px;
	color:#CCCCCC;
	cursor:pointer;
	padding-top:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
ul.subnavigation {
	display:block;
	padding:0px;
	margin:0px;
	list-style:none;
	position:absolute;
	border:1px #e0e0e0 solid;
	margin-top:27px;
}
ul.subnavigationhidden {
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;
	position:absolute;
	border:1px #e0e0e0 solid;
	margin-top:0px;
}
ul.subnavigation li.subnav {
	display:block;
	background-color:#f0f0f0;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	border-bottom:1px #FFFFFF solid;
}
ul.subnavigation li.subnav:hover {
	display:block;
	background-color:#e0e0e0;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	border-bottom:1px #FFFFFF solid;
	cursor:pointer;
}

ul.subsub {
	display:block;
	padding:0px;
	margin:0px;
	list-style:none;
	position:absolute;
	border:1px #e0e0e0 solid;
}
ul.subsubhidden {
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;
	position:absolute;
	border:1px #e0e0e0 solid;
}
ul.subsub li.subsubnav {
	display:block;
	background-color:#f0f0f0;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	border-bottom:1px #FFFFFF solid;
}
ul.subsub li.subsubnav:hover {
	display:block;
	background-color:#e0e0e0;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	border-bottom:1px #FFFFFF solid;
	cursor:pointer;
}
#subsub1, #subsub2, #subsub3, #subsub4, #subsub5, #subsub6, #subsub7 {
	margin-top:-22px;
	margin-left:176px;
	width:200px;
}

#subnav1, #subnav2, #subnav3, #subnav4 {
	margin-left:-10px;
	margin-top:3px;
}
/* NAVIGATION END */