/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.barhsep/* TABLE */
			 					{  

									/*path should be /sitexpress/sidebars/sidebar36/uimages/
									images should physically reside in template uimages folder*/
									background-color: #CCCCCC;
								}
								
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.bar	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color:  #F7F3E7 ; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #C4BA73;
								}


