/* weather for R2 sites */
#R2-weather{
	width:610px;
	font-family: Arial, verdana, helvetica, 'sans-serif';
	font-size:100%;
	border-top: 1px solid #e4e4e4;
}
/* excessive, but covers IE6 bug */	
.R2-weather-citypicker a,
.R2-weather-citypicker a:visited,
.R2-weather-citypicker a:hover,
.R2-weatherwidget-town a,
.R2-weatherwidget-town a:visited,
.nowhere a,
.nowhere a:visited,
.nowhere a:hover{
	color:#fff;
	
}
/* version of the a2z letterpicker that uses divs rather than li's sadly - works better for macs*/

.R2-weather-citypicker-div{
	margin:0px 0 0 0px;
	background: #fff url('http://images.icnetwork.co.uk/collections/css_r2_walesonline/mainnav_bkg.gif') repeat-x bottom;
	font-family: Arial, verdana, helvetica, 'sans-serif';
	height:30px;
	width: 610px;
	font-size:11px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	}
	
.R2-weather-citypicker-title-div{
	background: #fff url('http://images.icnetwork.co.uk/upl/blairgowrieadv/oct2008/6/6/F5894CD1-052A-C238-A158EEF7DC9937A0.gif') no-repeat bottom left;
	padding:8px 5px 8px 30px;
	margin:0px;
	width:100px;
	float:left;
	color:#333;
	font-weight: bold;
	}

.R2-weather-citypicker-title-div.international, div.R2-weather-citypicker-title-div.uk{
background: #fff url('http://images.icnetwork.co.uk/upl/blairgowrieadv/oct2008/7/4/F57DB2BD-09F7-3C86-9E823A50A7E1D1C2.gif') no-repeat bottom left;
	padding:8px 0px 6px 50px;
	margin:0px;
	width:90px;
	float:left;
	color:#333;
font-size: 0.75em;
font-weight: bold;
}
	

.R2-weather-citypicker-div .international {margin-right: 1px;}

div.R2-weather-letter {
float:left;
	color:#005689;
	background: #fff url('http://images.icnetwork.co.uk/collections/css_r2_walesonline/mainnav_bkg.gif') repeat-x bottom;
	padding:6px 0px 4px 0;
	margin-top:1px;	
	font-size:1em;
	width:18px;
	text-align:center;
}

.R2-weather-letter a, .R2-weather-letter a:visited {
	color:#005689;
	}

.nowhere a{
	text-decoration:none;
	cursor:default;
	color:#005689;
	
}


#R2-weather-today{
	font-family: Arial, verdana, helvetica, 'sans-serif';
	float:left;
	width:610px;
	background: url('http://images.icnetwork.co.uk/upl/icnetwork/aug2008/9/5/7ED90BDC-AF61-A503-CC850BFAF69898DF.gif') repeat-x;
	border-bottom: 1px solid #e4e4e4; 
	border-left: 1px solid #e4e4e4; 
	border-right: 1px solid #e4e4e4; 
}
div.R2-weather-today-main{
	float:left;
	/* if there is no sponsor in the box the width should be commented out and .R2-weather-today-sponsor should be display:none; */
	/*width:470px;*/
	min-height:200px;
			
}

div.R2-weather-today-sponsor{
	float:left;
	width:179px;
	height:200px;
	border-right:1px solid #C5C4BF;
	background: url(http://images.icnetwork.co.uk/upl/icnetwork/aug2008/9/0/7ED5EF4D-0623-A1EE-DF7DD16C224A2012.jpg) no-repeat;
	/* if display:none is removed remember to put width of 470px on .R2-weather-today-main*/
	display:none;
}

div.R2-weather-today-main-city{
	font-size:1.7em;
	font-weight:bold;
	margin:15px 0px 5px 10px;
	color: #fff;
}

div.R2-weather-today-main-date{
	font-size:1em;
	font-weight:bold;
	margin:5px 10px;
	color: #fff;
}

div.R2-weather-today-main-overview{
	float:left;
	width:450px;
	margin:10px 10px 0px 10px;

}
/* IE6 hack */
* html .R2-weather-today-main-overview{
	margin:10px 0px 0px 10px;

}
/*  weather type icons*/

#R2-weather-icon-rainy{
	/*background: url(http://10.134.130.83/john/dr3/weather/images/icon_rainy.png) no-repeat;*/
}	
	
div.R2-weather-icon-main{
	float:left;
	/*background: url(http://10.134.130.83/john/dr3/weather/images/icon_rainy_big.png) no-repeat;*/
	width:115px;
	margin-right:5px;
}

	
div.R2-weatherwidget-icon{
	margin:10px 0px;
	margin-left:43px;
}	

div.R2-weathertable-icon{
	margin:10px 0px;
	margin-left:19px;
	}	

div.R2-weathertable-icon img,
div.R2-weatherwidget-icon img{
	width:72px;
	height:55px;
	
}	
	
div.R2-weather-today-main-summary{
	float:left;
	font-size:1.2em;
	#font-size:1.2em; /* IE7 fix */
	_font-size:1.15em; /* IE6 fix */
	font-weight:bold;
	width:320px;
	color: #fff;
	}

div.R2-weather-today-main-summary p{
	margin:3px 0px 3px 8px;
	}

div.R2-weather-today-main-showtemp{
	float:right;
	background: #fff url('http://images.icnetwork.co.uk/collections/css_r2_walesonline/mainnav_bkg.gif') repeat-x bottom;
	font-size:0.9em;
	padding:8px 5px 0px 5px;
	height:22px;
	margin-left:340px;
	margin-top:6px;
	#margin-top:5px; /* IE7 fix */
	font-family: Arial, verdana, helvetica, 'sans-serif';
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4; 
	border-top: 1px solid #e4e4e4;
	color: #005689;
	}
	
div.R2-weather-today-main-showtemp a { color:#005689; }





div#R2-weather-5day{
	font-family: Arial, verdana, helvetica, 'sans-serif';
	width:610px;
	margin:0px;
	clear: both;
}

div#R2-weather-5day table{
	width:610px;
	background-color:#fff;
	border:1px solid #e4e4e4;
	border-collapse: collapse;
	text-align: center; 
	color:#6B6C67;
	margin:0px;
}

div#R2-weather-5day table th{
	background-color:#fff;
	text-align: center;
	color:#005689;
	width:120px;
	padding:5px 0px;
	margin:0px;
	border:1px solid #e4e4e4;
	
	}
	
div#R2-weather-5day table td{
	padding: 5px;
	text-align: left;
	border:1px solid #e4e4e4;
	
	}	
	
div#R2-weather-5day table th.tempcol {
	width:50px;
	}
		

div.R2-weather-5day-icon-daytemp{
	background: url(http://images.icnetwork.co.uk/upl/icnetwork/jul2008/9/1/6973BD8C-DE06-D51F-72BBF4E975DB8F19.gif) no-repeat;
	
}
div.R2-weather-5day-icon-nighttemp{
	background:url(http://images.icnetwork.co.uk/upl/icnetwork/jul2008/9/8/6973BCF7-E9DB-6E7F-AE27C5207CEE2CC4.gif) no-repeat;
	
}
	
div.R2-weather-5day-info{
	color:#333;
	font-weight:bold;
	font-size:1em;
		
}

div.R2-weather-5day-showtemp a{
/*	background: url(http://10.134.130.83/john/dr3/weather/images/bg_showtemp.png) repeat-x;*/
	font-size:0.9em;
	padding:2px 5px;
	margin:0px;
	
	}
div#R2-weather-5day table td.R2-weather-5day-showtemp{
	background: #fff;
	height:31px;
	padding:0px;
	margin:0px;
	color: #005689;
	}

div.R2-weather-5day-showtemp a { color: #005689; }

div#R2-weatherwidget{
	width:160px;
	border:1px solid black;
	background: #749BE6 url(http://images.icnetwork.co.uk/upl/icnetwork/jul2008/6/1/6973BEAF-A389-AD08-EC09DC8BF18C947C.gif) repeat-x;
	font-family: Arial, verdana, helvetica, 'sans-serif';
	color:#fff;
	margin-bottom:5px;
	
	}

	
div.R2-weatherwidget-logo-sponsor{
	background: url(http://images.icnetwork.co.uk/upl/icnetwork/jul2008/3/2/6973BC12-D5CC-167A-AEEB6C0164615D7E.gif) no-repeat;
	display:none;
	}
	
	
div.R2-weatherwidget-today{
	margin-top:5px;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
}
div.R2-weatherwidget-town{
  	margin-top:5px;
	text-align:center;
	font-size:1.4em;	
	font-weight:bold;				
					}

					
div.R2-weatherwidget-date{
	margin:5px 0px;
	text-align:center;
	font-size:0.9em;	
	color:#B3D3FF;		
	font-weight:bold;		
					}	
div.R2-weatherwidget-summary ul{
	list-style: disc outside;
	margin-left:18px;
	font-weight:bold;
margin-bottom:5px
	
}					

/* a-z city picker page */
div#R2-weather-a2z{
	width:100%;
	float:left;
	margin-bottom:10px;
}

div#R2-weather-a2z-currentletter{
	float:left;
	padding:0px;
	font-weight:bold;
}

div#R2-weather-a2z-currentletter-town{
	float:left;
	padding:0px;
}

.R2-weather-5day-showtemp a { font-weight: bold;}


div#three-col-wrapper div#R2-weather div.R2-weather-citypicker-div div.R2-weather-letter{ font-size: 9px; padding: 0; background: none; padding-top: 7px;}
