/**
* IPB - A Mambo Backend Template
* @version 1.0
* @package IPB
* @copyright (C) 2005 by Juan Timaná
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software released under the terms of GNU/GPL License.
**/

body {
	margin: 0px;
	padding: 0px;
	color : #333;
	background-color : #FFF;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}
a {
	color: #000055;
	text-decoration: none;
}
a:hover {
	color : #333377;
	text-decoration : underline;
}
a:active {
	color : #000055;
	text-decoration : underline;
}
#wrapper {
        border: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#header {
        background-color: #3860BB;
        background-position: right top;
        border-bottom: 5px solid #072A66;
        background-image: url(../img/header_bg.gif);
        height: 52px;
        margin: 0px;
        padding: 0px;
}

#mambo {
        position: relative;
        width: 100%;
        background: url(../img/header_blue.png) no-repeat;
        background-position: top right;
        margin: 0px;
        padding: 0px;
}

#break {
	height: 50px;
}

form {
    margin: 0px;
}



.button {
	border:1px solid #4C77B6;
	background-color: #DFE6EF;
	font-family:Verdana, Arial;
	font-size:11px
}

.login {
	margin: 6em auto;
	border: 1px solid #345487;
	width: 429px;
	background: #FF;
}

.login h1 {
	background: url(../img/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;
}

.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.inputbox {
	background-color: #FFF;
	color:Ê#000;
	font-size:10px;
	font-family: Verdana,Arial, Sans-Serif;
	padding:2px;
	border:2px inset #BCD0ED;
	}

.clr {
    clear:both;
    }

.ctr {
	text-align: center;
}

.version {
	font-size: 0.8em;
}

.footer {
	color : #999;
	font-size : 10px;
}
.tdrow1
{
	background-color:#EEF2F7;
	border-bottom:1px solid #D1DCEB;
	border-right:1px solid #D1DCEB ;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
}

.tdrow2
{
	background-color:#F5F9FD;
	border-bottom:1px solid #D1DCEB;
	border-right:1px solid #D1DCEB;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
}
.tdrow3
{
	background-color:#E4EAF2;
	border-bottom:1px solid #D1DCEB;
	border-right:1px solid #D1DCEB ;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
}
.maintitle
{
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	color:#FFF;
	padding:5px 0px 8px 5px;
	background-image: url(../img/background.gif);
	background-color:#345487;
}
