
/*-- overriding default margin         --*/  
/* p { margin: 0;} */

/*-- conatiner title token --*/ 
.HCH_redwhite_Cont_Title { 
	font-size: 14px; 
	/*line-height: 1.4em;*/ 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #ffffff; 
	font-weight: bold;
	padding-top:3px;
}

/*-- container title cell --*/ 
.HCH_redwhite_Cont_TitleTD { 
	width:100%; 
	padding: 0; 
	padding-top: 3px;
	padding-bottom:0px; 
}

/*-- container actions cell --*/ 
.HCH_redwhite_Cont_ActionsTD { 
	width:0%; 
	padding: 0; 
}

/*-- container content pane --*/ 
.HCH_redwhite_Cont_Content { 
	font-size: 11px; 
	line-height: 1.4em; 
	font-family: tahoma; 
	color: #000; 
	text-align:left; 
	padding: 5px 0 0 0;
	background-color: #ffffff;
}

/*-- top center section --*/ 
.HCH_redwhite_Cont_T { 
	background: #790000; 
	vertical-align:top; 
	height: 22px; 
	padding: 2px 0 0 0; 
}

/*-- top left section --*/ 
.HCH_redwhite_Cont_TL { 
	background: url(hch-rw-ul.gif) bottom left no-repeat;
	vertical-align:top; 
	height: 25px; 
	width:15px; 
	padding: 0; 
}

/*-- top right section --*/
.HCH_redwhite_Cont_TR { 
	background: url(hch-rw-ur.gif) bottom right no-repeat;
	vertical-align:top; 
	height: 25px; 
	width:15px; 
	padding: 0; 
}

/*-- mid center section --*/ 
.HCH_redwhite_Cont_M { 
	background: #ffffff;
	vertical-align:top;
	padding: 0;
}

/*-- mid left section --*/ 
.HCH_redwhite_Cont_ML { 
	background: url(hch-rw-ml.gif) bottom left repeat-y;
	vertical-align:top; 
	width:15px; 
	padding: 0; 
}

/*-- mid right section --*/ 
.HCH_redwhite_Cont_MR { 
	background: url(hch-rw-mr.gif) bottom right repeat-y;
	vertical-align:top; 
	width:15px; 
	padding: 0; 
}

/*-- bottom center section --*/ 
.HCH_redwhite_Cont_B { 
	background: url(hch-rw-b.gif) top left repeat-x;
	vertical-align:top; 
	height: 20px; 
	padding:0;
}

/*-- bottom left section --*/ 
.HCH_redwhite_Cont_BL { 
	background: url(hch-rw-bl.gif) top left no-repeat;
	vertical-align:top;
	height: 20px; 
	width:15px; 
	padding: 0;
}

/*-- bottom right section --*/ 
.HCH_redwhite_Cont_BR { 
	background: url(hch-rw-br.gif) top right no-repeat; 
	vertical-align:top; 
	height: 20px; 
	width:21px; 
	padding: 0; 
}







