@import url(/web/20120204035816cs_/http://www.metoffice.gov.uk/main/css/base.css);

.tble {
	text-align:left;
	line-height:1.25em;
	margin-bottom:20px;
}

table.tble {
	border-collapse:collapse;
}

.tble td, .tble th {
	text-align:left;
	padding:2px 10px;
	background-color:#E7E7E7;
	border:solid 1px #fff;
}

.tble caption {
	background: #cf3;
	color:#000;
	text-align:left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	font-size:1em;
	font-weight:bold;
	padding:5px 10px;
	margin-right: 1px;
	margin-left: 1px;
}


p.enlargelink{line-height: auto; padding: 0; margin: 0;}

td{vertical-align : top;}



/* $style='Blue Arrow Link' $type='ul' */
/** moreb link style **/
/*$name='Blue Arrow' */
.moreb{
	list-style-type: none;
	list-style-image: url(/web/20120204035816im_/http://www.metoffice.gov.uk/main/images/bt-moreb.gif);
}

.moreb li{
	vertical-align: middle;
}

.moreb a{
	text-decoration:none;
	font-weight: 700;
	color: #000;
	
}

.moreb a:hover {
	text-decoration:underline;
}



/** Table Automatic Format Style **/

/* $style='Classic Table Layout' $value='classic' $cellpadding='0' $cellspacing='0' */

/* $name='General' $type='table' 
.classicgeneral{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #000;
	font-weight : normal;
	font-size : 100%;
	margin : 0.5em 0 20px 0;
	padding : 0;
}*/

/* $name='General Zebra' $type='table' */
.classicgeneralzebra{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #000;
	font-weight : normal;
	font-size : 100%;
	margin : 0.5em 0 20px 0;
	padding : 0;
	/*border: 1px solid #ccc; left out cos it messes heading borders up when <th> used in tables */
}

/* $name='Classic Heading (Don't use)' $type='table' */
.classicgeneralzebra th{
	padding : 5px;
	background-color: #ccc;
	border-bottom : 1px solid #fff; /*Leave in - important!*/
	border-left : 1px solid #fff;
	font-weight : bold;
	text-align : center;
	vertical-align: middle;
}

/* $name='Classic Odd' $type='table' */
.classicgeneralzebra .classicodd{
	background-color : #eee;
	/*border-bottom : 1px solid #333333;*/
}

/* $name='Classic Even' $type='table' */
.classicgeneralzebra .classiceven{
	background-color : #fff;
	/*border-bottom : 1px solid #333333;*/
}

/* $name='Top Heading (Left)' $type='table' */
.classicboldtopheadleft{
	background-color : #ccc;
	border-bottom : solid 1px #fff;
	padding : 5px;
	font-weight : bold;
	text-align : center;
	vertical-align: middle;
}

/* $name='Top Heading' $type='table' */
.classicboldtophead{
	background-color : #ccc;
	border-bottom : solid 1px #fff;
	border-left : solid 1px #fff;
	padding : 5px;
	font-weight : bold;
	text-align : center;
	vertical-align: middle;
}

/* $name='Side Heading' $type='table' */
.classicboldsidehead{
	background-color : #ccc;
	border-bottom : solid 1px #fff;
	/*border-left : solid 1px #ccc;*/
	/*border-right : solid 1px #ccc;*/
	padding : 5px;
	font-weight : bold;
	text-align : center;
	vertical-align: middle;
}

/* $name='Side Heading (Bottom)' $type='table' */
.classicboldsideheadbottom{
	background-color : #ccc;
	border-bottom : solid 1px #ccc;
	padding : 5px;
	font-weight : bold;
	text-align : center;
	vertical-align: middle;
}

/* $name='Top Left' $type='table' */
.classictopleft{
	padding : 5px;
	border-bottom : solid 1px #ccc;
	border-left : solid 1px #ccc !important;
	border-top : solid 1px #ccc;
	font-weight : normal;
	text-align : left;
	vertical-align : top;
}


/* $name='Top Centre' $type='table' */
.classictopcenter{
	padding : 5px;
	border-top : solid 1px #ccc;
	border-bottom : solid 1px #ccc;
	font-weight : normal;
	text-align : left;
	vertical-align : top;
}


/* $name='Top Right' $type='table' */
.classictopright{
	padding : 5px;
	border-top : solid 1px #ccc;
	border-bottom : solid 1px #ccc;
	border-right : solid 1px #ccc;
	font-weight : normal;
	text-align : left;
	vertical-align : top;
}

/* $name='Middle Left' $type='table' */
.classicmiddleleft{
	padding : 5px;
	border-bottom : solid 1px #ccc;
	border-left : solid 1px #ccc !important;
	text-align : left;
	font-weight : normal;
	vertical-align : top;
}

/* $name='Middle Center' $type='table' */
.classicmiddlecenter{
	padding : 5px;
	border-bottom : solid 1px #ccc;
	text-align : left;
	font-weight : normal;
	vertical-align: top;
}

/* $name='Middle Right' $type='table' */
.classicmiddleright{
	padding : 5px;
	border-bottom : solid 1px #ccc;
	border-right : solid 1px #ccc;
	text-align : left;
	font-weight : normal;
	vertical-align : top;
}

/* $name='Bottom Left' $type='table' */
.classicbottomleft{
	padding : 5px;
	border-bottom : solid 1px #ccc !important;
	border-left : solid 1px #ccc !important;
	text-align : left;
	font-weight : normal;
	vertical-align: top;
}

/* $name='Bottom Center' $type='table' */
.classicbottomcenter{
	padding : 5px;
	border-bottom : solid 1px #ccc;
	text-align : left;
	font-weight : normal;
	vertical-align: top;
}

/* $name='Bottom Right' $type='table' */
.classicbottomright{
	padding : 5px;
	border-bottom : solid 1px #ccc;
	border-right : solid 1px #ccc;
	text-align : left;
	font-weight : normal;
	vertical-align: top;
}

/* $name='Grey Box' $type='table' */
.classicgreybox{
	background-color : #cccccc;
	border-bottom : solid 1px #fff;
	border-right : solid 1px #fff;
	padding : 5px;
	font-weight: bold;
}

/* $name='White Box' $type='table' */
.classicwhitebox{
	color : #000;
	background-color : #fff;
	border-bottom : solid 1px #acb3b0;
	border-right : solid 1px #acb3b0;
	padding : 5px;
}


/* $name='Caption' $type='caption' */
caption{
	padding : 5px;
	text-align : center;
	color : #fff !important; 
	font-weight: bold !important;
	background-color: #777777 !important; 
}

/*
     FILE ARCHIVED ON 03:58:16 Feb 04, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:14:35 Nov 23, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/