﻿.wpLabel
{
    font-family: Arial;
    font-size: 12px;
    color: #336699;
}

.wpTextBox
{
    font-family: Arial;
    font-size: 12px;
    color: #336699;
}

/**************************************************************************************************
Header
**************************************************************************************************/
.wpHeader
{
    margin: 1px 0px 0px 0px;
    background-image: url(/Images/Design/BarreOrange.gif);
    height: 25px;
    line-height: 25px;
    text-align:Left;
    vertical-align:middle;
    font-family: Arial;
    font-size: 12px;
}
.wpHeaderToolBar
{
    width: 95px;
}

/**************************************************************************************************
ContentPanel
**************************************************************************************************/
.wpContent
{
    font-family: Arial;
    font-size: 12px;
}
.wpContentHeader
{
    background-image: url(/Images/Design/BarreGrise.png);
    color: #336699;
    line-height: 20px;
    height: 20px;
    padding: 0px 4px;
}
.wpContentHeader .wpLabel
{
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
}

.wpContentItem
{
    background-color: transparent;
    padding-left: 2px;
}
.wpContentItemAlternating
{
    background-color: transparent;
    padding-left: 2px;
}

.wpContentItemSelected
{
    background-color: #3F5761;
    padding-left: 2px;
}

#Piloting .wpContentItemSelected
{
    background-color: #3F5761;
    padding-left: 2px;
}
#Piloting
{
background-color: #658C93;
background-image: url( /Images/Design/Piloting.jpg );
background-repeat: no-repeat;
}

.wpContentItem .wpLinkButton, .wpContentItemAlternating .wpLinkButtonAlternating, 
.wpContentItem .wpLabel, .wpContentItemAlternating .wpLabelAlternating
{
    color: #336699;
    /*overflow:hidden;*/
    height: 18px;
    line-height: 18px;
}

#Piloting .wpContentItem .wpLinkButton, #Piloting .wpContentItemAlternating .wpLinkButtonAlternating, 
#Piloting .wpContentItem .wpLabel, #Piloting .wpContentItemAlternating .wpLabelAlternating
{
    color: white;
}

.wpContentItemSelected .wpLinkButton, .wpContentItemSelected .wpLinkButtonAlternating, 
.wpContentItemSelected .wpLabel, .wpContentItemSelected .wpLabelAlternating
{
    color: White;
    overflow:hidden;
    height: 18px;
    line-height: 18px;
}
.wpContentItemSelected .wpLinkButton, .wpContentItemSelected .wpLinkButtonAlternating, 
.wpContentItemSelected .wpLabel, .wpContentItemSelected .wpLabelAlternating
{
    color: White;
    overflow:hidden;
    height: 18px;
    line-height: 18px;
}

.wpContentItemSelected:hover, .wpContentItem:hover, .wpContentItemAlternating:hover
{
    background-color:#298FFF;
}
.wpContentItemActions
{
    width: 20px;
}
.wpToolBar
{
    margin-top: 2px;
}
/**************************************************************************************************
FooterPanel
**************************************************************************************************/
.wpFooter
{
    margin: 0px 0px 0px 0px;
    background-image: url(/Images/Design/BarreCiel.png);
    height: 12px;
    line-height: 12px;
    font-family: Arial;
    font-size: 9px;
    text-decoration: none;
    color: white;
}
.wpFooter .wpLabel
{
    font-size:10px;
}

.wpToolBarActionsLeft
{
    text-align:left;
}

.wpToolBarActionsRight
{
    text-align:right;
}

.wpFileUpload
{
    border: none 1 #336699;
    font-family: Arial;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
    background-color:white;
    overflow:hidden;
    height: 18px;
    width:150px;
}    

.wpDetail
{
    background-color: transparent;
}

.wpDetail .wpContentItemSelected, .wpDetail .wpContentItem, .wpDetail .wpContentItemAlternating
{
    color: #336699;
    background-color: #F0F0F0;
}
.wpDetail .wpLabel
{
    color: #336699;
    font-weight:bold;
}
.wpDetail .wpTextBox
{
margin: 4px 4px 0px 0px;
border-style: none;
background-color: white;
border-bottom: solid 1px #336699;
}
.wpDetail .wpDropDownList
{
margin: 4px 4px 0px 0px;
border-style: none;
color: #336699;
background-color: white;
border-bottom: solid 1px #336699;
width: 200px;
height: 20px;
line-height: 20px;
}
.wpDetail .wpContentItemSelected:hover, .wpDetail .wpContentItem:hover, .wpDetail .wpContentItemAlternating:hover
{
    background-color: #F0F0F0;
}

/**************************************************************************************************
wpSummary
**************************************************************************************************/
.wpSummary .wpContentItemSelected, .wpSummary .wpContentItem, .wpSummary .wpContentItemAlternating
{
    color: #336699;
    background-color: #F0F0F0;
}

.wpSummary .wpLabel
{
    color: #336699;
    font-weight:bold;
}

.wpSummary .wpTextBox
{
margin: 4px 4px 0px 0px;
border-style: none;
background-color: white;
border-bottom: solid 1px #336699;
}

.wpSummary .wpDropDownList
{
margin: 4px 4px 0px 0px;
border-style: none;
color: #336699;
background-color: white;
border-bottom: solid 1px #336699;
width: 200px;
height: 20px;
line-height: 20px;
}

.wpSummary .wpContentItemSelected:hover, .wpDetail .wpContentItem:hover, .wpDetail .wpContentItemAlternating:hover
{
    background-color: #F0F0F0;
}

