/* CSS Document */
@import url("module_mainnav.css");
@import url("module_header.css");
@import url("module_banners.css");
@import url("module_footer.css");

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0 0 0 -120px;
	padding: 0;
	/*border: 0;
	outline: 0;
*/
	vertical-align: baseline;
	background: url(../images/bg_main.gif) top left repeat-x;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

/* wrapper div with png shadows */
#wrapper {
	margin: 0 auto 0;
	padding: 0;
	width: 876px;
	background: url(../images/bg_shad.png) top left repeat-y;
	text-align: left;
	
	position: relative; /* position relative - needed for right-hand side banner */
	
}


/* main containe with content */
#container {
	margin: 0 0 0 5px;
	padding: 0;
	width: 866px;
	position: relative;
}



/* top banner with ads */
#topBanner 
{
	position: absolute;
	top:35px;
	left: 255px;
	width: 468px;
	height: 60px;
	z-index: 1000;
	overflow: hidden;
}



/* main column with content */
#content {
	display: block;
	margin: 0;
	padding: 0;
	width: 866px;
	background: url(../images/bg_page.gif) top center repeat-y;
}

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	border: 0;
	line-height: 0;
	outline: 0;
}

/* left column */

#columnLeft {
	float: left;
	margin: 0;
	width: 246px;
	background: transparent;
}

/* center column */
#columnCenter {
	float: left;
	margin: 0;
	padding: 0;
	width: 438px;
	background: transparent;
}

#columnCenter p {
	margin: 0 18px 18px 10px;
	line-height: 17px;
}

/* right column with special offers */

.menuCornersRight 
{
	background: url(../images/menuCornersRight.gif) bottom center no-repeat;
	margin: 0;
	width: 161px;
	height: 10px;
}

#columnRight {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

/* special offers */
h3#specials {
	display: block;
	width: 161px;
	height: 42px;
	background: url(../images/head_green_right.gif) top left no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

h3#specials span {
	display: block;
	padding: 8px 0 0 13px;
}

#boxSpecials 
{
	width: 161px;
	margin: 10px 0 0 10px;
	background: url(../images/menuBordersRight.gif) top left repeat-y;
}

#boxSpecials ul {
	display: block;
	margin: 1px;
	padding: 0;
	list-style: none;
}

#boxSpecials ul li {
	margin: 0 0 1px 0;
	padding: 5px 0 8px 13px;
	display: block;
}


#boxSpecials ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow_green.gif) 0 1px no-repeat;
	padding: 0 0 0 19px;
}

#boxSpecials ul li a:hover {
	text-decoration: underline;
}

.spOne, .spTwo, .spThree, .spFour {
	display: block;
	margin: 0 0 10px 10px;
	width: 161px;
}

#spOne img, #spTwo img, #spThree img, #spFour img  {
	border: 0;
	margin: 0;
	padding: 0;
}

a.viewOffer {
	display: block;
	width: 161px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../images/offer_bottom_link.gif) top left no-repeat;
	color: #fff;
	text-decoration: none;
}

a.viewOffer span {
	display: block;
	padding: 3px 0 0 31px;
}

a:hover.viewOffer { text-decoration:underline; }

/* visit ireland */
#boxVisitIE
{
	width: 161px;
	margin: 10px 0 10px 10px;
	/*background: url(../images/menuBordersRight.gif) top left repeat-y;*/
	text-align: center;
}

#boxVisitIE h3 {
	display: block;
	width: 161px;
	height: 7px;
	/*background: url(../images/corners_top_right.gif) top left no-repeat;*/
	color: #fff;
	font-size: 13px;
}

#boxVisitIE h3 span {
	display: block;
	padding: 8px 0 0 13px;
}

#boxVisitIE p
{
	padding: 0 13px 13px 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}

#boxVisitIE a 
{
	color: #000;
	text-decoration: none;
	margin: 0;
}



/* box - flight information */
/* //////////////////////// */

.menuCorners {
	background: url(../images/borders_menu_trip_bot.gif) bottom center no-repeat;
	margin: 0;
	width: 226px;
	height: 10px;
}

#boxFlightInfo {
	margin: 12px 0 0 10px;
	width: 226px;
	background: url(../images/borders_menu_trip.gif) top left repeat-y;
}

#boxFlightInfo h2 {
	display: block;
	width: 226px;
	height: 42px;
	background: url(../images/head_flight_info.gif) top left no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#boxFlightInfo h2 span {
	display: block;
	padding: 8px 0 0 32px;
}

#boxFlightInfoCorners {
	width: 271px;
	height: 18px;
	background:url(../images/corners_flight_info.gif) bottom center no-repeat;
}

#boxFlightInfo ul {
	display: block;
	margin: 10px 1px 1px 1px;
	padding: 0;
	list-style: none;
}

#boxFlightInfo ul li {
	margin: 0 0 1px 0;
	padding: 0 0 7px 6px;
	display: block;
}


#boxFlightInfo ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow_purple.gif) 0 1px no-repeat;
	padding: 0 0 0 15px;
}

#boxFlightInfo ul li a:hover {
	text-decoration: underline;
}

/* box - book now */
/* ////////////// */
#boxBookNow {
	margin: 10px 0 0 10px;
	width: 226px;
	background: url(../images/borders_menu_trip.gif) top left repeat-y;
}


#boxBookNow h2 {
	display: block;
	width: 226px;
	height: 42px;
	background: url(../images/head_book_now3.gif) top left no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#boxBookNow h2 span {
	display: block;
	padding: 8px 0 0 32px;
}

#boxBookNow select {
	margin: 8px 0 8px 10px;
	color: #000;
	background: #fff;
	width: 160px;
}

#boxBookNow ul {
	display: block;
	margin: 10px 1px 0 1px;
	padding: 0;
	list-style: none;
}

#boxBookNow ul li {
	margin: 0 0 1px 0;
	padding: 0 0 7px 20px;
	display: block;
}

#boxBookNow ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow_orange2.gif) 0 1px  no-repeat;
	padding: 0 0 0 19px;
}

#boxBookNow ul li a:hover {
	text-decoration: underline;
}

.btnFlights 
{
	background: purple;
	color: #fff;
	font-weight: bold;
	border: 1px solid #333;
	padding: 0 2px 0 2px;
	margin: 0 0 9px 5px;
	width: 35px;
}

/* shopping box & bars box*/
/* ////////////////////// */

#boxShopping {
	margin: 10px 0 0 15px;
	width: 271px;
	height: 54px;
	position: relative;
}

#boxBars {
	margin: 0 0 0 15px;
	width: 271px;
	height: 54px;
	position: relative;
}

#boxShopping, #boxBars img 
{
	border: 0;
}

/****************/
/* competitions */

#competitions 
{
	margin: 10px 0 0 15px;
}

#competitions img 
{
	border: 0;
}

/* news box */
/* ******** */

#boxNews {
	margin: 12px 0 12px 10px;
	padding: 0;
	width: 226px;
	background: url(../images/borders_menu_trip.gif) top left repeat-y;
	position: relative;
}

#boxNews h2 {
	display: block;
	width: 226px;
	height: 42px;
	background: url(../images/head_news.gif) top left no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#boxNews h2 span {
	display: block;
	padding: 8px 0 0 32px;
}

.newsEntry {
	display: block;
	/*border-bottom: 1px solid #e0e0e0;*/
}

.newsEntry a { text-decoration:none; color:#000; }
.newsEntry a:hover { text-decoration:underline; }

.newsEntry p {
	font-size: 11px;
	line-height: 17px;
	margin: 2px 10px 10px 10px;
	color: #000;
}

.newsEntry p.entryDate {
	margin: 10px 10px 0 10px;
	color: green;
}

.newsEntry p.entryDate span {
	color: #000;
}



#boxNews a#archive {
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
	color: #50952b;
	font-size: 10px;
	text-align: right;

}

#boxNews a:hover#archive { text-decoration: underline; }

.newsCorners 
{
	display: block;
	width: 271px;
	height: 9px;
	background: url(../images/corners_news.gif) bottom center no-repeat;
}

/* subscibe box */

#boxSubscribe {
	margin: 12px 0 12px 10px;
	padding: 0;
	width: 226px;
	height: 53px;
	/*background: url(../images/panel_subscribe.gif) top left no-repeat;*/
}

#boxSubscribe a img 
{
	margin: 0;
	padding: 0;
	border: 0;

}

#boxSubscribe a:hover { text-decoration: underline; }


/******************/
/* welcome box */
#welcome {
	
}

#welcome img, #flash {
	margin: 10px 0 0 5px;
}

#welcome p {
	margin: 10px 18px 5px 18px;
}

#welcome p a.more {
	background: url(../images/arrow_green.gif) 0 1px no-repeat;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 15px;
}
#welcome p a.more:hover {
	text-decoration: underline;
}


/****************/
/**/
.boxHolder {
	display:block;
	border-bottom: 1px solid #e0e0e0;
}


a.more {
	padding: 0 0 0 15px;
	background: url(../images/arrow_green.gif) 0 1px no-repeat;
	color: #333;
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

.updateProgress
{
	background-color:Gray;
/*	filter:alpha(opacity=70);
	opacity:0.7;*/
	height:100%;
	width:100%;
	position:absolute;
	top: 0;
	z-index:1;
}


.spacer 
{
	display: block;
	width: 90%;
	height: 5px;
	padding: 5px;
	border: 0;
}



 /*********************************************/
/* tabs with live flight info / destinations */

h3.flightInfo 
{
	margin: 10px 0;
	padding: 5px 17px 2px 17px;
	font-size: 13px;
	color: #5d1c6c ;
	/*border-top: 1px solid #E0E0E0;*/

}

#destTabs 
{
	display: block;
	margin: 10px;
	width: 417px;
	position: relative;
}

#destCorners 
{
	margin: 0 0 10px 0;
	width: 417px;
	height: 10px;
	background: url(../images/destCorners.gif) top center no-repeat;
	
}

#destTabs #info 
{
	position: absolute;
	top: 7px;
	right: 10px; 
	color: #ccc;
}

ul.tabs 
{
	margin:0;
	padding: 0;
	display: block;
	height: 29px;
}

ul.tabs li 
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 159px;
	height: 29px;
	background: #ccc url(../images/destTab_off.gif) top center no-repeat;
	text-align: center;
}

ul.tabs li.current 
{
	background: #5d1c6c url(../images/destTab_on.gif) top center no-repeat;
}

ul.tabs li a 
{
	display: block;
	font-weight: bold;
	padding: 7px 0 3px 0;
	text-decoration: none;
	color: #fff;
}


#destSched, #destChart 
{
	border-top: 3px solid #5d1c6c;
	width: 417px;

}

#columnCenter .DCS .viewList 
{
	border-top: 1px solid #E0E0E0;
	margin: 10px 0 5px 0;
	padding: 0px 0 0 0;
	text-align: right;
}

#columnCenter .DCS .viewList a 
{
	color: #5d1c6c;
	text-decoration: none;
}

#columnCenter .DCS .viewList a:hover 
{
	text-decoration: underline;
}

.destination ul 
{
	display: block;
	width: 155px;
	float: left;
	margin: 5px 0 0 30px !important;
	margin: 5px 0 0 15px;
}

.destination ul li 
{
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
	background: url(../images/square.gif) 0px 8px no-repeat;
	padding: 3px 0 2px 7px;
	width: auto;
}

.destination ul li a 
{
	text-decoration: none;
	color: #000;
}

.destination ul li a:hover 
{
	text-decoration: underline;
}

.iFrameDCS 
{
	overflow: hidden;
}

#columnCenter #destTabs p.infoUpdate 
{
	font-family: font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	margin: 4px 0 0 0;
	padding: 3px 0;
	line-height: 17px;
	color: #afaaa6;
}
