/* ================================
	CSS Style for Cascade Lite Container
   ================================
*/  


.ContainerTitle
{
	font-family: Century Gothic;
    font-size:  14;
    font-weight: bolder;
    text-transform: capitalize;
    color: 32546D;
}

.containerHead
{
	
	border-bottom-color: #1d1454;
    border-bottom-style: solid;
    border-bottom-width: 1px;

}

.Title
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  24px;
    font-weight: Bold;
    color: 32546D;
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  24px;
    font-weight: Bold;
    color: 32546D;
}

.ContainerCrystalGTitle
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  24px;
    font-weight: Bold;
    color: 32546D;
}

.TopRight
{
	background-image: url(TopRight.png);
	width: 14px;
	height: 11px;
	background-repeat: no-repeat;
}

.TopLeft
{
	background-image: url(TopLeft.png);
	width: 14px;
	height: 11px;
	background-repeat: no-repeat;
}

.BottomLeft
{
	background-image: url(BottomLeft.png);
	width: 14px;
	height: 11px;
}

.BottomRight
{
	background-image: url(BottomRight.png);
	width: 14px;
	height: 11px;
}

.TopCenter
{
	background-image: url(Top.png);
	background-repeat: repeat-x;
	height: 11px;
}

.LeftSide
{
	background-image: url(left.png);
	background-repeat: repeat-y;
	width: 14px;
}

.RightSide
{
	background-image: url(Right.png);
	background-repeat: repeat-y;
	width: 11px;
}

.BottomCenter
{
	background-image: url(Bottom.png);
	background-repeat: repeat-x;
	height: 11px;
}