/*  1. Container Design Elements         */

/*-- external table				       --*/ .C03_noTitle_Table		{ width: 100%; background: transparent; padding: 0px;}
/*-- container title cell              --*/ .C03_noTitle_TitleTD	{ width:100%; padding: 0;}
											.C03_noTitle_Title		{ font: lighter 16px/1.4em Arial, Helvetica, Verdana, Sans; color: #9E9083; text-transform: lowercase; }
/*-- container actions cell            --*/ .C03_noTitle_ActionsTD	{ padding: 0;}
/*-- container content pane            --*/ .C03_noTitle_Content	{ background: #f0ebe6; padding: 0; }


.C03_TL			{ background: transparent url('C03_TL.gif') no-repeat; width: 11px; height: 11px;  }
.C03_TM			{ background: #f0ebe6; height: 11px; }
.C03_TR			{ background: transparent url('C03_TR.gif') no-repeat; width: 11px; height: 11px;  }
.C03_ML			{ background: #f0ebe6; width: 11px; }
.C03_MM			{ background: #f0ebe6; }
.C03_MR			{ background: #f0ebe6; width: 11px; }
.C03_BL			{ background: transparent url('C03_BL.gif') no-repeat; width: 11px; height: 11px;  }
.C03_BM			{ background: #f0ebe6; height: 11px;  }
.C03_BR			{ background: transparent url('C03_BR.gif') no-repeat; width: 11px; height: 11px;  }


