/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#525252;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

table a			{ text-decoration: none; color: #425e98; text-align:center;}
table a:link		{ text-decoration: none; color: #425e98; text-align:center;}
table a:hover		{ text-decoration: none; color: #425e98; text-align:center;}
table a:visited	{ text-decoration: none; color: #425e98; text-align:center;}
/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/
/*
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

div#wrapper {
width: 780px;
margin: 0px auto;
}

input { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 

 margin-right: 6px;
 
}

select { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #ffffff; 
 font-size: 10px; 
 border: solid 3px #E20418;
}


textarea { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #ffffff;
 font-size: 10px; 
}

.navtop_but {
 border-left:solid 1px #b1b1d0;
 padding-left:8px;
 padding-right:8px;
 text-align:center;
 color:#425e98;
 font-weight:bold;
 }
 
.navtop_but a			{ text-decoration: none; color: #425e98; text-align:center;}
.navtop_but a:link		{ text-decoration: none; color: #425e98; text-align:center;}
.navtop_but a:hover		{ text-decoration: none; color: #425e98; text-align:center;}
.navtop_but a:visited	{ text-decoration: none; color: #425e98; text-align:center;}
 

.nav_dx_text a			{ text-decoration: none; color: #323272;}
.nav_dx_text a:link		{ text-decoration: none; color: #323272;}
.nav_dx_text a:hover	{ text-decoration: none; color: #323272;}
.nav_dx_text a:visited	{ text-decoration: none; color: #323272;}


.fondino {
	background-color: #AFCBB7;
	}
	
.main_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #8BB23A;
	
	}
	
.main_txt a			{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 10px;	line-height: 10px;	color: #2C7155;	text-align:left;	}
.main_txt a:link	{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 10px;	line-height: 10px;	color: #2C7155;	text-align:left;	}
.main_txt a:hover	{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 10px;	line-height: 10px;	color: #2C7155;	text-align:left;	}
.main_txt a:visited	{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 10px;	line-height: 10px;	color: #2C7155;	text-align:left;	}

.main_pad_oriz{
	padding-left: 14px;
	padding-right: 14px;
	}
	
.menusx_pad_vert {
	padding-top: 4px;
	padding-bottom: 4px;
	
	}

.separator_sx{
	height:20px;
	background-image:url(../img/separator_sx.gif);
	background-repeat:no-repeat;
	background-position:right;
	}	
	
.menudx_pad_vert {
	padding-top: 4px;
	padding-bottom: 4px;
	}

.separator_dx{
	height:20px;
	background-image:url(../img/separator_dx.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
		
.path_bkg {
	background-image:url(../immagini/path.jpg);
	background-repeat:no-repeat;
	}

.cerca_bkg {
	background-image:url(../immagini/cerca.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}

.portlet_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	color: #143427;	
	}

.portlet_txt 			{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 9px;	line-height: 10px;	color: #2C7155;	padding-left: 10px;}
.portlet_txt a			{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 9px;	line-height: 10px;	color: #FFFFFF;}	
.portlet_txt a:link		{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 9px;	line-height: 10px;	color: #2C7155;}		
.portlet_txt a:hover	{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	line-height: 10px;	color: #FFFFFF;}	
.portlet_txt a:visited	{font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-size: 9px;	line-height: 10px;	color: #2C7155;}

.portlet2_bkg {
	background-image:url(../immagini/fondino_informacru.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

.

.main_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 12px;
	color: #2C7155;
	text-align:left;
	}
.main_title a			{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight:bold;	line-height: 10px; color: #2C7155;	text-align:left;	}
.main_title a:link		{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight:bold;	line-height: 10px; color: #2C7155;	text-align:left;	}
.main_title a:hover		{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight:bold;	line-height: 10px; color: #2C7155;	text-align:left;	}
.main_title a:visited	{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight:bold;	line-height: 10px; color: #2C7155;	text-align:left;	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2C7155;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-top: 1px;		
	border-top: 1px solid #96B6A3;
	text-decoration: none;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #2C7155;
	padding-right: 10px;
	padding-top: 1px;
	text-decoration: none;		
	}
.header a			{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight:bold;	color: #2C7155;	padding-right: 10px;	padding-top: 1px;	text-decoration: none;}
.header a:link		{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight:bold;	color: #2C7155;	padding-right: 10px;	padding-top: 1px;	text-decoration: none;}
.header a:hover		{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight:bold;	color: #2C7155;	padding-right: 10px;	padding-top: 1px;	text-decoration: none;}
.header a:visited	{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight:bold;	color: #2C7155;	padding-right: 10px;	padding-top: 1px;	text-decoration: none;}

.primopiano_border {
	padding-bottom: 6px;		
	border-bottom: 1px solid #96B6A3;
	padding-left: 1px;		
	border-left: 1px solid #96B6A3;
	background-image:url(../immagini/fondino_sfum.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	}

.progspec_border {
	padding-bottom: 6px;		
	border-bottom: 1px solid #96B6A3;
	padding-right: 1px;		
	border-right: 1px solid #96B6A3;
	background-image:url(../immagini/fondino_sfum.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	}



.menu_bottom{
	border-bottom: 1px solid #96B6A3;
	}

.padding_top{
	padding-top: 10px;
}

.padding_left{
	padding-left: 10px;
}

.table_height{height:25px;}

.tendina { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #ffffff; 
 font-size: 10px; 
 border: 1px solid #E20418;
}
