/**
* @version $Id: login.css 10387 2008-06-03 10:59:16Z pasamio $
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

/**
 * Joomla! 1.5 Admin template main css file
 *
 * @author		Andy Miller <andy.miller@joomla.org>
 * @package		Joomla
 * @since		1.5
 * @version    1.0
 */

/* -- Imported styles ----------------------------- */

@import url("general.css");

/* -- Specific styles ----------------------------- */

html, body {
    height: 100%;
}

body {
    display: table;
	padding: 0;
    width: 100%;
}

#left {
    display: table-cell;
    height: 100%;
	width: 50%;
	vertical-align: middle;
}

#right {
    display: table-cell;
    height: 100%;
    width: 50%;   
	vertical-align: top;
}

#wrap {
    height: 100%;
	min-height: 100%;
	position: relative;
}

#main {
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    margin-left: -190px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#wrapper {
    padding: 0;	
}

#right iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: medium none;
    float: right;
}

#left #border-top {
	text-align: center;
}

#footer {
    height: 24px;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: -24px;
    position: relative;
}

form  			{ margin: 0px; padding: 0px; }
form .inputbox  { width: 100%; }
form br 	    { display: none; }

h1 {
  margin: 15px 0;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#lock  {
	background: url(../images/j_login_lock.jpg) 50% 0 no-repeat;
	width: 150px;
	height: 137px;
}

#content-box .m {
  padding: 10px;
}

#content-box .padding {
  padding: 30px 0;
}

#section-box .m {
  padding: 5px;
}
#section-box .padding {
	background: none; padding: 0;
}

.button { text-align: right; }

.login-form    { text-align: left; width: 60%; }
.login-form h1 { display: none; }
.login-form p  { padding: 0 1em 0 1em; }

.login-text { text-align: left; width: 40%; float: left; }

#form-login label {
	display: block;
	padding: 0;
	color: #666;
	font-weight: bold;
	margin: 0 0 8px;
}

#form-login .button_holder {
	margin-top: 15px;
}

#footer .copyright {
	margin: 0;
}

#border-top .title {
	line-height: 1.2;
	padding-top: 15px;
	padding-bottom: 15px;
}

#form-login-lang {
	display: none;
}

.bt { border-top: 1px solid rgb(244, 246, 249); }
.pt16 { padding-top: 16px; }
.mb20 { margin-bottom: 1.25rem; }
.small { font-size: 0.75rem; }
.fl { float: left; }
.links a { color: #0070d2; text-decoration: none !important; transition: all 0.1s ease 0s; }