﻿@media screen
{
    body
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-family:Arial, System, Verdana;
        font-size:small;
    }
    hr{width:90%;}
    input
    {
        border: solid 1px black;
    }
    input[type="checkbox"]
    {
        border: solid 0px black;
    }
    textarea
    {
        border: solid 1px black;
    }
    select
    {
        border: solid 1px black; 
        font-weight: bolder;
    }
    /*Style des helper*/
    .TooltipHelperCursor
    {
        cursor:help;
    }
    /*Buttons style*/
    /*
    Styles affectés au boutons de formulaire
    */
    .ButtonOn
    {
        font-weight:bolder; 
        color:White;    
        border: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlueBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
        text-decoration:none;
        text-align:center;
        height:24px; 
        width:180px;
        margin:4px 1px 4px 1px;        
    }
    .ButtonOff
    {
        border: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
        font-weight:bolder; 
        color:White;    
        text-decoration:none;
        text-align:center;
        height:24px; 
        width:180px;
        margin:4px 1px 4px 1px;
    }
    .ForgotLink
    {
        color:White; font-weight:bolder;
    }
    .RowStyleClass
    {
        background-color:#c1d0f1;
    }
    .AlternativeItemClass
    {
        background-color:White;
    }
    /*Menu style*/
    /*
    Style affecté au controle asp:menu
    */
    .ButtonOff td>a
    {
        font-weight:bolder; 
        color:White;    
        text-decoration:none;
        text-indent:4px;
    }

    .ButtonOn td:hover>a
    {
        font-weight:bolder; 
        color:White;    
        text-decoration:none;
        text-indent:4px;
        background-image:url('');
    }
    .ButtonOn td:hover
    {
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlueBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
    }
    .ButtonOff td:hover>a
    {
        font-weight:bolder; 
        color:White;    
        text-decoration:none;
        text-indent:4px;
        background-image:url('');
    }
    .ButtonOff td:hover
    {
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlueBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
    }
    /* style de gridview */
    .BackofficeGridviewTable
    {
        /*border:solid 1px black;*/
        border-style:inset; border-width:thin;
        /*background-color:Silver;*/
        margin: 2px 2px 2px 2px;
    }
    .BackofficeGridviewTable table
    {
        padding: 2px 2px 2px 2px;
    }
    /*Div bloc*/
    /*
    Styles des élément només via l'ID
    */
    /* -----NavBar----- */
    #HeaderDiv
    {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        margin: 0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        height:138px;
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/HeaderBg-version-4.jpg');
        background-position:left top;
        background-repeat:repeat-x;
        z-index:1;
        overflow:visible;
    }
    #HeaderDiv h1
    {
        top:140px;
        font-weight:bolder;
        color:White;
        font-size:large;
        margin:24px 4px 4px 0px;
        text-indent:128px;   
    }
    #HeaderDiv span
    {
        position:absolute;
        top:2px;
        left:-8px;
        margin: 0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        height:128px;
        width:128px;
        background-image:url('http://www.refmatrix.com/Images/Decors/network_2.png');
        background-position:left top;
        background-repeat:no-repeat; 
    }
    /* -----NavBar----- */
    #NavBarDiv
    {
        position:absolute;
        top:68px;
        left:0px;
        width:98%;
        height:24px;
        color:White;
        margin-left:0px;
        margin-right:0px;
        z-index:10;
        /*border:solid 1px red;*/
    }
    #NavBarDiv a
    {
        color:White;
        font-weight:bolder;
        /*padding-right:10px;*/
    }
    #NavBarDiv a:hover
    {
        color:Orange;
    }
    #RightCell
    {
        position:absolute;
        top:2px;
        color:White;
        right:0px;
        height:24px;
        z-index:20;
        /*border:solid 1px yellow;*/
    }
    #LeftCell
    {
        position:absolute;
        top:2px;
        color:White;
        left:128px;
        height:24px;
        z-index:20;
        /*border:solid 1px yellow;*/
    }
    /* -----Content----- */
    #ContentDiv
    {
        /*top:-100px;*/
        margin: 140px 10px 0px 10px;
        padding:0px 4px 0px 4px;
    }
    #ContentDiv dl
    {
        margin-left:10px;
    }
    #ContentDiv dl dt
    {
        font-weight:bolder;
        color:Black;
    }
    #ContentDiv dl dd
    {
        color:Gray;
    }
    /* -----Footer----- */
    #FooterDiv
    {
        margin: 0px 0px 0px 0px;
        text-align:center;
        font-size:smaller;
    }
    /* -----MENU----- */
    dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    #menu {
    position: absolute; /* placement du menu, à modifier selon vos besoins */
    top: 70px;
    left: 110px;
    z-index:100;
    width: auto;  /*correction pour Opera */
    text-align:left;
    /*border: solid 1px white;*/
    }
    #menu dl {
    float: left;
    width: 190px;
    }
    #menu dt {
    cursor: pointer;
    color: white;
    height:20px;
    text-align: center;
    text-transform:none;
    font-weight: bold;
    background: #ccc;
    background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
    border: 1px solid black;
    margin: 1px 1px 1px 1px;
    }
    #menu dd {
    display: none;
    border: none;
    }
    #menu li {
    text-align: center;
    background: #fff;
    font-weight: bold;
    border: 1px solid black;
    background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
    }
    #menu li a, #menu dt a {
    color: white;
    text-decoration: none;
    display: block;
    height: 100%;
    height:18px;
    margin: 1px 1px 1px 1px;
    background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
    background-position:left center;
    }

    #menu a:hover, #menu a:focus
    {
    background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/Button-bg-2.jpg');
    color: black;
    }
    #menu a:active, #menu a:active
    {
    background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/Button-bg-2.jpg');
    color: black;
    }
    /* Update progress */
    .UpdateProgress
    {
        font-weight:bolder;
        font-size:medium;
        color:black; 
    }
    /*-----HTML element-----*/
    .LoginTexBoxStyle
    {
        border:solid 1px black;
        width:250px;
    }
    .H2TitleOrange
    {
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Clients-info-Messages.jpg');
        background-position:left center;
        background-repeat:repeat-x;
        color:White;
        height:20px;
        font-size:medium;
        border:solid 1px black;
    }

    .GridviewHeaderBlack
    {
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
        color:White;
        height:20px;
        font-size:medium;
        border:solid 1px black;
        white-space:nowrap;
    }

    .TableTitleCellOrange
    {
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Clients-info-Messages.jpg');
        background-position:left center;
        background-repeat:repeat-x;
        color:Black;
        font-weight:bolder;
        font-size:medium;
    }

    .TableData
    {
        position:inherit;
        text-align:center;
	    border: solid 1px black;
	    background-color:#406780;
	    height:200px;
    }
    .TabPanelTableData
    {
        position:inherit;
        text-align:center;
	    border: solid 1px black;
	    background-color:#406780;
	    height:auto;
    }
    .TableRowWhiteBG
    {
        background-color:White;
    }
    .TableRowWhiteBG:hover
    {
        background-color:Silver;
    }
    .InfoPanel
    {
	    background-color:white;
	    padding:0px 0px 0px 0px;
	    height:64px;
	    text-align:left;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/User-64x64.png');
	    background-position:left top;
	    background-repeat:no-repeat;
    }
    .InfoPanelServerConfig
    {
	    background-color:white;
	    padding:0px 0px 0px 0px;
	    height:64px;
	    text-align:left;
	    vertical-align:middle;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/ServerConfig.png');
	    background-position:left top;
	    background-repeat:no-repeat;
    }
    .WebCast
    {
	    padding:0px 0px 0px 0px;
	    height:64px;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/ObjectMedia.png');
	    background-position:left top;
	    background-repeat:no-repeat;
    }

    /* déclinaisons */
    /*Begin*/
    .InfoPanelDomain
    {
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/Domain.png');
    }
    .InfoPanelWebPage
    {
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/Web-page.png');
    }
    .InfoPanelDomainStatistic
    {
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/Statistics64.png');
    }
    .InfoPanelGoogleSitemap
    {
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/GoogleSitemap.png');
    }
    .InfoPanelThematics
    {
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/lists.png');
    }
    .InfoPanelUpload
    {
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/Download.png');
    }
    .InfoPanelReview
    {
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/review.png');
    }

    /*End*/
    .TheadTrCaption
    {
        font-weight:bolder; 
        margin: 0px 0px 0px 0px;
        color:White; 
        background-color:Black;   
        border: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/LinkBarBg.gif');
    }
    .FormWhiteLabel
    {
        font-weight:bolder; 
        color:White; 
    }
    .FormBlackLabel
    {
        font-weight:bolder; 
        color:Black; 
    }
    .FormBlackLabelWhiteBg
    {
        font-weight:bolder; 
        color:Black;
        background-color:White; 
    }
    .FormCellBlackWhiteBg
    {
        font-weight:normal; 
        color:Black;
        background-color:White; 
    }

    .UserInfoDiv
    {
        position:absolute;
        top:1px;
        right:4px;
        width:auto;
        white-space:nowrap;
	    height:64px;
	    text-align:left;
        font-weight:bolder;
        padding-left:64px;
        color:White;    
        background-image:url('http://www.refmatrix.com/Images/Icons/64X64/User-64x64.png');
	    background-position:left center;
	    background-repeat:no-repeat;
	    z-index:100;
	    /*border:solid 1px red;*/
    }

    /* Message d'erreur en div */
    .ErrorMessage
    {
        position:absolute;
        top:25%;
        left:25%;
        right:25%;
        bottom:25%;
        width:auto;
        height:auto;
        z-index:500;
        /*border:solid 1px black;
        background-color:#ebbb12;
        color:Black;
        white-space:normal;*/
        overflow:visible;
    }
    .InfoPanelErrMessage
    {
        background-color:White;
	    padding:0px 0px 0px 0px;
	    height:64px;
	    text-align:left;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/Toolbar/64/Symbol-Exclamation.png');
	    background-position:left center;
	    background-repeat:no-repeat;
    }
    /* Modal dialog by css */
    .CssModal
    {
        position:absolute;
        top:100px;
        left:5px;
        right:5px;
        bottom:5px;
        width:auto;
        height:auto;
        z-index:500;
        overflow:visible;
    }

    .TableCellTitleOrange
    {
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Clients-info-Messages.jpg');
        background-position:left center;
        background-repeat:repeat-x;
        color:Black;
        height:20px;
        font-size:large;
        border:solid 1px black;
    }
    .FieldsetScroll
    {
        left:5px;
        right:5px;
        bottom:5px;
        width:auto;
        height:500px;
        overflow:scroll;    
    }

    /* Liste des sitemap */
    .DomainSitemap
    {
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
        height:20px;
        font-size:medium;
        border:solid 1px black;
        width:400px;
        overflow:visible;
        white-space:nowrap;
        margin-left:4px;
        margin-right:4px;
        color:White;
    }
    .SitemapDetails
    {
        margin-left:10px;
    }
    .SitemapDetails b
    {
        margin-left:10px;
        font-size:medium;
        margin-right:4px;
    }
    .SitemapDescription
    {
        margin-left:10px;
        width:400px;
        color:Black;
        font-style:italic;
    }
    .SitemapDescription b
    {
        font-size:medium;
        font-style:normal;
    }

    .WarningPanel
    {
        margin:4px 2px 4px 2px; 
        padding:2px 2px 2px 2px; 
        color:Black; 
        font-weight:bolder; 
        border:solid 1px black; 
        background-color:#ebbb12;
    }
    .TitlePanel
    {
        margin:4px 2px 4px 2px; 
        padding:2px 2px 2px 2px; 
    }
    .FieldsetHelp
    {
        margin:4px 2px 4px 2px; 
        padding:4px 4px 4px 4px; 
        color:Black; 
        font-weight:normal; 
        background-color:Silver;
        text-align:left;
    }
    .FieldsetHelpImg
    {
        float:left; 
        margin:-3px 2px -3px -1px;
    }

    /* resizable controls */
    .ResizingControlHandel
    {
	    width:16px;
	    height:16px;
	    background-image:url('http://www.refmatrix.com/Images/Ajax/HandleGrip.png');
	    overflow:hidden;
	    cursor:se-resize;
    }
    .ResizingControl
    {
	    padding:0px;
	    border-style:solid;
	    border-width:2px;
	    border-color:#f84a05;
    }

    /*Context menu editor*/
    .ContextMenuPanel
    {
        position:absolute;
        top:20px;
        /*right:0px;*/
        left:940px;
        width:234px;
        height:530px;
        border:solid 1px Gray;
        border-top: solid 0px Gray;
        overflow:visible;
        background-color:silver;
    }
    .ContextMenuPanes
    {
        position:absolute;
        top:22px;
        width:250px;
        height:526px;
        overflow:scroll;
    }    
    .AccordionContainer
    {
        position:absolute;
        top:0px;
        width:234px;
    }    
    .accordionHeader
    {
        border: 1px solid #2F4F4F;
        color: white;
        background-color: #2E4d7B;
	    /*font-family: Arial, Sans-Serif;*/
	    font-size: 12px;
	    font-weight: bold;
        padding: 0px;
        margin-top: 0px;
        cursor: pointer;
    }

    .accordionContent
    {
        background-color: #D3DEEF;
        border: 1px dashed #2F4F4F;
        border-top: none;
        padding: 0px;
        padding-top: 0px;
    }

    .accordionLink
    {
     background-color: #D3DEEF;
        color: white;
    }
    .AccordionHeaderBlack
    {
        position:absolute;
        top:0px;
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
        color:White;
        width:248px;
        height:20px;
        font-size:medium;
        border-bottom:solid 1px black;
        padding:0px;
        margin:0px;
    }

    /*PanelCreateEditReviews*/
    .PanelCreateEditReviews
    {
        /*position:absolute;*/
        top:10px;
        left:0px;
        width:1200px;
        height:570px;
        border:solid 1px Gray;
        overflow:visible;
        background-color:silver;
    }
    .CreateEditReviewsMenuPanes
    {
        position:relative;
        top:0px;
        width:1200px;
        height:548px;
        overflow:scroll;
    }    
    .CreateEditReviewsAccordionContainer
    {
        position:absolute;
        top:0px;
        width:1184px;
    }    
    .CreateEditReviewsAccordionHeader
    {
        border: 1px solid #2F4F4F;
        color: white;
        background-color: #2E4d7B;
	    /*font-family: Arial, Sans-Serif;*/
	    font-size: 12px;
	    font-weight: bold;
        padding: 0px;
        margin-top: 0px;
        cursor: pointer;
    }

    .CreateEditReviewsAccordionContent
    {
        background-color: #D3DEEF;
        border: 1px dashed #2F4F4F;
        border-top: none;
        padding: 0px;
        padding-top: 0px;
    }

    .CreateEditReviewsAccordionLink
    {
     background-color: #D3DEEF;
        color: white;
    }
    .CreateEditReviewsAccordionHeaderBlack
    {
        position:relative;
        top:0px;
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
        color:White;
        width:1200px;
        height:20px;
        font-size:medium;
        border-bottom:solid 1px black;
        padding:0px;
        margin:0px;
        text-indent:4px;
    }
    .CreateEditReviewsAccordionHeaderBlack a
    {
        color:White;
        font-size:medium;    
    }
    .SelectDomainReviewMenuPanes
    {
        position:relative;
        top:0px;
        width:1200px;
        height:548px;
        overflow:scroll;
    }
    .PublishReviewsAccordionContainer
    {
        position:absolute;
        top:0px;
        width:1184px;
    }
    /*affichage des dependences de page*/
    .PanelPageDependencies
    {
        width:100%;
        height:450px;
        overflow:scroll;
    }
    .PageDependenciesAccordionContainer
    {
        position:relative;
        top:0px;
        width:100%;
    }
    /* accordion */
    .AccordionHeaderBlack
    {
        border: 1px solid black;
        color: white;
        background-color: #2E4d7B;
        background-image:url('http://www.refmatrix.com/Images/Backgrounds/Buttons/ButtonBlackBg.gif');
        background-position:left center;
        background-repeat:repeat-x;
        color:White;
	    font-weight: bold;
        padding: 0px;
        margin-top: 0px;
        cursor: pointer;
    }

    .AccordionContent
    {
        background-color: #D3DEEF;
        border: 1px dashed #2F4F4F;
        border-top: none;
        padding: 0px;
        padding-top: 0px;
    }
    /* page container */
    .PanelPageContainer
    {
        /*position:absolute;*/
        top:10px;
        left:0px;
        width:1200px;
        height:570px;
        border:solid 1px Gray;
        overflow:hidden;
    }
    .PanelPageContainerForTableData
    {
        /*position:absolute;*/
        top:10px;
        left:0px;
        width:1200px;
        height:570px;
        background-color:#406780;
        border:solid 1px black;
        overflow:hidden;
    }
    .PanelPageContainerTableData
    {
        position:inherit;
        text-align:center;
	    border: solid 0px black;
	    background-color:#406780;
	    height:auto;
    }
    .LinkButtonsPanelPageContainer
    {
        /*position:absolute;*/
        top:10px;
        left:0px;
        width:1200px;
        height:570px;
        border:solid 1px Gray;
        overflow:hidden;
    }

    /* calendar */
    .MyCalendar .ajax__calendar_container {
        border:1px solid black;
        background-color:#406780;
        color: red;
    }
    .MyCalendar .ajax__calendar_other .ajax__calendar_day,
    .MyCalendar .ajax__calendar_other .ajax__calendar_year {
        color: black;
    }
    .MyCalendar .ajax__calendar_hover .ajax__calendar_day,
    .MyCalendar .ajax__calendar_hover .ajax__calendar_month,
    .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
        color: black;
    }
    .MyCalendar .ajax__calendar_active .ajax__calendar_day,
    .MyCalendar .ajax__calendar_active .ajax__calendar_month,
    .MyCalendar .ajax__calendar_active .ajax__calendar_year {
        color: black;
        font-weight:bold;
    }
    /* Tooltip Warning */
    .TooltipWarningInfoPanel
    {
	    background-color:white;
	    padding:0px 0px 0px 0px;
	    height:48px;
	    text-align:left;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/toolbar/32/Symbol-Exclamation.png');
	    background-position:left center;
	    background-repeat:no-repeat;
    }
    /* Tooltip Success */
    .TooltipSuccessInfoPanel
    {
	    background-color:white;
	    padding:0px 0px 0px 0px;
	    height:48px;
	    text-align:left;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/toolbar/32/Symbol-Check.png');
	    background-position:left center;
	    background-repeat:no-repeat;
    }
    /* Tooltip Error */
    .TooltipErrorInfoPanel
    {
	    background-color:white;
	    padding:0px 0px 0px 0px;
	    height:48px;
	    text-align:left;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/toolbar/32/Symbol-Error.png');
	    background-position:left center;
	    background-repeat:no-repeat;
    }
    /* Tooltip Helper */
    .TooltipHelperInfoPanel
    {
	    background-color:white;
	    padding:0px 0px 0px 0px;
	    height:48px;
	    text-align:left;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/toolbar/32/Symbol-Information.png');
	    background-position:left center;
	    background-repeat:no-repeat;
    }
    .TooltipUploadInfoPanel
    {
	    background-color:white;
	    padding:0px 0px 0px 0px;
	    height:48px;
	    text-align:left;
	    text-indent:66px;
        font-weight:bolder;
        color:black;    
        border-bottom: solid 1px black;
        background-image:url('http://www.refmatrix.com/Images/toolbar/32/Download.png');
	    background-position:left center;
	    background-repeat:no-repeat;
    }
    /*
    .TooltipHelperTableData
    {
        position:absolute;
        text-align:center;
	    border: solid 1px black;
	    background-color:#406780;
	    height:auto;
        z-index:500;
    }*/
    .TooltipHelperTableData
    {
        text-align:center;
	    border: solid 1px black;
	    background-color:white;
    }
    .TooltipHelperButton
    {
	    border-top: solid 1px black;
	    background-color:silver;
    }

    .TooltipHelperContent
    {
        background-color:#ebbb12;
        color:Black;
        padding:2px 4px 2px 4px;
    }
    .TooltipHelperImg
    {
        float:left; 
        margin:-3px 2px -3px -1px;
    }

    .CellTitleBold
    {
        font-weight:bolder;
    }

    .NotDisplayButton{display:none;}
    .modalBackground {
	    background-color:Gray;
	    filter:alpha(opacity=70);
	    opacity:0.7;
	    z-index:199;
    }
}
/*styles pour impression*/
@media print
{
    h1
    {
        page-break-after:always;
    }
}