body, html {
    background-color: white;
}

div#container {
    width: 980px;
	margin: 15px auto;
}

a, a:visited, a:active {
	color: #388984;
}

/** HEADER **/
div#header {
	background: url('img/logo.png') top left no-repeat;
	height: 110px;
}

#portal-searchbox {
    clear: right;
    float: right;
    margin: 0 0 10px;
}

#portal-siteactions {
    clear: right;
    float: right;
    margin-top: 5px;
}

#portal-siteactions ul {
	list-style: square inside none;
   	margin: 10px;
}

#portal-siteactions li {
    display: inline;
    margin-left: 10px;
}

#portal-siteactions li a {
    color: #5C5C5C;
    text-decoration: none;
}

#portal-siteactions li img {
    vertical-align: middle;
}

#portal-searchbox #searchGadget {
    margin: 1px 0;
    padding: 4px;
	position: relative;
    top: -10px;
}
#portal-searchbox label {
	float: left;
	width:auto;
	margin-right: 8px;
	margin-top: 5px;
}

input {
	background: url('img/input_background.gif') repeat-x scroll 0 0 white ;
    border: 1px solid #D6D6D6;
}

input.searchButton {
	border:none;
	background: white;
}

#topbar {
	background: url(img/servizi_online.png) top center no-repeat;
	height: 76px;
	font-size: 14px;
}
#topbar a, #topbar a:active, #topbar a:visited, #bottomlinks a, #bottomlinks a:active, #bottomlinks a:visited {
	color: white;
}

#footer {
    background:  #141515 url(img/bg-footer.png) top left repeat-x;
	color: #939393;
    font-size: 11px;
	border: none;
	border-top: 30px solid white;
}

#footer .wrap {
	width: 980px;
	margin: 10px auto;
}

#portal-colophon {
    float: right;
}
#portal-colophon ul#colophon-actions {
    border-right: 1px solid #414242;
    margin: 0;
    padding-right: 20px;
    text-align: right;
}

#portal-colophon ul {
    display: block;
    padding: 0;
}
#portal-colophon ul li {
    list-style: none outside none;
    margin-bottom: 0;
}

#footer a {
    border-bottom: 1px solid #414242;
    color: #939393;
    text-decoration: none;
}

.visualClear {
    clear: both;
    display: block;
}

/* MENU */
#leftcolumn.column.menu h3, #rightcolumn.column.menu h3 {
    background: transparent;
	border: 5px solid  #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
    color: #5C5C5C;
	font-size: 110%;
	padding-top: 10px;
}

.menu .menucnt {
    border: 5px solid #D6D6D6;
	border-top: none;
	background: white url("img/bg-simple-portlets.png") bottom left repeat-x;
}
