/*
 * 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
 */
/*
 * Custom theme for OH-TECH by Brian Powell <bpowell@oh-tech.org>
 * 
 * SVN: $Id: style.css 93 2015-04-24 14:25:13Z bpowell $
 */

a, a:visited {
    color: #C12637;
}
a:hover {
    color: #C12637;
}

table {
    border: none;
    background-color: #525051;
}
table tbody {
    border: none;
    background-color: #525051;
}
table tr td {
    color: #000000;
    background-color: #ffffff;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
}

.header-button {
    display: inline;
    float: left;
    margin: 2px;
}
a.menubutton, a.menubutton:visited {
    color: #ffffff;
    background-color: #0E3F75;
    text-decoration: none;
    border-radius: 0.6rem;
}
a.menubutton:hover {
    color: #ffffff;
    background-color: #0E3F75;
    text-decoration: none;
}
.timestamp:hover {
    background-color: #0E3F75;
    border-radius: 0.3rem;
    color: white;
}

#Title_ForgottenPassword {
    color: #ffffff;
    background-color: #0E3F75;
}

#HomeButton {
    margin-top: 0;
}

#header {
    font:bold 12px/24px Arial,sans-serif;
    display:block;
    padding:0 16px;

    color:#ffffff;
    background-color: #B0B3AF;
    background: linear-gradient(to bottom, #0E3F75 0%, #0098D3 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E3F75', endColorstr='#0098D3')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0E3F75), color-stop(100%, #0098D3));
}

#header-company-logo {
    position: relative;
    float: left;
    background-color: #ffffff;
    background-image: url(OH-TECH-full-logo.png);
    background-size: 170px 60px;
    background-repeat: no-repeat;
    top: 5px;
    left: 10px;
    width: 175px;
    height: 60px;
    z-index: 1;
}

#centerbody {
    background-color: #ffffff;
    padding: 10px 10px 40px 10px;
    border: solid 2px #0E3F75;
    border-radius: 0.2rem;
    margin: 10px auto 10px auto;
}

#header-page, #header-title {
    margin-left: 100px;
}


#footer {
    padding-top: 40px;
    margin-left: 30px;
    text-align: left;
}

#TopMenu {
    width:620px;
    position: relative;
    margin-left: 102px;
    margin-right: auto;
    margin-top: 0;
    clear: both;
}

.message-info {
    background-color: #69C2C6;
    color: black;
}

.message-error {
    background-color: #C12637;
    color: white
}

.message-success {
    background-color: #0E3F75;
    color: white;
}

.btn {
    background-color: #0E3F75;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 0.6rem;
}

label {
    color: #0E3F75;
}

input {
    border: 1px solid #0E3F75;
    border-radius: 4px;
}
