
/*
	STYLE INFO
*/


/* @group Basics incl. Meyer's Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: arial, helvetica, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background-color: #fff;
	color: #333;
	line-height: 1em;
	background-image: url("../images/shared/bg_page.jpg");
	background-repeat: repeat-x;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

strong
{
	font-weight: bold;
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p
{
	font-size: 0.8em;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

p.see-all-news
{
	padding: 20px 0 10px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px dotted #cccccc;
}


ul
{
	color: #333;
	margin-top: 20px;
}



/*
	headings
*/

/*h1
{
	color: #46a5e2;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 1.2em;
	font-weight: normal;
	padding: 40px 0 20px 0;
	margin: 0 0 0 0;
}*/


h1
{
	color: #555;
	font-size: 1.5em;
	font-weight: bolder;
	padding: 10px 0 20px 0;
	margin: 0 0 0 0;
	line-height: 1.1em;
}



h1 a
{
	color: #46a5e2;
	font-family: Georgia, Times New Roman, Times, Serif!important;
	font-size: 1.2em;
	font-weight: normal;
}

h1.subscribe-to-view
{
	color: #46a5e2;
	font-family: Georgia, Times New Roman, Times, Serif!important;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0 0 0!important;
	margin: 0 0 0 0;
}

h1.landing-page
{
	color: #46a5e2;
	font-family: Georgia, Times New Roman, Times, Serif!important;
	font-size: 1em;
	font-weight: normal;
	padding: 10px 0 10px 0!important;
	margin: 0 0 0 0;
	border-bottom: 1px dotted #dfdfdf;
}

h1#pagetop
{
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #46a5e2;
}

h1#pagetop a
{
	color: #46a5e2;
	font-family: arial, helvetica, sans-serif!important;
	font-size: 0.9em;
	font-weight: bold;
}

h1#index-header
{
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #46a5e2;
}


h2
{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
}


h2#subscribe-header
{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	padding: 20px 0 10px 0;
}

h2.other-stories
{
	font-size: 1em;
	color: #333;
	font-weight: bold;
	padding: 20px 0 10px 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
}


h2.biggerh2
{
	font-family: Georgia, Times New Roman, Times, Serif!important;
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	font-weight: normal;
	padding: 40px 0 0 0;
}

h2.newsh2
{
	font-family: Georgia, Times New Roman, Times, Serif!important;
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	padding: 20px 0 10px 0;
	line-height: 1.1em;
}

h2.newsh2 span.newsdate
{
	font-family: Georgia, Times New Roman, Times, Serif!important;
	font-size: 0.7em;
	color: #000;
}


h3
{
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}

h4
{
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #46a5e2;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #000;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #333;
	font-size: 1.0em;
	text-decoration: none;
}

a:visited:hover
{
	color: #333;
	font-size: 1.0em;
	text-decoration: underline;
}

a.arrows
{
	background-image: url("../images/shared/arrows.gif");
	background-repeat: no-repeat;
	background-position: right 6px;
	padding: 0 12px 0 0;
	margin: 0 0 0 0;
}


/* @end */

/* @group Basic Structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 940px;
}



/* Header Defs */

#header
{
	width: 940px;
	height: 150px;
	position: relative;
	background-color: #;
}

div#logo
{
	position: absolute;
	top: 54px;
	left: 0;
	width: 230px;
	height: 110px;
	margin: 0;
	padding: 0;
}


div#change-your-city
{
	position: absolute;
	top: 70px;
	right: 210px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* Search */

div#search-wrapper
{
	position: absolute;
	top: 70px;
	right: 0;
	width: 200px;
	height: 27px;
	background-color: #999;
}

div#searchfield-wrapper
{
	float: left;
	width: 175px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#searchbutton-wrapper
{
	float: left;
	width: 25px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


input#searchfield
{
	float: left;
	width: 170px;
	height: 22px;
	border: 0 ;
	border-collapse: collapse;
	padding: 5px 0 0 5px;
	margin: 0 0 0 0;
	background-image: url("../images/shared/bg_searchinput.gif");
	background-repeat: no-repeat;
}

input#searchbutton
{
	float: left;
	width: 25px;
	height: 27px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

p#advanced-search-link
{
	position: absolute;
	top: 50px;
	right: 0;
}



/* For top Login */

div#welcome
{
	width: 390px;
	height: 25px;
	position: absolute;
	right: 0;
	text-align: left;
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	background-color: #;
	background-image: url("/resources/images/shared/header_login_bg.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

div#welcome p
{

	padding: 0;
	margin: 0 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.7em;
	background-color: #;
}

div#welcome p a
{
	color: #fff;
	text-decoration: underline;
}



div#welcome h1
{

	padding: 0;
	margin: 0 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.7em;
	background-color: #;
	border: none;
}

div#welcome h1 a
{
	font-size: 1em;
	color: #fff;
	text-decoration: underline;
}





/* Columns */

div#menu
{
 	width: 220px;
 	float: left;
}

div#content
{
 	width: 480px;
 	float: left;
 	background-color: #;
}

div#content-full-width
{
 	width: 720px;
 	float: left;
 	background-color: #;
}

div#content-full-width h3
{
	padding: 30px 0 10px 0;
	margin: 0 0 0 0;
}




div#promo
{
 	width: 220px;
 	float: left;
 	padding: 10px 0 0 0;
	margin: 46px 0 0 20px;
	border-top: 1px solid #46a5e2;
}

p#analysis-plug
{
	font-size: 0.7em;
	background-image: url("/resources/images/shared/analysis_promo_bg.gif");
	background-repeat: no-repeat;
	width: 200px;
	height: 82px;
	color: #fff!important;
	padding: 140px 10px 0 10px!important;
	margin: 0 0 20px 0!important;
}

p#analysis-plug a
{
	color: #fff!important;
	font-style: normal!important;
	text-decoration: underline;
}

p#intro
{
	font-family: Georgia, Times New Roman, Times, Serif!important;
	font-size: 0.8em;
	color: #666;
	font-style: italic;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content-wrapper
{
	width: 940px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 300px;
}

#divider
{
	width: 100%;
	height: 1px;
	background-color: #46a5e2;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
}




/* Tables */

th {
	color: #fff;
	text-align: left;
	padding: 5px;
	background-color: #46a5e2;
}

td {
	color: #333;
	padding: 5px;
}

table#citiestable {
	font-size: 12px;
	background-color: #efefef;
	width: 720px;
	margin-top: 20px;
}

table#citiestable td {
	color: #333;
	padding: 5px;
	border-bottom: 1px solid #b8e2fd;
}

/* For ads */
table#citiestable td.ad-slot {
	color: #333;
	padding: 0;
	border-bottom: 1px solid #b8e2fd;
}



.even {
	background-color: #fff;
}

.odd {
	background-color: #ecf6fc;
}

.highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}

.header {
	padding: 5px 5px 20px 5px;
	height: auto;
}




/* News */

/*div.news-wrapper
{
	width: 250px;
	float: left;
	padding: 0 20px 0 0;
}*/




/* Separator */

div.separator
{
	width: 100%;
	height: 1px;
	background-color: #55bbfc;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}


/* Ads */

img.pad-ad
{
	padding: 20px 0 20px 5px;
	margin: 0 0 0 0;
}




/* @end */

/* @group Footer */

/* Footer */

#footer
{
	position: relative;
	width: 920px;
	height: 220px;
	padding: 0 10px 0 10px;
	margin: 40px 0 20px 0;
	background-color: #555555;
	text-align: left;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}


#footer p
{
	text-align: left;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	color: #999;
	font-size: 0.8em;
}

#footer p a
{
	display: inline;
	color: #55bbfc;
	font-size: 0.9em;
}

#footer-logo
{
	width: 210px;
	position: absolute;
	top: 20px;
	right:10px;
}

/* @end */

/* @group Standard Defs */


/* floats */
img.float-right
{
	float: right;
}

img.float-left
{
	float: left;
}



/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* @end */



