﻿/* Top elements */

*
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

html, body, form
{
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

/* Title */

.pageTitle
{
    color: #f5f5f5;
    font-family: Tahoma;
    font-size: 26px;
    font-weight: normal;
}

/* Site path */

.sitePathRootNode, .sitePathNodeStyle, .sitePathPathSeparatorStyle
{
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.sitePathRootNode:hover, .sitePathNodeStyle:hover
{
    text-decoration: underline;
}

.sitePathCurrentNodeStyle
{
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

/* Master table */

table#master
{
    width: 100%;
    height: 100%;
    background: #fff url(content-wrap.jpg) repeat-x;
    border: #fff 5px solid;
}

table#master tr#pageHeader
{
    height: 60px;
    background: #333333 url(header.jpg) repeat-x;
    vertical-align: middle;
    padding: 5px;
}

table#master td#pageHeaderTitle
{
    padding-left: 15px;
}

table#master tr#pageHeaderMargin
{
    height: 5px;
    background: #fff;
}

table#master td#buttons
{
    padding: 5px;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #CCCCCC;
}

table#master td#page
{
    vertical-align: top;
    text-align: left;
    height: 100%;
    width: 100%;
    padding: 5px;
}

table#master td#page table
{
    width: 100%;
    vertical-align: top;
    text-align: left;
}

/* Login */

.loginDisplay
{
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
    text-align: right;
}

.loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover
{
    color: white;
}

.loginTable
{
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
}

.loginTitle
{
    color: #003399;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.loginLabel
{
    color: #003399;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    padding-right: 30px;
    text-align: left;
}

.loginButton, .loginTextBox, .loginHyperLink
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.loginCheckBox
{
    color: #003399;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loginButton
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.loginFailure
{
    color: #FF0000;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}

.loginInstruction
{
}

.loginImagePath
{
    padding: 15px !important;
    border-right: 1px solid #CCCCCC !important;
}

/* Search */

.searchPanel
{
    padding: 10px;
}

.searchTitle
{
    color: #CC0000;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #CC9999;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.searchPanel table
{
    width: auto !important;
    vertical-align: top;
    text-align: left;
}

.searchPanel table tr td
{
    vertical-align: top !important;
}

.searchLabel
{
    color: #CC0000;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.searchValue
{
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Panel */

.panel
{
    padding: 10px;
}

.panelTitle
{
    color: #003399;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.panel table
{
    width: auto !important;
}

.panel table tr td
{
    vertical-align: top !important;
}

.panelLabel
{
    color: #003399;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.panelValue
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.importantPanelValue
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Misc */

.menuButton
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #003399;
    display: block;
    background-color: transparent;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 10px 20px;
}

.menuButton:hover
{
    background-color: #E4E4E4;
}

.formButton
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.formButton:hover
{
    color: #000;
}

.editValue
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 18px;
}

.editValue label /* for radio buttons and checkboxes */
{
    color: #003399;
}

.ajaxCompletionList
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    border: #333333 1px solid;
    list-style-type: none;
    margin: 0px;
    cursor: default;
}

.filterControl
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    margin: 2px;
}

/* Grid view */

.gridView
{
}

.gridViewHeader th a
{
    color: #003399;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
    text-decoration: none;
}

.gridViewHeader th a:hover
{
    text-decoration: underline;
}

.gridViewRow td
{
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
}

.copyright
{
    color: #003399;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

.clientLogo
{
    padding: 20px;
    border-right: 1px solid #CCCCCC;
}

td#tdAdministratif .panel table
{
    margin: 10px;
}
