/** Soluzione per far apparire in tutti i browser la barra di scorrimento verticale anche quando non ce ne è bisogno ed evitare il fastidioso "tintennio" del sito quando si cambia pagina **/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	background: #000000;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}

a {
	outline: none; /** Toglie il bordino tratteggiato attorno al link quando si clicca **/
}

a img
{
	border: 0px;
}

a:link, a:visited, a:active {
	color: #F8009C;
	text-decoration:none;
}

div#login, div#donation {
	float: right;
}

/** TABS **/

div#tabs {
	width: 980px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: black;
	border-right: 2px solid #FFFFFF;
}

div#donation, div#login {
	height: 30px !important;
	background-color: #F8009C;
	border: 2px solid #FFFFFF;
	border-bottom: 0px;
	border-right: 0px;
}


/** FAVOURITE PAGES **/

div#donation div#show a {
	display: block;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	font-weight: bold;
}

div#donation div#show a:hover {
	color: #000000;
}


/** LOGIN **/

div#login {
	width: 80px;
	padding-left: 4px;
	padding-right: 4px;
}

div#login a {
	font-weight: bold;
}

div#login a:hover {
	color: #000000;
}

div.cd_moduletitle_logo {
	margin-top: 6px;
	margin-left: 10px;
}

div.cd_login-logout-greeting {
	font-weight: bold;
	margin-left: 7px;
	margin-top: 4px;
}

div.cd_login-logout-greeting a {
	padding-right: 0px;
}

/** FAVOURITE ARTICLES in POP UP **/

div#layer1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#paypal_logo {
	background-color: #FF3399;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
}

div#layer1 input.inputbox {
	margin-left: 4px;
	margin-right: 4px;
}

div#layer1 input.button {
	background-color: #FF3399;
	border: none;
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

div#wrapper {
	clear: right;
	width: 980px;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #FFFFFF;
}

div#testata {
	height: 231px;
}


div#logo, div#promozioni {
	float: left;
	border-bottom: 1px solid #000000;
}

div#logo {
	width: 686px;
	height: 189px;
	background: url(../images/testata.gif) no-repeat;
}

div#promozioni {
	width: 294px;
	height: 189px;
	background: lime;
}

/** MENU **/

div#barra_header {
	clear:left; /** Blocca il flottamento a sinistra superiore **/
	width: 980px;
	height: 40px;
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

div#menu, div#cerca {
	float: left;
}

div#vuoto {
	clear: left;
}

div#menu {
	width: 784px;
	height: 40px;
}

table#menu tbody tr td {
	border-right: 2px solid #000000;
}

div#wrap {
		background: none;
}

/** CERCA **/
div#cerca {
	width: 196px;
	height: 40px;
}

div#cerca form div.search input#mod_search_searchword, div#cerca form div.search input.button {
	font: normal 11px verdana, arial, tahoma, sans-serif;
}

div#cerca form div.search input.button {
	width: 40px;
	height: 38px; /** Se l'height del file stesso è a 40 su IE6 da un problema grafico **/
}

div#cerca form div.search input#mod_search_searchword {
	position: absolute; /** Altrimenti sta sotto **/
	margin-top: 10px;
	margin-left: 7px;
}


/** BLOCCO PRINCIPALE **/

div#blocco_principale {
	width: 915px;
}


/** CONTENUTI **/

div#blocco_principale {
	margin-top:10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
} 

div#pathway {
	padding-top: 5px;
}

a.pathway {
	font-weight: bold;
}

div#component {
	padding-top: 10px;
}

div#component td.contentheading, div#component td.contentheading {
	font-size: 13pt;
}

div#component span.small {
    font-weight: bold;
}

td.sectiontableheader {
	text-align: center;
}

tr.sectiontableentry1_table_header td, tr.sectiontableentry2_table_header td {
	text-align: center;
	font-weight: bold;
}


/** SPREADERS PAGE **/

table.cultures_table {
	border: 1px solid #FFFFFF !important;
	text-align: center;
}

table.cultures_table tr.tab_intestazione{
	background-color: #FF3399;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

table.cultures_table td a:link, table.cultures_table td a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

table.cultures_table tr td a:hover {
	text-decoration: underline;
	font-weight: bold;
}

table.cultures_table tr.riga_uno {
	background-color: #666666;
}

table.cultures_table tr.riga_due {
	background-color: #999999;
}


/** ADD A CULTURE **/

label.jftextbox, label.jfdate, label.jflist, label.jftextarea, label.jffile, input.jfbutton {
	background-color: #FF3399;
	font-weight: bold;
	text-align: center;
	height: 22px !important;
}

label.jftextbox span, label.jfdate  span, label.jflist span, label.jftextarea span, label.jffile span {
	color: #FFFFFF !important;
	font-weight: bold;
}

input.jffile {
	background-color: #FFFFFF;
}

div.jfhtml {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-bottom: 7px;
}

input.jfbutton {
	outline: none;
}

form div.error-message {
	color: lime !important;
	margin-left: 10px;
}

/** CONTACTS **/

div.componentheading_contacts {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.contentpane_contacts {
	text-align: center;
}

td.sectiontableheader_contacts {
	background-color: #F8009C;
	border: 1px solid #FFFFFF;
	font: bold 13px verdana, arial, tahoma, sans-serif;
	color: black;
}

div.contentpane_contacts td  { /** Per celle tabella senza tag <a> **/
	color: #FFFFFF;
}

div.contentpane_contacts td a:link, div.contentpane_contacts td a:visited { /** Per celle tabella con tag <a> **/
	color: #FFFFFF;
	font-weight: bold;
}

div.contentpane_contacts td a:hover {
	text-decoration: underline;
}

tbody tr td.sectiontableheader_contacts {
	text-align: center;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	text-align: center;
}


/** MYKOBANK  **/

td.sectiontableheader_FDM {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F8009C;
}

td.sectiontableheader_FDM a:link, td.sectiontableheader_FDM a:visited {
	color: #FFFFFF;
}

tr.sectiontableentry1_FDM td {
	font-weight: bold;
	text-align: center !important;
}

tr.sectiontableentry2_FDM td {
	font-weight: bold;
	text-align: center !important;
}


/** SPREADERS LIST **/

td.sectiontableheader_table_header {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F8009C;
}

td.sectiontableheader_table_header a:link, td.sectiontableheader_table_header a:visited {
	color: #FFFFFF;
}

tr.sectiontableentry1 td a.category_table_header, tr.sectiontableentry2 td a.category_table_header {
	color: #FFFFFF;
	font-weight: bold;
}



/** DISQUS COMMENTS **/
#disqus_thread {
	color: #FFFFFF;
	background: #666666;
}

#disqus_thread a {
	color: #FF3399 !important;
} 

.dsq-by {
	display: none !important;
} 

.dsq-dc-logo {
	display: none !important;
} 


/** BANNER **/

div#bottom {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
	margin-top: 20px;
	margin-bottom: 25px;
}

/** FOOTER **/

div#footer {
	width: 400px;
	margin-top: 10px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #F8009C;
	text-align: center;
	font: bold 8pt Verdana;
}