/* CSS Document */

.panel_head {
	background-image:url(../images/panel_top.gif); 
	background-repeat:repeat-x;
	border-bottom:1px solid #F6F8F9;
	border-top:1px solid #E6EBED;
	border-left:1px solid #E6EBED;
	border-right:1px solid #E6EBED;
	background-position:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	text-align:left;
}

.panel_title {
	white-space:nowrap;
	color:#006699;
}

.panel_bottom {
	background-image:url(../images/panel_bottom.gif); 
	background-repeat:repeat-x; background-position:bottom;
	border-left:1px solid #F2F3F1;
	border-right:1px solid #F2F3F1; 
	border-bottom:1px solid #DCDBD8; 
	height:17px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	padding-right:6px;
	vertical-align:middle;*/
}

.panel_content {
	display:block;
	border-left:1px solid #F2F3F1;
	border-right:1px solid #F2F3F1;
}

.panel_switch {
	display:block; 
	width:20px; 
	height:16px; 
	background-image:url(../images/panel_switch_show.gif); 
	background-repeat:no-repeat; 
	background-position:4px 4px; 
	cursor:pointer;
}

.panel_switch_on {
	display:block; 
	width:20px; 
	height:16px; 
	background-image:url(../images/panel_switch_show_on.gif); 
	background-repeat:no-repeat; 
	background-position:4px 4px; 
	cursor:pointer;
}

.panel_switch_hidden {
	display:block; 
	width:20px; 
	height:16px; 
	background-image:url(../images/panel_switch_hide.gif); 
	background-repeat:no-repeat; 
	background-position:4px 4px; 
	cursor:pointer;
}

.panel_switch_hidden_on {
	display:block; 
	width:20px; 
	height:16px; 
	background-image:url(../images/panel_switch_hide_on.gif); 
	background-repeat:no-repeat; 
	background-position:4px 4px; 
	cursor:pointer;
}
