/*
 * JOSSO: Java Open Single Sign-On
 *
 * Copyright 2004-2008, Atricore, Inc.
 *
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * This software 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

body {
}


hr {
    color: #333333;
}

.footer, .footer div {
    font-weight: bold;
}

.title {
    color: #0F3660;
    font-weight: bold;
}

.login-form {
	background-color: #4a6d8c;

}

.login-form table {
	border-width: 1px;
}

.login-form td {
	color: #ffffff;
	font-weight: bold;
	padding: 15px;
}

.login-form td a {
    color: #ffffff;
}

/* Notifications */ 
.message {background:#FFF7C2; border-bottom:1px solid #EEE7C2; padding:13px; }
.message p {color:#625D49; padding:0 0 0 30px; font-weight:bold; font-size:0.9em; background:url(../img/icons.gif) no-repeat -2px -58px;}
.message.error p {background-position:-2px -113px;}

