body
{
}

.HikiPanel					{ color: #000000; background-color: #a9a9a9; width:100%; }
.HikiPanel *				{ font-size: 10pt; font-family: Tahoma; }

.HikiPanel .top div			{ background: url(tl.png) no-repeat left top;		width:100%; height:8px; font-size:8pt; line-height:8px; }
.HikiPanel .top				{ background: url(tr.png) no-repeat right top;		width:100%; height:8px; font-size:1pt; }
.HikiPanel .bottom div		{ background: url(bl.png) no-repeat left bottom;	width:100%; height:8px; font-size:1pt; }
.HikiPanel .bottom			{ background: url(br.png) no-repeat right bottom;	width:100%; height:8px; font-size:1pt; }

.HikiPanel .header			{ height:16px; padding-right: 8px; padding-left: 8px; padding-bottom: 8px; width:100%; }
.HikiPanel .header h2		{ float:left; }
.HikiPanel .header .icon	{ float:left; }
.HikiPanel .header .button	{ float:right; }

.HikiPanel .content
{
	display: none;
	margin: 0px 8px;
	width: 100%;
	background-color: white;
}




