/* CSS Document */

/*PAGE LAYOUT*/
.Stile4 {
	font-weight: bold;
	color: #15B35C;
}
.txtVerde {
	font-weight: bold;
	color: #15B35C;
	font-size: large;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_grad.png);
	background-repeat: repeat-x;
}
    .page_shadetop, .page_shadebottom { width: 100%; height: auto; }
    .page_body {
	width: 800px;
	margin: 0px auto;
	background-color: white;
	text-align: left;
	position: relative;
	overflow: visible;
}

    .page_shade {
	width: 832px;
	margin: 0px auto;
	background-image: url(page_shade.png);
	background-repeat: repeat-y;
	background-position: left top;
}

    .page_shadetop {
	background-image: url(page_shadetop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

    .page_shadebottom {
	background-image: url(page_shadebottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
    .page_content {
	margin: 0px 0px;
	overflow: hidden;
	background-color: #FFF;
}

#logo{
	float:left;
	background-image:url(../images/tie_logo.gif);
	width:274px;
	height:213px;
}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{
	float:right;
	width:526px;
	height:32px;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
}
#submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:274px;}
#footer{
	padding:10px;
	font-size: 10px;
	font-style: italic;
	color: #009900;
}

/*GRAY PANEL*/
.graypanel{
	padding:10px;
	margin:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
#page1 #content #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}#page1 #content #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#page1 #content #menu a:hoover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.sfondogrigio {
	font-size: 135%;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-style: italic;
	color: #000000;
}
