#PanelContentHeader
{
	height			:	80px;
	text-align		:	center;
}
#PanelContentMain
{
	color			:	#ffffff;
	height			:	450px;
	background-image	:	url(./image/content/Background.jpg);
	background-repeat	:	no-repeat;
	padding		:	10px 20px;
}

div.Tab
{
	padding			:	4px 8px 0px 8px;
}


div.PanelTitle
{
	background-color		:	#cc0000;
	color				:	#ffffff;
	padding			:	4px 8px;
	height				:	2em;
}
div.PanelTextScroll
{
	padding			:	10px 20px;
	border				:	solid 1px #333333;
	overflow			:	auto;
	background-color		:	#000000;
	opacity			:	0.7;
	filter				:	alpha(opacity=70);
}

div.PanelContentTitle
{
	height				:	35px;
}
