/* PortVista LX Series 1.0 :: Design by Jason Honingford ( PortVista.com ) Copyright (c) 2006 */
.ContainerHeaderBlock{
	border-left: #666666 0px solid;
	border-right: #666666 0px solid;
	border-top: #666666 0px solid;
	border-bottom: #666666 0px solid;
	padding-left:5px;padding-right:5px;
}
.ContainerFooter{
	padding-top: 4px;
	padding-left:5px;padding-right:5px;
}
.ContainerHeader{
	height: 20px;
	font-size: 8px;
}
.ContainerHeaderBlack{
	background-image: url('images/Container_Black.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.ContainerHeaderBlue{
	background-image: url('images/Container_Blue.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.ContainerHeaderGreen{
	background-image: url('images/Container_Green.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.ContainerHeaderRed{
	background-image: url('images/Container_Red.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.ContainerHeaderSilver{
	background-image: url('images/Container_Silver.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.ContainerHeaderTan{
	background-image: url('images/Container_Tan.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.ContainerHeaderWhite{
	background-image: url('images/Container_White.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.ContainerHeaderYellow{
	background-image: url('images/Container_Yellow.gif');
	background-repeat: repeat-x;
	height: 20px;
}
.GoldContainerTitle {
	font-size: 18px;
	color: #80a1c3;
	font-family: Trebuchet,Trebuchet MS,Tahoma;
}
.ContainerTitle{
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	font-family: Trebuchet,Trebuchet MS,Tahoma;
}
.ContainerTitleLight{
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Trebuchet,Trebuchet MS,Tahoma;
}
.ContainerContent{
	background-color: #FFFFFF;
	border-left: #666666 0px solid;
	border-right: #666666 0px solid;
	border-top: #666666 0px solid;
	border-bottom: #666666 0px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#999999;
	padding-left:15px;padding-right:10px;
}
