html
{
height:100%;
}

body
{
height:100%;
background-color:#e9f6fc;
background-image:url('../../picture/bg-all.png');
background-repeat:repeat-x;
background-position:top right;
} 

.MainBg {background-color: #e9f6fc;}
.SideMenuBg {background-color: #a2b7bc;}
.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');}