﻿/****************************************************************************************************************/
/* UK & Irish Index                                                                                             */
/****************************************************************************************************************/
#UKIrishIndex
{
	margin: 50px;
	width: 500px;
	text-align: center;
}

#UKIrishIndex img
{
	margin-bottom: 30px;
}

#UKIrishIndex table
{
	text-align: left;
	border-collapse: collapse; /* Otherwise, get little spaces between cells */
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #B7D9FF;
}
#UKIrishIndex table tr
{
}

#UKIrishIndex table tr td
{
	border-style: dashed none dashed none;
	border-width: 1px 0px 1px 0px;
	border-color: #B7D9FF;
	height: 80px;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}

#UKIrishIndex table tr td a
{
	color: #EDA25D;
	font-weight: bold;
	text-decoration: none;
}

#UKIrishIndex table tr td img
{
	margin: 0px;
}


/****************************************************************************************************************/
/* Series Index                                                                                                 */
/****************************************************************************************************************/
#SeriesIndex
{
	width: 500px;
	padding: 10px;
	margin-left:50px;
	text-align: center;
}

#SeriesIndex img
{
	margin-bottom: 20px;
	display: inline;
}

#SeriesIndex table
{
	text-align: left;
	border-collapse: collapse; /* Otherwise, get little spaces between cells */
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #B7D9FF;
}

#SeriesIndex table tr td
{
	border-style: dashed none dashed none;
	border-width: 1px 0px 1px 0px;
	border-color: #B7D9FF;
	height: 50px;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}

#SeriesIndex table tr td a
{
	color: #EDA25D;
	font-weight: bold;
	text-decoration: none;
}

#SeriesIndex .SmallArrow
{
	position: relative;
	top: 25%;
}


/****************************************************************************************************************/
/* Itinerary Column Layout                                                                                      */
/****************************************************************************************************************/

.ItineraryWrapper
{
	position: relative; /* Required to fix float:right bug in IE7 */
	background-image: url( "../../Images/Gradients/bluedownwhite.jpg" );
	background-repeat: repeat-x;
	border-style: solid none solid none;
	border-width: 1px;
	border-top-color: #B7D9FF;
	border-bottom-color: #B7D9FF;
	padding: 0px 10px 10px 10px;
}

.ItineraryFloatingColumn
{
	position: relative; /* Required to fix float:right bug in IE7 */
	padding-left: 20px;
	width: 215px;
	float: right;
	vertical-align: text-top;
	padding-top: 10px;
}

/* Leadin... */
.LeadInWrapper
{
	text-align: justify;
	vertical-align: top;
}


.ExternalItineraryHeader
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D557C;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	font-size: medium;
}

.ExternalItineraryInclusionsHeader
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D557C;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}


/* Items... */
.ExternalItineraryItemsHeader
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D557C;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 30px;
	font-size: medium;
}


.ExternalItineraryItemBlock
{
	text-align: justify;
}

.ExternalItineraryItemText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D557C;
}

.ExternalItineraryItemText_Justify
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D557C;
	text-align: justify;
}

.ExternalItineraryImage
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
}

.EventItemsWrapper
{
	width: 330px;
}
.EventItem
{
	border: 1px solid #B7D9FF;
	margin-bottom: 10px;
}
.EventHeadline
{
	background: #D5EAFF;
	padding: 5px;
	font-size: normal;
	font-weight: bold;
}
.EventText
{
	padding: 10px;
	background-color: #ffffff;
}
.EventText p
{
	margin: 0px 0px 10px 0px;
}



/* Items... */
.ExternalItineraryItemHeadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BC74A2;
}

/* Inclusions... */
.ExternalItineraryInclusionsBlock
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D557C;
	border-style: double;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
	background-color: #FFFFFF;
	padding: 10px;
}

/* Inclusions lists... */
.ExternalItineraryInclusionsBlock ul
{
	margin: 0px 0px 10px 15px;
	padding: 0px;
}



/* Notes... */
.ExternalItineraryNotes
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #66FF66;
	color: #3D557C;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #E6FFE6;
}




/****************************************************************************************************************/
/* Pricing Tables                                                                                               */
/****************************************************************************************************************/
#PricesWrapper
{
	text-align: left;
	width: 100%;
}

table.ExtData
{
	width: 100%; /*	border: 0px;*/
	border-top: 1px solid #EEB97D;
	border-bottom: 1px solid #EEB97D;
	border-left: 1px solid #EEB97D;
	border-right: 1px solid #EEB97D;
	color: #3d557c;
	background-image: url("../../Images/Gradients/bluedownwhite.jpg");
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.ExtData td
{
	border-style: none;
	border-width: 0px;
	padding: 5px;
	text-align: center;
}

.DateColumn
{
	width: 50%;
}
.PriceColumn
{
	font-weight: bold;
	position:relative;
	text-align: left;
}
.SelfDriveColumn
{
	font-weight: bold;
	position:relative;
	text-align: left;
}

.BookNow a
{
	color: Blue;
}

.EventDateColumn
{
	width: 20%;
}
.EventPriceColumn
{
	font-weight: bold;
	position:relative;
}


/*table.ExtData a
{
	color:#333333;
}*/


table.ExtData th
{
	padding: 6px 10px 6px 10px;
	border-style: none;
	text-align: center;
	background-color: #FFEDA6;
	background-image: url(       "../../Images/themes/mainbackground.png" );
	background-repeat: repeat-x;
	height: 40px;
}


.ExtDataAltRow
{
	background-image: url(       "../../Images/Gradients/row_bluetop.png" );
	background-repeat: repeat-x;
}

.ExtDataRow
{
	background-position: top;
	background-image: url(      "../../Images/Gradients/row_bluetop.png" );
	background-repeat: repeat-x;
	background-color: #FFFFFF;
/*	display: block; BAD!!! Messes up firefox */
}

.ExtDataFooter
{
	padding: 6px 10px 6px 10px;
	border-style: none;
	text-align: center;
	background-color: #FFEDA6;
	font-size: .8em;
	font-weight: bold;
}	

/****************************************************************************************************************/
/* Themes                                                                                                       */
/****************************************************************************************************************/
img.Theme
{
	margin: 3px 10px 3px 3px;
	position: relative;
	vertical-align: middle;
}

table.ExtData th.DateHeader
{
}


/****************************************************************************************************************/
/* Turkey & Tinsel Pricing Tables                                                                               */
/****************************************************************************************************************/
table.XmasData
{
	width: 100%; /*	border: 0px;*/
	border: 1px solid #800000;
	color: #3d557c;
	background-image: url(       "../../Images/Gradients/bluedownwhite.jpg" );
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.XmasData td
{
	border-style: none;
	border-width: 0px;
	padding: 5px;
	text-align: center;
}


table.XmasData th
{
	padding: 0px;
	border-style: none;
	text-align: center;
	background-color: #BF0000;
	color: #FFFFFF;
	font-size: 1.1em;
	background-image: url(       "../../Images/themes/xmasbackground.png" );
}

table.XmasData .ExtDataFooter
{
	padding: 6px 10px 6px 10px;
	border-style: none;
	text-align: center;
	background-color: #BF0000;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(       "../../Images/themes/xmasbackground.png" );
}

/****************************************************************************************************************/
/* New Year        Pricing Tables                                                                               */
/****************************************************************************************************************/
table.NewYearData
{
	width: 100%; /*	border: 0px;*/
	border: 1px solid #800000;
	color: #3d557c;
	background-image: url(       "../../Images/Gradients/bluedownwhite.jpg" );
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.NewYearData td
{
	border-style: none;
	border-width: 0px;
	padding: 5px;
	text-align: center;
}

table.NewYearData th
{
	padding: 0px;
	border-style: none;
	text-align: center;
	background-color: #BF0000;
	color: #FFFFFF;
	font-size: 1.1em;
	background-image: url(       "../../Images/themes/partybg.png" );
}

table.NewYearData .ExtDataFooter
{
	padding: 6px 10px 6px 10px;
	border-style: none;
	text-align: center;
	background-color: #BF0000;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(       "../../Images/themes/partybg.png" );
}


/****************************************************************************************************************/
/* Flower Show                                                                                                  */
/****************************************************************************************************************/
table.FlowerShowData
{
	width: 100%; /*	border: 0px;*/
	border: 1px solid #800000;
	color: #3d557c;
	background-image: url(       "../../Images/Gradients/bluedownwhite.jpg" );
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table.FlowerShowData td
{
	border-style: none;
	border-width: 0px;
	padding: 5px;
	text-align: center;
}


table.FlowerShowData th
{
	padding: 0px;
	border-style: none;
	text-align: center;
	background-color: #BF0000;
	color: #FFFFFF;
	font-size: 1.1em;
	background-image: url(       "../../Images/themes/flowershowbg.png" );
}

table.FlowerShowData .ExtDataFooter
{
	padding: 6px 10px 6px 10px;
	border-style: none;
	text-align: center;
	background-color: #BF0000;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(       "../../Images/themes/flowershowbg.png" );
}


/****************************************************************************************************************/
/*                                                                                                              */
/****************************************************************************************************************/

/****************************************************************************************************************/
/*                                                                                                              */
/****************************************************************************************************************/

