/* Styles for Containers  */

.BlueContainerTitleLightBlueTitle {
	font-size: 14px;
	font-weight: bold;
	color: #2076b0;
}

.BlueContainerTitleLightBlueWidth {
	width: 100%;
}
.BlueContainerTitleLightHeader {
   background-image:url(images/BlueContainer_02.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.BlueContainerTitleLightLine {
   background-image: url(images/BlueContainer_06.jpg);
   background-position:top;
   background-repeat:repeat-x;
}
.BlueContainerTitleLightSideImage {
   background: url(images/BlueContainer_08.jpg);
   background-position:top right;
   background-repeat:no-repeat;
}  
.BlueContainerTitleLightBlueContentpane {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.BlueContainerTitleLightBottomFade {
   background-image: url(images/BlueContainer_16.jpg);
   background-position:top;
   background-repeat:repeat-x;
   width:100%;
}
.BlueContainerTitleLightBluebg {
   background:#01245d url(images/BlueContainer_08_fade.jpg);
   background-position:top;
   background-repeat:repeat-x;
}

