/**
* @version $Id: admin_login.css 3553 2006-05-18 20:23:01Z stingrey $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software and parts of it may contain or be derived from works
* licensed under the GNU General Public License or other free or open source
* software licenses. See COPYRIGHT.php for copyright notices and details.
*/

body {
	margin: 0px;
	padding: 0px;
	color : #333;
	background: #ffffff url(../images/body_bg.gif) top left repeat-x;
	font-size : 11px;
	font-family : 'trebuchet ms',verdana,arial,sans-serif;
	height: 100%;
}

#wrapper {
        border: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#header {
        background-color: #FFF;
        background-position: right top;
        border-bottom: 4px solid #C64934;
        background: url(../images/header_bg.png);
}

#joomla {
        position: relative;
        width: 100%;
        background: url(../images/version.png) no-repeat;
        background-position: bottom right;
        margin: 0px;
        padding: 0px;
}

#break {
	height: 50px;
}

form {
    margin: 0px;
}



.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 14px;
	padding: 4px;
}

.button2 {
	border : none;
	background: transparent url(../images/login_2.gif) center no-repeat;
	color : #002d3d;
	font-weight : bold;
	font-size : 14px;
	padding-bottom: 2px;
	width: 96px;
	height: 25px;
}

.button3 {
	border : none;
	background: transparent url(../images/contact_btn.gif) center no-repeat;
	color : #002d3d;
	font-weight : bold;
	font-size : 17px;
	padding: 0px;
	min-width: 250px;
	height: 70px;
	text-align: center;
}

.button3 a:link, .button3 a:visited {
	color: #002d3d;
	text-decoration: none;
}

.button3 a:hover {
	border-bottom: none;
}

.button4 a:link, .button4 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.button4 a:hover {
	border-bottom: 1px solid #ffffff;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	/**
	width: 429px;
	**/
	width: 400px;
	/**
	background: #F1F3F5;
	**/
	background: #FFFFFF;
}
	
.login h1 {
	background: url(../images/login_header.png) no-repeat;
	background-position: left top;
	color: #333;
	margin: 0px;
	height: 50px;
	padding: 15px 4px 0 50px;
 	text-align: left;
	font-size: 1.5em;
}

.login p {
	padding: 0 1em 0 1em;
	}
	
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.login-form {
	text-align: left;
	float: right;
	width: 45%;
}

.login-text {
	text-align: left;	
	width: 40%;
	float: left;
	padding-top: 25px;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.inputbox {
	width: 150px;
	margin: 0 0 3px 0;
	border: 1px solid #cccccc;
	height: 18px;
	font-size: 14px;
}

.inputbox2 {
	width: 120px;
	margin: 0 0 3px 0;
	border: 2px solid #ddf0f2;
	height: 15px;
	font-size: 12px;
}

.inputbox3 {
	margin: 0 0 3px 0;
	border: 1px solid #025978;
	font-size: 12px;
}

.formmark {
	font-size: 12px;
	color: red;
}

.clr {
    clear:both;
    }

.ctr {
	text-align: center;
}

.version {
	font-size: 0.8em;
}

.footer {

}

.message {
	margin-top: 10px; 
	padding: 7px; 
	width: 400px;
	border: 1px solid #B22222;
	background: #F1F3F5;
	color: #B22222;	
	font-weight: bold;
	font-size: 13px;
}

.float_frame{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.float_frame a.link, .float_frame a.visited{
	text-decoration: none;
}

.float_frame a.hover{
	text-decoration: none;
	border-bottom: 1px solid blue;
}

#promo {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

#promo div {
	font-size: 12px;
}

.golist {
	list-style-image: url(../images/list_btn.gif);
	margin: 0;
	padding: 5px 15px;
	text-align: left;
	color: #666666;
}

.golist li {
	padding: 3px 0;
}

.golist a:link, .golist a:visited, .footer2 a:link, .footer2 a:visited {
	color: blue;
	font-weight: bold;	
}

.golist a:hover, .footer2 a:hover {
	color: #ef4823;	
}

.footer2 {
	text-align: center;
	height: 40px;
	background: #ffffff url(../images/footer_bg.gif) bottom center no-repeat;
}

.facebook {
	border : none;
	background: transparent url(../images/facebook.jpg) center no-repeat;
	width: 120px;
	height: 40px;
}
