﻿/* Font Settings */
.content_page_links { font-size:93%; line-height:normal; }
.content_page_links a:link, .content_page_links a:visited { text-decoration:none; }
.content_page_links a:hover, .content_page_links a:active { text-decoration:underline; }
.content_page_links .activetab a:link, 
.content_page_links .activetab a:visited, 
.content_page_links .activetab a:hover,
.content_page_links .activetab a:active { font-weight:bold; }

.SiteMapPath a:link, .SiteMapPath a:visited { font-size:90%; }
.SiteMapPath a:hover, .SiteMapPath a:active { font-size:90%; }
.SiteMapPathSeperator { font-weight:bold; font-size:90%; }
.SiteMapPathCurrentNode { font-weight:bold; font-size:110%; }

/* Color Settings */
.content_page_links a:link, .content_page_links a:visited { color:black; }
.content_page_links a:hover, .content_page_links a:active { color:orange; }
.airtreks_breadcrumb .content { background-color:#F0F8FF; border-bottom-color:black; }
.SiteMapPathCurrentNode { color:black; }


/* Layout */
.airtreks_logo{float:left;}
.airtreks_search { float:right; }


#search_wrapper { position:relative; top:20px } 
	
.content_page_links
{
	float:left;
	width:100%;	
	background: url("imgs/tabs/top/border.gif") repeat-x bottom;
}

.content_page_links ul
{
	float:right;
	margin:0;
	padding:10px 50px 0 10px; /* bottom padding for following content */
	list-style:none;
}

.content_page_links li
{
	float:left;
	margin:0;
	padding:0;
	background:url("imgs/tabs/top/tab_outer.gif") no-repeat right top;
}

.content_page_links a
{
	display:block;
	background:url("imgs/tabs/top/tab_inner.gif") no-repeat left top;
	padding:5px 15px 4px 15px;	/* 4px on the bottom (1 off from top) to allow bleeding of border */
}

.content_page_links .activetab { background-image:url("imgs/tabs/top/tab_outer_active.gif"); }

.content_page_links .activetab a
{ 
	background-image:url("imgs/tabs/top/tab_inner_active.gif"); 
	padding-bottom:5px; /* to bleed over bottom border */
}

.airtreks_breadcrumb
{
	position:relative;
	margin-bottom:10px;
	clear:both;
}

.airtreks_breadcrumb .left
{
	position:absolute; top:-1px; left:0;
	width:5px;
	height:32px;
	background:white url("imgs/tabs/top/tab_content_left.gif") no-repeat top left;
}

.airtreks_breadcrumb .content
{
	padding:7px 10px;
	height:15px;
	border-bottom:solid 1px;
}

.airtreks_breadcrumb .right
{
	position:absolute; top:-1px; right:-1px;
	width:5px;
	height:32px;
	background:white url("imgs/tabs/top/tab_content_right.gif") no-repeat top right;
}

/* Site Map Math (BreadCrumb) */
.SiteMapPath { }
.SiteMapPathSeperator { }
.SiteMapPathCurrentNode {  }
.SiteMapPathNode { }
.SiteMapPathRootNode { }