/**
 * (c) 2004-2007 Linbox / Free&ALter Soft, http://linbox.com
 * (c) 2007 Mandriva, http://www.mandriva.com
 *
 * $Id: index.css 422 2008-04-30 15:18:21Z cdelfosse $
 *
 * This file is part of Mandriva Management Console (MMC).
 *
 * MMC 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.
 *
 * MMC 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 MMC; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
/*---
$Id: index.css 422 2008-04-30 15:18:21Z cdelfosse $

Sirius Technologies // Interface serveur fichiers
Auteur : Arteca Design inc.
Derniere revision : 16 Juin 2004

-> Styles pour login

	1.	Contenu
	2.	Header
	3.	Footer
	4.	Form
	5.	Msg. Erreur

Notes:

---*/

body {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: url(../../img/login/bg_login.gif) top left #C0C0C0;
}

/* ---------------------------------------- */
/* 1. Style pour le contenu	   				*/
/* ---------------------------------------- */

#interface {
	padding: 0 5px 0 5px;
	background: url(../../img/login/bg_interface_main.gif);
}

#content {
	text-align: left;
	height: 248px;
	background: url(../../img/login/bg_kalysto_large.png) no-repeat top left transparent;
}

#login {
	padding: 25px 10px 0 275px;
}

#login img {
	margin: 0 0 10px 0;
}

/* ---------------------------------------- */
/* 2. Style pour le header	    			*/
/* ---------------------------------------- */

#header {
	text-align: left;
	background-color: #326495;
	background: url(../../img/login/bg_header.gif) repeat-x top left #C0C0C0;
}

#headerLeft {
	background: url(../../img/login/corner_header_left.gif) no-repeat top left transparent;
}

#headerRight {
	height: 26px;
	background: url(../../img/login/corner_header_right.gif) no-repeat top right transparent;
}

#header p {
	font-size: 10px;
	color: #A3BBD1;
	padding: 7px 0 0 13px;
}

#header p a {color: #E7ECF2;}

#header p a:hover {color: #FFF;}

#header p.lock {
	margin: 0 5px 0 0;
	height: 26px;
	background: url(../../img/login/icn_lock.gif) no-repeat top right transparent;
	color: #FFF;
	font-weight: bold;
}

/* ---------------------------------------- */
/* 3. Style pour le footer	    			*/
/* ---------------------------------------- */

#footer {
	height: 9px;
	background: url(../../img/login/bg_footer.gif) repeat-x transparent;
	/*background: url(../../img/login/bg_footer.gif) repeat-x top left #transparent;*/
}

#footerLeft {
	height: 9px;
	background: url(../../img/login/corner_footer_left.gif) no-repeat top left transparent;
}

#footerRight {
	height: 9px;
	background: url(../../img/login/corner_footer_right.gif) no-repeat top right transparent;
}

/* ---------------------------------------- */
/* 4. Style pour les forms				   	*/
/* ---------------------------------------- */

form {
	padding: 0;
	margin: 0;
}

form p {
	font-size: 9px;
	color: #999;
	padding: 6px 0 6px 0;
	margin: 0;
}


input, select {
	font-size: 11px;
	/*color: #999;*/
}

.btnPrimary {
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #434343;
	font-size: 10px;
	color: #FFF;
	padding: 3px;
	margin: 0px 0px 0 0;
}

.textfield {
	font: 11px Arial, verdana, sans-serif;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 0;
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	clear: right;
	padding: 2px;
	background-color: #FFFFFF;
	color: #666;
}

/* ---------------------------------------- */
/* 5. Style pour message d'erreur   		*/
/* ---------------------------------------- */

#alert  {
	position: relative;
	left: 22px;
	top: 77px;
	width: 163px;
	float: left;
	font: 10px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #666;
	padding: 10px 10px 10px 45px;
	border: 1px solid #A2A2A2;
	background: url("../../img/common/icn_alert.gif") no-repeat 10px 50% #FFF;
}


/* licence style */

#licence {
	font-size: 12px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	background-color: #FDD;
	color: #000;
	width: 100%;
	display: block;
	border: 1px solid #E00;
        -moz-border-radius: 10px;
}

#licence a {
	font-size: 12px;
	color: #000;
}
