
/********************************************************************************************************/
/***                                        GLOBAL HTML Elements                                      ***/
/********************************************************************************************************/
body
{
	color: #333;    
	background-color: #fff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 62.5%; /*10px when default font*/
}

body.main
{
    text-align: center;
    background: transparent url(img/header_bg_slice.gif) repeat-x; /*required here for browser zoom*/	
}

*
{	
	margin: 0px;
	padding: 0px;
}

a
{
    color: #333;
}

select,
input
{
	font-size: 13px;
}

hr
{    
    background: none;
    border: none;
    border-top: solid 1px #93b1d7;
    clear: both;
    height: 0px;
    margin-bottom: 10px;
    _margin-bottom: 2px;
}

h1.nobar
{
    color: #012757;
    font-size: 180%;
    margin: 10px;
	padding: 0;
	background: none;
	clear: none;
}

h1
{
    background: transparent url(img/h2_bg.gif) no-repeat;
    clear: both;
    color: #fff;
    font-size: 180%;
    margin-bottom: 10px;
    padding: 4px 10px;    
}

h2
{
    font-weight: normal;
    font-size: 180%;
}

#ContentColumn h2
{
    background: transparent url(img/h2_bg.gif) no-repeat;
    clear: both;
    color: #fff;
    margin: 10px 0px;
    padding: 4px 10px;
}

h3
{
    color: #012757;
    font-size: 180%;
    margin: 20px 10px 10px;
}

h4
{
    font-size: 140%;
    font-weight: bold;
    margin: 10px 10px 0px 10px;
}

li
{
    list-style: none;
}

p
{
    font-size: 120%;   
    margin-bottom: 10px;
}

.clear
{
	clear: both;
}

.clearfix:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img
{
	border: 0 none;
}

.radius
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/********************************************************************************************************/
/***                                        CONTEXTUAL                                                ***/
/********************************************************************************************************/
#wrapper
{
    background: transparent url(img/header_bg_slice.gif) repeat-x; /*required here for editor*/
}

#Body
{
    background: url(img/menu1_bg.gif) no-repeat 50% 99px;	
}

#Header,
#Page,
#Footer
{    
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
    padding-left: 10px;
    padding-right: 10px;
    
	width: 990px;
}

img.left,
img.Left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right,
img.Right
{
    float: right;    
    margin-left: 10px;
    margin-bottom: 10px;
}

/********************************************************************************************************/
/***                                        CLASSES                                                   ***/
/********************************************************************************************************/

.rW
{	 
	clear: right;
	display: block; 
	float: right;
	height: 13px;
	_background: none;	
}

.FloatLeft
{
    clear: left;
    float: left;
}

.FloatRight
{
    clear: right;
    float: right;
    margin-right: 0px;
}

.FloatNone
{
    float: none;
}

/********************************************************************************************************/
/***                                        HEADER                                                    ***/
/********************************************************************************************************/
/*-----Header-----*/
#Header
{    
	height: 150px;	
	position: relative;
}

#Header ul li
{
    float: left;
}

#Header ul li a
{    
    color: #fff;    
    float: left;
}

/*-----Logos-----*/
.BigLogo
{
    background: url(img/header_logo.gif) no-repeat;
    display: block;
    float: left;
    height: 117px;    
    margin-left: -20px;
    _margin-left: -12px;
    width: 156px;
    position: relative;    
}

.TextLogo
{
    background: url(img/header_logo_full.png) no-repeat;
    _background: url(img/header_logo_full.gif) no-repeat;
    display: block;
    float: left;
    height: 36px;    
    margin-top: 30px;
    margin-left: 45px;
    width: 274px;
}

/*-----Header Links-----*/
#HeaderLinks
{
    position: absolute;
    right: 10px;    
    top: 2px;
}

.LinksList
{
	font-size: 110%;
	float: right;
	margin-top: 5px;
}

/*-----Ambient Links-----*/
#QuickLinks
{
    float: right;
    margin-left: 20px;
}

#QuickLinks p
{
    display: none;
}

#QuickLinks ul li
{
    border-left: solid 1px #fff;    
}

#QuickLinks ul li:first-child
{
    border-left: none;
}

#QuickLinks ul li a
{
    margin: 0px 8px;
    text-decoration: none;
}

#QuickLinks ul li a:hover
{
	text-decoration: underline;
}

/*-----Header Advert-----*/
#HeaderAdvert
{    
    height: 60px;
    position: absolute;
    right: 10px;
    top: 28px;    
    width: 468px;    
}

#HeaderAdvert img
{
	vertical-align: top;
}

/********************************************************************************************************/
/***                                        MENU                                                      ***/
/********************************************************************************************************/
/*-----Root+First+Second Level Menus-----*/
#Menu
{
	color: #012757;	
	font-size: 120%;
	position: absolute;
	right: 7px;
	top: 99px;
	width: 850px;
}

#Menu a
{    
    text-decoration: none;
}

#Menu ul
{
    float: right;
    height: 25px;   
}

#Menu ul li a span
{
    cursor: pointer;    
    display: block;
    float: left;
    height: 19px;
    padding: 6px 18px 0 18px;        
}

/*-----Root Level Menu-----*/
#FirstMenu .RootLevel a
{
    background: url(img/menu1_corners_bg.gif) no-repeat;	
	border-left: none;
	padding-left: 5px;	
}

#FirstMenu .RootLevel a:hover,
#FirstMenu .RootLevel a.selectedItem
{
    background: #406391 url(img/menu1s_corners_bg.gif) no-repeat;
}

#FirstMenu .RootLevel a span,
#FirstMenu .RootLevel a.selectedItem span,
#FirstMenu .RootLevel a:hover span
{
    border-left: none;    
}

/*-----First Level Menu-----*/
.FirstLevel ul
{
    border-right: solid 1px #354d70;  
}

#FirstMenu
{
    border-right: solid 2px #c9cdd7;
    height: 25px;
}

#FirstMenu ul li a
{
	border-left: solid 1px #354d70;
	border-right: solid 1px #001f4b;
	color: #012757;	
}

#FirstMenu ul li a span
{ 	
	background: #e0e4ea url(img/menu1_slice_bg.gif) repeat-x;
	border-left: solid 2px #c9cdd7;
	border-right: solid 1px #abb6c5;
}

#FirstMenu ul li a:hover span,
#FirstMenu ul li a.selectedItem span
{
    color: #fff;	
	background: #406391 url(img/menu1s_slice_bg.gif) repeat-x;	
	border-left: solid 2px #8592ab;
	border-right: none;
	padding-right: 19px;	
}

/*-----Second Level Menu-----*/
#SecondMenu ul li.rmFirst a
{
    border-left: none;
}

#SecondMenu ul li.rmLast a
{
    border-right: none;
    padding-right: 2px;
}

#SecondMenu ul li a 
{    	
	border-left: solid 2px #c9cdd7;
	border-right: solid 2px #66809d;
	font-weight: bold;
}

#SecondMenu ul li a:hover,
#SecondMenu ul li a.selectedItem
{    
    background: #a6adb9 url(img/menu2s_slice_bg.gif) repeat-x; 
	border-left: solid 2px #c9cdd7;
	border-right: solid 2px #66809d;
	color: #012757;
	padding-right: 0px;
}
/********************************************************************************************************/
/***                                        LANGUAGE SELECTOR                                         ***/
/********************************************************************************************************/
#LanguageSelector
{
    float: right;    
}
/********************************************************************************************************/
/***                                        TICKET SELECTION PANEL                                    ***/
/********************************************************************************************************/

#TicketSelectionPanel
{
}

#TicketSelectionPanel .RouteLabel,
#TicketSelectionPanel .TicketLabel,
#TicketSelectionPanel .PassengerLabel,
#TicketSelectionPanel .DateLabel
{
	font-size: 120%;
	padding-left: 10px;
}

#ContentColumn #TicketSelectionPanel .ItemsPanel
{
	margin-top: 10px;
}

#ContentColumn #TicketSelectionPanel .ItemsPanel h2
{
	margin: 0;
}

#ContentColumn #TicketSelectionPanel .ItemsPanel ul
{
	margin: 0 0 10px;
	padding-left: 0;
}

#ContentColumn #TicketSelectionPanel .ItemsPanel ul li
{
	list-style-type: none;
	border-bottom: 1px dotted #93B1D7;
	position: relative;
	/*padding: 7px 10px;*/
	height: 28px;	
	margin-bottom: 0;
	font-size: 120%;
}

#ContentColumn #TicketSelectionPanel .ItemsPanel ul li .ItemWrap
{
	display: block;
	height: 29px;
	position: absolute;
	width: 590px;
}

#ContentColumn #TicketSelectionPanel .ItemsPanel ul li a
{
	display: block;
	width: 100%;
	height: 100%;
}

#ContentColumn #TicketSelectionPanel .ItemsPanel ul li:hover
{
	background-color: #E0EAF4;
}

#TicketSelectionPanel .ItemsPanel ul li .InfoJoin,
#TicketSelectionPanel .ItemsPanel ul li .Info
{
	display: none;
}

#TicketSelectionPanel .ItemsPanel ul li .InfoJoin
{
	background: #E0EAF4;
	position: absolute;
	top: 0;
	left: 590px;
	width: 10px;
	height: 29px;
	z-index: 1;
}

#TicketSelectionPanel .ItemsPanel ul li .Info
{
	background: #E0EAF4 url(img/ticketselectionpanel_info_top_bg.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 600px;
	width: 210px;
	z-index: 1;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Top
{
	background: #E0EAF4 url(img/ticketselectionpanel_info_top_bg.gif) no-repeat;
	padding: 10px 10px 2px;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Bottom
{
	background: url(img/ticketselectionpanel_info_bottom_bg.gif) no-repeat;
	height: 8px;
	overflow: hidden; /* IE6 fix */
}

#TicketSelectionPanel .ItemsPanel ul li:hover .InfoJoin,
#TicketSelectionPanel .ItemsPanel ul li:hover .Info
{
	display: block;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Name
{
	color: #5088C3;
	font-size: 120%;
	font-weight: bold;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Passenger
{
	font-size: 120%;
	height: 18px;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Total
{
	font-size: 120%;
	font-weight: bold;
	height: 18px;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Saving
{
	color: #5088C3;
	font-size: 120%;
	font-weight: bold;
	height: 18px;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Quantity
{
	float: left;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Price
{
	position: absolute;
	left: 100px;
	width: 70px;
	text-align: right;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Passengers,
#TicketSelectionPanel .ItemsPanel ul li .Info .Description,
#TicketSelectionPanel .ItemsPanel ul li .Info .Upsell
{
	margin-top: 10px;
}

#TicketSelectionPanel .ItemsPanel ul li .Info .Description,
#TicketSelectionPanel .ItemsPanel ul li .Info .Upsell
{
	color: #5088C3;
}

#TicketSelectionPanel li input
{
	position: absolute;
	top: 7px;
	height: 15px;
	width: 15px;
	left: 10px;
}

#TicketSelectionPanel .ItemName
{
	position: absolute;
	top: 7px;
	left: 40px;	
	width: 170px;
	height: 15px;
	overflow: hidden;
}

#TicketSelectionPanel .ItemInfo
{
	position: absolute;
	top: 7px;
	left: 230px;	
	width: 250px;
	height: 15px;
	overflow: hidden;
}

#TicketSelectionPanel .NormalPrice
{
	position: absolute;
	top: 7px;
	left: 350px;	
}

#TicketSelectionPanel .ItemPrice
{
	/*width: 82px;
	margin-top: 6px;*/
	position: absolute;
	top: 7px;
	left: 500px;	
	width: 70px;
	text-align: right;
}

/********************************************************************************************************/
/***                                        PAGES                                                     ***/
/********************************************************************************************************/

/*-----Page-----*/
#Page,
#Widget
{			
	text-align: left;
}

/*-----Content in #Page-----*/
#MainContent
{    
    float: left;
	width: 770px;
}

#SubContent
{
	width: 210px;
	float: right;
}

#Banner
{	
	
}

/*-----Columns in #MainContent-----*/
#InfoColumn
{
	width: 170px;
	float: left;
}

#MainContent #ContentHeader,
#MainContent #ContentColumn,
#MainContent #ContentFooter
{
	clear: right;
	float: right;
}

#ContentHeader,
#ContentColumn,
#ContentFooter
{
	width: 590px;
}

/*-----ContentColumn-----*/
#ContentColumn p
{
    margin: 2px 10px 20px 10px;
    font-size: 140%;
}

#ContentColumn p.DarkText,
#ContentColumn p.darktext
{
    color: #012757;
}

#ContentColumn p.Intro,
#ContentColumn p.intro
{
}

#ContentColumn p.Intro2,
#ContentColumn p.intro2
{
    color: #012757;
    font-size: 140%;
    margin: 14px 10px;
}

#ContentColumn p.nomargin,
#ContentColumn p.NoMargin
{
    /*margin-left: 0px;*/
}

#ContentColumn ul
{
    padding-left: 20px;
    margin: 2px 10px 20px;
}

#ContentColumn ul li
{
    list-style-type: disc;
}

#ContentColumn ol
{
    padding-left: 20px;
    margin: 2px 10px 20px;
}

#ContentColumn ol li
{
    list-style-type: decimal;
}

#ContentColumn li
{
    font-size: 140%;
	margin-bottom: 15px;
}

#ContentColumn li p,
#ContentColumn li li,
#ContentColumn li li li
{
    font-size: 100%;
}

#ContentColumn li ol,
#ContentColumn li ul
{
    font-size: 100%;
	margin: 0 0 15px 0;
}

#ContentColumn table
{
	width: 570px;
	font-size: 120%;
	border-collapse: collapse;
	margin: 10px;
}

#ContentColumn th
{
    background-color: #548AC4;
    border: #548AC4 solid 1px;
	color: #FFF;
	padding: 5px;
}

#ContentColumn table.green th
{
    background-color: #DCE05E;
    border-color: #DCE05E;
	color: #012757;
}

#ContentColumn table.orange th
{
    background-color: #EB982A;
    border-color: #EB982A;
}

#ContentColumn table.pink th
{
    background-color: #BB2B61;
    border-color: #BB2B61;
}

#ContentColumn td
{
    border: #548AC4 solid 1px;
	padding: 5px;	
}

#ContentColumn table.green td
{
    border-color: #DCE05E;
}

#ContentColumn table.orange td
{
    border-color: #EB982A;
}

#ContentColumn table.pink td
{
    border-color: #BB2B61;
}

#ContentColumn .ValidationSummary
{
    margin: 10px;
	color: #F00;
	font-size: 120%;
}

#ContentColumn .ValidationSummary ul
{
	font-size: inherit;
    margin-bottom: 0;
}

#ContentColumn .ValidationSummary ul li
{
	font-size: inherit;
	margin-bottom: 0;
}

#ContentColumn .ValidationError
{
	color: #F00;
}

#ContentColumn .button,
#ContentColumn .Button
{
    display: block;
	width: 168px;
	margin-top: 10px;
    float: right;
}

#ContentColumn p .button,
#ContentColumn p .Button
{
	float: none;
	display: inline-block;
	vertical-align: baseline;
}

#ContentColumn a.button,
#ContentColumn a.Button
{
    font-weight: bold;
    border: none;
    color: #fff;
	/*font-size: 120%;*/
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0 0 10px;
	height: 19px;
    background: transparent url(img/button_blue.gif) no-repeat;
}

#ContentColumn a.button.orange,
#ContentColumn a.Button.orange
{
    background: transparent url(img/button_orange.gif) no-repeat;
    color: #012757;
}

#ContentColumn a.button.pink,
#ContentColumn a.Button.pink
{
    background: transparent url(img/button_pink.gif) no-repeat;
}

#ContentColumn a.button.green,
#ContentColumn a.Button.green
{
    background: transparent url(img/button_green.gif) no-repeat;
    color: #012757;
}

#ContentColumn a.button:hover,
#ContentColumn a.Button:hover
{
	/*background-position: 0 -24px;*/
}

/*-----Breadcrumb Trail-----*/
.Breadcrumb
{    
    color: #012757;
    display: block;
    margin-bottom: 7px;
}

.Breadcrumb a,
.Breadcrumb .PathSeparator
{
    color: #92b2d8;
    text-decoration: none;
}

/*-----Sitemap-----*/
#ContentColumn .sitemap table
{
	margin: 0;
	width: auto;
}

#ContentColumn .sitemap td
{
	border: none;
}

.sf_listTitle
{
	display: none;
}
/********************************************************************************************************/
/***                                        AD PANEL                                                 ***/
/********************************************************************************************************/
.AdPanel
{
	margin-bottom: 10px;
}

.AdPanel .Top
{
	background: url(img/adpanel_border_top_bg.gif) no-repeat;
	height: 6px;
	overflow: hidden; /* for IE6 */
}

.AdPanel .Middle
{
	background: url(img/adpanel_border_middle_bg.gif) repeat-y;
	text-align: center;
}

.AdPanel .Middle b,
.AdPanel .Middle object,
.AdPanel .Middle img
{
	vertical-align: top;
}

.AdPanel .Bottom
{
	background:  url(img/adpanel_border_bottom_bg.gif) no-repeat;
	height: 6px;    
	overflow: hidden; /* for IE6 */
}

/********************************************************************************************************/
/***                                        BOOKING PANEL                                             ***/
/********************************************************************************************************/
#BookingPanel
{
    margin-top: -18px;
    position: relative; /*required for ie6 negative margin fix*/
    margin-bottom: 10px;
}

#BookingPanel .Top
{
	background: #75A1D6 url(img/bookingpanel_tickets_top_bg.gif) no-repeat;
	color: #FFF;
	padding: 28px 10px 3px 10px;
	width: 190px;
}

#BookingPanel .TicketPanel
{
}


#BookingPanel .DateTextBox
{
	width: 82px;
}

#BookingPanel .Title
{
	color: #FFF;
	font-size: 180%;
	padding-bottom: 8px;
}

#BookingPanel .BookingSection
{
	padding-bottom: 7px;
	_padding-bottom: 6px;
}

#BookingPanel label
{	
	font-size: 120%;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 6px;
}

#BookingPanel p
{
	margin: 10px 0 0;
}

#BookingPanel select,
#BookingPanel input
{
	color: #000;
}

#BookingPanel .FullWidth
{
	width: 183px;
}

#BookingPanel .Submit
{
    margin-top: 3px;
}

#BookingPanel .Button
{
    float: right;
	width: 168px;
	margin-top: 2px;
}

#BookingPanel a.Button
{
    font-weight: bold;
    border: none;
    color: #fff;
	font-size: 120%;	
	text-decoration: none;
	padding: 5px 0 0 10px;
	height: 19px;
    background: transparent url(img/bookingpanel_button.gif) no-repeat;	
}

#BookingPanel .Error
{
	display: block;
}

#BookingPanel .ValidationSummary
{
	clear: both;
	color: #fff;
	padding: 4px 0 0 0;
}

#BookingPanel .RouteListLabel,
#BookingPanel .TicketListLabel
{
	display: none;
}

#BookingPanel .ChildrenListLabel
{
	margin-left: 14px;
}

#BookingPanel .RouteList,
#BookingPanel .TicketList
{
	width: 190px;
}

#BookingPanel .PassengerList
{
	width: 34px;
}

#BookingPanel .DateTextBox
{
	width: 111px;
}

#BookingPanel .PromotionCodeTextBox
{
	width: 84px;
}

#BookingPanel .Bottom
{
	background: url(img/bookingpanel_bottom_bg.gif) no-repeat;
	height: 7px;    
	overflow: hidden; /* for IE6 */
}


/********************************************************************************************************/
/***                                        FAQ's                                                     ***/
/********************************************************************************************************/

#ContentColumn .sf_anchorList
{
    padding-left: 0;
}

#ContentColumn .sf_anchorList li
{
    list-style: none;
}

#ContentColumn .sf_anchorList li a
{
    color: #012757;
    text-decoration: none;
}

#ContentColumn .sf_anchorList li a:hover
{
    text-decoration: underline;
}

/********************************************************************************************************/
/***                                        FORMS                                                     ***/
/********************************************************************************************************/

.Form2
{
	padding: 10px 10px 0;
	margin-bottom: 10px;
}

.Form .Top
{
    background: url(img/form_mask_top.gif) no-repeat;
    padding: 10px;
}

.Form .Bottom
{
    background: url(img/form_mask_bottom.gif) no-repeat bottom;
    clear: both;
    height: 6px;
    margin-bottom: 10px;
}

.Form .Title
{
    display: block;
    font-size: 180%;
    margin-bottom: 10px;
}

.Form span.Subtitle,
.Form span.Text
{
    display: block;
    clear: both;
}

.Form .Text
{
    margin-bottom: 4px;
}

.Form .Subtitle
{
    margin-bottom: 2px;
    font-size: 120%;
    font-weight: bold;
}

.Form label.Small
{
    font-size: inherit;
}

.Form hr
{
    border-top-color: #fff;
}

.FormBlue hr
{
	border-top-color: #93B1D7;
}

.FormPink hr
{
	border-top-color: #F86571;
}

.FormGreen hr
{
	border-top-color: #FCFE7E;
}

.Form .Left
{
	clear: both;
    margin-right: 2px;
}

.FormRow
{
	clear: both;
	margin-bottom: 5px;
}

.FormRow .Mid
{
    margin-right: 2px;
}

.Form .Note
{
    clear: none;
    margin-left: 25px;
    width: 330px;
}

#ContentColumn .Form .Button
{
    float: right;    
    margin: 5px 5px 10px;    
    clear: both;
	width: 120px;
}

#ContentColumn .Form a.Button
{
    font-weight: bold;
    border: none;
	font-size: 120%;	
	text-decoration: none;
	padding: 5px 0 0 10px;
	height: 19px;
}

.Top .FormElement
{
    margin-bottom: 5px;
}

.FormElement
{
    float: left;
    padding: 5px;
}

.FormElement input.TextBox,
.FormElement select,
.FormElement textarea
{    
    clear: left; 
    float: left;
}

.FormElement label
{
    clear: left; 
    float: left;
    margin-right: 3px;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 4px;
}

.FormElement .ValidationError
{
	float: left;
}

.FormElement label.Subhead
{
    font-weight: normal;
    font-size: inherit;
}

.FormElement .CheckBox
{
    display: block;
    float: left;
}

.FormElement .CheckBox input
{
    margin-left: 10px;
    margin-top: 1px;
    float: left;
}

.FormElement .CheckBox2 input
{
    display: block;
    float: left;
    margin-right: 6px;
}

.FormElement .CheckBox2 label
{
	clear: none;
    display: block;
    float: left;
    width: 548px;
}

.FormElement .Long label
{
	font-size: 110%;
	font-weight: normal;
}

.FormElement.Sixth
{         
    width: 86px;
}

.FormElement.Third,
.FormElement.ThirdSplit
{         
    width: 182px;
}

.FormElement.Half
{         
    width: 278px;
}

.FormElement.Full
{
    width: 570px;
}

.FormElement.Sixth input.TextBox,
.FormElement.Sixth select
{           
    width: 84px;
}

.FormElement.Third input.TextBox,
.FormElement.Third select
{           
    width: 179px;
}

.FormElement.ThirdSplit input.TextBox,
.FormElement.ThirdSplit select
{           
    width: 88px;
    margin-right: 2px;
}

.FormElement .Join
{
	clear: left;
}

.FormElement.ThirdSplit .Join input.TextBox,
.FormElement.ThirdSplit .Join select
{           
	clear: none;
}

.FormElement.Half input.TextBox,
.FormElement.Half select
{           
    width: 276px;     
}

.FormElement.Full input.TextBox,
.FormElement.Full textarea
{       
    width: 566px;     
}

.Form .Top .Title,
.Form .Top .Subtitle,
.Form .Top .Text
{
	zoom: 1; /* IE6 "hidden text" fix */
}

ul#optinoptions 
{
	margin: 0;
	padding: 0;
}

ul#optinoptions li 
{
	list-style-type: none;
}

ul#optinoptions li label
{
	font-size: 0.9em;
}

#ContentColumn .Form p
{
	font-size:1.2em;
	margin:0 0 20px;
}

/*-----Form Colours-----*/
.FormGreen,
.FormGreen .Bottom
{
    background-color: #dce05e;
    color: #012757;
}

#ContentColumn .FormGreen a.Button
{    
    background: #adb330 url(img/form_button_green.gif) no-repeat;       
    color: #012757;
}

.FormOrange,
.FormOrange .Bottom
{
    background-color: #eb982a;
    color: #fff;
}

#ContentColumn .FormOrange a.Button
{    
    background: #bc6e03 url(img/form_button_orange.gif) no-repeat;       
    color: #fff;
}

.FormBlue,
.FormBlue .Bottom
{
    background-color: #538ac3;
    color: #fff;
}

#ContentColumn .FormBlue a.Button
{    
    background: #002654 url(img/form_button_blue.gif) no-repeat;       
    color: #fff;
}

.FormPink,
.FormPink .Bottom
{
    background-color: #bb2b61;
    color: #fff;
}

#ContentColumn .FormPink a.Button
{
    background: #840232 url(img/form_button_pink.gif) no-repeat;       
    color: #fff;
}

.Form span.Question
{
	clear: left;
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin-right: 3px;
}

/********************************************************************************************************/
/***                                        BA FORMS                                                  ***/
/********************************************************************************************************/

#BABoardingPassForm .Bottom
{
    background: url(img/form_mask_bottom.gif) no-repeat bottom;
    clear: both;
    height: 6px;
    margin-bottom: 10px;
}

#BABoardingPassForm .Title
{
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

#BABoardingPassForm input.Button
{
    border: none;
    color: #fff;
    float: right;    
    font-weight: bold;   
    height: 24px;
    margin: 5px 5px 20px;    
    width: 130px;
}

#BABoardingPassForm .ValidationSummary
{
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

/********************************************************************************************************/
/***                                        LEGACY BOOKING PANEL                                      ***/
/********************************************************************************************************/
#LegacyBookingPanel
{
    margin-top: -18px;
    position: relative; /*required for ie6 negative margin fix*/
    margin-bottom: 10px;
}

#LegacyBookingPanel .Top
{
	background: #75A1D6 url(img/bookingpanel_top_bg.gif) no-repeat;
	color: #FFF;
	padding: 0 10px 0 12px;	
	width: 188px;
	min-height: 206px;
}

#LegacyBookingPanel .TicketPanel,
#LegacyBookingPanel .LogInPanel
{
	padding-top: 28px;
}

#LegacyBookingPanel .TicketPanel
{
	background: url(img/icon_tickets.gif) no-repeat 157px 9px;
	_padding-bottom: 3px;
}

#LegacyBookingPanel .LogInPanel
{
	background: url(img/icon_padlock.gif) no-repeat 157px 9px;
	_padding-bottom: 10px;
}

#LegacyBookingPanel .Title
{
	color: #FFF;
	font-size: 180%;
}

#LegacyBookingPanel .Header
{	
	padding-bottom: 4px;
	padding-top: 1px;
}

#LegacyBookingPanel .Header .NoScript
{
	display: inline;
}

#LegacyBookingPanel .Header a
{
	color: #D6D6D6;
	font-size: 110%;
}

#LegacyBookingPanel #LoginLinkSpan,
#LegacyBookingPanel #BookingLinkSpan
{
	border-right: 1px solid #D6D6D6;
	margin-right: 5px;
}

#LegacyBookingPanel .BookingSection
{
	margin-bottom: 7px;
	_margin-bottom: 6px;
}

#LegacyBookingPanel label
{	
	font-size: 120%;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 6px;
}

#LegacyBookingPanel p
{
	margin: 10px 0 0;
}

#LegacyBookingPanel select,
#LegacyBookingPanel input
{
	color: #000;
}

#LegacyBookingPanel .FullWidth
{
	width: 183px;
}

#LegacyBookingPanel .Submit
{
    margin-top: 3px;
}

#LegacyBookingPanel a
{
    color: #FFF;
	font-size: 110%;	
	margin-right: 2px;
}

#LegacyBookingPanel .Error
{
	display: block;
}

#LegacyBookingPanel .ValidationSummary
{
	clear: both;
	color: #fff !important;
	padding-top: 4px;
}

#LegacyBookingPanel .ChildrenListLabel
{
	margin-left: 14px;
}

#LegacyBookingPanel .RouteListLabel,
#LegacyBookingPanel .DayListLabel
{
	display: none;
}

#LegacyBookingPanel .RouteList
{
	width: 188px;
}

#LegacyBookingPanel .PassengerList
{
	width: 34px;
}

#LegacyBookingPanel .DayList
{
	width: 40px;
}

#LegacyBookingPanel .MonthList
{
	width: 122px;
}

#LegacyBookingPanel .PromotionCodeTextBox
{
	width: 82px;
}

#LegacyBookingPanel .Bottom
{
	background: url(img/bookingpanel_bottom_bg.gif) no-repeat;
	height: 7px;    
	overflow: hidden; /* for IE6 */
}

#LegacyBookingPanel .DateTextBox
{
	width: 109px;
}

#LegacyBookingPanel .Placeholder
{
	color: #999;
}

/********************************************************************************************************/
/***                                  WIDE LEGACY BOOKING PANEL                                       ***/
/********************************************************************************************************/
#LegacyBookingPanelWide
{
    position: relative; /*required for ie6 negative margin fix*/
    margin-bottom: 10px;
}

#LegacyBookingPanelWide .Top
{
	background: #75A1D6 url(img/bookingpanel_top_bg_wide.gif) no-repeat;
	color: #FFF;
	padding: 0 5px;
	width: 580px;
}

#LegacyBookingPanelWide .TicketPanel,
#LegacyBookingPanelWide .LogInPanel
{
	padding-top: 28px;
}

#LegacyBookingPanelWide .TicketPanel
{
	background: url(img/icon_tickets.gif) no-repeat 544px 9px;
	_padding-bottom: 3px;
}

#LegacyBookingPanelWide .LogInPanel
{
	background: url(img/icon_padlock.gif) no-repeat 544px 9px;
	_padding-bottom: 10px;
}

#LegacyBookingPanelWide h2
{
	padding: 0 5px;
}

#LegacyBookingPanelWide .Header
{	
	padding: 1px 5px 4px;
}

#LegacyBookingPanelWide .Header .NoScript
{
	display: inline;
}

#LegacyBookingPanelWide .Header a
{
	color: #D6D6D6;
	font-size: 110%;
}

#LegacyBookingPanelWide #LoginLinkSpan,
#LegacyBookingPanelWide #BookingLinkSpan
{
	border-right: 1px solid #D6D6D6;
	margin-right: 5px;
}

#LegacyBookingPanelWide .FormRow
{
	margin-bottom: 0;
}

#LegacyBookingPanelWide p
{
	margin: 10px 0 0;
}

#LegacyBookingPanelWide select,
#LegacyBookingPanelWide input
{
	color: #000;
}

#LegacyBookingPanelWide .FormElement.ThirdSplit .Join select
{
	margin-right: 0px;
}

#LegacyBookingPanelWide .FormElement.ThirdSplit .ui-datepicker-trigger
{
	padding: 1px 0;
	float: left;
}

#LegacyBookingPanelWide .FullWidth
{
	width: 183px;
}

#LegacyBookingPanelWide .Submit
{
    margin: 20px 5px 0 0;
    float: right;
}

#LegacyBookingPanelWide a
{
    color: #FFF;
	font-size: 110%;	
	margin-right: 2px;
}

#LegacyBookingPanelWide .Error
{
	display: block;
}

#LegacyBookingPanelWide .ValidationSummary
{
	clear: both;
	color: #fff !important;
	padding: 0 5px;
}

#LegacyBookingPanelWide .DayList
{
	width: 40px;
	margin-right: 0;
}

#LegacyBookingPanelWide .MonthList
{
	width: 122px;
	_width: 120px;
	clear: none;
	margin-right: 0;
}

#LegacyBookingPanelWide .Bottom
{
	background: url(img/bookingpanel_bottom_bg_wide.gif) no-repeat;
	height: 7px;    
	overflow: hidden; /* for IE6 */
}


#LegacyBookingPanelWide .DateTextBox
{
	width: 109px;
}

#LegacyBookingPanelWide .Placeholder
{
	color: #999;
}

#LegacyBookingPanelWide #ResetPassword
{
	position: absolute;
	top: 116px;
	left: 404px;
}

/********************************************************************************************************/
/***                                        ADVANCED BOOKING PANEL                                      ***/
/********************************************************************************************************/
#AdvancedBookingPanel
{
    position: relative; /*required for ie6 negative margin fix*/
    margin-bottom: 10px;
    margin-top: -18px;
}

#AdvancedBookingPanel .Top
{
	background: #74A0D5 url(img/advanced_bookingpanel_top_bg.gif) no-repeat;
	color: #FFF;
	padding: 0 10px 4px;	
	width: 570px;
	min-height: 132px;
}

#AdvancedBookingPanel .TicketPanel,
#AdvancedBookingPanel .LogInPanel
{
	padding-top: 28px;
}

#AdvancedBookingPanel .Title
{
	color: #FFF;
	font-size: 180%;
	padding-bottom: 8px;
}

#AdvancedBookingPanel .Header
{	
	padding-bottom: 4px;
	padding-top: 1px;
}

#AdvancedBookingPanel .Header .NoScript
{
	display: inline;
}

#AdvancedBookingPanel .Header a
{
	color: #D6D6D6;
	font-size: 110%;
}

#AdvancedBookingPanel #LoginLinkSpan,
#AdvancedBookingPanel #BookingLinkSpan
{
	border-right: 1px solid #D6D6D6;
	margin-right: 5px;
}

#AdvancedBookingPanel .BookingSection
{
	padding-bottom: 7px;
	_padding-bottom: 6px;
}

#AdvancedBookingPanel label
{	
	font-size: 120%;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 6px;
}

#AdvancedBookingPanel p
{
	margin: 10px 0 0;
}

#AdvancedBookingPanel select,
#AdvancedBookingPanel input
{
	color: #000;
}

#AdvancedBookingPanel .FullWidth
{
	width: 183px;
}

#AdvancedBookingPanel .Error
{
	display: block;
}

#AdvancedBookingPanel .ValidationSummary
{
	clear: both;
	color: #fff;
	padding: 8px 0 0 0;
	margin: 0;
}

#AdvancedBookingPanel .ValidationSummary ul
{
    margin: 0;
}

#AdvancedBookingPanel .RouteListLabel,
#AdvancedBookingPanel .TicketListLabel
{
	display: none;
}

#AdvancedBookingPanel .RouteList,
#AdvancedBookingPanel .TicketList
{
	width: 188px;
	margin-right: 2px;
}

#AdvancedBookingPanel .PassengerList
{
	width: 34px;
}

#AdvancedBookingPanel .DayList
{
	width: 42px;
}

#AdvancedBookingPanel .MonthList
{
	width: 120px;
}

#AdvancedBookingPanel .PromotionCodeTextBox
{
	width: 82px;
}

#AdvancedBookingPanel .Bottom
{
	background: url(img/advanced_bookingpanel_bottom_bg.gif) no-repeat;
	height: 7px;    
	overflow: hidden; /* for IE6 */
}

#AdvancedBookingPanel .DateTextBox
{
	width: 109px;
	margin-right: 2px;
}

#AdvancedBookingPanel .Placeholder
{
	color: #999;
}

/********************************************************************************************************/
/***                                            BASKET                                                ***/
/********************************************************************************************************/

#BasketPanel
{
	margin-top: -18px;
	margin-bottom: 10px;
	position: relative;
}

#BasketPanel .Top
{
    background: #003763 url(img/basket_top_bg.gif) no-repeat;
	padding: 28px 10px 4px;
	width: 190px;
	min-height: 111px;
	color: #FFF;
}

#BasketPanel .Title
{
	color: #FFF;
	font-size: 180%;
	padding-bottom: 8px;
}

#BasketPanel .Item
{
	font-size: 120%;
	border-top: 1px dotted #4a5d6c;
	padding: 5px 0;
}

#BasketPanel .EmptyHeading,
#BasketPanel .RouteLabel,
#BasketPanel .PassengerLabel,
#BasketPanel .TicketLabel
{
	color: #93B1D7;
}

#BasketPanel .RemoveButton
{
	border: 0;
	background-color: Transparent;
	color: #BEC112;
	cursor: pointer;
}

#BasketPanel .RemoveButton:hover
{
	color: #E6E416;
}

#BasketPanel .Footer
{
	border-top: 1px dotted #4a5d6c;
	padding-top: 8px;
    font-weight: bold;
}

#BasketPanel .Total
{
	font-size: 140%;
	float: left;
	padding: 5px 0;
}

#BasketPanel .Button
{
	color: #FFF;
	font-size: 120%;
	float: right;
	width: 78px;
    border: none;
	text-decoration: none;
	padding: 5px 0 0 10px;
	height: 19px;
	background: transparent url(img/basket_checkout_button.gif) no-repeat;
}

#BasketPanel .Button:hover
{
	background-position: 0 -24px;
}

#BasketPanel .Bottom
{
    background: #003763 url(img/basket_bottom_bg.gif) no-repeat;
    height: 6px;
    overflow: hidden;
}

/********************************************************************************************************/
/***                                          Checkout Progress Panel                                 ***/
/********************************************************************************************************/

#CheckoutProgressPanel
{
	margin-top: -18px;
	margin-bottom: 10px;
	position: relative;
}

#CheckoutProgressPanel .Top
{
    background: #003763 url(img/basket_top_bg.gif) no-repeat;
	padding: 28px 10px 4px;	
	width: 190px;
	min-height: 111px;
	color: #FFF;
}

#CheckoutProgressPanel h2
{
	color: #FFF;
	font-size: 180%;
	padding-bottom: 8px;
	font-weight: normal;
}

#CheckoutProgressPanel ul
{
	border-bottom: 1px dotted #4a5d6c;
	margin-bottom: 3px;
}

#CheckoutProgressPanel li
{
	font-size: 120%;
	border-top: 1px dotted #4a5d6c;
	padding: 5px 0;
	color: #93B1D7;
}

#CheckoutProgressPanel .Current
{
	padding-left: 16px;
	color: #FFF;
	background: url(img/progress_arrow.gif) no-repeat 1px 5px;
}

#CheckoutProgressPanel .Complete
{
	color: #DCE05E;
	background: url(img/progress_tick.gif) no-repeat 170px 5px;
}

#CheckoutProgressPanel .Bottom
{
    background: #003763 url(img/basket_bottom_bg.gif) no-repeat;
    height: 6px;
    overflow: hidden;
}

/********************************************************************************************************/
/***                                        JQUERY DATE PICKER                                        ***/
/********************************************************************************************************/
.ui-datepicker-trigger
{
	cursor: pointer;
	vertical-align: top;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
*/


/* Component containers
----------------------------------*/
.ui-widget {  }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(img/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(img/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(img/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(img/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(img/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(img/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(img/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(img/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(img/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(img/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 170px; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.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; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/********************************************************************************************************/
/***                                        LEGACY SERVICE INFO                                       ***/
/********************************************************************************************************/

#ServiceInfo
{
	margin-bottom: 10px;
}

#ServiceInfo a
{
	text-decoration: none;
	cursor: pointer;
}

#ServiceInfo span
{
    display: block;
}

#ServiceInfo a span.Green,
#ServiceInfo a span.Amber,
#ServiceInfo a span.Red
{    
	height: 60px;
	line-height: 150%;
	padding: 6px 10px 6px 74px;
	text-align: right;
}

#InfoColumn #ServiceInfo a span.Green,
#InfoColumn #ServiceInfo a span.Amber,
#InfoColumn #ServiceInfo a span.Red
{    
	width: 86px;
}

#SubContent #ServiceInfo a span.Green,
#SubContent #ServiceInfo a span.Amber,
#SubContent #ServiceInfo a span.Red
{    
	width: 126px;
}

#InfoColumn #ServiceInfo .Green
{	
	background-image: url(img/serviceinfo_green_bg.gif);
}

#InfoColumn #ServiceInfo .Amber
{
	background-image: url(img/serviceinfo_amber_bg.gif);
}

#InfoColumn #ServiceInfo .Red
{
	background-image: url(img/serviceinfo_red_bg.gif);
}

#SubContent #ServiceInfo .Green
{	
	background-image: url(img/sub_serviceinfo_green_bg.gif);
}

#SubContent #ServiceInfo .Amber
{
	background-image: url(img/sub_serviceinfo_amber_bg.gif);
}

#SubContent #ServiceInfo .Red
{
	background-image: url(img/sub_serviceinfo_red_bg.gif);
}

#ServiceInfo .Title
{
	color: #FFF;	
	font-size: 120%;
	font-weight: bold;
}

#ServiceInfo .Summary
{
	color: #93B1D7;
	font-size: 110%;
}

/********************************************************************************************************/
/***                                        NEWSLETTER PANEL                                          ***/
/********************************************************************************************************/
.NewsletterPanel
{
	margin-bottom: 10px;
}

#InfoColumn .NewsletterPanel
{
	background: #74A0D5 url(img/info_lightblue_top_bg.gif) no-repeat;	
}

#SubContent .NewsletterPanel
{
	background: #74A0D5 url(img/sub_lightblue_top_bg.gif) no-repeat;	
}

.NewsletterPanel .Top
{
    padding: 10px 10px 0 10px;    
}

.NewsletterPanel .Title
{
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	display: block;	
}

.NewsletterPanel .Text
{
	color: #FFF;
	font-size: 110%;
	display: block;	
}

.NewsletterPanel .EmailLabel,
.NewsletterPanel .FirstNameLabel,
.NewsletterPanel .LastNameLabel
{
	color: #FFF;
	display: block;
}

.NewsletterPanel .Error
{
	color: #FFF;
	display: block;
}

#InfoColumn .NewsletterPanel .EmailText,
#InfoColumn .NewsletterPanel .FirstNameText,
#InfoColumn .NewsletterPanel .LastNameText
{
	width: 113px;
	vertical-align: middle;
}

#SubContent .NewsletterPanel .EmailText,
#SubContent .NewsletterPanel .FirstNameText,
#SubContent .NewsletterPanel .LastNameText
{
	width: 153px;
	vertical-align: middle;
}

.NewsletterPanel .Placeholder
{
	color: #999;
}

.NewsletterPanel .Submit
{
	vertical-align: middle;
} 

.NewsletterPanel .Bottom
{
	height: 6px;    
	overflow: hidden; /* for IE6 */
}

#InfoColumn .NewsletterPanel .Bottom
{
	background: #74A0D5 url(img/info_lightblue_bottom_bg.gif) no-repeat;
}

#SubContent .NewsletterPanel .Bottom
{
	background: #74A0D5 url(img/sub_lightblue_bottom_bg.gif) no-repeat;
}

/********************************************************************************************************/
/***                                        PAGE BANNER                                               ***/
/********************************************************************************************************/

.PageBanner,
.PageBanner .Background,
.PageBanner .Foreground
{	
	height: 267px;
	width: 590px;	
}

.PageBanner
{
    margin-bottom: 10px;
}

.PageBanner .Background
{
	background: #AAA;
	overflow: hidden;
	position: absolute;
}

.PageBanner .Foreground
{
    background: url(img/pagebanner_mask.png);
	_background: url(img/pagebanner_mask.gif);
	position: absolute;
}

.PageBanner h1
{
    background: #6c7a96 url(img/pagebanner_header_bg.gif) no-repeat;
	color: #FFF;
	float: left;
	font-size: 170%;
	font-weight: bold;	
	height: 26px;	
	margin: 0;
	min-width: 171px;
	padding: 9px 16px 0 10px;
}

.PageBanner .HeadingEnd
{	
	background: url(img/pagebanner_header_end_bg.png) no-repeat;
	_background: url(img/pagebanner_header_end_bg.gif) no-repeat;
	float: left;	
	height: 35px;
	width: 17px;
}

.PageBanner .Title
{
	clear: both;
	color: #012757;
	font-size: 180%;
	font-weight: bold;
	padding: 18px 0 0 10px;	
	width: 280px;
}

.PageBanner .Text
{	
    color: #012757;
	font-size: 140%;	
	padding: 2px 0 0 10px;
	width: 280px;
}

.PageBanner .Links
{	
	font-size: 120%;
	position: absolute;
	top: 157px;
}

.PageBanner .Links a
{
	clear: both;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
}

.PageBanner .Link
{		
	float: left;
	height: 23px;			
	min-width: 165px;
	padding: 7px 16px 0 10px;
}

.PageBanner .Links a.Link2
{
    color: #012757;
}

.PageBanner .End
{
    float: left;    
	height: 30px;
	width: 24px;
}

.PageBanner .Link1 .Link 
{
    background: #b7345b url(img/pagebanner_pinklink_bg.gif) repeat-x;
}

.PageBanner .Link2 .Link 
{   
    background: #d5dc67 url(img/pagebanner_greenlink_bg.gif) repeat-x;
}

.PageBanner .Link3 .Link 
{
    background: #46afe5 url(img/pagebanner_bluelink_bg.gif) repeat-x;
}

.PageBanner .Link1 .End
{	
	background: url(img/pagebanner_pinklink_arrow_bg.png) no-repeat;
	_background: url(img/pagebanner_pinklink_arrow_bg.gif) no-repeat;	
}

.PageBanner .Link2 .End
{	
	background: url(img/pagebanner_greenlink_arrow_bg.png) no-repeat;
	_background: url(img/pagebanner_greenlink_arrow_bg.gif) no-repeat;	
}

.PageBanner .Link3 .End
{	
	background: url(img/pagebanner_bluelink_arrow_bg.png) no-repeat;
	_background: url(img/pagebanner_bluelink_arrow_bg.gif) no-repeat;	
}

/********************************************************************************************************/
/***                                        PAGE SELECTOR                                             ***/
/********************************************************************************************************/
.PageSelector,
.PageSelector .Background,
.PageSelector .Foreground
{
    height: 105px;
    width: 190px;
}

.PageSelector
{	
	line-height: 160%;		
	margin-right: 10px;
	margin-top: 15px;
}

.PageSelector.FloatLeft
{
    clear: left;
    float: left;
}

.PageSelector.FloatRight
{
    clear: right;
    float: right;
    margin-right: 0px;
}

.PageSelector.FloatNone
{
    float: left;
    clear: none;
}

.PageSelector a
{
    text-decoration: none;
    cursor: pointer;
	position: absolute;
}

.PageSelector .Image
{
}

.PageSelector .Background
{
	background: #AAA no-repeat right bottom;	
	float: right;	
	overflow: hidden;
	position: absolute;		
}

.PageSelector .Foreground
{
	background: url(img/pageselector_bg.png) no-repeat;
	_background: url(img/pageselector_bg.gif) no-repeat;	
	position: absolute;	
}

.PageSelector .Cover
{	
	padding: 48px 0 0 10px;
	position: absolute;
	width: 130px;
}

.PageSelector .Icon
{	
	height: 34px;	
	margin-top: 7px;
	margin-left: 6px;
	position: absolute;
	width: 34px;
}

.PageSelector .Title
{
    color: #012757;
    display: block;
	font-size: 150%;
	font-weight: bold;		
}

.PageSelector .Text
{
    color: #012757;
	font-size: 120%;
}

/********************************************************************************************************/
/***                                        WIDE PAGE SELECTOR                                        ***/
/********************************************************************************************************/

.WidePageSelector,
.WidePageSelector .Background,
.WidePageSelector .Foreground
{
    height: 123px;
    width: 290px;
}

.WidePageSelector
{
	line-height: 160%;	
	margin-right: 10px;
	margin-top: 15px;
}

.WidePageSelector.FloatLeft
{
    clear: left;
    float: left;
}

.WidePageSelector.FloatRight
{
    clear: right;
    float: right;
    margin-right: 0px;
}

.WidePageSelector a
{
    text-decoration: none;
    cursor: pointer;
}

.WidePageSelector .Background
{
	background: #AAA no-repeat right bottom;
	float: right;	
	overflow: hidden;
	position: absolute;		
}

.WidePageSelector .Foreground
{
	background-repeat: no-repeat;
	position: absolute;	
}

.WidePageSelector .Cover
{	
	padding: 49px 0 0 10px;
	position: absolute;
	width: 175px;
}

.WidePageSelector .Icon
{	
	height: 34px;	
	margin-top: 8px;
	margin-left: 7px;
	position: absolute;
	width: 34px;
}

.WidePageSelector .Blue .Cover,
.WidePageSelector .Pink .Cover
{
	color: #FFF;
}

.WidePageSelector .Title
{
    display: block;
	font-size: 170%;
	font-weight: bold;	
	margin-bottom: 2px;	
}

.WidePageSelector .Text
{
	font-size: 120%;
}

.WidePageSelector .Arrow
{
	vertical-align: middle;
}

/********************************************************************************************************/
/***                                         PROMO PANEL                                              ***/
/********************************************************************************************************/
.PromoPanel,
.PromoPanel .Background,
.PromoPanel .Foreground
{
    height: 102px;
    width: 290px;
}

.PromoPanel
{				
	margin-bottom: 10px;	
}

.PromoPanel a
{	
	text-decoration: none;
	cursor: pointer;
	position: absolute;
}

.PromoPanel .TitleImage
{
	display: block;
	margin-bottom: 4px;
}

.PromoPanel .Background
{
	background: no-repeat right bottom;
	display: block;
	float: right;
	overflow: hidden;
	position: absolute;	
}

.PromoPanel .Foreground
{	
    display: block;
	position: absolute;
}

.PromoPanel .Cover
{	
	padding: 6px 0 0 10px;
	position: absolute;
	width: 183px;
}

.PromoPanel .Blue .Cover,
.PromoPanel .Gold .Cover
{
	color: #FFF;
}

.PromoPanel .Silver .Cover
{
	color: #012757;
}

.PromoPanel .Title
{
    display: block;
	font-size: 180%;
	font-weight: bold;	
	margin-bottom: 4px;
}

.PromoPanel .Text
{
	font-size: 110%;
}

.PromoPanel .Arrow
{
	vertical-align: top;
}

/********************************************************************************************************/
/***                                        DOUBLE PROMO PANEL                                        ***/
/********************************************************************************************************/

.DoublePromoPanel
{	
	height: 214px;		
	margin-bottom: 10px;
	width: 290px;
}

.DoublePromoPanel a
{
    text-decoration: none;
    cursor: pointer;
	position: absolute;
}

.DoublePromoPanel strong
{    
    display: block;
    font-size: 150%;
	margin: 0px 0px 15px 0px;	
}

.DoublePromoPanel .TitleImage
{
	display: block;
	margin-bottom: 8px;
}

.DoublePromoPanel .Background
{
	background: no-repeat right bottom;
	float: right;
	height: 214px;	
	overflow: hidden;
	position: absolute;	
	width: 290px;
}

.DoublePromoPanel .Foreground
{	
	height: 214px;
	position: absolute;
	width: 290px;
}

.DoublePromoPanel .Cover
{	
	padding: 10px 0 0 10px;
	position: absolute;
	width: 201px;
}

.DoublePromoPanel .Blue .Cover,
.DoublePromoPanel .Gold .Cover
{
	color: #FFF;
}

.DoublePromoPanel .Silver .Cover
{
	color: #012757;
}

.DoublePromoPanel .Title
{
    display: block;
	font-size: 1.8em;
	font-weight: bold;	
	margin-bottom: 8px;
}

.DoublePromoPanel .Text
{
	font-size: 1.2em;
}

.DoublePromoPanel .Arrow
{
	vertical-align: top;
}

/********************************************************************************************************/
/***                                        PROMO ROTATOR                                             ***/
/********************************************************************************************************/
#PromoRotator
{
    clear: both;
	float: left;
	height: 195px;	
	line-height: 160%;	
	margin-bottom: 10px;	
	width: 770px;
	position: relative;
}

#PromoRotator p
{
    margin-left: 0px;
}

#PromoRotator .Background
{
    background: #FFF no-repeat left bottom;	
	float: left;
	height: 195px;	
	overflow: hidden;
	position: absolute;	
	width: 770px;
}

#PromoRotator .Foreground
{
    height: 195px;
	position: absolute;
	width: 770px;
}

#PromoRotator .ForegroundFirst
{
    background: url(img/headeroptions_green.png) no-repeat right;
    _background: url(img/headeroptions_green.gif) no-repeat right;
}

#PromoRotator .ForegroundSecond
{
    background: url(img/headeroptions_blue.png) no-repeat right;
    _background: url(img/headeroptions_blue.gif) no-repeat right;
}

#PromoRotator .ForegroundThird
{
    background: url(img/headeroptions_pink.png) no-repeat right;
    _background: url(img/headeroptions_pink.gif) no-repeat right;
}

/*-----Selected Promo-----*/
#PromoRotator .Cover
{   
    height: 195px;
    left: 349px;
	position: absolute;
    width: 220px;
}

#PromoRotator .Cover .Margin
{
    float: right;
    clear: right;
    position: relative;
    height: 22px;
}

#PromoRotator .Detail
{
    color: #FFF;
    padding-top: 17px;
}

#PromoRotator .Detail .Title
{
    font-size: 180%;
    padding-bottom: 16px;      
}

#PromoRotator .Detail .Text
{
}

#PromoRotator .Detail .Text a
{
	color: #FFF;
	text-decoration: none;
}

#PromoRotator .Detail .Text a:hover
{
	text-decoration: underline;
}


/*-----Summary Promo-----*/

#PromoRotator .Summary a
{
	position: absolute;
	float:right;
	clear:right;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding-left: 38px;
    padding-right: 14px;
    padding-top: 17px;
    height: 48px;
}

#PromoRotator .Summary .Title
{
    font-size: 140%;
    font-weight: bold;
    height: 17px;
}

#PromoRotator .Summary .Text
{
    font-size: 120%;
}

#PromoRotator .Summary .First
{    
    left: 558px;
    width: 160px;
    color: #012757;    
}

#PromoRotator .Summary .Second
{
	top: 65px;
    left: 528px;
    width: 190px;
}

#PromoRotator .Summary .Third
{
	top: 130px;
    left: 498px;
    width: 220px;
}

#PromoRotator .Summary .FirstSelected
{    
    left: 542px;
    width: 176px;
    color: #012757;
}

#PromoRotator .Summary .SecondSelected
{    
	top: 65px;
    left: 512px;
    width: 206px;
}

#PromoRotator .Summary .ThirdSelected
{    
	top: 130px;
    left: 482px;
    width: 236px;
}

/********************************************************************************************************/
/***                                        SEARCH PANEL                                              ***/
/********************************************************************************************************/

.SearchPanel
{
	margin-bottom: 10px;
}

#InfoColumn .SearchPanel
{
	background: #74A0D5 url(img/info_lightblue_top_bg.gif) no-repeat;	
}

#SubContent .SearchPanel
{
	background: #74A0D5 url(img/sub_lightblue_top_bg.gif) no-repeat;	
}

.SearchPanel .Top
{
    padding: 10px 10px 0 10px;
}

.SearchPanel .Title
{
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	display: block;	
}

.SearchPanel .Text
{
	color: #FFF;
	font-size: 110%;
	display: block;	
}

.SearchPanel .Error
{
	color: #FFF;
	display: block;
}

#InfoColumn .SearchPanel .SearchText
{
	width: 113px;
	vertical-align: middle;
}

#SubContent .SearchPanel .SearchText
{
	width: 153px;
	vertical-align: middle;
}

.SearchPanel .Placeholder
{
	color: #999;
}

.SearchPanel .Submit
{
	vertical-align: middle;
} 

.SearchPanel .Bottom
{
	height: 6px;    
	overflow: hidden; /* for IE6 */
}

#InfoColumn .SearchPanel .Bottom
{
	background: #74A0D5 url(img/info_lightblue_bottom_bg.gif) no-repeat;
}

#SubContent .SearchPanel .Bottom
{
	background: #74A0D5 url(img/sub_lightblue_bottom_bg.gif) no-repeat;
}

#SearchSummary
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

/********************************************************************************************************/
/***                                        SEARCH RESULTS                                            ***/
/********************************************************************************************************/

.searchResults
{	
}

.searchResults dt
{
	color: #012757;
	font-size: 140%;
}

.searchResults dt a
{
	color: #012757;
}

.searchResults dd.Snippet
{
	font-size: 110%;
}

.searchResults dd.URL
{
	margin-bottom: 10px;
}

.searchResults dd.URL a
{
    color: green;
	font-size: 110%;	
}

/* Pager */
#ContentColumn ol.sf_pager 
{
	clear: both;
	float: left;	
	font-size: 120%;
	list-style: none;
	margin: 10px 0;
	padding: 0;
	width: 100%;	
}

#ContentColumn ol.sf_pager li
{
    float: left;
	margin: 0;
	width: auto;
	list-style-type: none;
}

#ContentColumn ol.sf_pager li a
{
	padding: 3px 5px;
}

/********************************************************************************************************/
/***                                        SPOTLIGHT CONTENT                                         ***/
/********************************************************************************************************/

.SpotlightContent
{
    color: #FFF;
    margin-bottom: 10px;
}

.SpotlightContent h2
{
	font-size: 180%;
	padding-bottom: 8px;
	font-weight: normal;
}

.SpotlightContent ul
{
	border-bottom: 1px dotted #DDD;
	/*border-bottom: 1px solid #93B1D7;*/
	/*margin-bottom: 3px;*/
}

.SpotlightContent .DarkBlue ul
{
	border-color: #4A5D6C;
}

.SpotlightContent li
{
	font-size: 120%;
	border-top: 1px dotted #DDD;
	/*border-top: 1px solid #93B1D7;*/
	padding: 5px 0;
}

.SpotlightContent .DarkBlue li
{
	border-color: #4A5D6C;
	color: #93B1D7;
}

.SpotlightContent .Complete
{
	color: #DCE05E;
	background: url(img/progress_tick.gif) no-repeat 130px 5px;
}

.SpotlightContent .Current
{
	padding-left: 16px;
	background: url(img/progress_arrow.gif) no-repeat 1px 5px;
}

.SpotlightContent .Future
{
	color: #DDD;
}

.SpotlightContent .Error
{
	color: #BB2B61;
	background: url(img/progress_tick.gif) no-repeat 130px 5px;
}

.SpotlightContent p#footer,
.SpotlightContent p.footer
{
	margin: 10px 0 0;
}

.SpotlightContent .Bottom
{
    background: #003763 url(img/basket_bottom_bg.gif) no-repeat;
    height: 6px;
    overflow: hidden;
}

.SpotlightContent a
{
    color: #FFF;
    text-decoration: none;
}

.SpotlightContent a:hover
{
    text-decoration: underline; 
}

.SpotlightContent .ContentWrapper
{
    padding: 10px 10px 4px 10px;
}

.SpotlightContent .Bottom
{
    height: 6px;
    overflow: hidden; /* for IE6 */
}

.SpotlightContent strong
{
    font-size: 140%;
}

.SpotlightContent strong.Large
{
    display: block;
    font-size: 200%;
    margin-bottom: 15px;    
}

.SpotlightContent p
{
    margin-bottom: 10px; 
}

.SpotlightContent hr
{
    background: none;
    border-top: solid 1px #FFF;    
    margin-bottom: 8px;    
    _margin-bottom: 0px;
}

.SpotlightContent .LightBlue,
.SpotlightContent .DarkBlue
{
	/*padding: 10px;*/
}

.SpotlightContent .LightBlue span {/*insert color here*/}

#InfoColumn .SpotlightContent .LightBlue 
{
	background: #74A0D5 url(img/info_lightblue_top_bg.gif) no-repeat;
	/*background: -moz-linear-gradient(#4A84BF, #74A0D5);*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#4A84BF), to(#74A0D5));*/
	/*background: #74A0D5;*/
}

#InfoColumn .SpotlightContent .LightBlue .Bottom
{
	background: #74A0D5 url(img/info_lightblue_bottom_bg.gif) no-repeat;
}

#SubContent .SpotlightContent .LightBlue 
{
	background: #74A0D5 url(img/sub_lightblue_top_bg.gif) no-repeat;
}

#SubContent .SpotlightContent .LightBlue .Bottom
{
	background: #74A0D5 url(img/sub_lightblue_bottom_bg.gif) no-repeat;
}

#ContentHeader .SpotlightContent .LightBlue,
#ContentFooter .SpotlightContent .LightBlue 
{
	background: #74A0D5 url(img/foot_lightblue_top_bg.gif) no-repeat;
}

#ContentHeader .SpotlightContent .LightBlue .Bottom,
#ContentFooter .SpotlightContent .LightBlue .Bottom
{
	background: #74A0D5 url(img/foot_lightblue_bottom_bg.gif) no-repeat;
}
.SpotlightContent .DarkBlue span {color: #93b1d7;}

#InfoColumn .SpotlightContent .DarkBlue
{
	background: #003763 url(img/info_darkblue_top_bg.gif) no-repeat;
	/*background: -moz-linear-gradient(#4A84BF, #003763);*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#4A84BF), to(#003763));*/
	/*background: #003763;*/
}

#InfoColumn .SpotlightContent .DarkBlue .Bottom 
{
	background: #003763 url(img/info_darkblue_bottom_bg.gif) no-repeat;
}

#SubContent .SpotlightContent .DarkBlue
{
	background: #003763 url(img/sub_darkblue_top_bg.gif) no-repeat;
}

#SubContent .SpotlightContent .DarkBlue .Bottom 
{
	background: #003763 url(img/sub_darkblue_bottom_bg.gif) no-repeat;
}

#ContentHeader .SpotlightContent .DarkBlue,
#ContentFooter .SpotlightContent .DarkBlue
{
	background: #003763 url(img/foot_darkblue_top_bg.gif) no-repeat;
}

#ContentHeader .SpotlightContent .DarkBlue .Bottom 
#ContentFooter .SpotlightContent .DarkBlue .Bottom 
{
	background: #003763 url(img/foot_darkblue_bottom_bg.gif) no-repeat;
}

/********************************************************************************************************/
/***                                        WEATHER PANEL                                             ***/
/********************************************************************************************************/
div#currentweather
{
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #538AC3;
	color: #FFF;
}

div#currentweather p
{
	margin: 0 0 5px 0;
}

div#currentweather img
{
	float: left;
	margin: 0 20px 0 0;
	background-color: #333;
	padding: 1px;
}

ul#weather
{
	margin: 0;
	padding: 0;
}

ul#weather li
{
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;	
}

ul#weather li div
{
	width: 140px;
	padding: 10px 0;
	text-align: center;
	background-color: #538AC3;
	color: #FFF;
}

ul#weather li.nomargin
{
	margin: 0;	
}

ul#weather li img
{
	margin: 10px;
	background-color: #333;
	padding: 1px;
}

ul#weather li p
{	
	margin: 0;
}

/********************************************************************************************************/
/***                                        FOOTER                                                    ***/
/********************************************************************************************************/
/*-----Footer-----*/
#Footer
{    
    clear: both;
    line-height: 160%;    
    text-align: left;    
}

#FooterInner
{
    border-top: solid 1px #ccc;
    padding-top: 20px;
}

#FooterInner .LinksList
{
    border-right: solid 3px #ccc;
    float: left;
    height: 140px;
    padding: 0px 20px;    
    width: 130px;
}

#FooterInner .LinksList p
{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 0px;
}

#FooterInner .LinksList a
{
    color: #333;
    text-decoration: none;
}

/********************************************************************************************************/
/***                                        Check Out Panel                                           ***/
/********************************************************************************************************/

#CheckOutPanel
{
	color: #FFF;
}

#CheckOutPanel .Registered,
#CheckOutPanel .Unregistered
{
	width: 290px;
}

#CheckOutPanel .Top
{
	background: #74A0D5 url(img/splitpanel_top_bg.gif) no-repeat;
	padding: 10px 10px 0;
	height: 160px;
}

#CheckOutPanel .Bottom
{
	height: 6px;
	background: #FFF url(img/splitpanel_bottom_bg.gif) no-repeat;
	overflow: hidden;
}

#CheckOutPanel h2
{
    background: none;
    margin: 0;
    padding: 0;
    clear: none;
}

#CheckOutPanel .Section
{
	clear: both;
	padding-top: 8px;
}

#CheckOutPanel label
{
	font-size: 120%;
	float: left;
	padding: 3px 0;
}

#CheckOutPanel input
{
	float: right;
	width: 165px;
}

#CheckOutPanel p
{
	margin: 0;
}

#CheckOutPanel .Button
{
    display: block;
	width: 185px;
	margin-top: 2px;
}

#CheckOutPanel a.Button
{
    font-weight: bold;
    border: none;
    color: #fff;
	font-size: 120%;	
	text-decoration: none;
	padding: 5px 0 0 10px;
	height: 19px;
    background: transparent url(img/bookingpanel_button_w195.gif) no-repeat;	
}

#CheckOutPanel a.Button:hover
{
	background-position: 0 -24px;	
}

/********************************************************************************************************/
/***                                        Sign In Panel                                             ***/
/********************************************************************************************************/

#SignInPanel
{
	color: #FFF;
}

#SignInPanel .Registered,
#SignInPanel .Unregistered
{
	width: 290px;
}

#SignInPanel .Top
{
	background: #74A0D5 url(img/splitpanel_top_bg.gif) no-repeat;
	padding: 10px 10px 0;
	height: 160px;
}

#SignInPanel .Bottom
{
	height: 6px;
	background: #FFF url(img/splitpanel_bottom_bg.gif) no-repeat;
	overflow: hidden;
}

#SignInPanel h2
{
    background: none;
    margin: 0;
    padding: 0;
    clear: none;
}

#SignInPanel .Section
{
	clear: both;
	padding-top: 8px;
}

#SignInPanel label
{
	font-size: 120%;
	float: left;
	padding: 3px 0;
}

#SignInPanel input
{
	float: right;
	width: 165px;
}

#SignInPanel p
{
	margin: 0;
	font-size: 120%;
}

#SignInPanel .Button
{
	width: 185px;
	margin-top: 2px;
}

#SignInPanel a.Button
{
    background: transparent url(img/bookingpanel_button_w195.gif) no-repeat;	
}

#SignInPanel .ValidationSummary
{
	clear: both;
	color: #fff;
	padding: 8px 0 0 0;
}

#SignInPanel .ValidationSummary ul
{
    margin: 0;
}

/********************************************************************************************************/
/***                                        Account Panel                                             ***/
/********************************************************************************************************/

.AccountPanel
{
	color: #FFF;
	float: left;
	font-size: 110%;
}

.AccountPanel .Username
{
	float: left;
	padding: 5px 0;
	margin-right: 5px;
}

.AccountPanel .Button
{
    display: block;
	width: 78px;
}

.AccountPanel a.Button
{
    font-weight: bold;
    border: none;
    color: #FFF;
	text-decoration: none;
	padding: 5px 0 0 10px;
	height: 19px;
    background: transparent url(img/basket_checkout_button.gif) no-repeat;	
    float: right;
}

.AccountPanel a.Button:hover
{
	background-position: 0 -24px;	
}

/********************************************************************************************************/
/***                                        Summary Form                                              ***/
/********************************************************************************************************/

#Survey input.TextBox,
#Survey select
{
	width: 183px;
}

#Survey .Error
{
	float: left;
	margin: 6px 0 0 10px;
	font-size: 120%;
}

#ContentColumn .Form ul.Single
{
	clear: left;
	padding: 4px 0 0;
	margin: 0;
	font-size: 100%;
}

#ContentColumn .Form ul.Single li
{
	list-style-type: none;
	margin-bottom: 0;
	font-size: inherit;
}

.Form .Single input,
.Form .Multiple input
{
	margin-right: 4px;
}

.Form .Single label,
.Form .Multiple label
{
	float: none;
}

.Form .Multiple
{
	display: block;
	clear: left;
	padding-top: 4px;
}

.FormBlue a
{
	color: #FFF;
}

.FormBlue a:hover
{
	color: #FFF;
}

/********************************************************************************************************/
/***                                        Generic Pager                                             ***/
/********************************************************************************************************/
#ContentColumn ul.pager 
{
	margin: 0;
	padding: 0;
	float: left;
}
#ContentColumn p.pagersummary
{
	float: left;
	font-size: 1.1em;
	margin: 1px 0 0 20px;
}
#ContentColumn ul.pager li 
{
	display: inline;
	list-style-type: none;	
}
#ContentColumn ul.pager li input
{
	border: 0;
	background-color: Transparent;
}
#ContentColumn ul.pager li input:hover
{
	cursor: pointer;
}
#ContentColumn ul.pager li input.on
{
	font-weight: bold;	
}

/********************************************************************************************************/
/***                                        News													  ***/
/********************************************************************************************************/

.SpotlightContent ul li span.date
{
	display: block;
	font-size: 90%;
	margin-top: 4px;
}

#ContentColumn div.newspanel
{
	position: relative;
}
#ContentColumn div.newspanel div.loading
{
	position: absolute;
	width: 100%;
	height: 80%;
	text-align: center;
	background-image: url(img/bg_trans.png);
}
#ContentColumn div.newspanel div.loading img
{
	margin: 10px 0 0 0;
}
#ContentColumn div.newspanel ul.newslist
{
	margin: 0;
	padding: 0;
}
#ContentColumn div.newspanel ul.newslist li 
{
	list-style-type: none;
}
#ContentColumn div.newspanel ul.newslist li p
{
	margin: 5px 0;
}
#ContentColumn div.newspanel ul.newslist li p.date
{
	font-size: 70%;
	margin: 5px 0 0 0;
	color: #2e82ac;	
}