/*# CSS Reset #*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img 
{ 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var 
{
	font-style:normal;
	font-weight:normal;
}

ol,ul 
{
	list-style:none;
}

caption,/*th */
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6 
{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after 
{
	content:'';
}

abbr,acronym 
{ 
    border:0;
}

/*# Top level #*/

html, body 
{
    font-family: Arial;
    font-size: 12px;
    color: #343434;
    background-position: center -20px;
    background-repeat: no-repeat;
}

.MainContainer 
{
    margin: 10px auto;
    min-height: 450px;
    width: 960px;   
}

strong 
{
	font-weight: bold;
}

/*# Grouped margins and fonts #*/

h1, h2, h3, 
.Calendar table td, 
.Calendar .cellTitle td,
.BlockTitle 
{
    font-weight: normal;
    font-family: Arial;    
}

h2, h3, h4 
{
    margin: 0 0 10px;    
}

.CMSBreadCrumbsCurrentItem 
{
    color: #343434;   
}

.Calendar .cellDay a,
.Calendar .cellInactiveDay a,
.Calendar .cellSelected a
{
	font-family: Arial,Helvetica,sans-serif;
}

/*# Headers #*/

h1
{
    margin: 20px 0 20px;
    font-size: 32px;   
}

h1 em 
{
    font-size: 24px;
    font-style: italic;    
}

h2 
{
    font-size: 16px;
    padding: 13px;
    background-position: left top;
    background-repeat: no-repeat;
}

h3, .TotalPrice, .BlockTitle
{
    font-size: 16px;       
}

h3 em
{
	font-size: 14px;
	font-style: italic;
}

h4  
{
    font-size: 14px;    
}

h5 
{
    padding: 10px 0;
    color: #606060;    
}

/*# Links #*/

a 
{
    text-decoration: underline;  
}

a:hover 
{
    text-decoration: none;
    color: #343434;    
}

.contentLeft a,
.speciesSponsorship a,
.speciesBAP a
{
    text-decoration: none;
}

/*# Link list #*/

.linkList 
{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
}

/*# Buttons #*/

.SubmitButton 
{
	color: #FFF;
	background-position: -10px -90px;
	background-color: transparent;
	border: 0px;
	padding: 5px;
	font-size: 14px;
}

.ContentButton, input.LongButton
{
	background-position: -10px -39px;
	background-color: transparent;
	border: 0px;
	padding: 5px;
	font-size: 14px;
}

.SubmitButton:hover, .ContentButton:hover, .LongButton:hover  
{
	background-color: #E9E9E9;
	background-image: none !important;
	cursor: pointer;
	color:#515151;
} 

/*# Lists #*/

ul,
ol 
{
    line-height: 20px;
	margin: 0 0 20px 10px;
}

ul
{
    list-style-type: disc;
}

li 
{
	margin: 0 10px 10px 10px;
}

.layoutNavigation ul, .contentLeft ul, 
.layoutNavigation ul li, .contentLeft ul li
{
	line-height: 14px !important;
	list-style: none;
	margin: 0px;
}

/*# Tables #*/

.tableForm, .tableData, .CartContentTable
{
    width: 100%;
    line-height: 20px;
}

.tableForm td,
.EditingFormTable td
{
    padding: 0 10px 5px 0;
}

.tableData td
{
    padding: 10px 10px 0;
}

.CartContentTable td
{
    padding: 10px;
}

.tableData th, 
.Calendar table th,
.CartContentTable th 
{
    padding: 10px;
    vertical-align: bottom;
    line-height: 20px;
}

/*# Others #*/

p
{
    line-height: 20px;
    margin: 0 0 20px;    
}

p img
{
    margin: 5px;    
}

em
{
	font-style: italic;	
}

.textCredit 
{
    font-size: 11px;
    font-style: italic;    
}

.ErrorLabel 
{
    color: red;
    padding: 5px;
    border: 1px solid red;

}

.textLabelText, 
.textCredit,
.tableForm .cellLabel,
.EditingFormTable .EditingFormLabelCell, .OptionCategoryName, 
.TotalPriceLabel, .tableForm .FieldLabel
{
    color: #606060;    
}

.textOpening 
{
    font-size: 14px !important;
    line-height: 24px !important; 
}

hr 
{
    border-width: 0px;
    border-style: none;
    border-color: #fff;
    color: #EEE; 
    background-color: #EEE;
    height: 1px;       
}

.clearDiv 
{
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.TextBoxField
{
	width: 220px;
	padding: 3px;
}

/*# Icons #*/

.iconHide, .iconNo 
{
	display: none;
}

.iconBinocs
{
    background-image: url('/App_Themes/NWT-Base/icons/icon-bino.png');    
} 

.iconCompass
{
    background-image: url('/App_Themes/NWT-Base/icons/icon-compass.png');    
} 

.iconClock
{
    background-image: url('/App_Themes/NWT-Base/icons/icon-clock.png');    
} 

.iconQuestionMark
{
    background-image: url('/App_Themes/NWT-Base/icons/icon-questionmark.png');    
}

.iconCup
{
    background-image: url('/App_Themes/NWT-Base/icons/icon-cup.png');    
} 

.iconHut
{
    background-image: url('/App_Themes/NWT-Base/icons/icon-hut.png');    
}

.iconSignpost
{
    background-image: url('/App_Themes/NWT-Base/icons/icon-signpost.png');    
}

.iconVisitorCentre, .iconNatureTrails , .iconBirdwatchingHides, 
.iconGiftShop, .iconRefreshments, .iconToilets, 
.iconCafe, .iconParking, .iconCoachParking, 
.iconDisabledAccess, .iconGroupsWelcome, .iconBusStop, 
.iconBoatTrips 
{
	background-image: url('/App_Themes/NWT-Base/icons/icon-sprite-reserve.jpg');	
	height: 32px;
	width: 32px;
	float: left
}

.iconVisitorCentre a, .iconNatureTrails a, .iconBirdwatchingHides a, 
.iconGiftShop a, .iconRefreshments a, .iconToilets a, 
.iconCafe a, .iconParking a, .iconCoachParking a, 
.iconDisabledAccess a, .iconGroupsWelcome a, .iconBusStop a, 
.iconBoatTrips a 
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 6px 0 0 6px;
	cursor: help;
}

.iconLivingLands, .iconLivingSeas, .iconSocial,
.iconWalkLevel1, .iconWalkLevel2, .iconWalkLevel3,
.iconTalk, .iconFamily, .iconIYB
{
	background-image: url('/App_Themes/NWT-Base/icons/icon-sprite-events.png');	
	height: 32px;
	width: 32px;
	float: left;
}

.iconWalkLevel1, .iconWalkLevel2, 
.iconWalkLevel3, .iconIYB 
{
	width: 64px;
}

.iconMonthYes
{
	display: block;
} 

/*# Icons - Actuals #*/

.iconLivingLands, .iconVisitorCentre 
{
	background-position: left top;
}

.iconLivingSeas, .iconNatureTrails 
{
	background-position: left -32px;
}

.iconSocial, .iconBirdwatchingHides
{
	background-position: left -64px;
}

.iconWalkLevel1, .iconGiftShop
{
	background-position: left -96px;
} 

.iconWalkLevel2, .iconRefreshments
{
	background-position: left -128px;
} 

.iconWalkLevel3, .iconToilets
{
	background-position: left -160px;
}

.iconTalk, .iconCafe
{
	background-position: left -192px;
}


.iconFamily, .iconParking
{
	background-position: left -224px;
}


.iconIYB, .iconCoachParking
{
	background-position: left -256px;
}       

.iconDisabledAccess
{
	background-position: left -288px;
}       

.iconGroupsWelcome
{
	background-position: left -320px;
}       

.iconBusStop
{
	background-position: left -352px;
}       

.iconBoatTrips
{
	background-position: left -384px;
}       

/*# Header #*/

.layoutHeader 
{
    margin: 20px 0;    
}

/*# Logo area #*/

.layoutLogo 
{
    width: 140px;
    float: left;
    margin: 0 0 0 10px;  
}

/*# Wildlife Trusts logo #*/

.layoutRightLogo 
{
    width: 140px;
    float: right;
    text-align: right;
    margin: 0 10px 0 0;   
}

/*# Navigation #*/

.layoutNavigation
{
    background-position: 0px -34px;
    background-repeat: no-repeat;
    word-spacing: 0px !important;
    border-width: 0 0 2px;
    border-style: solid;
    height: 34px;
    overflow: hidden; 
}

.layoutNavigation ul
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;   
}

.layoutNavigation ul li 
{
    display: inline;
    margin: 0;
    padding: 0;
}

.layoutNavigation ul li a
{
    padding: 10px 15px 10px 14px;    
    color: #515151;    
    text-decoration: none;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid transparent;    
    width: auto;
    float: left;     
}

/*# Home link item styles #*/

.layoutNavigation ul .CMSListMenuLIHome a,
.layoutNavigation ul .CMSListMenuHighlightedLIHome .CMSListMenuLinkHighlighted
{
    padding-left: 32px;
    border: 0px;
} 

.layoutNavigation ul .CMSListMenuLIHome a,
.layoutNavigation ul .CMSListMenuHighlightedLIHome .CMSListMenuLinkHighlighted,
.layoutNavigation ul .CMSListMenuLIHome a:hover,
.layoutNavigation ul .CMSListMenuHighlightedLIHome a:hover  
{   
    background-color: transparent !important;
    background-position: left 0px !important;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid transparent; 
    color: #515151;  
}

.layoutNavigation ul .CMSListMenuLIHome a:hover,
.layoutNavigation ul .CMSListMenuHighlightedLIHome a:hover 
{
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid transparent;    
    color: #515151;  
    background-color: transparent;
    text-decoration: underline;       
}

/*# Hover styles #*/

.layoutNavigation ul li a:hover,
.layoutNavigation ul li .CMSListMenuLinkHighlighted:hover 
{
    background-color: #e9e9e9;
    background-image: none;
    background-position: -500px 0;
    color: #515151;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid transparent;     
}

.layoutNavigation ul li .CMSListMenuLinkHighlighted
{
    background-position: center -90px;
    border-width: 0 1px;
    border-style: solid;
    color: #FFF;    
}

/*# Content container #*/

.layoutContentContainer 
{
    min-height: 450px;
    background: #FFF none;    
}

/*# Content Breadcrumb #*/

.contentBreadcrumb
{
    padding: 17px 10px;
    color: #606060;    
}    

/*# Content Left #*/


.contentLeft 
{
    margin: 0 10px 40px;
    width: 140px;
    float: left;
}

/*# Content Right #*/

.contentRight 
{
    margin: 0 10px 40px;
    width: 780px;
    float: right;
    min-height: 450px;
}

/*# Sub Nav #*/

.contentLeft .CMSListMenuUL 
{
    border-bottom: 1px solid #e5e5e5;   
}

/*# Sub menu item #*/

.contentLeft .CMSListMenuUL li a 
{
    display: block;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;  
}

.contentLeft .CMSListMenuUL li .CMSListMenuLinkHighlighted,
.contentLeft .CMSListMenuUL li a:hover  
{
    padding: 10px;        
}

/*# Sub sub menu items #*/

.contentLeft .CMSListMenuUL .CMSListMenuUL 
{
    margin: 0;
    border: 0;
    padding: 0 0 5px;    
}

.contentLeft .CMSListMenuUL .CMSListMenuUL a 
{
    border: 0px;
    padding: 5px 10px 5px 20px;
}

.contentLeft .CMSListMenuUL .CMSListMenuUL .CMSListMenuLinkHighlighted 
{
    background-position: 3px -203px;    
}

.contentLeft .CMSListMenuUL .CMSListMenuUL a:hover 
{
    padding: 5px 10px 5px 20px;        
}

/*# Left context box #*/

.leftContextBox 
{
    padding: 34px 0 20px;    
}

.leftContextBox a
{
    background-position: -950px -225px;
    padding: 0 0 0 12px;    
}

/*# Layout boxes #*/


.boxSizeFull
{
    margin: 5px;
}

.boxSizeHalf 
{
    float: left;
    width: 380px;
    margin: 5px;
}

.boxSizeThirds
{
    float: left;
    width: 247px;
    margin: 5px;
}

.boxSizeTwoThirds
{
    float: left;
    width: 494px;
    margin: 5px;
}

.boxSizeQuater
{
    float: left;
    width: 185px;
    margin: 5px;        
}

.boxSizeThreeQuaters
{
    float: left;
    width: 555px;
    margin: 5px;        
}

.boxSizeEighth 
{
    width: 120px; 
    float: left; 
    margin: 5px; 
}

.boxSizeEigths 
{
    width: 87px; 
    float: left; 
    margin: 5px; 	
}

.boxSizeLeft 
{
    margin: 0 20px 0 0;    
}

.boxSizeRight
{
    margin: 0;    
}

/*# Icon boxes #*/

.boxWithIcon 
{
    padding: 0 0 0 60px;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    min-height: 38px; 
}

/*# Species category preview #*/

.boxSpeciesCatPreview 
{
    margin-bottom: 10px;       
}

.boxSpeciesCatPreview .boxInner
{    
    border-bottom: 1px solid #E5E5E5;      
    display: block;
    padding: 10px 0;        
}

.boxSpeciesCatPreview .boxThumbnail 
{
    height: 185px;
    overflow: hidden;
    margin: 0 0 10px;
    background: #E5E5E5 none;    
}

/*# Species Preview #*/

.boxSpeciesPreview
{
    /**border-top: 1px solid #E5E5E5;**/
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    margin-bottom: 20px; 
}

.boxSpeciesPreview .boxThumbnail
{    
    overflow: hidden;
	width: 185px;
    height: 139px;
    background: #E5E5E5 none; 
    margin: 0 0 10px;
}

.boxSpeciesPreview .boxThumbnail a div 
{
	width: 185px;
	height: 139px;
	overflow: hidden;
}

/*# Species Profile #*/     
     
.boxSpeciesProfileLeft 
{
    float: left;
    margin: 0 20px 0 0;    
    width: 460px; 
}

.boxSpeciesProfileLeft .textLabelText
{
    text-align: right;  
}

.boxSpeciesProfileLeft img,
.boxSpeciesProfileLeft span 
{
    float: right;    
}

.boxSpeciesProfileRight 
{
    float: left;
    width: 300px;    
}

.speciesSponsorship 
{
    height: 40px;
    margin: 20px 0 15px;
    background-position: left -299px;  
}

.speciesSponsorship a 
{
height: 40px;
    margin: 20px 0 15px;
    background-position: left -299px;  
    color: #FFF;
    display: block;
    height: 31px;  
    padding: 9px 0 0 10px;  
}

.speciesBAP a 
{
    	color: #FFF;
    	display: block;
    	height: 35px;
	width: 358px;  
   	padding: 9px 0 0 10px;
	margin: 15px 0 15px;
    	background-position: right -299px;    
}

.speciesPhotoTop .textCredit,
.speciesPhotoLeft .textCredit,
.speciesPhotoRight .textCredit
{
    text-align: right;    
}

.speciesPhotoLeft 
{
    float: left;
    width: 140px;
    margin: 0 20px 0 0;    
}

.speciesPhotoRight 
{
    float: left;
    width: 140px;   
}

/*# Reserve profile #*/

.reserveFacilityIcons 
{
    height: 48px;
    padding: 24px 0 0;	
}

.reserveMainPhoto img 
{
    width: 380px;	
}

.reserveSubPhoto img 
{
    width: 180px;
}

.reserveSubPhoto
{
    width: 180px;
    float: left;
    margin-top: 20px;
}

.zoneContent 
{
	overflow: hidden !important;
	padding: 0px !important;
}

/** **/

.boxHide
{
    background: transparent none !important;    
}

a.boxHide 
{
    display: none;
}

.boxHide *
{
    display: none !important;
    background: transparent none !important;    
}

.boxShow *
{
    display: block;    
}

.boxPreview 
{
    border: 1px solid #e5e5e5;
    padding: 10px;   
}

/*# Footer #*/

.layoutFooter
{
    background-position: left -167px;
    background-repeat: no-repeat;
    border-width: 2px 0 0;
    border-style: solid;
}

.footerLeft 
{
    float: left;
    width: 460px;
    margin: 10px;    
}

.footerRight 
{
    float: right;
    text-align: right;
    width: 460px;
    margin: 10px;    
}

/*# Layout bottom #*/

.layoutBottom 
{
    padding: 10px;    
}

.layoutBottom a
{
    color: #FFF;    
}

/*# Tabs #*/

.ui-tabs 
{ 
	position: relative; 
	zoom: 1; 
}

.ui-tabs .ui-tabs-nav 
{
	background-position: left -352px;
	height: 45px;
	padding: 5px 0 0 5px;
	margin: 0;
}
.ui-tabs .ui-tabs-nav li 
{ 
	list-style: none; 
	float: left; 
	position: relative; 
	border-bottom: 0 !important; 
	padding: 0; 
	white-space: nowrap;
	text-indent: 0px; 
	margin: 0 10px 0 0;
	background-color: #f5f4dc 
}

.ui-tabs .ui-tabs-nav li a 
{ 
	float: left; 
	padding: 7px 20px; 
	text-decoration: none;
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li:hover 
{ 
	margin-bottom: 0; 
	padding-bottom: 1px; 
	background: #FFF none; 
	height: 40px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a 
{ 
	cursor: text; 
}

.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a 
{ 
	cursor: pointer; 
} 

.ui-tabs .ui-tabs-panel 
{ 
	display: block; border: 0; min-height: 600px; 
}

.ui-tabs .ui-tabs-hide 
{ 
	display: none !important; 
}

/*# eCommerce #*/

.CartItemSelector, .TotalPriceContainer, .AddToCartContainer  
{
	border-top: 1px solid #E5E5E5;
	padding: 20px 0;
}

.ProductOptionSelector
{
	padding: 5px 0 10px;
}

.TotalPriceLabel, .TotalPrice  
{
	display: block;
	padding: 5px 0;
}

.AddToCartTextBox 
{
	font-size: 14px;
	padding: 5px;
	width: 75px;
	margin: 0 10px; 20px;
}

/*# Products preview #*/

.boxProductPreview 
{
	border-top: 1px solid #EEE;
	padding: 20px 0;
	margin: 5px 5px 0px;
}

.boxProductPreview .CartItemSelector, 
.boxProductPreview .TotalPriceContainer, 
.boxProductPreview .AddToCartContainer  
{
	border: none;
	padding: 0;
}

/*# Tables #*/

.Calendar table, 
.UniGridGrid 
{
	width: 100%;
	border: 1px solid #EEE;
	background-color: #FFF !important;
}

.Calendar table table,
.UniGridGrid table table
{
	border: 0px;
}

.Calendar .cellTitle
{
	font-size: 22px;
}

.Calendar .cellTitle td
{
	padding: 20px;
}

.Calendar .cellDay,
.Calendar .cellInactiveDay,
.Calendar .cellSelected 
{
	padding: 3px;
	height: 100px;
	vertical-align: top;
	text-align: left;
}

.Calendar .cellInactiveDay
{
	background-color: whitesmoke !important;
}

/*# Home #*/

/*# Splash #*/

.homeSplash 
{
	padding: 0 10px; 
	height: 270px;
}

.homeSplash h1 
{
	margin: 0 0 3px;
}

.homeSplashSearch
{
	padding: 10px 0 0;
	text-align: right;
}

.homeSplashSearch label
{
	display: none;
}

.homeSplashSearch .TextBoxField
{
	border: 0px;
	font-size: 14px;
	padding: 6px;
}

.homeSplashText 
{
	margin: 27px 13px;
}

/*# Appeal #*/

.homeAppeal
{
	margin: 10px 10px 0;
}

/*# Reserve, Species and something else box #*/

.homeContainer
{
	padding: 10px;
}

.homeReserve, .homeSpecies, .homeSomething, .homeSponsor
{
	width: 280px;
	height: 171px;
	padding: 10px;
	float: left;
}

.homeReserve, .homeSpecies
{
	margin: 0 20px 0 0;
}

.homeReserve h3, .homeSpecies h3, .homeSomething h3, .homeSponsor h3
{
	margin: 3px 0 5px 3px;
}

.homeReserve
{
	color: #FFF;
	background-position: left -191px;
}

.homeSomething
{
	color: #FFF !important;
	background-position: left -383px;
}

.homeSponsor
{
	background-position: left -574px;
}

.homeSomething a,
.homeReserve a, 
.homeSomething a:hover,
.homeReserve a:hover 
{
	color: #FFF !important;
}

.homeNews 
{
	float: left;
	width: 460px;
}

.homeEvents
{
	float: right;
	width: 460px;
}

/*# Home buttons #*/

.homeDonate, .homeJoinUs, .homeShop, .homeSocial 
{
	height: 30px;
	width: 200px; 
	float: left;
	padding: 90px 10px 0;
}

/*.homeDonate a, .homeJoinUs a, 
.homeShop a, .homeSocial a 
{
	color: #FFF;
}*/

.homeDonate, .homeJoinUs, .homeShop
{
	margin: 0 20px 0 0;
}


.homeDonate
{
	background-position: left top;
}


.homeJoinUs
{
	background-position: left -120px;
}


.homeShop
{
	background-position: left -240px;	
}


.homeSocial 
{
	background-position: left -360px;
}

/*# Shop home buttons #*/

.shopSponsor
{
	background-position: left 0px;
	height: 237px;
	width: 460px;
	float: left;
	margin: 0 20px 20px 0;
}

.shopMembership 
{
	background-position: left -236px;
	height: 114px;
	width: 300px;
	float: left;
	margin: 0 0 8px;	
}

.shopEducational 
{
	background-position: left -350px;
	height: 114px;
	width: 300px;
	float: left;	
}

.shopBooks, .shopGarden, .shopCrafted, 
.shopGifts, .shopNWT, .shopStationary
{
	height: 94px;
	margin: 0 19px 20px 0;
}

.shopCrafted, .shopStationary
{
	margin: 0px;
}

.shopBooks 
{
	background-position: left -465px;
}

.shopGarden
{
	background-position: left -559px;
}


.shopCrafted
{
	background-position: left -653px;
}

.shopGifts
{
	background-position: left -747px;
}

.shopNWT
{
	background-position: left -841px;
}

.shopStationary
{
	background-position: left -935px;
}

/*# Gallery #*/

.galleryPreview
{
	width: 130px;
	height: 145px;
	float: left;
	border: 1px solid #c4dbe7;
	text-align: center;
	margin: 5px;
}

.IE6 .galleryPreview
{
	margin: 4px;
}

.DesignMode .galleryPreview
{
	margin: 4px;
}

.galleryImage
{
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
}

.IE6.galleryImage
{
	height: 123px;
}

/*# News #*/

.newsContent .newsImage
{
	float: right;
	margin: 10px 0 20px 20px;
}

/*# Search #*/

.SearchDialog td
{
	padding: 10px;
}

/*# Sitemap #*/

.CMSSiteMapList
{

}


.CMSSiteMapList .CMSSiteMapLink
{
	font-size: 16px;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

.CMSSiteMapList .CMSSiteMapList .CMSSiteMapLink
{
	font-size: 14px;
	display: block;
	padding: 10px 0;
	border-bottom: none;
}

.CMSSiteMapListItem
{
	width: 200px;
	float: left;
	display: block;	
}

/** Reserve Maps **/

.layoutMapPopup
{
	background-image: url('/App_Themes/NWT-Base/map-popup-current.png') !important;
	background-position:-19px -16px;
	padding: 0 10px 10px;
	overflow: hidden;
}

.layoutPopupInner
{
	/*margin: 10px 10px 10px 10px;*/
	/*height:462px;*/
	margin: 0 0 15px;
	overflow: hidden;
}

.mapTabs 
{
	margin: 0 0 5px;
}

.mapTabs .ui-tabs-nav
{
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 39px !important;
}

.mapTabs .ui-tabs-nav li 
{
	background-color: transparent !important;
	text-decoration: underline;
	height: 38px !important;
}

.mapTabs .ui-tabs-nav li a
{
	padding: 8px 15px !important;
}

.mapTabs .ui-tabs-nav .ui-tabs-selected 
{
	background-image: url('/App_Themes/NWT-Base/map-popup-tabs.jpg') !important;
	background-color: #FFF !important;
}

.mapTabs .ui-tabs-nav .ui-tabs-selected a
{

	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}

.mapTabs .mapTab1
{
	background-position: -9px bottom !important;
}

.mapTabs .mapTab2
{
	background-position: -112px bottom !important;
}

.mapTabs .mapTab3
{
	background-position: -216px bottom !important;
}

.mapTabs .mapContent
{
	margin:10px 0 0 !important;
	height: 350px !important;
	min-height: 0px !important;
	overflow: hidden !important;
}

.reservePic img
{
	float: left;
	margin: 0 20px 0 0;
}