/**
 * Stile per formati testo
 */
.txt10 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #844406;
	/*color: #505050;*/
}

.txt10b {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	font-weight: bold;
}

.txt10bred {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
}
 
.txt11 {
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

.txt11b {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	font-weight: bold;
}

.txt12 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 18px;
}

.txt12b {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	font-weight: bold;
}

.txt32b {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #505050;
	font-weight: bold;
}

#txtfooter {
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	margin-left: 4px;
	margin-top: 4px;    
}

#msgerror {
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;    
}

/**
 * Oggetti form
 */
select,input,textarea {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EDD681;
	color: #993300;
	/*color: #505050;*/
}

/**
 * Link
 
a:link {
	font-weight: bold;
	color: #505050;
	text-decoration: underline;
	font-size: 10px;
}

a:hover {
	color: #505050;
	text-decoration: underline;
	font-size: 10px;
}

a:visited {
	font-weight: bold;
	color: #7D7D7D;
	font-size: 10px;
	text-decoration: underline;
}*/


a:link {
	color: #993300;
	}
	a:visited {
	color: #993300;
	}
	a:hover {
	color: #FFCC00;
	}





/**
 * Stile per control.tabs
 */
#main {
	padding:10px 30px 10px 30px;
	font-family:Verdana;
	color:#333;
	font-size:11px;
}

#main #message {
	background-color:#6d7a81;
	font-size:18px;
	font-family:"Myriad","Myriad Pro","Trebuchet MS";
	color:#FFFFFF;
	padding:15px;
	position:relative;
	z-index:999;
}

#main a.button {
	display:block;
	width:146px;
	height:28px;
	border:0;
	text-align:center;
	background-image:url("button.gif");
	background-position:0 0;
	background-repeat:no-repeat;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
	letter-spacing:-1px;
	color:#475e6a;
	font-size:12px;
	text-shadow:2px 2px 0px #9daab0;
	font-weight:normal;
	line-height:26px;
	margin-top:10px;
}

#main a.button:hover {
	background-position:0 -28px;
	background-repeat:no-repeat;
	color:#475e6a;
}

#main h1 {
	font-family:"Myriad Pro","Trebuchet MS",Verdana;
	color:#6d7a81;
	font-size:42px;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow:2px 2px 0px #d9d9d9;
	margin:0 0 0 -2px;
	padding:0 0 0 0;
}

#main h1.small {
	font-size:32px;
}

#main h1 sup {
	font-size:14px;
	color:#aaa;
	text-shadow:none;
}

#main p.introduction {
	font-family:"Myriad","Myriad Pro","Lucida Grande","Lucida Sans Unicode",Verdana;
	margin:0 0 25px 0;
	padding:0 0 0 0;
	font-size:14px;
	line-height:5px;
	font-weight:bold;
	color:#a8a8a8;
	letter-spacing: -1px;
}

#main h2 {
	font-family:"Myriad","Myriad Pro","Lucida Grande","Lucida Sans Unicode",Verdana;
	color:#5f6a71;
	font-size:24px;
	font-weight:normal;
	padding:10px 0 5px 0;
	margin:0 0 0 0;
	border-bottom:1px solid #eee;
}

#main h2 a {
	font-weight:normal;
	margin:0;
	padding:0;
}

#main h3 {
	font-family:"Myriad","Myriad Pro","Lucida Grande","Lucida Sans Unicode",Verdana;
	font-size:18px;
	border-bottom:1px solid #eee;
	padding:7px 0 7px 0;
	margin:0;
	color:#5f6a71;
}

#main h2.borderless,
#main h3.borderless {
	border-bottom:none;
}

#main .item_info {
	padding-top:7px;
	border-top:1px solid #eee;
	text-align:right;
	font-size:9px;
	letter-spacing:0;
	color:#999;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
}

#main p,
#main li,
#main div.comment {
	font-family:Verdana;
	color:#333;
	font-size:11px;
	line-height:18px;
}

#main p {
	margin-top:12px;
	margin-bottom:12px;
}

#main ul.api li {
	font-family:"Trebuchet MS";
	color:#333;
	font-size:16px;
}

#main h3 span.right {
	text-align:right;
	font-size:12px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana;
}

#main h3 span.right a {
	margin-left:10px;
}

#main a {
	text-decoration:none;
	font-weight:bold;
	color:#993000;
	/*color:#2777a1;*/
}

#main a:hover {
	color:#FFCC00;
	/*color:#1b9de2;*/
}

#main p.date {
	border-top:1px solid #ccc;
	font-size:9px;
	color:#999;
	text-align:right;
}

#main .right {
	float:right;
	margin-left:10px;
}

#main .left {
	float:left;
	margin-right:10px;
}

#main ul.api {
	list-style:none;
	padding-left:0;
}

#main ul.api li {
	font-size:13px;
}

#main .api li ul li {
	font-family:Courier;
	font-size:12px;
}

#main .api span.visibility {
	color:#881350;
}

#main .api span.name {
	color:#003369;
}

#main .api span.variable {
	color:#825900;
}

#main .api span.return {
	color:#666666;
}



/**
 * Stile per le tab
 */
#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	height:20px;
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

#main ul.subsection_tabs li a.active {
	background-color:#ddd;
}


/**
 * Formattazione tabelle di presentazione dati
 */
table.report { 
	text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    width: 680px;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px; 
}

td.reportHead { 
	border-bottom: 1px solid #6699CC;
    border-left: 1px solid #6699CC;
    background-color: #BEC8D1;
    text-align: center;
    text-indent: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040; 
}

td.reportFooter { 
	border-bottom: 1px solid #6699CC;
    text-align: left;
    text-indent: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040; 
}

td.reportPaging { 
	border-bottom: 1px solid #6699CC;
    text-align: right;
    text-indent: 5px;
    font-family: Verdana;
    font-size: 10px;
    color: #404040;
    margin-right:10px; 
}

/**
 * Formattazione finestre di dialogo (modali)
 */
.modalDialog_transparentDivs{	
	filter: alpha(opacity=40);	/* Transparency */
	-moz-opacity:40;
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter: alpha(opacity=30);	/* Transparency */
	-moz-opacity:30;
	opacity:0.3;	/* Transparency */	
}



/* Subsection SottoTabs
--------------------*/
#main_sottotabs {
	margin:0;
	padding:0;
	position:relative;
}

#main_sottotabs ul.subsection_sottotabs {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:0px solid #ccc;
	height:20px;
}

#main_sottotabs ul.subsection_sottotabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main_sottotabs ul.subsection_sottotabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

#main_sottotabs ul.subsection_sottotabs li a.active {
	background-color:#ddd;
	color: #666;
}



/* Tree
--------------------*/
div.prj_tree {
    overflow: auto;
    height: 460px;
    width: 200px;
    float: left;
    margin: 5px;
    background: #FFF;
    border: 0px solid #ddd;
    padding: 5px;
}
  
div.test {
    width: 300px;
    margin: 10px;
    float: left;
}

div.prj_info {
    height: 440px;
    width: 470px;
    margin: 5px;
    background: #FFF;
    border: 0px solid #ddd;
    padding: 5px;
}

div.prj_menu {
    height: 20px;
    width: 670px;
    margin: 0px;
    background: #FFF;
    border-top: 2px solid #ddd;
    border: 1px solid #ddd;
    padding-right: 20px;
    padding-top: 5px;
    text-align:right;
}

div.separatore {
    width: 100%;
    border-top: 2px solid #ddd;
}

div.imganteprima {
    height: 260px;
    width: 420px;
    background: #FFF;
    text-align: center;
    line-height:200px; /* line-height == height */
}

div.imganteprima img{
	vertical-align:middle;
}
