﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 375px; /*width of featured content slider*/
height: 375px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 375px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/*height: 148px;*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
overflow:hidden;
background-color:#fff;
}

.pagination{
	width: 375px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 0px;
	position:absolute;
	margin-top:-40px;
	z-index:999;
}

.pagination a{
	padding: 0px;
	margin:0px;
	text-decoration: none; 
	color: #e3e3e3;
	background: #e3e3e3;
	display:inline-block;
	height:10px;
	width:10px;
	font-size:1px;
	padding-top:0px;
	overflow:hidden;
	margin-left:2px;
	margin-right:2px;
	background-image:url("/img/interface/hp_slider_dot.gif");
	background-repeat:no-repeat;
	background-position:left top;
}

.pagination a:hover{
	color: #999999;
	background-color: #999999;
	background-image:url("/img/interface/hp_slider_dot_hover.gif");
	background-repeat:no-repeat;
	background-position:left top;
}

.pagination a.selected{
	color: #000000;
	background-color: #000000;
	background-image:url("/img/interface/hp_slider_dot_active.gif");
	background-repeat:no-repeat;
	background-position:left top;
}


#homeMobileFlightTracker .portlet-body
{
	height:315px;	
	
}



table.hpairporticons
{
}

table.hpairporticons td
{
	padding-top:3px;
	padding-bottom:3px;	
	font-size:12px;
}


td.airportIcons
{
	padding-left:8px;	
	width:48px;
}

table.hpairporticons td.airportIconsDesc
{
	padding-left:0px;	
    width:125px;
    font-size:12px;
    padding-bottom:25px;
}

/*h1.slider,*/
h2.slider
{
	width:280px;
	margin-right:10px;	
}

/*html>body h1.slider,*/
html>body h2.slider
{
	width:240px;
	margin-right:10px;	
}


span.orangebold
{
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

td.fineprint
{
	padding-left:8px;
	color:#666666;
	font-style:italic;
}

td.lgtext
{
font-size:13px;	
}

td.lgtext ul
{
	margin:0px;
	padding:0px;
	margin-top:12px;
	margin-bottom:12px;
}

td.lgtext li
{
	margin-left:15px;
	margin-bottom:2px;
	color:#585858;
	font-size:12px;
	font-weight:bold;
	list-style-image:url(/img/interface/bullet_ff6600.gif);
	
}


a.bluelink, a.bluelink:link, a.bluelink:visited, a.bluelink:active

{
	color:#1071be;
}

a.nostyle
{
	color:inherit;
	font-weight:inherit;
	text-decoration:none;	
}
