﻿@media print {
    .hidePrint {
        display: none;
    }
}

@media screen, print {

    .footer {
        clear: both;
        margin: auto;
        background-image: url(../medias/logixim_mini.jpg);
        background-color: #ff6600;
        background-repeat: no-repeat;
        color: white;
        text-decoration: none;
        text-align: right;
        font-size: 0.7em;
        height: 25px;
        width: 280px;
        display: block;
    }

    .footerText {
        padding-right: 10px;
        padding-top: 7px;
        display: block;
    }

    .footerLink:hover {
        border: medium double #000000;
        text-decoration: none;
    }

    a {
        text-decoration: none;
        color: #269;
        font-weight: bold;
    }

        a:hover {
            text-decoration: underline;
        }

    body {
        margin: 0;
        padding: 0;
        font: 80% tahoma,verdana,sans-serif;
    }

    .pageTitle {
        width: 50%;
        height: 50px;
        color: #567;
        font-size: 24px;
        font-weight: bold;
        text-align: left;
        padding-left: 20px;
        padding-top: 20px;
        background-image: url('../medias/contentbg.png');
        background-repeat: repeat-x;
    }

    .pageOptions {
        width: 50%;
        height: 50px;
        font-size: 12px;
        text-align: right;
        padding-right: 20px;
        padding-top: 20px;
        background-image: url('../medias/contentbg.png');
        background-repeat: repeat-x;
    }

    .content {
        background-image: url('../medias/bg.jpg');
        background-repeat: repeat;
        min-width: 800px;
        text-align: left;
    }

    .withborder {
        border-right: white thin inset;
        border-top: white thin inset;
        border-left: white thin inset;
        border-bottom: white thin inset;
    }

    .cellLabel {
        text-align: right;
        height: 20px;
        vertical-align: middle;
        padding: 0px;
        padding-left: 10px;
    }

    .cellText {
        height: 20px;
        vertical-align: middle;
        padding: 0px;
    }

    .textBox {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px;
        border: solid 2px #cccccc;
        color: black;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: left;
    }

        .textBox:hover {
            background-color: #ADD8E6;
            border-color: #00FF99;
        }

        .textBox:focus {
            border-color: #00FF99;
            background-color: #FFFFFF;
        }

    .disabledTextBox {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px;
        border: solid 2px #cccccc;
        color: black;
        vertical-align: middle;
        text-transform: uppercase;
    }


    /*Small buttons*/
    .ui-button {
        font-size: 12px;
    }

    input.ui-button {
        padding: 0.2em 0.4em;
    }
    /**/

    .bouton {
        padding-top: 3px;
        color: white;
        font-size: 1em;
        text-align: center;
        vertical-align: middle;
        background-image: url(../medias/bouton.gif);
        background-repeat: no-repeat;
        width: 151px;
        height: 25px;
    }
}
