.sfkPanel .left
{
	background-color: #3C3C4A;
	width: 100%; height: 100%;
	background-image: url('/images/panels/left_border.gif');
	background-repeat: repeat-y;
	background-position: left;
}
.sfkPanel .right
{
	width: 100%; height: 100%;
	background-image: url('/images/panels/left_border.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.sfkPanel .top
{
	width: 100%; height: 100%;
	background-image: url('/images/panels/bottom_border.gif');
	background-repeat: repeat-x;
	background-position: center top;
}
.sfkPanel .bottom
{
	width: 100%; height: 100%;
	background-image: url('/images/panels/bottom_border.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}
.sfkPanel .ul
{
	width: 100%; height: 100%;
	background-image: url('/images/panels/blue-ul.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.sfkPanel .lr
{
	width: 100%; height: 100%;
	background-image: url('/images/panels/blue-lr.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sfkPanel .content
{
	padding: 8px 8px 20px 20px;
}

.panelTitle
{
	font-weight: bold;
	padding-bottom: 4px
}
.pageTitle
{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px
}