/*
 * Password Management Servlets (PWM)
 * http://code.google.com/p/pwm/
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2012 The PWM Project
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

html, body {
    font: 100% verdana,helvetica,arial,sans-serif;
    font-size: 11px;
    color: #444444;
    height: 100%;
    margin: 0
}

#header {
    font-family: verdana,helvetica,arial,sans-serif;
    background: #ffffff;
    color: #444444;
    height: 110px;
    -moz-box-shadow: 0px 5px 5px #aaaaaa;
    -webkit-box-shadow: 0px 5px 5px #aaaaaa;
    box-shadow: 0px 5px 5px #aaaaaa;
    /* Voor IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#aaaaaa')";
    /* Voor IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#aaaaaa');
}

#header-company-logo {
    position: relative;
 /*   background-image: url(logo.png);*/
    float: left;
    top: 10px;
    left: 15%;
    width: 85px;
    height: 85px;
    z-index: 1;
}

#header-page, #header-title {
    font-family: verdana,helvetica,arial,sans-serif;
    color: #444444;
}

#centerbody {
    background-color: #ffffff;
    padding: 10px 10px 40px 10px;
    border: none;
    opacity: 1;
    -moz-box-shadow: 0px 5px 10px #aaaaaa;
    -webkit-box-shadow: 0px 5px 10px #aaaaaa;
    box-shadow: 0px 5px 10px #aaaaaa;
    /* Voor IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa')";
    /* Voor IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa');
}

a {
    color: #666666;
}

a:hover {
    color: #888888;
    text-decoration: underline;
}

a:visited {
    color: #666666;
}

p h1 h2 h3 h4 {
    color: #444444;
}

table td.title {
    background-color: #f8f8f8;
}

table td {
    border: 1px solid #f8f8f8;
}

#LogoutButton {
    background-image: url('logout.png');
}

#WaitDialogBlank {
    background-image: url('wait.gif');
}

.btn {
    font-family: verdana,helvetica,arial,sans-serif;
    border-radius: 1px;
    padding: 3px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 4px;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none;
    color: #000000;
    background: #eeeeee;
    border: 1px solid #666666;
}.btn:hover {
    background: #f8f8f8;
    border: 1px solid #666666;
}.btn:disabled {
    color: #666666;
    background: #f8f8f8;
    border: 1px solid #666666;
}

.menubutton {
    padding: 2px;
    white-space: nowrap;
    border-radius: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 0;
    text-decoration: none;
    color: #000000;
    background: #ffffff;
    border: 1px solid #666666;
}
.menubutton:hover {
    background: #f8f8f8;
}

#localeSelectionMenu {
    color: #444444;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 11px;
}
