body
{
    background-color: #0787c7;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

.accordion_toggle
{
    display: block;
	height: 30px;
	width: 500px;
	background-color: #ffffff;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid silver;
    border-top: 1px solid silver;
	cursor: pointer;
	margin: 0 0 0 0;
    background: url('../../assets/forecast/down.gif') no-repeat center right #ffffff;
}

.accordion_toggle_active
{
    background: url('../../assets/forecast/up.gif') no-repeat center right #6ad0fe;
	color: #ffffff;
	border-bottom: 1px solid silver;
}

.accordion_content
{
    background-color: #ffffff;
	color: #444444;
	overflow: hidden;
    width: 520px;
}

.accordion_content h2
{
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content div span
{
    font-weight: bold;
}

.accordion_content ul
{
    text-align:left;
    list-style-type:none;
    padding-top: 8px;
    margin-top: -1px;
}
.accordion_content ul li
{
    background:#ffffff url(../../assets/forecast/bullet_blue.gif) no-repeat scroll 0 0px;
    padding:0 0 0 20px;
}

.accordion_content table
{
    width: 500px;
    margin: 10px auto 10px auto;
    border: 1px solid silver;
}
.accordion_content table tr th
{
    background: #0099FF;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
}
.accordion_content #index
{
    width:30%;
}
.accordion_content #value
{
    width:13%;
}
.accordion_content #meaning
{
    width:57%;
}
.accordion_content table tr td
{
    text-align: center;
    padding: 2px 5px 2px 5px;
}

.accordion_content .good
{
   background: #00e400;
   font-weight: bold;
   color: #000000;
}
.accordion_content .good_light
{
   background: #cdffcc;
   color: #444444;
}
.accordion_content .moderate
{
   background: #ffff00;
   font-weight: bold;
   color: #000000;
}
.accordion_content .moderate_light
{
   background: #feff99;
   color: #444444;
}
.accordion_content .usg
{
   background: #ff6501;
   font-weight: bold;
   color: #000000;
}
.accordion_content .usg_light
{
   background: #ffcb99;
   color: #444444;
}
.accordion_content .unhealthy
{
   background: #fe0000;
   font-weight: bold;
   color: #ffffff;
}
.accordion_content .unhealthy_light
{
   background: #ff9899;
   color: #444444;
}

.accordion_content .veryunhealthy
{
   background: #990134;
   font-weight: bold;
   color: #ffffff;
}
.accordion_content .veryunhealthy_light
{
   background: #cc99fe;
   color: #444444;
}

.accordion_content .hazardous
{
   background: #660032;
   font-weight: bold;
   color: #ffffff;
}
.accordion_content .hazardous_light
{
   background: #993233;
   color: #ffffff;
}







		



