﻿/* #contentCell style reduction from common.css  */
#contentCell {
	padding: 0;
	background-color: transparent;
	background-image: none;
	
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#contentDiv { padding: 0; }