﻿body
{
}

#MainDiv
{
}

.RoundedBoxTopLeft
{
    background-image: url('app_themes/Office2003Blue/Web/rpTopLeftCornerTransp.png'); 
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    width: 9px;
    text-align: right;
}
.RoundedBoxTopRight
{
    background-image: url('app_themes/Office2003Blue/Web/rpTopRightCornerTransp.png'); 
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    width: 9px;
}
.RoundedBoxBottomLeft
{
    background-image: url('app_themes/Office2003Blue/Web/rpBottomLeftCorner.png'); 
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    width: 9px;
}
.RoundedBoxBottomRight
{
    background-image: url('app_themes/Office2003Blue/Web/rpBottomRightCorner.png'); 
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    width: 9px;
}
.RoundedBoxTopEdge
{
    background-image: url('app_themes/Office2003Blue/Web/rpTopEdgeTransp.png'); 
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}
.TitleBarLeft
{
    background-image: url('Images/TitleBarLeft.png'); 
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    width: 9px;
}
.TitleBarCentre
{
    background-image: url('Images/TitleBar.png'); 
    background-repeat: repeat-x; 
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small; 
    font-weight: bold; 
    color: #FFFFFF; 
    text-align: left;
    height: 26px;
    width:100%
}
.TitleBarRight
{
    background-image: url('Images/TitleBarRight.png'); 
    background-repeat: no-repeat; 
    padding: 0px;
    margin: 0px;
    width: 9px;
}
.EventBarLeft
{
    background-image: url('Images/EventBarLeft.png'); 
    background-repeat: no-repeat; 
    padding: 0px;
    margin: 0px;
    width: 9px;
}
.EventBar
{
    background-image: url('Images/EventBar.png'); 
    background-repeat: repeat-x; 
    padding: 0px; 
    margin: 0px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: medium; 
    font-weight: bold; 
    text-align: left;
    height: 36px;
    width:100%
}
.EventBarRight
{
    background-image: url('Images/EventBarRight.png'); 
    background-repeat: no-repeat; 
    padding: 0px;
    margin: 0px;
    width: 9px;
}
.GridRow
{
    border-left-style:None;
    border-right-style:None;
    padding-top:1px;
    padding-bottom:1px;
    border-left-width:0px;
    border-right-width:0px
}

.GridCell
{
    border-left-style:None;
    border-right-style:None;
    padding-top:1px;
    padding-bottom:1px;
    border-left-width:0px;
    border-right-width:0px
}


