

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding-top:10px;
}

body#bd {
	font-size: 12px;
	color: #4F4F4F;
	background: #efefef;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: serif;
}


/* Normal link */
a {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
	color: #999999;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 155%;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}
strong{
color:#000000;
font-weight:bold;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin:  0px;
	padding: 0px;
}



fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CACACC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}


td.thumbsup-image-oriz a img {
	
 border: 3px solid #FFFFFF;
    margin-bottom: 5px;
    margin-top: 10px;
}

td, div {
	font-size: 100%;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0px;

}

#searchForm {
padding:10px 50px 0px 50px ;
}

form label {
	cursor: pointer;

}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;;
	font-size: 100%;
	
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

.button {
	font-weight: bold;
	color: #4F4F4F;
	background: url("../images/grad1.gif") repeat-x bottom #FFFFFF;
	border: 1px solid #CACACC;
	padding: 2px;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: #FFFFFF;
	border: 1px solid #CACACC;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	font: 1em/1.5 "Courier News", monospace;
	background: #FFFFFF;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url("../images/so-q.gif") no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url("../images/sc-q.gif") no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding : 10px 15px;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #CACACC;
}

/* Small quote */
.small-quote {
	background: none;
	margin: 0;
	padding: 0;
}

.small-quote span.open-quote {
	background: url("../images/so-q.gif") no-repeat center left;
	margin: 0;
	padding-left: 20px;
}

.small-quote span.close-quote {
	background: url("../images/sc-q.gif") no-repeat center right;
	margin: 0;
	padding-right: 20px;
}

.small-quote span.author {
	display: block;
	padding: 2px 5px 2px 20px;
	background: url("../images/author.gif") no-repeat 5px 4px #EAEBEE;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	text-transform: uppercase;
	font-size: 90%;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

.dropcap-hilite {
	float: left;
	margin-right: 5px;
	padding: 4px;
	display: block;
	color: #ffdd00;
	background: #FFFFFF;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #666666;
	background: url("../images/bullet-error.gif") no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #999999;
	background: url("../images/bullet-info.gif") no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #666666;
	background: url("../images/bullet-tips.gif") no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url("../images/sticky-bg.gif") no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
}

p.download {
	background: url("../images/download-bg.gif") no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url("../images/checklist-bg.gif") no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url("../images/star-bg.gif") no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #ffdd00;
	background: url("../images/ol-bg.gif") no-repeat top left;
	font: 20px/normal  "Trebuchet MS", Verdana, Arial, sans-serif;;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	background: url("../images/author.gif") no-repeat center left;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url("../images/bub1-br.gif") no-repeat bottom right;
}

div.bubble1 div div {
	background: url("../images/bub1-bl.gif") no-repeat bottom left;
}

div.bubble1 div div div {
	background: url("../images/bub1-tr.gif") no-repeat top right;
}

div.bubble1 div div div div {
	background: url("../images/bub1-tl.gif") no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url("../images/bub2-br.gif") no-repeat bottom right;
}

div.bubble2 div div {
	background: url("../images/bub2-bl.gif") no-repeat bottom left;
}

div.bubble2 div div div {
	background: url("../images/bub2-tr.gif") no-repeat top right;
}

div.bubble2 div div div div {
	background: url("../images/bub2-tl.gif") no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url("../images/bub3-br.gif") no-repeat bottom right;
}

div.bubble3 div div {
	background: url("../images/bub3-bl.gif") no-repeat bottom left;
}

div.bubble3 div div div {
	background: url("../images/bub3-tr.gif") no-repeat top right;
}

div.bubble3 div div div div {
	background: url("../images/bub3-tl.gif") no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url("../images/bub4-br.gif") no-repeat bottom right;
}

div.bubble4 div div {
	background: url("../images/bub4-bl.gif") no-repeat bottom left;
}

div.bubble4 div div div {
	background: url("../images/bub4-tr.gif") no-repeat top right;
}

div.bubble4 div div div div {
	background: url("../images/bub4-tl.gif") no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Box style */
.box-hilite {
	background: url("../images/box-hilite-bg.gif") repeat-x bottom left #FFFFFF;
	margin: 20px 0 0 0;
	padding: 15px;
	border: 1px solid #CACACC;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}



#col1 .article_seperator, #col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	margin:0px;
	padding:0px;
}


table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url("../images/arrow.png") no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CACACC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #DCDDE0;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #000000;
	font-size: 155%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url("../images/arrow.png") no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
	font-size: 125%;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
	background: url("../images/sep.gif") repeat-x bottom;
	font-size: 250%;
	line-height: normal;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	color: #ffdd00;
	font-size: 200%;
	line-height: normal;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	padding: 1px 5px 1px 16px;
	display: block;
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	background: url("../images/arrow3.png") no-repeat 5px 7px #4F4F4F;
	color: #FFFFFF;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	background: url("../images/arrow3.png") no-repeat 6px 7px #ffdd00;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
margin:0px;
	padding:0px;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	margin:0px;
	padding:0px;
}

.createdate {
color:#000000;
font-size:10px;
margin-bottom:10px;
}

.modifydate {
	color: #999999;
	height: 15px;
	padding-top: 15px;
}

.moduletable {

}



.mosimage {
	margin: 15px 5px 15px 0;
	padding: 0 5px 5px;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 15px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url("../images/pages.gif") no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url("../images/pages.gif") no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	border: 1px solid #4F4F4F;
	background: #4F4F4F;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url("../images/sep.gif") repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url("../images/sep.gif") repeat-x bottom #EAEBEE;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url("../images/sep.gif") repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrapper {
}

#botsl,
#header,
#mainnav,
#subnav,
#container {
	width: 778px;
	margin: 0 auto;
	visibility:visible;
display:block;
	background:#ffffff;
}

.wide #botsl,
.wide #footer,
.wide #header,
.wide #mainnav,
.wide #subnav,
.wide #container {
	width: 900px;
	margin: 0 auto;
}
/*contenitore generale subito sotto il menu*/

/* contenitore bordo della pagina */
 #container2 {

	/*background: url("../images/container-bg2.gif") no-repeat 74% 0;*/
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}

#contentwrap {
	padding: 5px 0 10px;
}

#content {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
}



/* HEADER
--------------------------------------------------------- */
#headerwrap {
	background: #efefef;
}

#header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 106px;
	width:778px;
	position: relative;
	background: url("../images/header-top.png") no-repeat top right;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
	position: absolute;
	top: 0;
	left: 15px;
	text-indent: -1000px;
}

#header h1 a {
	width: 190px;
	height: 70px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	/*background: url("../images/logo.jpg") no-repeat top left;*/
}

#header h1 img {
	float: left;
}

/* MAIN NAVIGATION top menu
--------------------------------------------------------- */


#mainnav {
background-color:#e5e5e5;
height:28px;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
width:777px;
}
/* topmenu top menu*/
#topflash {position:absolute; z-index:100; top:0px;left:235px;}
#mainnav a:hover,
#mainnav a:active,
#mainnav a:focus {
color: #ffe600;
background-color:#4f4f4f;
}
#mainnavwrap a,
#mainnavwrap a:hover,
#mainnavwrap a:active,
#mainnavwrap a:focus {
	outline: none;
}





#subnavwrap {
	background: #1F1F1F;
}

#subnav {
}

/* Default Joomla! Menu e menu standard */
a.mainlevel {
	padding: 6px 0 6px 10px;
	width: 93%;
	display: block;
	color: #4F4F4F;
	text-decoration: none;
	border-bottom:1px solid #666666;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #55a8df;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #000000;
	background: url("../images/sep.gif") repeat-x bottom #CACACC;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #4F4F4F;
	background: url("../images/arrow.png") no-repeat 4px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #ffe600;
	text-decoration: none;
}

#active_menu {
	background: url("../images/arrow.png") no-repeat 4px 8px;
	color: #000000;
	font-weight: bold;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	font-size: 100%;
	padding: 1px 0 0 15px;
	margin: 0 0 5px;
	color: #ffdd00;
	text-transform: uppercase;
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;;
	background: url("../images/icon.gif") no-repeat top left;
}

div.moduletable {
	padding:0px;
	margin:0px;
}

#col1 div.moduletable {
	padding: 10px;
	background: #EAEBEE;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}

#col2 div.moduletable {
	padding: 15px 10px;
	background: url("../images/sep.gif") repeat-x bottom left;
	margin-bottom: 0;
}

div.moduletable-blank {
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#spotlight {
	margin: 0;
	padding: 0;
}

/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;

}

.box-left div.moduletable {
	padding-right: 20px;
}

.box-right div.moduletable {
	padding-left: 20px;
}

.box-center div.moduletable {
	padding: 0 20px;
}

#topsl h3, #botsl h3 {
	font-size: 165%;
	font-weight: normal;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
}

/* Top Spotlight */
#topslwrap {
	clear: both;
	margin: 10px 0 0;
	padding: 5px 0;
}

#topsl {
	padding: 0;
}

#topsl h3 {
	margin: 0 0 10px;
	padding: 0;
}

#topsl div.moduletable {
	padding: 10px;
	margin: 0;
	background: none;
	border: 2px solid #F5F5F8;
}

#topsl div.hover,
#topsl div.moduletable:hover {
	background: #FFFFFF;
	border: 2px solid #EAEBEE;
}

#topsl div.box-left,
#topsl div.box-center,
#topsl div.box-right {
	padding: 0;
}

#topsl div.box-left,
#topsl div.box-center {
}

#topsl a {
	color: #4F4F4F;
	text-decoration: none;
}

#topsl a:hover, #topsl a:active, #topsl a:focus {
	color: #4F4F4F;
	text-decoration: underline;
}

/* Bottom Spotlight */
#botslwrap {
	background: #000000 url("../images/footer_bg.gif") bottom no-repeat;
	color: #CACACC;
	width:778px;
	margin:0 auto;
}

#botsl {
	padding: 15px 0;
}

#botsl h3 {
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
}

#botsl div.moduletable {
	margin: 0;
	padding: 5px 15px;
	background: none;
}

#botsl a, #botsl a:hover, #botsl a:active, #botsl a:focus {
	color: #FFFFFF;
}

#topsl ul,
#botsl ul {
	padding: 0;
	margin: 0 !important;
}

#topsl li,
#botsl li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url("../images/arrow.png") no-repeat 3px 8px;
}

#topsl td,
#botsl td {
	padding: 0;
}

#botsl .article_seperator,
#topsl .article_seperator {
	display: none;
}
.article_seperator {
line-height:1px;
font-size:1px;
height:1px;
}

#botsl table,
#topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#pathway {
	display: block;
	text-indent: 4px;
	margin-bottom: 3px;
	color: #999999;
}

#pathway img {
	margin: 0 5px 1px;
}

#pathway a {
	font-weight: bold;
}

/* CONTENT COLUMN
--------------------------------------------------------- */

#containerwrap {

}

#containerwrap-f, #containerwrap2 {
	/*background: url("../images/container-bg23.gif") repeat-x;*/
}

#containerwrap-fl div#containerwrap2,
#containerwrap div#containerwrap2 {
background-color:#efefef;
	/*background: url("../images/containerwrap-bg2.gif") no-repeat 50% 0;*/
}


#mainbody, #mainbody-fl, #mainbody-fr, #mainbody-f {
}

#mainbody, #mainbody-fl {
	float: left;
	width: 70%;
	padding-left:20px;
}

#mainbody #contentwrap {
	float: right;
	width: 66.6%;
}

#mainbody-fl #contentwrap {
	float: left;
	width: 100%;
	background: none;
}

#mainbody-f, #mainbody-fr  {
	float: none;
	width: 100%;
}

#mainbody-fr #contentwrap {
	width: 74.8%;
	float: right;
}

#mainbody-fr #col1 {
	width: 24.9%;
	float: left;
}

#mainbody-f #content {
	padding: 0 !important;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#col1 {
	float: left;
	width: 33.3%;
	overflow: hidden;
}

#col1 div.innerpad {
	padding: 0 15px 10px 0;
}

#col2 {
	float: right;
	width: 24.9%;

}

#col2 div.innerpad {
	padding: 0 0 10px 15px;
	margin-top: -10px;
}

#col1 table,
#col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#col1 ul li,
#col2 ul li {
	padding-left: 15px;
	margin: 0;

	
}

#col1 ul,
#col2 ul {
	margin: 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#usertoolswrap {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/usertools-right.gif") no-repeat bottom right #999999;
}

#usertools {
	float: left;
	background: url("../images/usertools-left.gif") no-repeat bottom left;
	padding: 4px 5px 4px 15px;
}

#usertools ul {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#usertools img {
	margin: 0 4px 0 0;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	background: #efefef;
}

#footer {
	padding: 10px 0 0 10px;
	position: relative;
	height:25px;
	color:#ffdd00;
	width: 768px;
	margin:0 auto;
}

#footer small, #footer address {
	padding: 0 0 5px;
	font-size: 100%;
	color: #4F4F4F;
	font-style: normal;
	display: block;
}

#botnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 0;
}

#botnav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#botnav a {
	display: inline;
	background: url("../images/bullet-list.gif") no-repeat 13px 6px;
	padding: 0 0 0 25px;
	line-height: normal;
}

#botnav a:hover {
	text-decoration: underline !important;
}

/* Search */
#search {
width:150px;
height:42px;
	background: #ff9900 url("../images/cerca_bg.gif") no-repeat top right;
	padding: 30px 20px 0px 5px;
	margin-top:0px;
	margin-left:19px;

}

#search .inputbox {
	color: #3A3A3A;
	width: 120px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 2px 5px 3px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#modlgn_passwd, #modlgn_username {
	width: 80%;
}

#modlgn_remember {
	border: none;
	background: none;
}

/* JA SLIDESHOW
-------------------------------------------*/
div#slideshow-wrap {
	background: #4F4F4F;
	border: 3px solid #CACACC;
}

div.slideshow-case {
	margin: 0;
}

div.slideshow-case p {
	padding-top: 9px;
}

div.slidebar {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #4F4F4F;
}

div.slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	z-index: 10001;
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;;
	font-size: 90%;
}

div.slidebar ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}

div.slidebar ul a {
	float: left;
	margin-right: 1px;
	padding: 4px 6px;
	display: block;
	color: #EAEBEE;
	cursor: pointer;
	text-decoration: none;
	line-height: normal;
}

div.slidebar ul a:hover,
div.slidebar ul a:active,
div.slidebar ul a:focus {
	background: #4F4F4F;
	text-decoration: none;
}

div.slidebar ul a.active {
	border: none;
	background: #CACACC;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
}

div.slidebar ul li a.prev,
div.slidebar ul li a.next {
	display: block;
	font-weight: bold;
}
 
div.slidebar ul li a.prev {
	padding-left: 20px;
}

.description {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	color: #4F4F4F;
	font-weight: bold;
	width: 100%;
	padding: 4px 0;
	text-indent: 8px;
}

.description-hidden {
	padding: 0;
	position: absolute;
	bottom: 0;
}

div.shadow {
	/*background: url("../images/shadow.gif") repeat-x top;*/
	padding: 2px 0 2px;
	line-height: normal;
	clear: both; 
}

address {
	font-style: normal;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

#form-login p { 
	margin:0px;
}
#form-login ul { 
	margin:0px;
	padding:0px;
}


/*stile news flash con suffisso _nf inserito nell'admin in mod_newsflash*/
.box_nf_head{
height:100%;
width:467px;
background:  url("../images/primopiano_head.jpg") no-repeat;
display:table;
}	
.box_nf{
margin-top:20px;
float:left;
width:467px;
background: #ffe300 url("../images/primopiano_bg.jpg") repeat-y;
}	
.box_nf_footer{
height:33px;
width:467px;
background: #ffe300 url("../images/primopiano_footer.jpg") no-repeat;
}	
.createdate_nf {
color:#999999;
font-size:9px;
margin-bottom:10px;
}
.moduletable_nf {
margin-left:45px;
margin-top:5px;
	padding: 10px;
	width:395px;


}
.contentheading_nf {
	color: #000000;
	text-transform:uppercase;
	font-size: 100%;
	line-height: normal;
}
table.contentpaneopen_nf {
width:135px;
float:left;
margin:-10px 25px 20px 0px;


}
/*stile ultime news (lista titoli) con suffisso _nflist inserito nell'admin in mod_latestnews*/
.box_nflist{
margin-left:20px;
width:350px;
height:180px;
background:url("../images/news_bg.gif");
float:left;
padding:25px 0px 0px 20px;
}

.moduletable_nflist{

}

.latestnews_nflist li{

}

/*stile per effetto scroll*/

#newsjs.hasJS
{
	width:340px;
	height:110px;
	/* height:120px; */
	overflow:hidden;
	position:relative;
}

#newsjs.hasJS dl
{
	list-style-type:none;
	position:absolute;
	top:120px;
	margin:0;
	padding:0;
}
/*elementi postit e fla in home*/
.fladecor{
position:relative;
z-index:20;
}
#cerchi {float:left; width:115px; height:118px;}
#macchie {float:right; width:186px; height:148px;
padding-bottom:4px;
margin:0px;
text-align:right;
position:relative;
z-index:999999;}

.moduletable_front{
float:right;

}


.postit {
background-image: url("../images/postit_bg.gif");
margin-left: 0px;
width: 184px;
height:137px; 
float:right;
margin-top:-45px;
}
dl{margin:0 0 0 1px;padding:0;line-height:14px;}
dt{font-weight:bold;margin:0;padding:9px 0 0 15px; color:#000000;}
dd{margin:0;padding:0px 0 8px 14px;border-bottom:1px solid #FFF;}
#postit2{
margin-top:-100px;
float:right;
width:264px;
height:185px;
background: url("../images/corsiprofessionali_bg.gif");
padding:60px 100px 0 20px;
z-index:20;
position:relative;
}

/*menu bottom spot light*/
.moduletable_bott{
float:right;
text-align:right;

}
.mainlevel_bott{
margin-right:10px;
}

/*chi è on line*/
.chi{
margin-right:60px;
float:left;
width:200px;
color:#FFCC00;
}
/*menu standard*/
.moduletable_menupe{
margin-top:20px;
}
.moduletable_menupe li {
	background: url("../images/arrow.png") no-repeat 10px ;
	padding-left:10px;
}
