/* PortVista LX Series 1.0 :: Design by Jason Honingford ( PortVista.com ) Copyright (c) 2006 */
.ContainerHeaderBlock{
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
}
.ContainerFooter{
	padding-top: 4px;
}
.ContainerHeader{
	height: 20px;
	font-size: 8px;
}
.ContainerTitle{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
}
.ContainerTitleLight{
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
}
.ContainerContent{
	background-color: transparent;
	padding: 2px 1px 1px 1px;
	border-color: transparent;
}

/* Farbspezifische Einstellungen */
.ContainerTitleBlue{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #0061CE;
	/*background-color: #63CF63;*/
	padding: 2px 2px 2px 2px;
	width: 100%;
}
.ContainerHeaderBlue{
	background-image: url('images/Container_Blue.gif');
	background-repeat: repeat-x;
	height: 20px;
}

