/* =LAYOUT */

html,
button,
input,
select,
textarea {
	font-family: Arial,sans-serif;
}

body {
	background-color: #FFF;
	color: #000;
	font-size: .85em;
	line-height: 1.5;
}

#ext-container {
	max-width: none;
}

/* =HEADER */

#header {
	display: none;
}

/* =FOOTER */

#footer {
	background-color: #E9E5E5;
	padding: 27px 0;
}

/* =MAIN-CONTENT */

.content {
	padding: 0 10px;
}

/* =2-COLUMN-LAYOUT-LEFT-MENU */

.two-columns-left-menu .columns {
	right: 77%;
}

.two-columns-left-menu .content {
	left: 101%;
}

/* =2-COLUMN-LAYOUT-RIGHT-MENU */

.two-columns-right-menu .menu {
	left: 24%;
}

/* =3-COLUMNS-LAYOUT */

.three-columns .columns {
	right: 78%;
}

.three-columns .content {
	left: 100%
}

.three-columns .right-menu {
	left: 82%
}

/* =ELEMENTS */

h1, h2 {
	color: #2A2A2A;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 15px;
}

/* =LINKS */

a {
	color: #333;
}

/* =INPUTS-AND-BUTTONS */

.button {
	background: url("../../img/agcom/background-input-submit.png") repeat-x scroll center top #393939;
	border-color: #cfcfcf;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
	color: #FFF;
	font-weight: 600;
	min-height: 22px;
}

.text {
	background: url("../../img/agcom/background-input-form.png") repeat-x scroll center top white;
	border: 1px solid #CFCFCF;
	color: #505050;
	min-height: 20px;
}

/* =TABLES */

table {
	border-collapse: separate;
	border-left: 1px dotted #555;
	border-top: 1px dotted #555;
	border-spacing: 2px;
}

th {
	background: none repeat scroll 0 0 #E1ECF3;
	color: #2A2A2A;
	padding: 12px 3px;
	text-align: center;
	text-transform: uppercase;
}

td {
	border-bottom: 1px dotted #555;
	border-right: 1px dotted #555;
}

/* =OTHERS */

/* =HEADER-MENU */

#menu-wrapper {
	display: none;
}

/* =BREADCRUMBS */

#breadcrumbs-wrapper {
	display: none;
}

/* =LATERAL-MENU */

.menu-box h2 {
	background: url("../../img/agcom/background-login.jpg") no-repeat scroll left top #F0F1F1;
	color: #A41111;
	font-size: 1.2em;
	font-weight: 400;
	min-height: 27px;
	padding: 6px 0 20px 36px;
	text-align: center;
	text-transform: uppercase;
}

.navigation-box h2 {
	background: url("../../img/agcom/background-navigation.jpg") #00a4bd;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #FFF;
	padding: 6px 0;
	text-transform: uppercase;
}

.navigation-box ul {
	margin: 10px 0 10px 40px;
}

.navigation-box span {
	padding: .2em 0;
}

.navigation-box a {
	background: url("../../img/agcom/blu-arrow.png") no-repeat scroll left center #FFF;
	color: #255D6B;
	padding-left: 15px;
	text-transform: uppercase;
}
