/**
* Purpose: Style sheet for chateau-cg.co.uk
* Author:  Steve Annetts
* Created: 20th April 2003
* Updated: 9th December 2003
* Updated: 20th December 2004
* Updated: 15th January 2005
* Updated: 21st May 2017
* Updated: 26th December 2020
* Updated: 20th June 2021
*
* Copyright (c) 2003,2004,2005,2017,2020,2021 Steve Annetts
*/

/* --------------------- Generic styles ------------------------ */
body, input, button{
	font-family: "Lucida Grande", Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	}

iframe{
	width: 100%;
	font-size: 23px;
	}
	
td{
	vertical-align: top;
	padding: 3px 5px 5px 5px;
	}
	
a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #26405E;
	font-weight: normal;
	border-bottom: 1px dotted #4f8adc;
	}
a:hover, a:active {
	color: #4f8adc;
	}

.largeHeading {
	font-size: 16px;
	}

.mediumHeading {
	font-family: "Lucida Grande", Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	}

.mediumContent {
	font-size: 16px;
	line-height: 22px;
	}

.smallHeading {
	}

.smallContent {
	}

/* ---------------------- Styles for each pane of the home page ------------------------- */
.headingImageContainer {
	padding: 0px 10px 0px 10px;
	background-color: #ddddee;
	}

.headingImage {
	vertical-align: middle;
	}

.headingLinks {
	font-family: "Lucida Grande", Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	color: red;
	padding: 0px 5px 0px 10px;
	vertical-align: middle;
	}

.linksPane {
	background: #D8E3F0;
	}

.welcomePane {
	background: #EDF2F7;
	}

.spanLink {
	cursor: hand;
	cursor: pointer;
	color: #080E88;
	border-bottom: 1px dotted #4f8adc;
	}

.newsAndPhotosPane {
	background: #EDF2F7;
	padding: 0px 0px 0px 0px;
	}

.newsPane {
	border-bottom:5px solid white; 
	padding: 3px 5px 5px 5px;
	}

.photosPane {
	border-right:0px solid white; 
	border-left:5px solid white; 
	padding: 3px 5px 5px 5px;"
	}

.weatherPane {
	border-right:0px solid white; 
	/*border-bottom:5px solid white; */
	border-top:0px solid white; 
	padding: 3px 5px 5px 5px;
	}
.otherPane {
	background: #EDF2F7;
	padding: 0px 3px 5px 0px;
	}

.tickerPane {
	}
	
.browserDetailsPane {
	font-size: 10px;
	color: #DDDDDD;
	text-align: center;
	}
}