﻿@charset "utf-8";
/* Wall-e */

/* GLOBALS */

html {
	margin: 0px;
}

body {
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, sans-serif;
	line-height: 1.4em;
	background-color: #303030;
}


form 
{
    padding: 0; margin: 0;
}

img { border: 0; }


h1 {
	font-weight: normal;
	color: #999;
	font-size: 28px;
	margin: 0 0 14px 0;
	padding: 0;
}

h2 {
	font-weight: normal;
	color: #E4D320;
	font-size: 18px;
	margin: 5px 0 15px 0;
	padding: 0;
}

h3 {
	font-weight: normal;
	font-style: oblique;
	color: #C7C7C7;
	font-size: 14px;
	margin: 0;
	padding: 0px 0 18px 0;
    line-height: 1.7em;
}

p {
	margin: 0 0 19px 0;
	line-height: 1.6em;
	padding: 0;
	font-size: 12px;
}


ul {
	margin: 0 0 0 0;
	padding: 0 0 28px 0;
	line-height: 1.0em;
}

li {
	list-style: none;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(../images/dot.gif) top left no-repeat;
}




strong {
	font-style: italic;
}




/* Texts */

.smallText
{
    font-size: 10px;
    color: #333;
}

.error 
{
    font-weight: bold;
    color: #CC0000;
}

.element {
	clear: both;
}


a.generic {
	color: #D7D7D7;
	text-decoration: underline;
}

a.generic:HOVER {
	text-decoration: none;
	color: #F9F9F9;
}





/* LAYOUT */

#container {
	width: 100%;
	border: 0;
}

#headerContainer {
	background: url(../images/background_header.jpg) top left repeat-x;
	text-align: center;
}

.top {
	margin: 0 auto;
	width: 980px;
	height: 254px;
	background: #FFF url(../images/helpdesk_advanced.jpg) top left no-repeat;
}


#page {
	text-align: left;
	color: #FFF;
	margin: 0 auto;
	width: 980px;
	color: #FFF;
	margin-top: 38px;
}

#footer {
	margin-top: 60px;
	border-top: 1px #8A8228 solid;
	text-align: center;
}

.footerSpace {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	padding-top: 6px;
}

.footerLeft {
	float: left;
	font-size: 9px;
	color: #969696;
}

.footerRight {
	color: #5F5F5F;
	font-size: 9px;
	float: right;
}

a.footerLink {
	color: #AAA;
	text-decoration: none;
}

a.footerLink:HOVER {
	text-decoration: underline;
}








.leftBox {
	margin-left: 29px;
	width: 612px;
	float: left;
	
}

.rightBox {
	width: 270px;
	margin-left: 59px;
	float: left;
	line-height: 1em;
}




.rightImage {
	margin: 0 0 50px 0;
}
	

div.rightLinkArea {
	margin: 0 20px;	
	padding-top: 18px;
}


a.rightLink {
	font-size: 10px;
	color: #DDD;
	text-decoration: none;
	display: block;
	background: url(../images/dot_right_link.gif) top left no-repeat;
	padding: 0 0 0 12px;
	margin-bottom: 10px;
}

a.rightLink:HOVER {
	background: url(../images/dot_right_link_active.gif) top left no-repeat;
	color: #F5EFB1;
	
}




/* MAIN MENU */

div.menuItemArea {
	float: right;
}

div.menuItem {	
	float: left;
	margin-left: 4px;
	width: 132px;
	height: 46px;
}

a.menuItem {
	padding-top: 17px;
	padding-bottom: 12px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #9E9E9E;
	text-align: center;
	background: #000 url(../images/back_menu.jpg) top center no-repeat;
}

a.menuItem:HOVER {
	color: #E4D320;
	background: url(../images/back_menu_active.jpg) top center no-repeat;
}

a.addMenuActive {
	color: #E4D320;
	background: url(../images/back_menu_active.jpg) top center no-repeat;
}




/* PERIMETRAL MENU */

.perimetralArea {
	float: right; 
	margin-top: 182px;
}

div.perimetralItem {
	width: 98px;
	height: 26px;
	margin-left: 4px;
	float: left;
}

a.perimetralItem {
	display: block;
	font-size: 10px;
	color: #E4D320;
	padding: 6px 0 6px 0;
	background: url(../images/background_perimetral.gif) bottom center no-repeat;
	text-decoration: none;
}

a.perimetralItem:HOVER {
	color: #eee;
	padding: 6px 0 4px 0;
}


/* SPECIALI */
.lineSeparator {
	height: 2px;
	background-color: #E4D320;
}

.operatorImage {
	float: left;
	margin-right: 8px;
}

.operatorSpace {
	margin-left: 20px;
	padding-top: 3px;
	width: 244px;
	height: 75px;
	width: 242px;
}

.operatorTitle {
	font-size: 14px;
	color: #999;
	padding-top: 12px;
	padding-right: 14px;
}

.operatorText {
	font-size: 11px;
	color: #EfefEf;
	line-height: 1em;
	margin-top: 2px;
	padding-right: 14px;
}

a.operatorLink {
	display: block;
	text-decoration: none;
	border: 1px #303030 solid;
}

a.operatorLink:HOVER {
	background-color: #494949;
	border: 1px #585858 solid;
}


/* FORM */
.form_space {
	margin-top: 40px;
	border-top: 1px #999 dotted;
	padding-top: 10px;
}

.form_table {
	color: #eee;	
	width: 100%;
}

.form_topLabel {
	font-size: 10px;
	color: #E4D320;
	font-weight: bold;
}

.form_fieldSpace {
	width: 50%;
	padding-top: 10px;
}

.form_field {
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	background-color: #AAA;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 20px;
	font-size: 12px;
}

.form_fieldSelect {
	border: 0;
	margin: 0;
}

.form_fieldRadio {
	border: 0;
	margin-top: 6px;
	background-color: #303030;
	float: left;
	margin-left: 4px;
}

.form_label {
	font-size: 10px;
}

.form_fieldValue {
	float: left;
	font-size: 12px;
	color: #CCC;
	margin-top: 8px;
	margin-right: 14px;
}

.form_fieldSubmit {
	padding: 0 20px;	
	border: 1px #555 solid;
	font-weight: bold;
	background-color: #444;
	height: 28px;
	color: #FFF;
}


/* Contacts */
.contactsSpace {
	font-size: 10px;
	margin-bottom: 14px;
	padding-left: 34px;
}

.contactsTitle {
	font-size: 15px;
	color: #E4D320;	
	font-weight: bold;	
}

.contactsText {
	line-height: 1.5em;
	padding: 9px 0;	
}