/* Styles for Containers  */

.RedContainerTitleWhiteTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.RedContainerTitleWhiteWidth {
	width: 100%;
}
.RedContainerTitleWhiteHeader {
   background-image:url(images/RedContainer_02.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.RedContainerTitleWhiteLine {
   background-image: url(images/RedContainer_06.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.RedContainerTitleWhiteSideImage {
   background: url(images/RedContainer_08.jpg);
   background-position:top right;
   background-repeat:no-repeat;
}  
.RedContainerTitleWhiteContentpane {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.RedContainerTitleWhiteBottomFade {
   background-image: url(images/RedContainer_16.jpg);
   background-position:top;
   background-repeat:repeat-x;
   width:100%;
}
.RedContainerTitleWhitebg {
	background:#480000 url(images/RedContainer_08_fade.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
