﻿.CadreBleu
{
    font-family: Tahoma;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
}

/* header styles */
.CadreBleu .header
{
    position: relative;
    cursor:pointer;
    background-color: Transparent;
}
.CadreBleu .header .right
{
    background-image: url(Images/CadreBleu/top-right5.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 9px;
}
.CadreBleu .header .left
{
    background-image: url(Images/CadreBleu/top-left5.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 9px;
}
.CadreBleu .header .middle
{
    height: 35px;
    background-color: Transparent;
    background-repeat: repeat-x;
    background-image: url(Images/CadreBleu/top-mid5.png);
    font-size: 10pt;
    font-weight: bold; /*color: #fff;*/
}
.CadreBleu .header .middle H2
{
    font-size: 18pt;
    /*font-weight:900;*/
    color:Black;
    padding-top: 2px;
    margin: 0;
}


.CadreBleu .header .close
{
    /* the image is 35x35 pixels wide */
    height: 25px;
    width: 35px; /* position the image */
    position: absolute;
    top: 4px;
    right: 7px;
    background: url(Images/CadreBleu/close.png) no-repeat;
    cursor: pointer;
}
.CadreBleu .header .close:hover
{
    /* set the hover image */
    background: url(Images/CadreBleu/close-hover.png) no-repeat;
}

/* dialog body styles */
.CadreBleu .body
{
}
.CadreBleu .body .right
{
    background: url(Images/CadreBleu/right5.png) right repeat-y;
    padding-right: 7px;
}
.CadreBleu .body .left
{
    background: url(Images/CadreBleu/left5.png) left repeat-y;
    padding-left: 7px;
}
.CadreBleu .body .middle
{
    background-color: transparent;
}
.CadreBleu .body .middle H2
{
    padding: 10px;
    margin: 0px;
    text-align: center;
    font-size: 11pt;
    color: #222222;
    font-weight: normal;
}
.CadreBleu .body .middle .footer
{
    /* footer image is 41 pixels tall */
    background: url(Images/CadreBleu/footer.gif) repeat-x bottom;
    height: 20px;
}
.CadreBleu .body .middle .footer .commands
{
    text-align: right;
    padding: 8px;
}
.CadreBleu .body .middle .footer .commands INPUT
{
    /* keep the buttons a consistent size */
    width: 75px;
}

/* dialog footer styles */
.CadreBleu .footer
{
}
.CadreBleu .footer .right
{
    background: url(Images/CadreBleu/bottom-right5.png) no-repeat right top;
    padding-right: 9px;
}
.CadreBleu .footer .left
{
    background: url(Images/CadreBleu/bottom-left5.png) no-repeat left top;
    padding-left: 9px;
}
.CadreBleu .footer .middle
{
    background: url(Images/CadreBleu/bottom-mid5.png) repeat-x center top;
    height: 7px;
    padding-top: 0px;
}

.CadreBleu .updating
{
    color: #808080;
    background: url(Images/CadreBleu/activity.gif) no-repeat center;
}
