/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top:0px;
	top:0px;
	position:relative;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	font-size: 12pt; 
	padding-left:25px;
	padding-right:10px;
	padding-top:0px;
}
.rightpane {
	width: 202px;
	background-color: transparent;
	background: url(../_img/right-col.jpg) no-repeat;
	padding-left: 0px;
	padding-right:0px auto;
	padding-top: 0px;

}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color:Transparent; 
	
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:32px;
	background-color: Transparent;
	padding-top: 7px;
	display:block;
}
.main_dnnmenu_item {
	cursor: pointer; 
	cursor: hand;
	height:32px;
	background-color: Transparent;
	padding-top: 7px;
	display:block;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 15px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #d6d6d6; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
   /*explicitly set padding for root menu items*/
    padding-bottom: 5px;
    padding-left:20px;
    padding-right:5px;
    padding-top:10px;
}

.main_dnnmenu_itemhover {  
	color: #ffffff; /*#8da4d3; when mouse hover the root menu*/ 
}

.main_dnnmenu_itemhover td {  
	background-color:Transparent; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #eeeeee; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	position:static!important;
	width:100%;


	

}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #000000;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}



/*

	COMMON
	
*/
* {
	padding: 0;
	margin: 0;	
}
body {
	line-height: 0em;
}
object, img {
	display: block	
}
a img {
	border: none;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;
}
.hide {
  display: none;
}
.clear {
	clear: both;
	height: 0px;
    overflow : hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
p {
  margin: 1.2em 0;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 1.2em 0;
	padding: 0;
}
li {
	padding: 0;
	margin: 0 0 0.1em 2.5em;
	line-height: 1.5em;
}
table {
	/*border-collapse: collapse;*/
 	border-spacing: 0;
	width: 100%;
}
td, th { 
	padding: 0; 
}



/* --- MAIN STYLES --- */

body {
	color: #444444;	
	font-family: Arial, sans-serif;
	font-size: 90%;
	padding-bottom: 10px;
	background: #fff;
}
#header h1 a {
  font-size: 10px;
  text-indent: -9999px;
  width: 762px;
  height: 89px;
  display: block;
  background: url(../_img/logo.gif) no-repeat 0 0;
}
#header h1 a#logo {
  background: url(../_img/logo2.gif) no-repeat 0 0;
  opacity: 0.99;
}
#header h1 a:hover {
  background: url(../_img/logo.gif) no-repeat 0 -100px;
}
#header h1 a#logo:hover {
  background: url(../_img/logo2.gif) no-repeat 0 0;
  -ms-opacity: 0.75;
}

a:link, a:visited, a:active {
  color: #0354A1;
  text-decoration:underline;
  
}
a:hover {
  text-decoration: none;
  color:Black;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.3em 0 1em 0;
  color: #0054A0;
}

h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin: 1.3em 0 1em 0;
  color: #0054A0;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.3em 0 1em 0;
  color: #0054A0;
}

h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.3em 0 1em 0;
  color: #444444;	
}

dl {
  margin: 1em 0;
}
dl dt {
  float: left;
  width: 5em;
}
/*table {
  margin: 1em 0;
}*/
table thead tr {
  background: #dddddd;
}
table thead td {
  font-weight: bold;
}
table tr.row {
  background: #eee;
}
/*table td {
  border: 1px solid #ccc;
  padding: 0 1em;
}*/

hr { /* For Internet Explorer */
	height: 1px;
	color: #666;
	border: none;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px;
	background-color: #666;
	border: 0px solid #666;
}

/* --- LAYOUT STYLES --- */

#wrapper {
  background: #f9f9f9;
  width: 100%;
  padding:0px;
}
#header-wrapper {
  background: #ffffff url(../_img/bg.gif) repeat-x top left;
  border-bottom: 0px solid #ffffff;

}
#header {
  width: 762px;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  margin: 0 auto;
  position: relative;
}

.structure {
  width: 100%;
  margin: 0 auto;
  

}
#content-holder {
  position: relative;
}

.structure.column #right-col {
  width: 202px;
  margin-right: 0px;
  float:none;
  min-height: 200px;
  padding-top: 30px;
  height: auto !important;
  /*height: 200px;*/
  text-align:left;
}
.structure#column #right-col {
  width: 202px;
  margin-right: 0px;
  float:none;
  min-height: 200px;
  padding-top: 30px;
  height: auto !important;
  /*height: 200px;*/
  text-align:left;
}


* html #structure.column #right-col {
  margin: 0 15px 0 0;
}
#structure.column #content-holder {
  width: 100%;
  float: left;
}
div.holder {
  border-top: 0px solid #fff;
}
#content 
{
  width:100%;
  padding: 0px 0px 0px 0px;
  min-height: 40px;
  height: auto !important;
  font-size: 1em;
  text-align:left;
}
#content a.more {
  color:Blue;
}
#content a.more:hover {
  text-decoration: none;
}
#toolbox {
  background: #EAEDF6;
  padding: 20px 0px 0px 20px;
  width:auto ;
  height: 100%;
}


/* --- NAV STYLES --- */

#nav {
  border-bottom: 4px solid #ffffff;
  width: 762px;
  height: 32px;
  text-align:left;
  padding-left:0px;
  background-color: #054970;
  position: relative;
}
#navHeader {
  background: #ffffff;
  width: 762px;
  /*border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;*/
  margin-left: 4px;
  margin-right:4px;
  position: relative;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#nav ul li a {
  display: block;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
}

#nav ul li#nav-li-1 a { width: 81px; }
#nav ul li#nav-li-1 a:hover, #nav ul li#nav-li-1.active a { background: #054970 url(../_img/nav.gif) no-repeat 0 -50px; }
#nav ul li#nav-li-2 a { width: 96px; }
#nav ul li#nav-li-2 a:hover, #nav ul li#nav-li-2.active a { background: #054970 url(../_img/nav.gif) no-repeat -81px -50px; }
#nav ul li#nav-li-3 a { width: 63px; }
#nav ul li#nav-li-3 a:hover, #nav ul li#nav-li-3.active a { background: #054970 url(../_img/nav.gif) no-repeat -177px -50px; }
#nav ul li#nav-li-4 a { width: 78px; }
#nav ul li#nav-li-4 a:hover, #nav ul li#nav-li-4.active a { background: #054970 url(../_img/nav.gif) no-repeat -240px -50px; }
#nav ul li#nav-li-5 a { width: 84px; }
#nav ul li#nav-li-5 a:hover, #nav ul li#nav-li-5.active a { background: #054970 url(../_img/nav.gif) no-repeat -318px -50px; }
#nav ul li#nav-li-6 a { width: 57px; }
#nav ul li#nav-li-6 a:hover, #nav ul li#nav-li-6.active a { background: #054970 url(../_img/nav.gif) no-repeat -402px -50px; }
#nav ul li#nav-li-7 a { width: 94px; }
#nav ul li#nav-li-7 a:hover, #nav ul li#nav-li-7.active a { background: #054970 url(../_img/nav.gif) no-repeat -459px -50px; }


/* --- NAV BUTTONS --- */

#nav-buttons {
  width: 121px;
  height: 32px;
  background: url(../_img/buttons/nav-buttons.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 20px;
  overflow: hidden;
}
#nav-buttons a {
  font-size: 0;
  text-indent: -9999px;
  width: 28px;
  height: 32px;
  float: left;
  margin-right: 3px;
  display: block;
  outline: 0;
}
#nav-buttons a#print {
  margin: 0;
}
#nav-buttons a#increase:hover { background: url(../_img/buttons/nav-buttons.gif) no-repeat 0 -50px; }
#nav-buttons a#decrease:hover { background: url(../_img/buttons/nav-buttons.gif) no-repeat -31px -50px; }
#nav-buttons a#bookmark:hover { background: url(../_img/buttons/nav-buttons.gif) no-repeat -62px -50px; }
#nav-buttons a#print:hover { background: url(../_img/buttons/nav-buttons.gif) no-repeat -93px -50px; }

/* --- SUBNAV --- */

ul#subnav {
  list-style: none;
  margin: -1px 0 15px 0;
  padding: 0;
}
ul#subnav li {
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0;
  width:240px;
  list-style: none;
}
ul#subnav li a {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 30px;
  color: #015885;
  text-decoration: none;
  font-size: 12px;
}
ul#subnav li a:hover, ul#subnav li.active a {
  background: transparent url(../_img/icons/subnav.gif) no-repeat 16px -17px;
  color: #000000;
}
ul#subnav li ul {
  background: #FBD87A;
  list-style: none;
  margin: 0;
}
ul#subnav li ul li {
  border-top: 1px dotted #fff;
}
ul#subnav li ul li a, ul#subnav li.active ul li a {
  background: transparent url(../_img/icons/subnav_.gif) no-repeat 25px 10px;
  padding-left: 40px;
  font-size: 11px;
  width:auto;
  color: #000000;
}
ul#subnav li ul li a:hover, ul#subnav li ul li.active a {
  background: #FCE097 url(../_img/icons/subnav_.gif) no-repeat 25px -14px;
}

/* --- TOP BUTTONS --- */

#top-buttons {
  width: 56px;
  height: 24px;
  position: absolute;
  top: 31px;
  right: 0px;
  background: url(../_img/buttons/top-buttons.gif) no-repeat -1px 0;
}
#top-buttons a {
  float: left;
  margin-right: 0px;
  width: 25px;
  height: 24px;
  display: block;
  font-size: 0;
  text-indent: -9999px;
}
#top-buttons a#email {
  margin-right: 0;
}
#top-buttons a#phone:hover {
  background: url(../_img/buttons/top-buttons.gif) no-repeat -1px -30px;
}
#top-buttons a#email:hover {
  background: url(../_img/buttons/top-buttons.gif) no-repeat -1px -30px;
}

/* --- BREADCRUMB --- */

ol#breadcrumb {
  list-style: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 28px;
}
#structure.column ol#breadcrumb {
  right: 20px;
}
ol#breadcrumb li {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 3px;
  color: #58595B;
}
ol#breadcrumb li a {
  color: #444444;
  text-decoration: none;
  text-transform: lowercase;
}
ol#breadcrumb li.active a {
  color: #777777;
}
ol#breadcrumb li a:hover, ol#breadcrumb li.active a:hover {
  color: #222;
}

/* --- OFFERS --- */

ul#offer-holder {
  list-style: none;
  width: 700px;
  padding-bottom:0px;
}
#right-col ul#offer-holder 
{
  list-style: none;
  margin: 0 auto 0 auto;
  width: 200px;
  float:left;
  

}
ul#offer-holder li {
  margin: 0 20px 0 0px;
  padding: 0px 0px 0px 0px;
  width: 202px;
  height: 123px;
  float: left;
  position: relative;
  background: #ffffff;
  list-style: none;

}
#right-col ul#offer-holder li {
  margin: 10px 0px;
  float: none;
}

ul#offer-holder li#offer-li-3 {
  margin-right: 0;
}
ul#offer-holder li img {
  opacity: 0.99;
}
ul#offer-holder li.hover img {
  opacity: 0.8;
}
ul#offer-holder li a {
  display: block;
  width: 218px;
  height: 123px;
  background: transparent url(../_img/offer.png) no-repeat 0px 0px;
  font-size: 0;
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  left: 0px;
}
* html ul#offer-holder li a {
  background: transparent url(../_img/offer.gif) no-repeat 0px 0px;
}
ul#offer-holder li a:hover {
  background: transparent url(../_img/offer.png) no-repeat 0px -125px;
}
* html ul#offer-holder li a:hover {
  background: transparent url(../_img/offer.gif) no-repeat 0px -125px;
}

/* --- AIRLINE LIST --- */

ul#airline-list {
  list-style: none;
  margin: 0;
  padding-left: 5px;
  font-size: 0.85em;
  color: #58595B;
}
ul#airline-list li {
  margin: 0 0 5px 0;
  list-style: none;

}


/* --- TOOLBOX --- */

#toolbox #left-col {
  float: left;
  width: 20%;
}
#toolbox #airline-holder {
  float: right;
  width: auto !important;
}
#toolbox #airline-holder div.col {
  margin-bottom: 10px;
  background: url(../_img/toolbox.gif) no-repeat;
  height: auto !important;
  height: 1%;
}
#toolbox #airline-holder div.last {
  margin-bottom: 0;
}
#toolbox #airline-holder div.col div.row {
  width: 167px;
  float: left;
  padding: 0 5px 0 15px;
  font-size: 0.85em;
  color: #808284;
  line-height: 1.3em;
}
#toolbox #airline-holder div.col div.row p {
  width: auto;
  margin: 10px 0;
}
#toolbox #airline-holder div.col div.row p.more {
  text-align: right;
  margin: -5px 0 5px 0;
  width: 90%;
}
#toolbox #airline-holder div.col div.row p.more a 
{
 color: #0354A1 ;
 text-decoration:underline;
}
#toolbox #airline-holder div.col div.row p.more a:hover {
 color:Black;
  text-decoration: none;
}

/* --- AIRLINE ICONS --- */

table#icon-holder {
  margin: 20px 0 10px 0;
  border-collapse: collapse;
 	border-spacing: 0;
	width: 100%;
}
table#icon-holder td { 
	padding: 0;
	border: none;
}
table#icon-holder td.img {
  text-align: left;
}
table#icon-holder td.link {
  text-align: right;
}
table#icon-holder td.link a {
  font-size: 12px;
  color: #444444;
  background: transparent url(../_img/icons/icon-list.gif) no-repeat 0 3px;
  padding-left: 15px;
}
table#icon-holder td.link a:hover {
  text-decoration: none;
}

#icon-holder img {
  display: inline;
  vertical-align: middle;
  text-align: left;
  margin: 0 auto 0 0;
}
#icon-holder a {
  vertical-align: middle;
  text-align: right;
  display: inline;
}

/* --- FOOTER --- */
#footer-wrapper {
  background: url(../_img/footer-bg.gif) repeat-x 0px  0px;
  padding-top: 5px;
  clear:both;

}
#footer {
  width: 762px;
  #width: 770px;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  margin: 0 auto;
  height: 80px;
  background: url(../_img/footer.gif) no-repeat;
  padding: 0px 0px;
  font-size: 10px;  
}

#footer a {
  color: #333333;
  text-decoration: none;
}
#footer .active a {
  color: #F6C517;
}
#footer  a:hover {
  color: #D4A708;
}

div#legal {
  float: left;
  width: 610px;
}
.legal p {
  color: #808284;
  margin: 0;
}
.legal p a {
  color: #808284;
}
.legal p a:hover {
  text-decoration: none;
  color:#D4A708;
}
div#show {
  float: right;
  color: #D8D9DA;
}
div#show a {
  color: #D8D9DA;
  text-decoration: none;
}
div#show a:hover {
  color: #ccc;
}

/* --- SIFR --- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/* --- SIFR CONFIG --- */

h2 {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 4px 4px 0 0;
  color: #000000;
}
* html h2 {
  margin: 0 0 -13px 0;
}

h2 span.yellow { 
  color: #F6C413;
}
h2 span.green { 
  color: #096A37;
}
h2 span.blue { 
  color: #0054A0;
}
h2 span.grey { 
  color: #58585A;
}

h3.sifr {
  margin: 0 0 0.8em 0;
  color: #00884B;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  height: 20px;
}
* html h3.sifr {
  margin: 0 0 0.2em 0;
}

/* --- FORMS --- */

form {
  margin: 0 0;
  padding: 0;
}

form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form dl {
  margin: 0 0 1em 0;
}
form dl dt {
  width: 7em;
  vertical-align: top;
}
form dl dt.static {
  float: none;
}
form dl dt .required {
  color: #ff0000;
}
form dl dd {
  vertical-align:top;
  margin: 0 0 0 0;
}
input {
  background: #ffffff !important;
  border: 1px solid #999;
  padding: 0px 0px;
  font-size: 1em;
  color: #444444;
}
input:focus, input.focus {
  border: 1px solid #333;
}
input.fieldset {
  width: 18em;
}
select {
  background: #ffffff !important;
  border: 1px solid #999;
  font-size: 1em;
  color: #444444;
  width: 18.5em;
}
* html select {
  width: 18.7em;
}
textarea {
  background: #ffffff !important;
  border: 1px solid #999;
  padding: 0px 0px;
  font-size: 1em;
  color: #444444;
  width: 25em;
  font-family: Arial, sans-serif;
  margin: 0.3em 0 0 0;
  min-height: 100px;
  height: auto !important;
  height: 100px;
}
* html textarea {
  width: 25.2em;
}
textarea:focus, textarea.focus {
  border: 1px solid #333;
}
button {
  width: 5em;
  background: #eee;
  border: 1px solid #333;
  text-align: center;
  font-size: 1em;
  font-family: Arial, sans-serif;
  padding: 0.1em;
  cursor: pointer;
}
* html button {
  padding: 0;
}
button:hover, button.hover {
  background: #ccc;
}



.clearfix { height: 1%; }
ul#offer-holder li img {
  filter: alpha(opacity=100);
}
ul#offer-holder li.hover img {
  filter: alpha(opacity=80);	
}
#header h1 a#logo {
  filter: alpha(opacity=100);	
}
#header h1 a#logo:hover {
  filter: alpha(opacity=75);	
}


.HeaderPanel
{
	padding-top:0px;
	padding-bottom:0px;
	height:100%;
}
.gapHolder
{
	height:3px;
	#height:2px;
}
.MainBackground
{
	background: url(../_img/gradient.gif) repeat-x top left;
}




.footerNavText {
  list-style: none;
  padding-left:10px;
  float: left;
  color: #0354A1;
  margin: 0 10px 0 0;
  font-size:11px;
  text-decoration:uderline;
  width:auto;
}
.footerTextSeparator
{
  color: #Fff;
  border-right-style:dotted ;

}
.footerTextNavHover {
  color: #D4A708;
  text-decoration: none;
}

