.CM-TLH {
	background: url("images/CM_TLH.gif") no-repeat;
	width: 10px;
	height: 24px;
}

/*Top Right Corner - with header*/
.CM-TRH {
	background: url("images/CM_TRH.gif") no-repeat;
	width: 10px;
	height: 24px;
}

/*Top Left Corner - withOUT header*/
.CM-TL {
	background-position: left top; 
	background-image: url("images/CM_TL.gif");
    width: 10px;
    background-repeat: no-repeat; 
    height: 10px;
}

/* Top Center - Used for modules without header */
.CM-TC {
	height: 10px; 	
	background-position: center top; 
	background-image: url("images/CM_TC.gif"); 	
	background-repeat: repeat-x;
	border-top-width: 1px;
	width: 97%;
}

/*Top Right Corner - withOUT header*/
.CM-TR {
	background-position: right top; 
	background-image: url("images/CM_TR.gif");
    width: 10px; 
    background-repeat: no-repeat; 
    height: 10px;
}

/*Bottom Left Corner*/
.CM-BL {
	background-position: left bottom; 
	background-image: url("images/CM_BL.gif");
    width: 10px; 
    background-repeat: no-repeat; 
    height: 11px;
}

/* Bottom Center */
.CM-BC {
	height: 11px; 
	background-position: center bottom; 
	background-image: url("images/CM_BC.gif");	
	background-repeat: repeat-x;
	border-bottom-width: 1px;
}

/*Bottom Right Corner*/
.CM-BR {
	background-position: right bottom; 
	background-image: url("images/CM_BR.gif");
    width: 10px; 
    background-repeat: no-repeat; 
    height: 11px;
}
.CM-LeftHeaderText {
	font-size: 9.5pt;
	color: #FFFFFF;
	text-align: center;
	/*background-color: #4c99cc;*/
	background-color:#4C99CC;
}