/* Typeography */

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
}

h1{ font-size:20px; }

h2
{
	font-size: 16px;
	margin: 4px 0px 3px 0px;
}

h3
{
	font-size: 10px;
	margin: 4px 0px 3px 0px;
}

h4{ font-size: 14px; }

h5{ font-size: 12px; }

h6{ font-size: 10px; }


/* Links */

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #3F3;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #FF3;
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #33F;
}

a.moveron {color: #FF0000; font-size: 8pt; font-family: Arial;  font-weight: normal; letter-spacing: -1pt; text-decoration: none;}

a.moveroff {color: #FFFFFF; font-size: 8pt; font-family: Arial;  font-weight: normal; letter-spacing: -1pt; text-decoration: none;}

/* Images */

img	{
	border: 0;
        background: transparent;
}

hr	
{
	color: #D9D9D9;
	background-color: #D9D9D9;
	height: 1px;
	border: 0px 0px 0px 0px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}


/* General Layout */

.divider { margin: 20px 0px 15px 0px; }

div.transOFF{ border: 0px solid black; }
div.transON{ opacity:.50; filter:alpha(opacity=50);
-moz-opacity:0.5;border: 0px solid white; }

div.nulla{ background-image: url(../images/null_blue2.jpg); }


BODY
{
	color: #FFFFFF;
	font-size: 11px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #000000;
        text-color: #FFFFFF;
	
	/* Standard. Readable */
	font-family: Arial, Helvetica, Sans-Serif;
	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #000;
	margin: 1px;
	padding: 4px 12px 4px 12px;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#header_image
{
	border-color: #CCF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#maincontent
{
	margin: 0;
	padding: 0px 0px 0px 0px;  
	line-height: 14px; /* This is new */
        background-color: #000066;
        font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFFFFF;   
        font-size:11px;
        font-weight:normal;  
        background-image: url(../images/3dbkng.jpg);
        background-position: 0 0; 
        background-repeat: no-repeat;
        background-attachment: no-fixed; 
}

#maincontent_nobkng
{
	margin: 0;
	padding: 0px 0px 0px 0px;  
	line-height: 14px; /* This is new */
        background-color: #000066;
        font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFFFFF;     
        font-size:11px;
        font-weight:normal;  
}

#maincontent_black
{
	margin: 0;
	padding: 10px 0px 0px 0px;  
	line-height: 14px; /* This is new */
        background-color: #000000;
        font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFFFFF;  
         font-size:11px;
        font-weight:normal;     
        /* background-image: url(../images/3dbkng.jpg); */
        /* background-position: 0 0; */
        /* background-repeat: no-repeat; */
        /* background-attachment: no-fixed; */
}


#sidebar
{
	padding: 10px 0px 0px 5px;  /*dim barra e posizione testo 1°alto e 4°dal bordo */
        background-color: #000099;
        /*  background-image: url(../images/bordo.jpg); */
        font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 8px 0px 0px 0px;
        
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#footer
{
	border: 0;
	border-top: 0px solid #ccc;
	color: #000000;
	background-color: #CCCCFF;
	padding: 10px;
	text-align: left;
        font-size:11px;
        font-weight:normal;
	clear: both;
}

#marqueecontainer{
	position: relative;
	width: 160px; /*marquee width */
	
	height: 330px; /*marquee height */
	background-color: null;
	overflow: hidden;
	border: 0px;
	padding: 2px;
	padding-left: 4px;
}
.scroll_div {
	border:solid 0px #3366FF;
	width: 0px;
	width/**/: 280px !important;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}



