.panel {
	BORDER: #d9e3fa 1px solid; 
	border-bottom: none;
	MARGIN-BOTTOM: 0px; 
	CURSOR: pointer; 
	PADDING-TOP: 5px; 
	HEIGHT: 25px; 
	width: 254px; 
}
.panel A {
	COLOR: #000000; TEXT-DECORATION: none
}
.panel-up {
	BACKGROUND: url(../images/co2_alert_tab.gif) no-repeat;
	width: 254px; 
}
.panel-down {
	BACKGROUND: url(../images/co2_alert_tab_open.gif) no-repeat;
	width: 254px; 
}
.panel-target {
border: #d9e3fa 1px solid; 
border-top: none;
width: 254px; 
height: 280px;

}
.panel-target a{
BACKGROUND: url(../images/co2_alert.gif) no-repeat;
display: block;
width: 254px; 
height: 280px;
}
.panel-target a:hover{
BACKGROUND: url(../images/co2_alert_hover.gif) no-repeat;
display: block;
width: 254px; 
height: 280px;
}
.panel-closed {
	DISPLAY: none
}


