.StdContainer
{
    width: 100%;
}

.StdContainerRamme
{
    border: 1px solid #CCCCCC;
    width: 100%;
}

.StdContainerYellowBG
{
    width: 100%;
    background-image: url( 'img/yellowbg.jpg' );
    background-repeat: repeat-x;
}



.TitleUnderlineWhite
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}

.TitleUnderlineGrey
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}


.StdContainerTitleYellow
{
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Trebuchet MS';
}


.StdContainerTitle
{
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Trebuchet MS';
}


.StdContentPane
{
    background-position-y: top;
    background-image: url(images/StdContainerBg.jpg);
    background-repeat: repeat-x;
    padding-right: 8px;
    padding-left: 6px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.Arrow
{
    padding-top: 1px;
}

/* Styles for Container with border */
.FrameContainer
{
    width: 100%;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}


.FrameContainerTitle
{
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
    color: #696969;
    font-family: Tahoma;
}

.FrameContentPane
{
    background-position-y: top;
    background-image: url(images/StdContainerBg.jpg);
    background-repeat: repeat-x;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 8px;
}

