﻿/* CSS Document */
.panel{
	text-align: right;
	height: 16px;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	direction: rtl;
	vertical-align: middle;
	padding-right: 4px;
	padding-bottom: 5px;
	margin-top: 5px;
	color: #FFFFFF;
}
.panel a{
	text-decoration: none;
	color: #ffffff;
}
 .panel-up{
	background: url(backtitle-up2.gif) no-repeat scroll 0;
	background-color: #3399CC;
}
.panel-down{
	background: url(backtitle-down2.gif) no-repeat scroll 0;
	background-color: #6736B0;
}
.panel-target{
	padding: 5px;
	background-color: #F1FFF2;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: right;
	direction: rtl;
	background-image: url('targetback.jpg');
	background-repeat: repeat-y;
	line-height: 18px;
}
.panel-closed{
	display:none;
}


