/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 url(images/Senza-titolo-2.jpg) repeat left top;
	color: #444;
	font: normal 62.5% "Trebuchet MS",sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em "Trebuchet MS",sans-serif;
	/*color: #B3C2C7;*/
	color: #777fa2;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

errore {
	font-color: red;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

header 
.top {
	/*background: url(images/clouds.gif) repeat-x;*/
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(images/header.jpg) no-repeat;
	/*font: normal 2.5em "Lucida Handwriting","Trebuchet MS",sans-serif;*/
	font: bold 1.2em "Trebuchet MS",sans-serif;
	vertical-align:bottom;
	text-align: center;
	/*line-height: 150px;*/
	/*width: 564px;*/
	width: 780px;
}
.header .right {
	overflow: auto;
	width: 212px;
	background: #ffffff;
	/* color: #B3C2C7; */
	color: #777fa2;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}


/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 21px;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 0.8em "Trebuchet MS",sans-serif;
	line-height: 21px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	/*background: url(images/bgmain.gif) repeat-y;*/
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
	background: #ffffff;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 0px 0;
	padding: 0 16px;
	width: 545px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Trebuchet MS",sans-serif;}
.googleSearchUnitIframe {text-align:justify; font-family: "Trebuchet MS",sans-serif;}
/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align:center;
	vertical-align:bottom;
}
.footer a,.footer a:hover {color: #FFF;}

// --->
// - Prova Box
//------------------

#little_col_1 {
}
#little_col_2 {
}
#little_col_3 {
}


/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 0.8em;
	font-family: "Trebuchet MS",sans-serif; /*"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;*/
	//font-size: 14px;
	/*text-transform: uppercase;*/
	color: #FFFFFF;
	padding-right: 11px;
}

.post .title span {
	display: block;
	height: 23px;
	padding: 11px 0 0 20px;
}

.post .sub {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	vertical-align: bottom;
	font-size: x-small;
	color: #FFFFFF;
}


.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	text-align:justify;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

#msgBox {
	position:absolute;
	background: #FFFFFF;	
	font-family: "Trebuchet MS",sans-serif; /"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;*/
	color: #000000;
	text-align:center;
	margin-top:50px;
	margin-left:40px;
	left: 254px;
	top: 160px;
	width: 700px;
	height: 650px;
	border:ridge;
	visibility: hidden;
	
}

// --- Grafica varia (iframes, zoom, ecc.)
.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 0px;
	font-size: smaller;
    font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
   outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-image {
    border: 2px solid gray;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
   display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
   text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
   background-color: black;
   /*
   padding-left: 22px;
   background-image: url(highslide/graphics/loader.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
   */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	 font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

// Forms 
FORM
{
   margin           : 0px 0px 0px 0px;
}

LABEL
{
   color            : #115E94;
   font-family      : "Trebuchet MS",sans-serif;
   font-size        : xx-small;
   margin: 1px;
}

FIELDSET, INPUT, SELECT, TEXTAREA, RADIO
{
   color            : #115E94;
   font-family      : "Trebuchet MS",sans-serif;
   font-size        : xx-small;
   border           : 1px solid #7EB0C9;
   margin: 1px;
}
FIELDSET.fullWidth, INPUT.fullWidth, TEXTAREA.fullWidth, SELECT.fullWidth
{
   /* for some reason, 100% will truncate right edge */
   width            : 95%;
   font-size        : xx-small;

}

INPUT.checkbox, INPUT.radio, INPUT.image
{
   border-style     : none;
   font-size        : xx-small;
   
}

INPUT.submit
{
   border-left      : 1px solid #FFFFFF;
   border-top       : 1px solid #FFFFFF;
   border-right     : 1px solid #387199;
   border-bottom    : 1px solid #387199;
   background-color : #E5EEF3;
   font-size        : xx-small;
}

DT
{
   font-weight: bold;
   font-size        : xx-small;
}

//---------------------- Tab Menu Styles

/* TA Menu styles */

DIV.taMenu
{
   float            : left;
   width            : 100%;
   background       : #FFFFFF url(images/taMenuBorder.gif) repeat-x bottom;
}

DIV.taMenu UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
}

DIV.taMenu LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.taMenu A
{
   float            : left;
   background       : url(images/taMenuRight.gif) no-repeat right top;
   border-bottom    : 1px solid #84B0C7;
   font-size        : x-small;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.taMenu A:hover
{
   background-position: 100% -150px;
   text-decoration: none;

}

DIV.taMenu A:link, DIV.taMenu A:visited,
DIV.taMenu A:active, DIV.taMenu A:hover
{
   //color           : #115E94;
	color            	: #777fa2;
	text-decoration	: none;	
}

DIV.taMenu SPAN
{
   float            : left;
   display          : block;
   background       : url(images/taMenuLeft.gif) no-repeat left top;
   padding          : 5px 7px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.taMenu SPAN {float : none;}
/* End IE5-Mac hack */

DIV.taMenu A:hover SPAN
{
   background-position: 0% -150px;
}

DIV.taMenu LI#current A
{
   background-position: 100% -150px;
   border-width     : 0px;
}

DIV.taMenu LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 6px;
}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
