﻿.PanelTitleClosed
{
	background-color:#ffffff;
	background-image:url(images/icon_open_panel.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:26px;
	cursor:pointer;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	padding-right:26px;
	margin-bottom:1px;
}
.PanelTitleOver
{
	background-color:#000000;
	background-image:url(images/icon_open_panel_over.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:26px;
	cursor:pointer;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	padding-right:26px;
	margin-bottom:1px;
}
.PanelTitleExpended
{
	background-image:url(images/icon_close_panel.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:26px;padding-top:3px;
	background-color:#ECF5FC;
	height:20px;
	line-height:18px;
	cursor:pointer;
	vertical-align:middle;
	color:#B0215F;
	font-weight:bold;
	text-decoration:underline;
	
}


.PanelContentClosed
{
	visibility:hidden;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
}
.PanelContentExpended
{
	padding-right:26px;padding-bottom:10px;padding-left:26px;
	visibility:visible;
	background-color:#ECF5FC;
	background-image:url(images/blue_hor_dots.gif);
	background-repeat:repeat-x;
	background-position:center bottom;

	
}