    /*--------------------------       T w o    C o l u m n    B o d y              ------------------------*/
        #bodyWrapper {
            background: url(../pics/bodyTwoColWrapperBackground.gif) top center repeat-y;
        }

        #mainContentCenterDiv  {
            width: 740px;  /* total width: 720px */
        }
    /*-----------------------------------        D a t a l i s t       -------------------------------------*/

        #mainContentCenterDiv #dataList {
            width: 743px;
            margin: 0 auto;
        }
        #dataList li.header
        {
            font-size: 14px;
            font-family: Georgia,'Palatino';
        }

        #dataList li a, dataList li a:visited
        {
            border-bottom: none;
        }

        #dataList li.edit {
            min-height: 22px;
            margin: 0px;
            padding: 15px 0px 15px 0px;
            list-style-image: none;
            clear: both;
            border-top: 1px dashed #C9DDF6;
            border-bottom: 1px dashed #C9DDF6;
            background-color: #E4ECF6;
        }

        #dataList li.edit input,
        #dataList li.edit select,
        #dataList li.edit textarea{
            font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 10px;
            color: #6f6f6f;
        }

        #dataList ul li a.clearLink {
			display: inline;
			padding: 0px;
			background-image: none;
        }

    /*--------------------------       F o r m         -----------------------------------------------------*/

        #buttonRow {
            margin-left: 250px;
        }

    /*--------------------------       T a b s e t             E l e m e n t s      ------------------------*/
    /*   Removing the position statement eliminates the problems with IE7                                   */

        dl.tabset   { margin:0; margin-top: 20px; padding:0; position:relative }

        dl.tabset dt    {
            padding: 5px 10px 5px 10px;     /* controls the height of the tab */
            margin: -1px 0px 0px 0px;
            display: inline;
            cursor:pointer;
            background: #efefef bottom left repeat-x;
            color: #777;
            text-transform: uppercase;
            border: 1px #E6E5E3 solid;
            font-size: 10px;
        }

        dl.tabset dt.hover  {
            color:#666;
            background: url(../pics/tabberBHoverBackground.jpg) bottom left repeat-x;
        }

        dl.tabset dt.active {
            cursor: default;
            background: #FFF top left repeat-x;
            border-color:#ccc;
            border-bottom:0;
            position: relative;
            z-index:1;
        }

        dl.tabset dd    {
            display:none;
        }

        dl.tabset dd.active {
            width: 720px;
            margin: 3px 0px 0px 0px;
            padding: 20px 10px 10px 10px;
            display: block;
            float: left;
            clear: both;
            border: 1px #E6E5E3 solid;
        }

        dl.tabset dt.ieclear {
            float:none;
            display:block;
            height:0px;
            overflow:hidden;
            border:none;
            padding:0px;
        }

    /*-----------------------------------------  P a g e    E d i t o r  -----------------------------------*/

        dl.tabset .rightColumnText {
            float:right;
            margin:20px 10px 0px 0px;
        }

        dl.tabset .rightColumnImage {
            float:left;
            margin:20px 10px 0px 10px;
        }

        dl.tabset .rightColumnImage img {
            margin-bottom:10px;
        }

