
#MainTable, #MainCell {
    background-color : #ebf4c8;
		width: 100%;
	}

#MainCell {
		text-align: left; 
		width: 200px;
/*		width: 100%;*/
	}

#MainTable {
    border-bottom-color : #ebf4c8;
    border-bottom-style : solid;
    border-bottom-width : 1em;
    border-left-color : #ebf4c8;
    border-left-style : solid;
    border-left-width : 1em;
    border-right-color : #ebf4c8;
    border-right-style : solid;
    border-right-width : 1.5em;
    border-top-color : #ebf4c8;
    border-top-style : solid;
    border-top-width : 0.8em;
		width: 100%
  }


#ColorBar {
    background-color : #5DBE60;
    z-index : 9;
    position : absolute;
    left : 1ex;
    top : 1ex;
    height : 1px;
    width : 180px;
  }


#ContentCell {
    padding : 10px 0px 0 3px;
  }

width : 850px;
