I am still new to TT and trying to work through some issues. I have started a blank template and attempting to assign a background color to a block element. I've managed to zero in on the css code that controls this element but I cannot figuure out where in TT I should set this. I have set the background color for the page, content, in post content properties, and in the block quote elements properties and none seem to be working. When I add background-color: #EEEEEE to the element below it changes the background color. Any idea what menu item I should be using for this? Any help would be greatly appreciated.
.ttr_block_content {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
border: 0 solid rgba(211, 211, 211, 1);
border-radius: 0;
color: #333333;
font-family: "Arial";
font-size: 12px;
font-style: normal;
font-weight: normal;
margin: 3px;
padding: 2px;
text-align: left;
text-decoration: none;