/* PJD: new CSS */
h1 {
	color:#194778;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:14px;
	display:inline;
	margin:9px 30px 0px 0px;
	padding:0px; float:left; 
}
h2, .articles h2 a {
	color: #0f4579;
	font-size: 11pt;
}
h2 .inactive {
	color: #000;
}
h3 {
	margin-top: 30px;
}
/* Discuss Weather */
#discuss {
	float: left;
	margin-right: 0px;
	background-color:#FFF;
	width:85px;
	text-align:left;
	padding:3px;
	border:1px solid #ccc;
	line-height:10px;
	margin-top:20px;
}
#discuss a {
	font-size: 9pt;
}
/* weather navigation */
#weatherNav {
	list-style-type: none;
	margin: 25px auto 25px 100px;
	height: 12px;
}
#weatherNav li {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}
#weatherNav a {
	font-size: 10pt;
	margin-left: 10px;
}
/* main quote table */
table.quoteDisplay {
	width: 100%;
	border-collapse: collapse;
			background-color:#B6C3AE;
			min-height:400px;
}
table.quoteDisplay td {
	padding: 0;
	font-size: 9pt;
	vertical-align: top;
	font-weight: normal;
	text-align: center;
	height: 20px;
}
/* nested tables */
table.quoteDisplay table {
	border-collapse: collapse;
}
/* main quote table */
div.quoteDisplay {
	width: 100%;
	border-collapse: collapse;
	background-color:#B6C3AE;
	height:456px !important;
	min-width:650px;
	display:block;
}

div.quoteDisplay.hurricane {
	height:556px !important;
}

div.quoteDisplay.hurricane table {
	margin-bottom: 10px;
}

div.quoteDisplay h2 {
	margin:0px 0px 0px 6px;
	padding:0px;
	font-size:10px;
}
a.weekly, a.first, a.second, a.third {
	font-size:10px;
	text-align:center;
}
div.quoteDisplay td {
	padding: 0;
	font-size: 9pt;
	vertical-align: top;
	font-weight: normal;
	text-align: center;
	height: 20px;
}
/* nested tables */
div.quoteDisplay table {
	border-collapse: collapse;
}
/* station table

	margin-left: -55px; */
table.station {
	width: 50px;
	border: 1px solid #bfbec0;
	float:left;
	margin-top: 14px;
	margin-left: 0px;
}
	table.station thead th {
	font-size: 8pt;
	color:#00657B;
	font-weight: normal;
	vertical-align:bottom;
	height:21px !important;
	padding-bottom:2px;
	background-color:#CCDEBE;
}
	table.station tbody th {
	font-size:8pt;
	vertical-align:bottom;
	font-weight:bold;
	color:#666;
	height:18px !important;
}
	table.station tbody td {
	text-align: center;
	font:Arial, Helvetica, sans-serif;
}
/* month tables */
table.month {
	width: 145px;
	border: 1px solid #bfbec0;
	float:left;
	margin-left:4px;
}
	table.month thead th {
	font-size:8pt;
	color:#fff;
	font-weight:bold;
	vertical-align:bottom;
	height:21px !important;
	padding-bottom:2px;
}
	table.month tbody th {
	font-size:8pt;
	vertical-align:bottom;
	color:#00657B;
	border-bottom: 1px solid #bfbec0;
	font-weight: normal;
	height:12px !important;
}
	table.month a {
	font-weight: normal;
}
/* for alternating backgrounds */
table.oddColumn {
	background-color: #e5e5e5;
}
table.evenColumn {
	background-color: #c5c5c5;
}
table.strip {
	background-color: #c5e5c5;
}
table.oddColumn thead th {
	background-color: #a6a5a8;
}
table.evenColumn thead th {
	background-color: #868588;
}
	
table.strip thead th {
	background-color: #86a588;
}
	
/* end alternating rows */
td.market {
	text-align: right;
	padding-left:2px;
}
td.netChange {
	color:#666;
}
td.bias {
	vertical-align:top;
	font-weight:normal;
	padding-right:2px;
}
.positiveChange, a.positiveChange {
	color: #008000;
}
td.negativeChange, a.negativeChange {
	color: #ce1d1e;
}
td.noChange, a.noChange {
	color: #666;
}
td.coolBias {
	color: #4682b4;
}
td.warmBias {
	color: #d2691e;
}
td.noBias {
	color: #666;
}

.designedby {color: #C0C0C0; font-size: 9px; font-family: Tahoma, Verdana, Arial, Helvetica;}
.designedby a {color: #C0C0C0; text-decoration: none; font-weight: bold;}
.designedby a:hover {color: #828282; text-decoration: none;}

/* NEW */

/* defintion of what the popUp window will look like */ 
.popUps { 
    background-color: #B1D1D8;
	 /* background color */
    padding:3px;
	 /* cell padding */ 
    width:80;
	 /* width of the tip box */ 
    color:black;
	 /* font color */ 
    font-family:Verdana, Arial, Helvetica, sans-serif; /* font family */ 
    font-size:10px;
	/* font size */ 
    font-weight:bold;
	 /* font weight */ 
    border:thin solid black;
	/* border */ 
} 
/* definition of what the popUp window will look like */ 
.ecast_popUps { 
    background-color: #B1D1D8;
    padding:3px;
    width:70;
    color:black;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:10px;
    font-weight:bold;
    border:thin solid black; 
} 
/* definition of what the popUp window will look like */ 
.netchange_popUps { 
    background-color: #B1D1D8;
    padding:3px;
    width:170;
    color:black;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    border:thin solid black;
} 
/* definition of what the popUp window will look like */ 
.bias_popUps { 
    background-color: #B1D1D8;
    padding:3px;
    width:170;
    color:black;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    border:thin solid black;
	}

#leftchoices {
	float:left;
	margin: 0px 5px 0px 0px;
	}
#leftchoices ul li {
	background-color:#4A6D8F;
	width:85px;
	text-align:center;
	padding:3px;
	border:1px solid #ccc;
	color: #fc0;	
	font-weight: bold;
	}
#leftchoices ul li a {
	font-size:10px;
	color:#FFFFCC;
	font-weight:normal;
	}

/* new weather cols etc */

#seasonChoices {
	margin: 0px;
	width:91px;
	}
#seasonChoices ul li {
	background-color:#4A6D8F;
	width:85px;
	text-align:center;
	padding:3px;
	border:1px solid #ccc;
	}
#seasonChoices ul li a {
	font-size:10px;
	color:#FFFFCC;
	font-weight:normal;
	}

#weatherHeader {
	float:left;
	width:680px !important;
	border-bottom:1px solid #ccc;
	}

#weatherHeader h1, #weatherHeader h3 {
	float:left;
	font-size:11px;
	padding:2px; 
	margin:0px 0px 8px 10px;
	border-top:1px solid #eaeaea
	}
#weatherCols {
	float:left;
	width:680px !important;
	margin-left:0px;
	padding:10px 0px 0px 0px;
}

#weatherCols div.domtab li {
	/*width:130px; */
}

.articles {font-size:8pt; color:#3F637B; padding:8px}
.articles h4 {font-size:10pt; color:#731C20;}

.footer {
	font : 10px Arial;
	font-weight : normal;
	color : #7a7a7a;
	line-height : 13px;
}
/*.footerlink
{
    font : 10px Arial;
	font-weight : normal;
	color: #878787;
}*/
a.footer, a.footer:link, a.footer:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #7a7a7a;
	FONT-FAMILY: Arial
}
a.footer:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #656565;
	FONT-FAMILY: Arial
}

	table.station tbody td, table.month tbody td {
	height:18px !important;
	padding:2px 0px !important;}
