body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#C0C0C0;
    /*min-width:600px;  */  	/* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 10px;
    _font-size: 62.0%;
}

font {
    font-family: Verdana,Arial;
    font-size: 1.2em;
    color: #000000;
}

h1 {
    font-family: Verdana,Arial;
    font-size: 4em;
    color: #000000;
}

h2 {
    font-family: Verdana,Arial;
    font-size: 1.5em;
    color: #000000;
}

h3 {
    font-family: Verdana,Arial;
    font-size: 2.4em;
    color: #000000;
    border: 2px solid #000000;
}

h4 {
    font-family: Verdana,Arial;
    font-size: 1.0em;
    color: #0166FE;
    border: 2px solid #0166FE;
}


.fontTbTit {
    font-family: Verdana,Arial;
    font-size: 0.85em;
    color: #FFFFFF;
}

.fontTb {
    font-family: Verdana,Arial;
    font-size: 0.85em;
    color: #000000;
}

.TestoCategorie {
    font-family: Verdana,Arial;
    font-size: 1.3em;
    color: #FFFFFF;
}

.TestoPortale {
    font-family: Verdana,Arial;
    font-size: 1.5em;
    color: #000000;
}

.TestoHome {
    font-family: Verdana,Arial;
    font-size: 1.3em;
    color: #000000;
}

.TestoFoot {
    font-family: Verdana,Arial;
    font-size: 1.0em;
    color: #000000;
}

.TestoKeyword {
    font-family: Verdana,Arial;
    font-size: 1.0em;
    color: #000000;
}

.aMail {
    font-family: Verdana,Arial;
    font-size: 1.3em;
    font-weight:bold;
    color:#0166FE;
}

.aCategoria {
    font-family: Verdana,Arial;
    font-size: 0.9em;
    font-weight:bold;
    color:#ffffff;
}

.aAzienda {
    font-family: Verdana,Arial;
    font-size: 1.8em;
    font-weight:bold;
    color:#0166FE;
}

.Azienda {
    font-family: Verdana,Arial;
    font-size: 1.8em;
    font-weight:bold;
    color:#0166FE;
}

a:hover {
    text-decoration:none;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:800px;
    padding:0px;
    margin:0;
}

#header {
    padding:0px;
    margin:0;
}

#header p,
#header h1,
#header img {
    padding:0px; /*.4em 15px 0 15px;*/
    margin:0;
}

#header ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:0px 0 0 0;
    padding:0;
}

#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}

#header ul li a {
    display:block;
    float:left;
    margin:0 0 0 0px;
    padding:0px 0px;
    text-align:center;
    background:#eee;
    color:#000;
    text-decoration:none;
    position:relative;
    left:15px;
    line-height:1.3em;
}

#header ul li a:hover {
    background:#369;
    color:#fff;
}

#header ul li a.active,
#header ul li a.active:hover {
    color:#fff;
    background:#000;
    font-weight:bold;
}

#header ul li a span {
    display:block;
}

/* 'widths' sub menu */
#layoutdims {
    clear:both;
    background:#eee;
    border-top:4px solid #000;
    margin:0;
    padding:6px 15px !important;
    text-align:right;
}

/* column container */
.colmask {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:800px;			/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
    float:left;
    width:800px;
    position:relative;
}

.col1,
.col2,
.col3 {
    float:left;
    position:relative;
    padding:0 0 0 0;
    overflow:hidden;
}

/* 2 Column (left menu) settings */
.leftmenuL1 {
    background:#FFFFFF;		/* right column background colour */
}
.leftmenuL1 .colleft {
    right:75%;			/* right column width */
    background:#77ABF6;	    /* left column background colour CDCBFD*/
}
.leftmenuL1 .col1 {
    width:71%;			/* right column content width */
    left:102%;			/* 100% plus left column left padding */
}
.leftmenuL1 .col2 {
    width:21%;			/* left column content width (column width minus left and right padding) */
    left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

/* 2 Column (left menu) settings */
.leftmenuL2 {
    background:#FFFFFF;		/* right column background colour */
}
.leftmenuL2 .colleft {
    right:75%;			/* right column width */
    background:#CDCBFD;	    /* left column background colour */
}
.leftmenuL2 .col1 {
    width:71%;			/* right column content width */
    left:102%;			/* 100% plus left column left padding */
}
.leftmenuL2 .col2 {
    width:21%;			/* left column content width (column width minus left and right padding) */
    left:6%;			/* (right column left and right padding) plus (left column left padding) */
}


#footer {
    clear:both;
    float:left;
    width:75%;
}

#footer p {
    padding:0px;
    margin:0;
}

input, text, textarea, select {
    font-family: Arial,Verdana;
	color: #FFFFFF;
    font-size: 1.2em;
    border: 1px solid #888888;
    background-color: #555555;
}

input.file {
	background-color: #555555;
    position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
