/*
	Stylesheet for PA WeatherCentre project
	Coded by: Phil Twine
	Date: 05/ 06/ 2003
*/

/*
	HTML tag styles
*/

.img_border {
	border: 1px solid #000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 2em;
	color: #000;
}

/*
	Table formatting
*/

.main_table {
	border: 1px solid rgb(204, 205, 205);
	background-color: rgb(247, 247, 247);
	
}

.title {
	background-image: url ("/images/title_bgrnd.gif");
}

#banner_ad {
	position: float;
	z-index: 3;
	background-image: url("/images/vodafone.gif");
	background-repeat: no-repeat;
}	

.navigation {
	background-color: rgb( 24, 90, 153);
}

.grey_background {
	background-color: rgb( 230, 230, 230);
}

.snowflake_bgrnd {
	background-image: url("/images/snowflake.gif");
	background-repeat: no-repeat;
}

/*
	Text formatting
*/

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: rgb(33, 107, 180);
}

.blue_section_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(33, 107, 180);
	font-weight: bold;
	line-height: 1.5em;
}

.news_header {
	background-color: rgb( 230, 230, 230);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #000;	
}

.desc { 
	text-align: justify; 
	font-size:10px; 
	color: #000000; 
	font-family: Verdana, Arial, "Sans Serif";
}

/*
	List formatting
*/

#info_list ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 2em;
	color: rgb(16, 66, 125);
	margin-left: 0em;
	padding-left: 0em;
	text-indent: -0.5em;
	margin: 0px 0px 0px 22px;
}

/*
	A Href formatting
*/

a.navigation_link:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}

a.navigation_link:visited { font-size: 10px;text-decoration:none; color: #FFF; text-transform: uppercase;}
a.navigation_link:link:active { font-size: 10px;text-decoration:none; color: #FFF; text-transform: uppercase;}
a.navigation_link:hover { font-size: 10px;text-decoration:none; color: #FFF; text-transform: uppercase; background-color: rgb(13, 31, 70);}

a.home_nav:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(16, 66, 125);
	text-transform: uppercase;
}

a.home_nav:visited { text-decoration:none; color: rgb(16, 66, 125); text-transform: uppercase;}
a.home_nav:link:active { text-decoration:none; color: rgb(16, 66, 125); text-transform: uppercase;}
a.home_nav:hover { text-decoration:none; color: rgb(16, 66, 125); text-transform: uppercase;}

a.link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(33, 107, 180);
}

a.link:visited { text-decoration:none; color: rgb(33, 107, 180);}
a.link:link:active { text-decoration:none; color: rgb(33, 107, 180); }
a.link:hover { text-decoration:none; color: white; background-color: rgb(13, 31, 70); }

/*
Added for the Weathercast download page. Trefor Smith, 2004
*/

.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        line-height: 2em;
        color: #ff0000;
	}

