/* Construction */
#sideContentTable {
	width: 156px;
	background-color: #f0f0f0;
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	margin-top: 10px;
}
#sideContentCell {
	background-color: #FFFFFF;
	border: 1px; 
	border-style: solid; 
	border-color: #cccccc;
}


/* Image Properties */
.imgBorder {
	border: solid 1px #aaaaaa;
}

/*	News Side Properties */
#sideBorders {
	border-collapse: collapse;
	width: 100px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border-width: 0px;                  
}
#sideTable {
	background-color: white;
	width: 150px;
}

/* News Side Debug Style */
#sideTable, #sideHeader, #sideSubHeader, #sideBody {
	border-color: lime;
	border-width: 0px;
	border-style: dashed;
}
