html
{
height:100%;
}

body
{
    background: #f1f1f1;
} 

.MainBg {background-color: #e9f6fc;}
.SideMenuBg {}
.HighlightBg {background-color: #ffffff;}
.DataBg {background-color: #ffffff;}
.GroupBg {background-color: #dddddd;}

.ItemBg {background-color: #FFFFFF;}
.ItemTopLeft {background-image:url('../../picture/theme/tbdr-top-left-cyan.png');}
.ItemTopCenter {background-image:url('../../picture/theme/tbdr-line-cyan.png'); background-repeat:repeat-x;}
.ItemTopRight {background-image:url('../../picture/theme/tbdr-top-right-cyan.png');}
.ItemCenterLeft {background-image:url('../../picture/theme/tbdr-line-cyan.png'); background-repeat:repeat-y;}
.ItemCenterRight {background-image:url('../../picture/theme/tbdr-line-cyan.png'); background-repeat:repeat-y; background-position: right;}
.ItemBottomLeft {background-image:url('../../picture/theme/tbdr-bottom-left-cyan.png');}
.ItemBottomCenter {background-image:url('../../picture/theme/tbdr-line-cyan.png'); background-repeat:repeat-x; background-position: bottom;}
.ItemBottomRight {background-image:url('../../picture/theme/tbdr-bottom-right-cyan.png');}