﻿@import url(../App_Themes/Insider/all_cam_stylesheet.css);
@import url(../App_Themes/Insider/companystylesheet.css);
@import url(../App_Themes/Insider/Tour_StyleSheet.css);
@import url(../App_Themes/Insider/TransportationStyleSheet.css);
@import url(../App_Themes/Insider/sitemap.css);

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button 
{
	padding: 0px;
    border: 0px;
}
body
{
	margin-top: 10px;
    height: auto;
    background-image: url(Images/bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
    /*margin: auto;*/
    font-family: Verdana, Trebuchet MS, Arial, Georgia, MS Sans Serif, Times New Roman;
    font-size:76%;
}
#header
{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#sizer 
{	
	width: 95.703125%;
    max-width: 1024px;
    margin:  0px auto 0 auto;
    padding: 0;
    border: solid, 1px, #c8fffc;
    background-color: #FFFFFF;
}
#expander
{	
	position: relative;
    min-width: 772px; /* Critical Safari fix! */
    margin:  0 -386px 0 -386px;
    background: #FFFFFF;    
}
/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */
#wrapper
{	
	width: 100%; /* helps IE get the child percentages right. */
    border-bottom: 1px solid #EBE4DE;
    text-align: left;
    border-bottom-color: ActiveBorder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: ActiveBorder;
	border-top-style: solid;
	border-top-width: 1px;
}
/* http://positioniseverything.net/easyclearing */
.clearfix:after 
{
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#skiptocontent
{
	position: absolute;
    margin-left: -1000px;
}
#header 
{
	width: 100%;
	position: relative;
	float: inherit;
	text-align: center;
	margin:0;
}
#leftcolumn
{
	float: left;
    width: 159px;
    height: auto;
    padding-top: 10px;
    margin-right: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
    font-size: 0.9em;
    list-style-type: none;
}
html>body #leftcolumn{margin-right:0;}
#rightcolumn
{
	float: right;
    width: 148px;
    padding-top: 10px;
    margin-left: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
    font-size: 0.9em;
}
html>body #rightcolumn{margin-left:0;}
#centercolumn
{
	height: 1%;
	margin: 0;
	padding: 0px;
	margin-top: 10px;
	padding-left: 10px;
}
html>body #centercolumn 
{
	height: auto;
	margin-left: 160px;
	margin-right: 153px;
}
#footer
{
	float: inherit;
	width: 100%;
	margin: auto;
    background-color: #e7eaf4;
    position: static;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
    padding-top: 10px;
}

#mnuTABBER
{
	position: static;
	width: 100%;
	height: 40px;
	background-color: ActiveBorder;
}

/*----------------------------------------------Left Menu Style Sheet----------------------------------------*/
.katmenu ul
{
	list-style: none;
	margin: 5px 0;
	padding: 0;
	width: 160px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.katmenu ul li
{
	position: relative;
}
/*Sub level menu items */
.katmenu ul li ul
{
	position: absolute;
	width: 150px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}
.katmenu ul li a
{
	background: white url(Images/katback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	list-style-type: none;
}

* html .katmenu li a
{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 150px;
}



.katmenu ul li a:visited, .katmenu li a:Active
{
	color: white;
}

.katmenu ul li a:hover
{
	background-image: url(Images/katback2.gif);
}

.katmenu .submenustyle
{
	background: url(Images/arrow-list.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .katmenu ul li { float: left; height: 1%; }
* html .katmenu ul li a { height: 1%; }
/* End */

/*------------------------------------------End Left Menu Style Sheet----------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------start Left Main Menu----------------------------------------*/
#leftcolumn a
{
	text-decoration: none;
	color: #FFFFFF;
}

.mnu_Main_Menu_Style
{
	background: url(Images/menu/menubg.gif) repeat-y center left;	
	font-family: Verdana, Tahoma Times New Roman, Arial;
	font-size: 10.5px;
	font-weight: bold;
	width: 160px;
	height: 24px;
}
.mnu_Main_Menu_Item_Style
{
	height: 24px;
	background-color: Transparent;
	padding-left: 10px;
	background-image: url(Images/menu/bluemnu.png);
	background-position: center;
	background-repeat: repeat-x;
}
.mnu_Main_Menu_Item_Hover_Style
{
	background-image: url(Images/menu/bluemnuh.png);
	background-position: center;
	background-repeat: repeat-x;
	border-bottom-color: ActiveBorder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: ActiveBorder;
	border-top-style: solid;
	border-top-width: 1px;
}
.mnu_Sub_Main_Menu_Style
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma Times New Roman, Arial;
	font-size: 10.5px;
	font-weight: bold;
	height: 25px;
	margin-left: -3px;
	margin-top: 6px;
}
.mnu_Sub_Main_Menu_Item_Style
{
	width: 190px;
	padding-left: 5px;
	background-image: url(Images/menu/bluemnu.png);
	background-position: center;
	background-repeat: repeat-x;
}
.mnuSub_Main_Menu_Item_Hover_Style
{
	background-image: url(Images/menu/bluemnuh.png);
	background-position: center;
	background-repeat: repeat-x;
	border-bottom-color: ActiveBorder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: ActiveBorder;
	border-top-style: solid;
	border-top-width: 1px;
}

/*-----------------------------------------------end Left Mmain Menu-----------------------------------------*/
/*----------------------------------------------start right box----------------------------------------------*/
#divclb
{
	background-image: url(Images/rightbox/clb.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 28px;
	position: relative;
	float: left;
}
#divcrb
{
	background-image: url(Images/rightbox/crb.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 28px;
	position: relative;
	float: right;
}
#divccb
{
	height: 28px;
	background-image: url(Images/rightbox/ccb.gif);
	background-repeat: repeat-x;
	position: static;
	text-align: center;
}
#divbtml
{
	background: url(Images/rightbox/cfl.gif) no-repeat center left;
	position: relative;
	float: left;
	margin-left: -2px;
	margin-bottom: 0px;
	margin-top: 180px;
	width: 5px;
	height: 6px;
}
#divbtmr
{
	background: url(Images/rightbox/cfr.gif) no-repeat center right;
	position: absolute;
	float: right;
	width: 5px;
	height: 6px;
	margin-left: 142px;	
	margin-top: 180px;
}
#divbtmc
{
	background: url(Images/rightbox/cf.gif) repeat-x bottom;
	position: absolute;
	height: 6px;
	width: 142px;
	margin-top: 180px;
	margin-left: 0px;
	_margin-left: 0px;
}
#divccl
{
	background: url(Images/rightbox/bl.gif) repeat-y center left;
	position: relative;
	float: left;
	width: 2px;
	height: 180px;
}
#divccr
{
	background: url(Images/rightbox/bl.gif) repeat-y center right;
	/*position: absolute;*/
	float: right;
	margin-right: 1px;
	padding-right: 0;
	width: 2px;
	height: 180px;
}
#divcc
{
	position: static;
	text-align: left;
}
#divcc ul li
{
	list-style-type: none;
}
/*----------------------------------------------end of right box-------------------------------------------*/

#divccb .spanRightBox
{
	height: 28px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma;
	padding-top: 5px;
}

/*-------------------------------------------------All Province------------------------------------------------*/
.tblBorder
{
	border-bottom-color: ActiveBorder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: ActiveBorder;
	border-top-style: solid;
	border-top-width: 1px;
}
.divBox
{
	background-color: #f6f6f6;
	background-image: url(Images/subnavback.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 5px;
	color: #FFFFFF;
	height: 35px;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
}

.tblcellDefCSS
{
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: ActiveBorder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}

.BulletListStyle
{
	list-style-type: none;
	font-size: 11px;
	margin-left: 20px;
}
.BulletListStyle a, a:Visited
{
	text-decoration: none;
	color: ActiveCaption;
}

.BulletListStyle a:Hover, a:Link
{
	text-decoration: underline;
	color: Blue;
}

/*----------------------------------------------End All Province-----------------------------------------------*/

.divBoxTT
{
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFFFF;
}



.divContent
{
	width: 635px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.divContentPlaceHolder
{
	position:relative;
	padding-right: 10px;
}




/*----------------------------------------------start right box----------------------------------------------*/
.divclb
{
	background-image: url(Images/rightbox/clb.gif);
	background-repeat: no-repeat;
}
.divcrb
{
	background-image: url(Images/rightbox/crb.gif);
	background-repeat: no-repeat;
}
.divccb
{
	background-image: url(Images/rightbox/ccb.gif);
	background-repeat: repeat-x;
}
.divcentercolumnL
{
	background-color: #f6f6f6;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	
}
.divcentercolumnR
{
	background-color: #f6f6f6;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
}
.divcentercolumn
{
	background-color: #f6f6f6;
	padding-bottom: 10px;

}

.divcentercolumn a, a:Visited
{
	text-decoration: none;
	color: #557fdc;
}

.divcentercolumn a:active
{
	text-decoration: none;
	color: #aba34f;
	font-weight: bold;
}
.divcentercolumn a:Hover
{
	text-decoration: underline;
	color: #aba34f;
}
.divbtml
{
	background: url(Images/rightbox/cfl.gif) no-repeat center left;
	background-position: left;
}
.divbtmr
{
	background-image: url(Images/rightbox/2cfrcopy.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 7px;
	height: 6px;
}
.divbtmc
{
	background: url(Images/rightbox/cf.gif) repeat-x bottom;
}

.divRow2HDR
{
	background-image: url(Images/subnavback.gif);
	background-position: center;
	background-repeat: repeat-x;
	border-left-color: ActiveBorder;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: ActiveBorder;
	border-right-style: solid;
	border-right-width: 1px;
}
/*----------------------------------------------end of right box-------------------------------------------*/
.sitemapbar
{
	background-image: url(Images/sitemapbar.png);
	background-repeat: repeat-x;
	background-position: center;
}

.headerLeftBar
{
	padding-left: 20px;
}
.headerRightBar
{
	padding-right: 10px;	
}

#mainfooter
{
	width: 100%;	
	margin: auto;
	background-color: #e7eaf4;
	position: relative;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	padding-top: 10px;
}

.hdrcellcl
{
	background-image: url(Images/cl.gif);
	width: 6px;
	height: 28px;
}

.hdrcellc
{
	background-image: url(Images/ch.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.hdrcellcr
{
	background-image: url(Images/cr.gif);
	width: 6px;
	height: 28px;
}

/*----------------------ADS HDR Bar-----------------------------*/
.hdrcellbl
{
	background-image: url(Images/clb.gif);
	width: 6px;
	height: 28px;
}

.hdrcellb
{
	background-image: url(Images/chb.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.hdrcellbr
{
	background-image: url(Images/crb.gif);
	width: 6px;
	height: 28px;
}
.tcellbg
{
	height: 200px;
	width: 150px;
	background-image: url(Images/adsbg.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*----------------------end of ADS HDR Bar----------------------*/

/*-----------------Start Menu Regoin-----------------------*/

.menustyle
{		
	background-color: #d8dee6;	
	text-align:left;
}

.staticmnuStyle
{
	padding-left: 20px;	
	height: 20px;
	width: 160px;
}

.staticmnuStyle_Hover
{	
	border-bottom-color: #748496;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #748496;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #748496;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #748496;
	border-top-style: solid;
	border-top-width: 1px;
}

.dynamicMenu
{	
	margin-left: -5px;		
	text-align: left;
	border-bottom-color: #748496;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #748496;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #748496;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #748496;
	border-top-style: solid;
	border-top-width: 1px;
}

.dynamicItem
{
	background-color: #d8dee6;	
	width: 180px;
	height: 20px;
	padding-left: 10px;
}

.dynamicItem_Hover
{	
	background-color: #dde8ee;	
}

/*-----------------End of Menu Regoin-----------------------*/

.mnuFooterImage
{
	background-image: url(Images/mnubuttom.png);
}

.mnuHeaderImage
{
	background-image: url(Images/mnutop.png);
}

.welcomehdr
{
	text-align: center;
	float: none;		
	margin-bottom: 20px;	
}

.welcometxt
{
	text-align: justify;
	float: none;
}

/*-----------------Start of tour reservation stylesheet-----------------------*/
.textwatermarkCss
{
	font-family: Verdana;
	font-size: 11.5px;
	color: #B6C8ED;
}

.txtTourReserv
{
	font-family: Verdana;
	font-size: 11.5px;
}

.lblTourReserv
{
	font-family: Verdana;
	font-size: 11.5px;
}
/*-----------------Stop of tour reservation stylesheet-----------------------*/

.probg
{	
	float: left;
	position: relative; 
	margin-top: 30px; 
}

.probg1
{
	position: relative; 
	margin-left: 350px; 
	margin-top: 30px; 
}

/*-----------------Animated Collapsible Panel--------------------------*/

.squarebox {
    width: 250px;
    border: solid 1px #336699;
    text-align: center;
    overflow: hidden; }
.squareboxgradientcaption {
    color: #ffffff;
    padding: 5px;
    background-image: url(Images/chbpro.png);
    background-repeat: repeat-x; }
.squareboxcontent {
    background-color: #f5f5f5;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    }
    
/*-----------------End of Animated Collapsible Panel--------------------------*/


.FNEbg
{
	width: 50%;
	position: relative;
	margin-top: 30px; 
}

.FNEbg1
{
	width: 100%;
	position: static;
	margin-top: 30px; 
}

.squareboxFNE
{
    border: solid 1px #336699;
    text-align: center;
    overflow: hidden; 
}
.squareboxgradientcaptionFNE
{
    color: #ffffff;
    padding: 5px;
    background-image: url(Images/chbpro.png);
    background-repeat: repeat-x; 
}
.squareboxcontentFNE
{
    background-color: #f5f5f5;
    padding: 10px;
    overflow: hidden;
    text-align: left;
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}