@charset "ISO-8859-1";

/* GLOBAL STYLES */

body, head {
	padding: 0;
	margin: 0;
	background: #f7fcfe url(/img/pageBack.gif) repeat-y center top; /*c1c0bf */
}

* {
	padding: 0;
	margin: 0;
}

a[href], .linkStyle { color: #156a9b; text-decoration: none; }
a[href]:hover, .linkOverStyle { color: #d37420; text-decoration: underline; }

/* FONTS */

body, head { font-family: Verdana, Tahoma, Geneva, sans-serif; font-size: 75%; }
textarea { font-size: 110%; font-family: Verdana, Tahoma, Geneva, sans-serif; font-size: 100%; }

/* TAGS */

h1 { margin: 0 0 30px 0; color: #666767; font-family: "Trebuchet MS"; }
h2 { margin: 25px 0 10px 0; font-family: "Trebuchet MS"; }
h3 { margin: 20px 0 8px 0; color: #808080; font-size: 120%; font-family: "Trebuchet MS"; } h3:first-child { margin-top: 0; }
h4 { margin: 15px 0 5px 0; font-family: "Trebuchet MS"; }
ul, ol { margin-left: 35px; }
img { border: none; }
button { font-size: 11px; height: 20px; cursor: pointer; }

table { border-collapse: collapse; }
tr.grey { background: #f5f5f5; } 
td { vertical-align: top; }
th { white-space: nowrap; background: #1c7bb7; color: white; font-weight: bold; text-align: center; padding: 4px 5px 5px 5px; }
td.label { padding: 2px 6px 3px 6px; }
td.cell { font-size: 100%; padding: 2px 6px 3px 6px; }
td.iconCell { padding: 2px 5px 1px 5px; }

table.dataTable th { border-top: #b0b0b0 solid 1px; }
table.dataTable tr { border-bottom: #b0b0b0 solid 1px; }
table.dataTable tr:hover { background: #e4eef2; }
table.dataTable tr[onclick] { cursor: pointer; }

table.docTable td { padding: 4px 6px 5px 6px; }
table.docTable td.label { padding: 6px 6px 7px 6px; }

img.btn { height: 16px; cursor: pointer; }

/* HELPER */

.left			{ text-align: left; }
.center		{ text-align: center; }
.right		{ text-align: right; }
.justify		{ text-align: justify; }
.bold			{ font-weight: bold; }
.underline	{ text-decoration: underline; }
.smallCaps	{ font-variant: small-caps; }
.nowrap		{ white-space: nowrap; }
.pointer		{ cursor: pointer; }
.block		{ display: block; }
.clear		{ clear: both; height: 1px; overflow: hidden; }

/* FORMS */

fieldset { border: none; padding: 0; margin: 0; font-weight: normal; }
select { font-family: Tahoma; font-size: 88%; }
option.light { color: #aaaaaa; }

input[type=text], input[type=password], textarea, select, div.input, div.textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
}
input[type=text]:hover, input[type=password]:hover, select:hover {
	border-color: #9cb3c1 #d4ebfa #e0f1fc #adc6d6;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
	border-color: #9cb3c1 #d4ebfa #e0f1fc #adc6d6;
	background: #f8f8f8;
}
input[type=text], input[type=password], div.input {
	font-family: Tahoma;
	font-size: 100%;
	padding: 2px 0 2px 0;
}

input[type=password] { color: maroon; }
input[type=checkbox] { width: 15px; height: 15px; cursor: pointer; }
input[type=button] { cursor: pointer; font-size: 90%; }
	
input[readonly], textarea[readonly], div.readonly {
	color: #666666;
}

label, .label { color: #666666; font-weight: bold; white-space: nowrap; font-variant: small-caps; }
.labelBig { font-size: 13px; color: #666666; font-weight: bold; white-space: nowrap; font-variant: small-caps; }
.labelSmall { font-size: 90%; color: #666666; font-weight: bold; white-space: nowrap; font-variant: small-caps; }

/* HELPER */

.error	{ font-size: 12px; color: red; font-variant: small-caps; }
.hidden	{ display: none; }

/* FEEDS */

ul.feeds {
	line-height: 150%;
	list-style: none;
	margin-left: 10px;
}
img.feedIcon16	{ width: 16px; height: 16px; margin-right: 6px; vertical-align: -2px; }
img.feedIcon12	{ width: 12px; height: 12px; margin-right: 6px; vertical-align: -2px; }

/* CLOUDS */

ul.tagcloud {
	list-style: none;
	line-height: 19px;
	text-align: center;
	margin: 0;
}
ul.tagcloud li { display: inline; }
ul.tagcloud a { margin-right: 8px; color: #666666; }
ul.tagcloud a:hover { color: #d37420; }
ul.tagcloud a.size1{ font-size: 10px; }
ul.tagcloud a.size2{ font-size: 12px; }
ul.tagcloud a.size3{ font-size: 13px; }
ul.tagcloud a.size4{ font-size: 15px; }
ul.tagcloud a.size5{ font-size: 18px; } 

/* LISTS */

ul.comments { margin: 0; list-style: none; }
ul.comments li { margin-top: 8px; background: url(/img/commentSmall.gif) no-repeat 0px 3px; padding-left: 17px; }
ul.comments b { color: #444444; font-weight: bold; margin-right: 4px; }
ul.comments a { color: #666666; }
ul.comments span { color: #156a9b; }
ul.comments a span { color: #ee7f01; text-decoration: none; margin-left: 5px; }

ul.fileList { list-style: none; margin-left: 20px; color: #a0a0a0; }
ul.fileList li { background: url(/img/file.gif) no-repeat 3px 3px; margin: 0; padding: 10px 5px 5px 43px; }
ul.fileList li.filePDF { background-image: url(/img/pdf.gif); }
ul.fileList li.fileXLS { background-image: url(/img/xls.gif); }
ul.fileList li.fileDOC { background-image: url(/img/doc.gif); }
ul.fileList li.fileJPG { background-image: url(/img/jpg.gif); }

ul.fileList li span { display: block; font-size: 9px; }
ul.fileList li span a { color: #a0a0a0; }
ul.fileList li p { font-size: 110%; color: #666666; padding: 5px 0 0 0; margin: 0 !important; }
ul.fileList li p.lightDesc { font-size: 80%; letter-spacing: -1px; }

ul.fileList li.darkFile { background-color: #e9e9e9; }
ul.fileList li.lightFile { background-color: #f6f6f6; }

ul.simpleFileList { margin-left: 0px; }
ul.simpleFileList li { background-image: none !important; padding-left: 5px; }

/* BOX */

.boxL, .boxR, .boxM {
	width: 160px;
	height: 64px;
	font-size: 9px;
	text-align: center;
	background: url(/img/box.gif) no-repeat;
	overflow: hidden;
	margin-top: 15px;
	line-height: 11px; 
}
.boxM { margin-left: auto; margin-right: auto; }
.boxL { float: left; width: 160px; margin-left: 30px; }
.boxR { float: right; width: 160px; margin-right: 30px; }
.boxL h3, .boxR h3, .boxM h3 { font-size: 11px; margin: 15px 0 4px 0; color: #6694ac; }
.boxL h4, .boxR h4, .boxM h4 { font-size: 11px; margin: 15px 0 4px 0; color: #6694ac; font-weight: normal; }

.shadedBox {
	width: 30px;
	height: 58px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: url(/img/shadedBox.gif) no-repeat;
	overflow: hidden;
	margin: 0px 0 0 10px;
	line-height: 28px;
	float: left; 
}
.shadedBox a { display: block; width: 30px; height: 30px; color: white; }
.shadedBox a:hover { color: white; text-decoration: none; font-size: 25px; }
.shadedBoxCur a { color: #d8ecf7; text-decoration: underline; }

/* LAYOUT */

#container {
	width: 760px;
	margin: 0 auto;
	background: white;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

#_head {  }

#topArea { height: 52px; background: #b8d9ef url(/img/shadeTop.gif) repeat-x; overflow: hidden; padding-right: 4px; }
#topArea ul { height: 20px; padding: 0; margin: 30px 0 0 0; float: right; white-space: nowrap; }
#topArea li { display: inline; list-style: none; font-size: 9px; font-weight: normal; margin: 0; padding: 0 4px 0 10px; background: url(/img/topSep.gif) no-repeat; color: #888888; }
#topArea li:first-child { background: none; }
#topArea a { color: #888888; text-decoration: none; }
#topArea a.activeMenuItem { color: #d37420; }
#topArea a:hover { color: #3365a7; text-decoration: underline; }

#topArea form { float: right; margin-top: 28px; width: 130px; height: 16px; background: white; border: #808080 solid 2px; font-size: 1px; overflow: hidden; }
#topArea #headSearchText { float: left; background: none; width: 100px; height: 16px; margin: -1px 2px 0 2px; font-size: 11px; border: none; }
#topArea #headSearchGo { float: right; width: 20px; height: 14px; line-height: 14px; margin-top: 1px; margin-right: 1px; text-align: center; background: #f48000; cursor: pointer; border: none; color: white; font-size: 9px; font-weight: bold; }

#amgLogo { float: left; margin: 12px 0 0 12px; }

#mainMenu { margin-top: 5px; }
#mainMenu ul { padding: 3px 0 5px 0; margin: 0; background: #cce4f4; text-align: center; }
#mainMenu li { display: inline; list-style: none; font-size: 90%; white-space: nowrap; margin: 0; padding: 0 4px; }
#mainMenu a { color: #888888; text-decoration: none; }
#mainMenu a.activeMenuItem { color: #d37420; }
#mainMenu a:hover { color: #000000; }

#middleShade { margin-top: 22px; height: 21px; background: url(/img/shadeMiddle.gif) repeat-x; }

#content { margin: 22px 15px 0 15px; padding-bottom: 15px; font-size: 90%; }
#columnsContainer { margin-top: 22px; }

#columnsContainerClear { clear: both; height: 23px; overflow: hidden; }

#container.bothColumns #content { float: left; width: 430px; margin-top: 0; }
#container.bothColumns #columnsContainer { background: url(/img/bothColumnsBack.gif) repeat-y; }
#container.bothColumns #columnsContainerClear { background: url(/img/bottomBack.gif) no-repeat; } 
#container.bothColumns #columnsContainerClear.gas { background: url(/img/bottomBackGas.gif) no-repeat; height: 50px; }
#container.bothColumns #columnsContainerClear.energia { background: url(/img/bottomBackEnergia.gif) no-repeat; height: 50px; }
#container.bothColumns #columnsContainerClear.illuminazione { background: url(/img/bottomBackIlluminazione.gif) no-repeat; height: 50px; }

#container.leftColumn #content { float: left; width: 580px; margin-top: 0; margin-right: 0; }
#container.leftColumn #columnsContainer { background: url(/img/leftColumnBack.gif) repeat-y; }
#container.leftColumn #columnsContainerClear { background: url(/img/bottomBack1.gif) no-repeat; } 

#content h1 { margin: 0 0 15px 0; font-size: 130%; color: #808080; text-transform: uppercase; }
#content p { margin: 0 0 10px 0; text-indent: 0px; text-align: justify; }
#content li { margin: 10px 0 0 0; }

#content .pageBack01 { margin: 0 -15px 15px -15px; padding: 105px 15px 0 15px; text-decoration: underline; background: url(/img/pageBack01.jpg) no-repeat; }
#content .pageBack02 { margin: 0 -15px 15px -15px; padding: 105px 15px 0 15px; text-decoration: underline; background: url(/img/pageBack01.jpg) no-repeat; }
#content .pageBack03 { margin: 0 -15px 15px -15px; padding: 105px 15px 0 15px; text-decoration: underline; background: url(/img/pageBack01.jpg) no-repeat; }
#content .pageBack04 { margin: 0 -15px 15px -15px; padding: 105px 15px 0 15px; text-decoration: underline; background: url(/img/pageBack04.jpg) no-repeat; }

.picBox { width: 134px; height: 95px; margin: 10px 0 10px 10px; background: url(/img/picBox.gif) no-repeat; }

#leftColumn { width: 150px; float: left; }
#leftColumn h1 { height: 40px; font-size: 14px; font-weight: normal; text-transform: uppercase; background: url(/img/leftTitleBack.gif) no-repeat; line-height: 40px; padding-left: 8px; margin: 0; }
#leftColumn ul { font-size: 75%; font-weight: normal; margin: 0; background: url(/img/leftMarker.gif) no-repeat top right; } 
#leftColumn li { list-style: none; background: url(/img/leftMarker.gif) no-repeat top right; padding: 13px 6px 0 16px; margin: 0 0 15px 15px; text-transform: uppercase; }
#leftColumn li a { color: #767372; }
#leftColumn li a.cur { color: #3365a7; }

div.subMenu { position: absolute; width: 200px; background: white; color: black; left: 0; top: 0; border: #a0a0a0 solid 1px; }
div.subMenu ul { font-size: 75%; font-weight: normal; margin: 5px 0; } 
div.subMenu li, ul.subMenu li { list-style: none; background: url(/img/subMenuMarker.gif) no-repeat 8px 5px; padding: 4px 8px 0 20px; margin: 0 0 3px 0; text-transform: uppercase; }

ul.subMenu li span { display: block; font-size: 9px; }
ul.subMenu li span a { color: #a0a0a0; }

#leftColumn .gas { display: block; height: 73px; background: url(/img/gas.jpg) no-repeat; }
#leftColumn .energia { display: block; height: 73px; background: url(/img/energia.jpg) no-repeat; }
#leftColumn .illuminazione { display: block; height: 73px; background: url(/img/illuminazione.jpg) no-repeat; }

#rightColumn { width: 150px; float: right; }
#rightColumn h3 { height: 58px; color: #666767; font-size: 11px; text-transform: uppercase; background: url(/img/rightTitleBack.gif) no-repeat; line-height: 40px; padding-left: 10px; margin: 0; }
#rightColumn h3.doubleLine { line-height: 16px; padding-top: 4px; }
#rightGallery { text-align: right; }
#galleryBigPic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
#menuBar { margin-top: 15px; border-top: #000000 solid 3px; border-bottom: #000000 solid 3px; clear: both; }
#today { float: right; text-align: right; margin-top: 5px; font-size: 90%; color: #888888; margin-left: 15px; white-space: nowrap; }
#today b { font-size: 110%; display: block; color: #666666; margin-bottom: 2px; }

#newsMenu { margin: 0; padding-top: 4px; min-height: 36px; }
#newsMenu:after { content: ''; display: block; clear: both; }
#newsMenu li { display: block; float: left; list-style: none; white-space: nowrap; border-left: #c9c9c9 dotted 1px; text-transform: uppercase; font-size: 11px; padding: 0px 1px; margin: 1px 0; }
#newsMenu li:first-child { border-left: none; }
#newsMenu a { display: block; float: left; color: black; text-decoration: none; padding: 0px 4px; }
#newsMenu a:first-letter { color: #ec7900; }
#newsMenu a:hover, #newsMenu a:hover:first-letter { color: #888888; }
#newsMenu a.curCategory { background: #ec7900; color: white; }
#newsMenu a.curCategory:first-letter { background: #ec7900; color: white; }

#userBar { padding: 5px 5px 10px 0; text-align: right; font-family: Tahoma; }

#footer { padding-bottom: 10px; text-align: center; clear: both; margin-top: 30px; }
#footer p  { margin: 5px 0 0 0; font-size: 90%; color: #888888; }
#footer a { color: #666666; }
#footer a:hover { color: #333333; }

.editingOver { background-color: #EEEEEE; }

.icon16 { width: 16px; height: 16px; cursor: pointer; }

.paging { text-align: right; padding-bottom: 5px; font-size: 90%; }
.paging span { margin-right: 10px; background: #f0f0f0; padding: 1px 5px 2px 5px; }
.paging a { padding: 1px 3px 2px 3px; }
.paging a.curPage { background: #e0e0e0; }

/* CALENDAR */

#_calContainer .bd form { clear: left; }
#_calContainer .bd { padding: 0; }
#_calContainer .hd { text-align: left; }
#_calContainer .ft .button-group { text-align: center; }
#_calContainer_c.yui-overlay-hidden table { *display: none; }

#cal { border: none; padding: 1em; }
#cal .calheader { color: maroon; }

input.cal { width: 80px; text-align: center; position: relative; top: 0px; left: 0px; white-space: nowrap; background-color: #eee; }

/* MEDIA */

@media print {
	#container { width: auto; padding: 0; border: none; }
	#appMenu { display: none; } 
	.column { float: none; width: auto !important; border: none !important; }
	img { width: auto !important; height: auto !important; }
	.headArticle h2, .headArticle h2 a { filter: none; color: black; height: auto !important; }
}
