/**
* @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 ----------------------------- */



/* -- Specific styles ----------------------------- */
body {
	margin:0;
padding:0;
border:0;	/* This removes the border around the viewport in old versions of IE */
width:100%;
	background: #003300 url(../images/background.jpg) ;
min-width:1000px; /* Minimum width of layout */
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;


}
a:link    { color: #003300; text-decoration: underline; }
a:visited { color: #003300;
text-decoration: underline; }
a:hover   { color: #090; text-decoration: underline; }

#border-top{
background: #fff url(../images/header.jpg) no-repeat;;
margin-left:auto;
margin-right:auto;
height: 182px;
width:1000px;
}

#border-top .title {
	visibility: hidden;
}


#footer .copyright { visibility: hidden; }
#footer {
background:#003300 url(../images/footer.png) no-repeat;
height: 115px;
width:1000px;
margin-left:auto;
margin-right:auto;

}

form  			{ margin: 0px; padding: 0px; }
form .inputbox  { width: 120px; margin-left: 10px; }
form br 	    { display: none; }
.login          { margin: 0 auto; width: 500px; margin-bottom: 100px; }

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 {
	width:1000px;
	background:#FFF;
margin-left:auto;
margin-right:auto;
}


#content-box .m {

  padding: 10px;
  color:#003300;
}

#content-box .padding {
  padding: 30px 0;
}

#section-box  { float: right; width: 320px; margin-left: 10px;}

#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;
	float: left;
	width: 120px;
	text-align: right;
	padding: 4px;
	color: #666;
	font-weight: bold;
}

#form-login .button_holder {
	float: left;
	padding-left: 180px;
}

#form-login div.button1{
 	float: left;
}

#form-login div.button1 div.next {
	float: left;
}

.button1 { background: url(../images/j_button1_left.png) no-repeat; white-space: nowrap; padding-left: 10px; margin-left: 5px;}

.button1 .next { background: url(../images/j_button1_next.png) 100% 0 no-repeat; }

.button1 a {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 30px 0 6px;
}
.clr { clear: both; overflow:hidden; height: 0; }
.button1 a:hover { text-decoration: none; color: #0B55C4; }
