/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .Title { font-size: 11px; font-family: tahoma; color: #67676b; font-weight: bold; text-transform:uppercase; }
/*-- container title cell              --*/ .TitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .Content { font-size: 11px; font-family: tahoma; color: #67676b; padding: 5px 4px 15px 4px;}
/*-- container Icons cell              --*/ .Icons { text-align:right; padding: 5px 0 7px 0;}
/*-- .Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;} --*/
											.Space { width:70px; padding: 0;}
											.YellowLine {  background: url(yellow.gif) repeat top left; width:70px; height:2px; padding: 0;}
											.RedLine {  background: url(red.gif) repeat top left; width:70px; height:2px; padding: 0;}
											.LillaLine {  background: url(lilla.gif) repeat top left; width:70px; height:2px; padding: 0;}
											.GreenLine {  background: url(green.gif) repeat top left; width:70px; height:2px; padding: 0;}
											.BlueLine {  background: url(blue.gif) repeat top left; width:70px; height:2px; padding: 0;}

/*========================================================*/



