/*
 * 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: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    background: #ffffff;
    color: #333333;
    height: 110px;
	box-shadow: 0 0 0
    -moz-box-shadow: 0px -1px 5px #aaaaaa;
    -webkit-box-shadow: 0px -1px 5px #aaaaaa;
    box-shadow: 0 0px 0px #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 {
  background-image: url("logo.png");
  float: unset;
  height: 90px;
  left: 10px;
  position: center;
  top: 10px;
  width: 183px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

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

#header-page {
	margin-top:  25px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

#header-title {
	margin-top:  5px;
}


#centerbody {
    background-color: #ffffff;
    padding: 70px 10px 40px 10px;
    border: none;
    opacity: 1;
    -moz-box-shadow: 0px 5px 10px #aaaaaa;
    -webkit-box-shadow: 0px 5px 10px #aaaaaa;
    box-shadow: 0px 0px 0px #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 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e6e7e5 100%) repeat scroll 0 0;
    border: 1px solid #bab9b8;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    padding: 0 25px 0 8px;
    text-transform: uppercase;
}.btn:hover {
    background: #f8f8f8;
    border: 1px solid #666666;
}.btn:disabled {
    color: #666666;
    background: #f8f8f8;
    border: 1px solid #666666;
}

.menubutton {
  border: 10px none;
  display: block;
  margin: 0 5px;
  max-width: 205px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e6e7e5 100%) repeat scroll 0 0;
  border: 1px solid #bab9b8;
  border-radius: 3px;
  color: grey;
  cursor: pointer;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  font-size: 16px;
  height: 27px;
  line-height: 27px;
  padding: 0 25px 0 8px;
  text-transform: uppercase;
}
.menubutton:hover {
    background: #f8f8f8;
}

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


#buttonbar {
  text-align: left;
}

.inputfield {
  background: #eeeeee none repeat scroll 0 0;
  border: 1px solid #d4d4d5;
  color: #333333;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  height: 20px;
  margin-top: 6px;
  padding: 10px;
  width: 96%;
}

h2 {
  color: #676767;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#LogoutButton {
  background-image: url("blanck.png");
}