﻿.Panel
{
	padding:3px;
}
.Panel .Pic
{
	background:url('images/Panel.gif') no-repeat;
}
.Panel .L
{
	background-repeat:repeat-y;
	background-position:left top;
}
.Panel .LL
{
	background-repeat:repeat-y;
	background-position:left 14px;
}
.Panel .R
{
	background-repeat:repeat-y;
	background-position:right top;
}
.Panel .RR
{
	background-repeat:repeat-y;
	background-position:right 14px;
}
.Panel .T
{
	background-repeat:repeat-x;
	background-position:left top;
	height:19px;
	padding-top:4px;
	font-weight:bold;
	color:#ffffff;
}
.Panel .TT
{
	background-repeat:repeat-x;
	background-position:-24px top;
	height:23px;
}
.Panel .B
{
	background-repeat:repeat-x;
	background-position:left bottom;
	height:14px;
}
.Panel .BB
{
	background-repeat:repeat-x;
	background-position:-24px bottom;
	height:14px;
}
.Panel .TR
{
	background-position:-24px -23px;
	width:12px;
}
.Panel .TL
{
	background-position:-12px -23px;
	width:12px;
}
.Panel .BR
{
	background-position:-24px -46px;
}
.Panel .BL
{
	background-position:-12px -46px;
}
.Panel .Content
{
	background-color:#ffffff;
	padding:10px;
	padding-bottom:2px;
}