

.cityList
{
	width:645px; 
	border: 1px solid #000000;
	margin:5px 0px 0px 0px;
}
.cityList tr th
{
	background-color: #2965ad;
	color:white;
	padding: 1px;
	/*border-bottom: 1px solid black; */
}
.cityList tr th#blank
{
	border-left: 1px solid black;
}

.cityList tr td#rss
{
	padding-top:2px;
	width:12%;
	color: #000000;
	text-align:center;
}
.cityList tr td#cap
{
	width:6%;
	color: #000000;
	text-align:center;
}
.cityList tr td#blank
{
	border-left: 1px solid black;
}
.cityList tr td#name
{
	width:40%;
	color: #000000;
	text-align:left;
	padding: 1px 1px 1px 15px;
}

.cityList tr.highlight
{
	background-color: #c1d0e7/*cdcdcd*/;
}

.feedTable
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	width: 650px;
	margin: 10px;
	text-align: center;
}

.feedTable tr th
{
	color: #ffffff;
	background-color: #2965ad;
	text-align:center;
	padding: 3px;
	border-bottom: 1px solid black;
}

.feedTable tr td
{
	padding: 2px;
	border-right: 1px solid black;
}
.feedTable tr td#name
{
	width: 15%;
}
.feedTable tr td#rss
{
	width: 10%;
}
.feedTable tr td#state
{
	width: 10%;
}
.feedTable tr td#date
{
	width: 8%;
}
.feedTable tr td#forecast
{
	width: 8%;
}
.feedTable tr td#aqi
{
	width: 20%;
	border-bottom: 1px solid #000000;
}
.feedTable tr td#atom
{
	width: 8%;
}
.feedTable tr td#cat
{
	width: 8%;
}
.feedTable tr.highlight
{
	background-color: #cdcdcd;
}
a.info
{
    position:relative;
    /*z-index:24; */
    text-decoration:none;
    cursor:help;
    background-color:#f5f5f5;
}
a.info:hover
{
	z-index:25; 
	background-color:#ffffff;
}

a.info span
{
	display: none;
	background-color:#f5f5f5;
}

a.info:hover span
{ 
	/*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:5em; width:15em;
    border:1px solid #000000;
    background-color:#f5f5f5; 
    color:#000;
    font-weight:normal;
    text-align: left;
    text-decoration:none;
    padding: 10px 10px 10px 10px;
}

.breadcrumbs {
	font: 12px Arial, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}