/* ======					*/
/*  Main areas				*/
/* ======					*/

/* TAB Colour - #eeeeee			*/


#header
{
  /* background-image: url(../images/banner-2.jpg);	*/
  /* background-repeat: no-repeat;				*/
  /* height: 180px;						*/
  /* vertical-align: top;					Banner removed [Fen:22/11/06] */
    background-color: #919191;
}


#LeftMenu
{
  height: 800px;
  width: 150px;
  background-color: #666666;		/* background colour of left frame - Original: #c33030 [Fen:22/11/06] */
  padding-top: 20px;
}

#MainArea
{
  background-color: #919191;		/* background colour of main frame - Original: #EEEEEE [Fen:22/11/06] */
  padding: 18px;
}

.introArea
{
  width: 600px;
}

/* ======					*/
/*  error messages				*/
/* ======					*/

.errorMessage
{
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS" , Arial, Helvetica;
  font-size: small;
  font-weight: bold;
  color: Red;
  text-decoration: none;
  text-transform: none;  
}

.requiredFieldError
{
  color: Red;
}

/* ======					*/
/*  Global formatting			*/
/* ======					*/

body
{
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS" , Arial, Helvetica;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  COLOR: #FFFFFF;				/* Text made white [Fen:22/11/06]*/
}

TD
{
  font-size: 14px;  
}

.lightLabel a, .button a
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */
  font-weight: bold;
  text-decoration: none;  
  color: black; /*  */}
}

.lightLabel a:hover, .button a:hover
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */  
  font-weight: bold;
  text-decoration: none;
  color: #cc1010 ;
}

a
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */
  font-weight: normal;
  text-decoration: none;  
  color: black;  
}

a:hover
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */  
  font-weight: bold;
  text-decoration: none;
  color: #cc1010;				/* background colour search 'next page. highlight - Original: #cc1010 [Fen:22/11/06] */}


H1
{
  font-family: "Trebuchet MS" , Arial, Helvetica; /*  font-size: 1em; */
  font-size: 1.3em;
  font-weight: bold;
  color: #990000;
  text-decoration: none;
}

H2
{
  padding-top: 3px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 1em;
  margin: 0px;
  color: #990000;
  font-family: "Trebuchet MS" , Arial, Helvetica;
  text-decoration: none;
}

UL
{
  list-style-type: none;
}

.hilite
{
  font-weight: bold;
  color: #cc1010;  
}

.highlight
{
  font-weight: bold;
  color: #cc1010;				/* colour setting for 'search results' page number */
}

/* Special Area's */

#languageFlags
{
  position: absolute;
  top: 40px;
  right: 0px;
}

#innerFlags
{
  background-color: #eeeeee;
  padding-right: 10px;
  padding-left: 5px;
}

.flag
{
  position: relative;
  top: 2px;
}

/* ====== */
/*  TABS  */
/* ====== */

.tabUnderlay
{
	background-color:#303030;		/*  New code [Fen:22/11/06] */
	border-bottom: 1px solid black;	/*  Original: 1px maroon [Fen:22/11/06] */
}

#tabRightSpacer
{
	height: 21px;
	border-bottom: 1px solid black;	/*  Original: maroon [Fen:22/11/06] */
}

*>#tabRightSpacer
{
	height: 20px;
}


#tabLeftSpacer
{
	border-bottom: 1px solid black;	/*  Original: maroon [Fen:22/11/06] */
}

.tab, .activetab
{
   position: relative;
	float: left;
	top: 0;
	left: 5px;				/* controls the horizontal position of the tabs */
	height: 20px;
	width: 40px;
	min-width: 40px;
	margin: 0px -5px 0px -5px;		/* adjust these left and right margin values to change how much the tabs overlap or are seperated */
	border-collapse: collapse;
	padding: 0px 17px 0px 17px;		/* these paddings need to be the same width as the tab end images */
	text-align: center;
	z-index: 2;
}

.tab a, .activetab a
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */
  font-weight: bold;
  text-decoration: none;  
  color: black;  
}

.tab a:hover, .activetab a:hover
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */  
  font-weight: bold;
  text-decoration: none;
  color: #cc1010;
}

*>.tab, *>.activetab
{
	width: auto;
}

.activetab
{
  z-index: 3;
}

.tab, .tab a
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */
  font-weight: bold;
  text-decoration: none;  
  color: black;  
}

.activetab, .activetab a, .activebutton a
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */  
  font-weight: bold;
  text-decoration: none;
  color: #cc1010;
}

.activebutton a:hover
{
  font-size: 13px;				/* Font deliberately specified in px because IE needs this to be a fixed value or it expands the tabCenter div, leaving little white lines under the tabs... don't change this unless you're prepared to redo all the tab layout as well (works fine in Mozilla/Opera, though...) */  
  font-weight: bold;
  text-decoration: none;
  color: #cc1010;
}

.tab a:hover, .button a:hover
{
  color: #cc1010;
}

.tabCenter
{
  height: 21px;
  border-top: 1px solid maroon;
  padding: 0px 3px 0px 3px;
  background: #FFFFFF; 
  border-bottom: 1px solid black;	/*  Original: maroon [Fen:22/11/06] */
}

*>.tabCenter
{
	height: 19px;
}

.activetab .tabCenter
{
  background: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}


.tabEndLeft, .tabEndRight
{
	position: absolute;
	top: 0;
	height: 21px;
	width: 17px;
	margin: 0;
	border-bottom: 1px solid black;	/*  Original: maroon [Fen:22/11/06] */
}

*>.tabEndLeft, *>.tabEndRight
{
	height: 20px;
}

.activetab .tabEndLeft, .activeTab .tabEndRight
{
	border-bottom: 1px solid #eeeeee;
}


.tabEndLeft
{
	left: 0px;
	background-image: url(../images/tabEndLeft.gif);
}

.tabEndRight
{
	right: 0px;
	background-image: url(../images/tabEndRight.gif);
}

.activetab .tabEndLeft
{
	background-image: url(../images/activeTabEndLeft.gif);
}

.activetab .tabEndRight
{
	background-image: url(../images/activeTabEndRight.gif);
}

/* ======           */
/* Leftnav Buttons  */
/* ======           */

.button
{
  text-align: right;
  background-color: #EEEEEE;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666666;	/*  Original: FFFFFF [Fen:22/11/06] */
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;	/*  Original: FFFFFF [Fen:22/11/06] */
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: #999999;
  border-left-color: #FFFFFF;
}

.activebutton
{
  text-align: right;
  background-color: #EEEEEE;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666666;	/*  Original: FFFFFF [Fen:22/11/06] */
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;	/*  Original: FFFFFF [Fen:22/11/06] */
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: #FFFFFF;
  border-left-color: #999999;
}

.checkBox
{
  border: 0px;
  padding-top: 2px; 
}

.dark
{
  background: #cccccc;
  vertical-align: top;
}

.light
{
  vertical-align: top;    
}

/* ------------ */
/* Search form  */
/* ------------ */

.darkLabel
{
	background: #CCCCCC;			/*  Original: #cccccc [Fen:22/11/06] */
	vertical-align: middle;
  	padding-left: 5px;
  	height: 25px;
  	color: black; 			/*  Code added to make text black [Fen:23/11/06] */
}

.lightLabel
{
	padding-right: 10px;
	padding-left: 5px;
	background: #dddddd;
	vertical-align: middle;
	height: 25px;
  	color: black; 			/*  Code added to make text black [Fen:23/11/06] */
}	

.searchFormDropdown, .searchFormTextbox, .listButton
{
  padding-left: 5px;
  padding-right: 10px;  
}

.dualPanelSeparator
{
  text-align: center; 
}

.checkBoxCol
{
  padding-left: 1px;
  padding-right: 5px;
  width: 0px;
}

/* =============== */
/* Brief results   */
/* =============== */

.briefResultsTable
{
  width: 600px;
  border-collapse: collapse;
}

.briefResultsTable td
{
	padding: 5px;	
	vertical-align: top;
}

.briefThumbnailCell
{
	text-align: right;
}

.briefOptionControl
{
  border: 1px solid #000000;
  width: 600px;
  padding: 2px; 
}

/* =============== */
/* Archive results */
/* =============== */

.ArchiveResultsTable
{
  border-collapse: collapse;
}

.ArchiveResultsTable td
{
	padding: 0px;	
}

.ArchiveThumbnailCell
{
	text-align: right;
}

.active, .active a
{
  background: #cccccc;
  font-weight: bold;
  color: #cc1010;  
}

/* ---------------- */
/* Detail display   */
/* ---------------- */

#detailNav
{
	margin-bottom: 20px;
}	

#detailNav span
{
	vertical-align: top;
}

.detailTable
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	background: none;
	text-align: left;
}

.detailTable th
{
	padding-left: 10px;
	background: #cccccc;
	text-align: left;
	color: #000000;
	font-size: 1em;
}

.detailTable td
{
	padding-left: 10px;
	vertical-align: top;
	background-color: #cccccc;
	color: #000000;
}

.detailSelectionRecordSeperator
{
	height: 2px;
	width: 100%;
	margin: 0;
	border: none;
	padding: 0;
	background: #aaaaaa;
	background-color: #aaaaaa;
	color: #aaaaaa;	
}

*>.detailSelectionRecordSeperator
{
	margin: 10px 0 10px 0;
}

/* --------------- */
/* COPYINFO WINDOW */
/* --------------- */
body#copyInfo
{
  background-color: #eeeeee;
  color: #000000;  
  text-align: left; 
  padding: 15px;

}

body#copyInfo td
{
  text-align: left;  
  border: solid 1px black; 
}

body#copyInfo .header
{ 
  font-weight: bold; 
}

/* ------------- */
/*  PHOTO WINDOW */
/* ------------- */

body#photoInfo
{
  background-color: #eeeeee;
  color: #000000;
  padding: 20px;
}


/* ------------- */
/*  HELP WINDOW  */
/* ------------- */

body#helpContent
{
  background-color: #eeeeee;
  color: #000000;
  padding: 20px;
}

.helpDiv
{
  border-left: 2px solid #cccccc;
  padding: 10px;
}

.perkament .tdTop
{
  background-image: url(../images/perkament-top.gif);
  width:600px;  
  height: 78px;
}

.perkament .tdMiddle
{
  background-image: url(../images/perkament-middle.gif);
  width:400px;
  background-repeat: repeat-y;
  text-align: justify;  
}

.perkament .tdBottom
{
  background-image: url(../images/perkament-bottom.gif);
  width:600px;
  height: 202px;
}

/* ------------- */
/* LIST WINDOW   */
/* ------------- */

.listContent
{   
  background:#EEEEEE;     
  border-left: solid 10 #EEEEEE;
}

/* ------------- */
/* CART WINDOW   */
/* ------------- */

.reserveButton a
{
  font-weight:bold;
  color: cc1010;
}

.termsAndConditionsDownloadButton
{
  text-align: center;
  background-color: #EEEEEE;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #555555;
  border-left: 2px solid #777777;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}


/* -------------      */
/* CALENDAR WINDOW    */
/* -------------      */

.CalenderBody
{   
  background:#EEEEEE; 
}

.calendar table td a,.calendar table td 
{   
  font-family: "Trebuchet MS" , Arial, Helvetica;
  font-size: 13px;
  margin-left:0px;  
  background-color:#EEEEEE; 
  color : #000000;
}

.calendar table .DayHeader
{   
  background-color: #c33030; 
  color : #FFFFFF;	/*  Original: #FFFFFF [Fen:22/11/06] */
}

.calendar table td a .SelectedDay
{   
  background-color:#EEEEEE; 
  color:black;
}

.calendar table .TodayDay a
{   
  background-color: #c33030; 
}

.calendar table .Selector
{   
  background-color:#EEEEEE; 
}

.calendar table .NextPrev, .calendar table .Title
{   
  background-color:#EEEEEE;  
}

