
/*-- overriding default margin         --*/  
/* p { margin: 0;} */

/*-- conatiner title token --*/ 
.CCP_Cont_Title { 
	font-size: 18px; 
	/*line-height: 1.4em;*/ 
	font-family: Georgia; 
	color: #FFF; 
	font-weight: bold;
}

/*-- container title cell --*/ 
.CCP_Cont_TitleTD { 
	width:100%; 
	padding: 0; 
	padding-bottom:1px; 
}

/*-- container actions cell --*/ 
.CCP_Cont_ActionsTD { 
	width:0%; 
	padding: 0; 
}

/*-- container content pane --*/ 
.CCP_Cont_Content { 
	/*font-size: 11px; 
	line-height: 1.4em; 
	font-family: tahoma; */
	color: #000; 
	text-align:left; 
	padding: 5px 0 0 0;
}

/*-- top center section --*/ 
.CCP_Cont_T { 
	background: url(ccp-cont-top.gif) bottom left repeat-x; 
	vertical-align:top; 
	height: 22px; 
	padding: 2px 0 0 0; 
}

/*-- top left section --*/ 
.CCP_Cont_TL { 
	background: url(ccp-cont-tl.gif) bottom left no-repeat;
	vertical-align:top; 
	height: 22px; 
	width:10px; 
	padding: 0; 
}

/*-- top right section --*/
.CCP_Cont_TR { 
	background: url(ccp-cont-tr.gif) bottom right no-repeat;
	vertical-align:top; 
	height: 22px; 
	width:10px; 
	padding: 0; 
}

/*-- mid center section --*/ 
.CCP_Cont_M { 
	background: #FFF;
	vertical-align:top;
	padding: 0;
}

/*-- mid left section --*/ 
.CCP_Cont_ML { 
	background: url(ccp-cont-ml.gif) bottom left repeat-y;
	vertical-align:top; 
	width:10px; 
	padding: 0; 
}

/*-- mid right section --*/ 
.CCP_Cont_MR { 
	background: url(ccp-cont-mr.gif) bottom right repeat-y; 
	vertical-align:top; 
	width:10px; 
	padding: 0; 
}

/*-- bottom center section --*/ 
.CCP_Cont_B { 
	background: url(ccp-cont-bot.gif) top left repeat-x;
	vertical-align:top; 
	height: 29px; 
	padding: 0;
}

/*-- bottom left section --*/ 
.CCP_Cont_BL { 
	background: url(ccp-cont-bl.gif) top left no-repeat; 
	vertical-align:top;
	height: 29px; 
	width:10px; 
	padding: 0; 
}

/*-- bottom right section --*/ 
.CCP_Cont_BR { 
	background: url(ccp-cont-br.gif) top right no-repeat; 
	vertical-align:top; 
	height: 29px; 
	width:21px; 
	padding: 0; 
}






