/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 8 giugno 2009 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}
.align-justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	text-align: justify;
}

/* contenuti nelle tabelle */
.contenttable p.bodytext{
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #E2017B;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 110%;
	color: #E2017B;
	font-weight: normal;
}
h2{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #E2017B;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #E2017B;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}

ul{
	list-style-type: square;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

.skip-navigation {
        display:none;
}

div#container {	
	width: 970px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header {
	width: 970px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#top {
	width: 970px;
	/*height: 43px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #FFDD00;
}

#searchTop {
	width: 226px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 11px 0px 0px 42px;
}

#menuTop {
	width: 672px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 0px 0px;
}

#main {
	width: 970px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../images/bgr_main.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
}

#colDx {
	width: 642px;
	float: right;
	padding: 15px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_colDx.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#colSx {
	width: 268px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}

#dynamicFontSize {
	width: 642px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#title {
	width: 624px;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/arrow01.gif);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}

#menu02 {
	width: 642px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#contentDx {
	width: 642px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu {
	width: 198px;
	padding: 30px 35px 60px 35px;
	margin: 0px 0px 0px 0px;
}

#contentSx {
	width: 268px;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 970px;
	padding: 25px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#footerSx {
	width: 223px;
	float: left;
	padding: 0px 0px 0px 45px;
	margin: 0px 0px 0px 0px;
}

#footerDx {
	width: 702px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/************** #menuTop styles **************/
#menuTop {
	color: #221F1F;
	font-size: 80%;
	text-align: right;
	text-transform: uppercase;
	line-height: 43px;
}
.menuTop {
	color: #221F1F;
	font-weight: normal;
}
.menuTop a, .menuTop a:link, .menuTop a:visited, .menuTop a:active {
	color: #221F1F;
	font-weight: normal;
	text-decoration: none;
}
.menuTop a:hover {
	color: #E2017B;
	text-decoration: none;
}

.menuTop-act {
	color: #E2017B;
	font-weight: normal;
}
.menuTop-act a, .menuTop-act a:link, .menuTop-act a:visited, .menuTop-act a:active {
	color: #E2017B;
	font-weight: normal;
	text-decoration: none;
}
.menuTop-act a:hover {
	color: #E2017B;
	text-decoration: none;
}

#menuTop img {
	vertical-align: middle;
}



/************** #menu02 styles **************/
#menu02 {
	color: #000000;
	font-size: 80%;
	text-align: left;
	/*text-transform: uppercase;*/
}
.menu02 {
	color: #000000;
	font-weight: bold;
}
.menu02 a, .menu02 a:link, .menu02 a:visited, .menu02 a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu02 a:hover {
	color: #E2017B;
	text-decoration: none;
}

.menu02-act {
	color: #E2017B;
	font-weight: bold;
}
.menu02-act a, .menu02-act a:link, .menu02-act a:visited, .menu02-act a:active {
	color: #E2017B;
	font-weight: bold;
	text-decoration: none;
}
.menu02-act a:hover {
	color: #E2017B;
	text-decoration: none;
}

#menu02 img {
	vertical-align: middle;
}



/*********** menu styles ***********/
#colSx ul {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

li.menuVertText01-level1-NO {
	display: block;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 1px 0px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/marker01.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.menuVertText01-level1-NO a, li.menuVertText01-level1-NO a:link, li.menuVertText01-level1-NO a:visited, li.menuVertText01-level1-NO a:active {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuVertText01-level1-NO a:hover {
	color: #FFDD00;
	text-decoration: none;
}
li.menuVertText01-level1-ACT {
	display: block;
	font-size: 80%;
	color: #FFDD00;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 1px 0px;
	list-style-type: none;
	text-decoration: none;
}
li.menuVertText01-level1-ACT a, li.menuVertText01-level1-ACT a:link, li.menuVertText01-level1-ACT a:visited, li.menuVertText01-level1-ACT a:active {
	display: block;
	color: #FFDD00;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: none;
}
li.menuVertText01-level1-ACT a:hover {
	text-decoration: none;
	color: #FFDD00;
}

li.menuVertText01-level1-56 {
	background-image: url(../images/marker01.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.menuVertText01-level1-55 {
	background-image: url(../images/marker02.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.menuVertText01-level1-54 {
	background-image: url(../images/marker03.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.menuVertText01-level1-53 {
	background-image: url(../images/marker04.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}


li.menuVertText01-level2-NO {
	display:block;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 25px;
	text-decoration: none;
	list-style-type: none;
}
li.menuVertText01-level2-NO a, li.menuVertText01-level2-NO a:link, li.menuVertText01-level2-NO a:visited, li.menuVertText01-level2-NO a:active {
	display:block;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/bgr_menu_level2-NO.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.menuVertText01-level2-NO a:hover {
	color: #FFDD00;
	text-decoration: none;
}
li.menuVertText01-level2-ACT {
	display:block;
	font-size: 75%;
	color: #FFDD00;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 25px;
	text-decoration: none;
	list-style-type: none;
}
li.menuVertText01-level2-ACT a, li.menuVertText01-level2-ACT a:link, li.menuVertText01-level2-ACT a:visited, li.menuVertText01-level2-ACT a:active {
	display:block;
	color: #FFDD00;
	font-weight: normal;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: none;
	background-image: url(../images/bgr_menu_level2-NO.gif);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
li.menuVertText01-level2-ACT a:hover {
	text-decoration: none;
	color: #FFDD00;
}

li.menuVertText01-level2-first {
}
li.menuVertText01-level2-last {
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 25px;
	border-bottom: 1px dotted #FFFFFF;
}


li.menuVertText01-level3-NO {
	display:none;
}
li.menuVertText01-level3-ACT {
	display:none;
}

li.menuVertText01-level4-NO {
	display:none;
}
li.menuVertText01-level4-ACT {
	display:none;
}



/************** #dynamicFontSize styles **************/
#dynamicFontSize {
	font-size: 75%;
	color: #000000;
	text-align: right;
}
#dynamicFontSize a, #dynamicFontSize a:link, #dynamicFontSize a:visited, #dynamicFontSize a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#dynamicFontSize a:hover {
	color: #E2017B;
	text-decoration: none;
}



/************** #footer styles **************/
#footerDx {
	font-size: 70%;
	color: #000000;
	text-align: center;
}
#footerDx a, #footerDx a:link, #footerDx a:visited, #footerDx a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#footerDx a:hover {
	color: #000000;
	text-decoration: underline;
}

#footerSx img {
	display:block;
	float: left;
	margin-right: 10px;
}



/************** immagini styles **************/
#header img, #contentSx img {
	display:block;
}



/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 3px;
	color: #333333;
	font-size: 70%;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic-border div.csc-textpic-single-image img {
	border:1px solid #b0b0b0;
}




/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE AI FORM */

/* Mail Form */
.csc-mailform {
	padding: 0px;
	margin: 0px;
	font-size:80%;
}
.csc-mailform legend {
	display:none;
}
.csc-mailform label {
	color: #333333;
	text-align:right;
	width:120px;
	float:left;
	margin:0px 3px 0px 0px;
	/*line-height: 0.8;*/
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin:0px 5px 3px 0px;
}
.csc-mailform input, .csc-mailform textarea {
	border: 1px solid #CCCCCC;
}
.csc-mailform-radio {
	border: 0px !important;
}
.csc-mailform-radio label, #mailformprivacy label {
	float:none;
	margin:0px;
	padding:0px;
	width:auto;
	font-weight: normal;
}
#mailformprivacy fieldset {
	display:inline;
	vertical-align:top;
}
#mailformprivacy input {
	vertical-align:top;
}
.csc-mailform-field label{
	font-weight: normal;
}
.csc-mailform-submit {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
fieldset {
	border: none;
}



/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (news) */
.news-latest-container {
}
.news-latest-item {
	color: #333333;
	border-bottom: 0px dotted #CCCCCC;
 	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 8px 0px;
 	overflow: hidden;
}
.news-latest-item p.bodytext {
 	margin: 0px;
}
.news-latest-image img {
	float: right;
 	margin: 0px 0px 1px 15px;
 	padding: 0px;
 	border: 0px solid #CCCCCC;
}
.news-latest-item h3 {
	color: #E2017B;
 	font-size: 90%;
 	margin: 0px 0px 2px 0px;
 	padding: 0px 0px 0px 0px;
}
.news-latest-item h3 a, .news-latest-item h3 a:link, .news-latest-item h3 a:visited, .news-latest-item h3 a:active {
	color: #E2017B;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.news-latest-date {
 	color: #000000;
 	font-size: 90%;
 	font-weight: normal;
	/*font-style:italic;*/
 	margin: 0px 0px 8px 0px;
}
.news-latest-morelink {
	font-size: 70%;
	margin: 0px 0px 0px 0px;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #E2017B;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #000000;
	text-decoration: none;
}


/* Visualizzazione List (lista news) */

.news-list-container {
	margin: 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
}
.news-list-item {
	color: #333333;
 	border-bottom: 1px dotted #CCCCCC;
 	margin: 0px 0px 15px 0px;
 	padding: 0px 0px 15px 0px;
 	overflow: hidden;
}
.news-list-item h3 {
	color: #E2017B;
 	font-size: 90%;
	margin-bottom: 0px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#E2017B;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.news-list-date {
	color: #000000;
 	font-size: 65%;
 	font-weight: normal;
	/*font-style:italic;*/
 	margin: 0px 0px 3px 0px;
}
.news-list-image img {
	float: right;
	margin: 0px 0px 1px 15px;
	padding: 0px;
 	border: 0px solid #CCCCCC;
}
.news-list-morelink {
	font-size: 70%;
	margin: 3px 0px 0px 0px;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #E2017B;
 	font-weight: normal;
 	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #000000;
	text-decoration: none;
}

.tx-ttnews-browsebox  {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.tx-ttnews-browsebox p {
	font-size: 12px;
	color: #E2017B;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.tx-ttnews-browsebox table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.tx-ttnews-browsebox table p {
	font-size: 12px;
	color: #000000;
}
.tx-ttnews-browsebox table p a, .tx-ttnews-browsebox table p a:link, .tx-ttnews-browsebox table p a:visited, .tx-ttnews-browsebox table p a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.tx-ttnews-browsebox table p a:hover {
	color: #E2017B;
	text-decoration: none;
}
.tx-ttnews-browsebox-SCell p a, .tx-ttnews-browsebox-SCell p a:link, .tx-ttnews-browsebox-SCell p a:visited, .tx-ttnews-browsebox-SCell p a:active, .tx-ttnews-browsebox-SCell p a:hover {
	font-weight: bold;
}

.news-list-editpanel {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}



/* Visualizzazione Single (Dettaglio News) */

.news-single-container {
}
.news-single-item {
	overflow: hidden;
}
.news-single-item p.bodytext {
}
.news-single-item h2 {
	color: #E2017B;
	font-weight: bold;
 	font-size: 100%;
	margin-bottom: 3px;
}
.news-single-date {
	color: #000000;
 	font-size: 65%;
	font-weight: normal;
	/*font-style:italic;*/
 	margin: 0px 0px 10px 0px;
}
.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
}
.news-single-image img {
	margin: 0px 0px 2px 15px;
	padding: 0px;
 	border: 0px solid #CCCCCC;
}
p.news-single-imgcaption {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 70%;
	color: #000000;
	text-align:right;
}
.news-single-content {
	color: #333333;
}
.news-single-files {
	color: #E2017B;
	font-size: 80%;
	font-weight: bold;
}
.news-single-files img {
	padding-right: 4px;
}
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active {
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.news-single-files a:hover {
	color: #E2017B;
	text-decoration: none;
}

.news-single-backlink {
	font-size: 70%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #E2017B;
	text-decoration: none;
}



/*********** ricerca styles ***********/
.csc-form-sword {
	font-size: 80%;
	color: #666666;
	width: 150px;
	min-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #FFFFFF;
	float: left;
}
.go-button {
	padding: 2px 2px 2px 2px;
	display:block;
	float: left;
	background-color: #FFFFFF;
}
#cerca form {
	padding: 0px;
	margin: 0px;
}

.csc-searchResultInfo {
	width: 100%;
}
.csc-searchResultRange {
	font-size: 80%;
	font-weight: bold;
}
.csc-searchResultPrevNext {
	font-size: 80%;
	font-weight: normal;
}

h3.csc-searchResultHeader {
	font-size: 90%;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}
h3.csc-searchResultHeader a, h3.csc-searchResultHeader a:link, h3.csc-searchResultHeader a:visited, h3.csc-searchResultHeader a:active {
	color: #E2017B;
	font-weight: bold;
	text-decoration: none;
}
h3.csc-searchResultHeader a:hover {
	color: #E2017B;
	text-decoration: underline;
}

p.csc-searchResult {
	font-size: 80%;
	margin: 5px 0px 0px 0px;
}

.csc-searchform {
	margin:30px 0px 0px 0px;
}
p.csc-form-label {
	font-size: 80%;
	font-weight: bold;
}
h3.csc-noSearchResultMsg {
	color: #E2017B;
	font-size: 80%;
	font-weight: bold;
}



/* CLASSI RELATIVE AI FORM LOGIN - AREA RISERVATA */

.tx-felogin-pi1 h3 {
	font-size: 90%;
	color: #E2017B;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.tx-felogin-pi1 div {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	font-size: 80%;
	font-weight: normal;
}
.tx-felogin-pi1 form {
	margin: 0px;
}
.tx-felogin-pi1 fieldset {
	padding: 0px;
	margin: 15px 0px 10px 0px;
}
.tx-felogin-pi1 legend {
	display:none;
}
.tx-felogin-pi1 label {
	float: left;
	width: 80px;
	margin: 0px 5px 0px 0px;
}
.tx-felogin-pi1 #user, .tx-felogin-pi1 #pass {
	float: left;
	width: 120px;
	border: 1px solid #CCCCCC;
}
.tx-felogin-pi1 p {
	margin: 0px;
	font-size: 80%;
}


.tx-srfeuserregister-pi1 {
	color: #333333;
	font-size: 80%;
	overflow: hidden;
	height: 100%;
	margin: 20px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 form {
	margin: 0px;
}
.label_enter_account_info, .label_v_dear_verify_before_create, .label_dear_edit_your_account, .label_v_dear_verify_before_update {
	color: #E2017B;
	font-weight: bold;
}
.tx-srfeuserregister-pi1-notice {
	
}
.tx-srfeuserregister-pi1 label {
	font-size: 12px;
	color: #333333;
        text-align: right;
	margin: 0px 0px 0px 0px;
}
.tx-srfeuserregister-pi1 label span {
	font-size: 12px;
	color: #333333;
}
.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 textarea {
	margin: 0px 0px 0px 0px;
}

.tx-srfeuserregister-pi1 dl {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dt {
	margin: 0px;
}
.tx-srfeuserregister-pi1 dd {
	margin: 0px;
}



/* CLASSI RELATIVE AL FORUM */
#tx_chcforum-pi1 {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#tx_chcforum-pi1 a:link, #tx_chcforum-pi1 a:visited {
	color: #E2017B;
	text-decoration: none;
	font-weight: normal;
}
#tx_chcforum-pi1 a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.tx-chcforum-pi1-Table legend {
	color: #333333;
	font-weight: bold;
}
.tx-chcforum-pi1-Table tbody th {
	color: #E2017B;
}

.tx-chcforum-pi1-singlePost {
	margin-bottom: 20px;
}
.tx-chcforum-pi1-singlePost .author, .tx-chcforum-pi1-singlePost .text {
	font-size: 110%;
	height: 100%;
}
.tx-chcforum-pi1-singlePost .scroller {
	min-height: 80px;
	height: 100%;
}
.tx-chcforum-pi1-singlePost .edit {
	margin: 0px;
	padding-top: 6px;
	background-color: #FFDD00;
}



/*********** sondaggio styles ***********/
.tx-jkpoll-pi1 {
}

.tx-jkpoll-pi1 div h1 {
	display: none;
}
.tx-jkpoll-pi1 p.bodytext {
	margin: 0px;
	color: #E2017B;
	font-weight: bold;
 	font-size: 100%;
}
.tx-jkpoll-pi1 label {
	
}
.tx-jkpoll-pi1 p {
	margin: 0px;
	font-size: 80%;
}
.pollsubmit {
	display: block;
	width: 44px;
	height: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: #787878;
	/*background: url(../images/btn_vota.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;*/
	text-align: center;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: bold;
}
.poll_list {
	font-size: 80%;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
.poll_list a, .poll_list a:link, .poll_list a:visited, .poll_list a:active {
	color: #333333;
	text-decoration: none;
}
.poll_list a:hover {
	color: #E2017B;
	text-decoration: none;
}
.error {
	padding: 3px 0px 3px 0px;
	font-size: 80%;
}



/* CLASSI RELATIVE AL CONTENUTO FILELINKS */
.csc-uploads-0 {
	width:100%;
}
.csc-uploads-0 p {
	margin: 0px;
}
.csc-uploads-0 .tr-even, .csc-uploads-0 .tr-odd {
	vertical-align: top;
}
.csc-uploads-0 .tr-even td, .csc-uploads-0 .tr-odd td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.csc-uploads-0 .csc-uploads-fileName {
	font-size: 80%;
	text-align: left;
}
.csc-uploads-0 .csc-uploads-fileName a, .csc-uploads-0 .csc-uploads-fileName a:link, .csc-uploads-0 .csc-uploads-fileName a:visited, .csc-uploads-0 .csc-uploads-fileName a:active {
	color: #E2017B;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-0 .csc-uploads-fileName a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-0 .csc-uploads-description {
	padding-top: 2px;
}
.csc-uploads-0 .csc-uploads-fileSize {
	font-size: 80%;
	color: #E2017B;
	font-weight: bold;
	text-align: right;
}


.csc-uploads-1 {
	width:100%;
}
.csc-uploads-1 p {
	margin: 0px;
}
.csc-uploads-1 .tr-even, .csc-uploads-1 .tr-odd {
	vertical-align: top;
}
.csc-uploads-1 .tr-even td, .csc-uploads-1 .tr-odd td {
	padding-bottom: 15px;
}
.csc-uploads-1 .csc-uploads-icon {
	width: 34px;
	text-align: center;
}
.csc-uploads-1 .csc-uploads-icon img {
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
.csc-uploads-1 .csc-uploads-fileName {
	font-size: 80%;
	text-align: left;
}
.csc-uploads-1 .csc-uploads-fileName a, .csc-uploads-1 .csc-uploads-fileName a:link, .csc-uploads-1 .csc-uploads-fileName a:visited, .csc-uploads-1 .csc-uploads-fileName a:active {
	color: #E2017B;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-1 .csc-uploads-fileName a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-1 .csc-uploads-description {
	padding-top: 2px;
}
.csc-uploads-1 .csc-uploads-fileSize {
	font-size: 80%;
	color: #E2017B;
	font-weight: bold;
	text-align: right;
}


.csc-uploads-2 {
	width:100%;
}
.csc-uploads-2 p {
	margin: 0px;
}
.csc-uploads-2 .tr-even, .csc-uploads-2 .tr-odd {
	vertical-align: top;
}
.csc-uploads-2 .tr-even td, .csc-uploads-2 .tr-odd td {
	padding-bottom: 5px;
}
.csc-uploads-2 .csc-uploads-icon {
	width: 76px;
	text-align: left;
}
.csc-uploads-2 .csc-uploads-icon img {
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
.csc-uploads-2 .csc-uploads-fileName {
	font-size: 80%;
}
.csc-uploads-2 .csc-uploads-fileName a, .csc-uploads-2 .csc-uploads-fileName a:link, .csc-uploads-2 .csc-uploads-fileName a:visited, .csc-uploads-2 .csc-uploads-fileName a:active {
	color: #E2017B;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-2 .csc-uploads-fileName a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-2 .csc-uploads-description {
	padding-top: 10px;
}
.csc-uploads-2 .csc-uploads-fileSize {
	font-size: 80%;
	color: #E2017B;
	font-weight: bold;
	text-align: right;
}


.csc-uploads-3 {
	width:100%;
}
.csc-uploads-3 p {
	margin: 0px;
}
.csc-uploads-3 .tr-even, .csc-uploads-3 .tr-odd {
	vertical-align: top;
}
.csc-uploads-3 .tr-even td, .csc-uploads-3 .tr-odd td {
	padding-bottom: 5px;
}
.csc-uploads-3 .csc-uploads-icon {
	width: 76px;
	text-align: left;
}
.csc-uploads-3 .csc-uploads-icon img {
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
.csc-uploads-3 .csc-uploads-fileName {
	color: #333333;
	font-size: 80%;
	text-align: left;
}
.csc-uploads-3 .csc-uploads-fileName a, .csc-uploads-3 .csc-uploads-fileName a:link, .csc-uploads-3 .csc-uploads-fileName a:visited, .csc-uploads-3 .csc-uploads-fileName a:active {
	color: #E2017B;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-3 .csc-uploads-fileName a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.csc-uploads-3 .csc-uploads-description {
	padding-top: 10px;
}
.csc-uploads-3 .csc-uploads-fileSize {
	font-size: 80%;
	color: #E2017B;
	font-weight: bold;
	text-align: right;
}
