/** Define general colors */
/* page title */
/* article title */
/* black */
body.white {
  background-color: #f0f3f8;
}
body.white a {
  text-decoration: none;
  border-bottom: dotted 1px #001b72;
  color: #001b72;
}
body.white h1 a,
body.white h2 a,
body.white h3 a {
  color: #990033;
  border-bottom: solid 1px transparent;
}
body.white a:hover {
  background: #ffffff;
  color: #001b72;
}
body.white h1,
body.white h2 {
  color: #990033;
  border-bottom: solid 1px #990033;
}
body.white h1 {
  border-bottom: solid 1px transparent;
}
body.white div.items-row {
  border-top: solid 1px transparent;
}
body.white div.random-image {
  background-color: #cccccc;
}
/** Block styles */
body.white div#wrapper {
  background: white;
  border: solid 2px #bbbbbb;
}

body.white .module-title {
  color: #ffffff;
  background-color: #002c74;
}

body.white #sidebar-left .module-title {
    background-color: #2f6ba1;
    color: #ffffff;
    text-transform: uppercase;
}

body.white #sidebar-right .module-title {
    background-color: #f1f1f9;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: dotted 1px #b9bfe3;
}

body.white div#footer .moduletable {
  color: #000000;
  background-color: #efefef;
  border: solid 1px #efefef;
}

body.white div#menu-top {
    /*background-color: #002c74;*/
}

body.white div#menu-top a {
  color: #ffffff;
  width: 205px;
}

body.white div#menu-top a.bg-green {
    background: url('../images/mnu_bg_green.png') no-repeat center left #92b638;
}

body.white div#menu-top a.bg-yellow {
    background: url('../images/mnu_bg_yellow.png') no-repeat center left #e5d122;
}

body.white div#headermenu {
  /*background-color: #002c74;*/
}
body.white div#headermenu a {
  color: #000000;
}

body.white .menu a,
body.white .menu ul:first-child li.parent:first-child {
  color: #001b72;
  border-top: dotted 1px gray;
  border-bottom: none;
}

body.white .menu li li a,
body.white .menu li li li a,
body.white .menu ul.parent li a {
  border-top: none;
}

body.white .menu a:visited {
  color: #001b72;
}

body.white .menu a:hover {
  background-color: #dfe4ed;
}

body.white .menu li.current a {
  background-color: #dfe4ed;
}

body.white #sidebar-left .menu a,
body.white #sidebar-left .menu ul:first-child li.parent:first-child {
    color: #000000;
    border: solid 0px black;
    background: url('../images/bullet_menu_left.png') no-repeat center left;
}

body.white #sidebar-left .menu li li a,
body.white #sidebar-left .menu li li li a,
body.white #sidebar-left .menu ul.parent li a {
    
}

body.white #sidebar-left .menu a:visited {
  color: #000000;
}

body.white #sidebar-left .menu a:hover {
  background-color: #dfe4ed;
}

body.white #sidebar-left .menu li.current a {
    background-color: #dfe4ed;
}

body.white #sidebar-right .menu a,
body.white #sidebar-right .menu ul:first-child li.parent:first-child {
    color: #000000;
    border: solid 0px black;
}

body.white #sidebar-right .menu li li a,
body.white #sidebar-right .menu li li li a,
body.white #sidebar-right .menu ul.parent li a {
    
}

body.white #sidebar-right .menu a:visited {
  color: #000000;
}

body.white #sidebar-right .menu a:hover {
  background-color: #dfe4ed;
}

body.white #sidebar-right .menu li.current a {
    background-color: #dfe4ed;
}

body.white #menu-top .menu li.current a {
  color: #dfe4ed;
  background-color: #001b72;
}

body.white #headermenu .menu li.current a {
  color: #dfe4ed;
  background-color: #001b72;
}

body.white .menu li.current li a {
  background-color: white;
}
body.white #main a:hover,
body.white #main a:active,
body.white #main a:focus {
  color: white;
  background-color: #001b72;
}

body.white div#menu-top a:hover {
  background-color: white;
  color: #001b72;
}

body.white div#menu-top a.bg-green {
    background: url('../images/mnu_bg_green.png') no-repeat center left #92b638;
}

body.white div#menu-top a.bg-yellow {
    background: url('../images/mnu_bg_yellow.png') no-repeat center left #e5d122;
}

body.white div#headermenu a:hover {
  background-color: white;
  color: #001b72;
}

body.white .moduletable_menu,
body.white .moduletable-menu,
body.white .moduletable {
  border: solid 1px #001b72;
}

body.white #sidebar-left .moduletable_menu,
body.white #sidebar-left .moduletable-menu,
body.white #sidebar-left .moduletable {
    border-top: solid 4px #232c57;
    border-right: solid 0px #232c57;
    border-bottom: solid 0px #232c57;
    border-left: solid 0px #232c57;
}

body.white #sidebar-right .moduletable_menu,
body.white #sidebar-right .moduletable-menu,
body.white #sidebar-right .moduletable {
    background-color: #F1F1F9;
    border-top: solid 1px #b9bfe3;
    border-right: solid 0px #b9bfe3;
    border-bottom: solid 0px #b9bfe3;
    border-left: solid 0px #b9bfe3;
}

body.white div#headermenu .moduletable {
    border: solid 0px #000000 !important;
}

body.white #banner .moduletable {
    border: solid 0px #001b72;
}
body.white div#footer a {
  color: #001b72;
}
body.white div.componentheading {
  color: gray;
  font-weight: bold;
}
body.white .readmore a {
  color: #001b72;
  font-weight: bold;
  border-bottom: dotted 1px #001b72;
}
body.white .readmore a:hover,
body.white a.contentpagetitle:hover {
  background: #001b72;
  color: #ffffff;
}
body.white .button,
body.white button,
body.white .button-search {
  border: solid 1px #ffffff;
  background: #002c74;
  color: #ffffff;
}
body.white .button:hover,
body.white button:hover,
body.white .button-search:hover {
  background: #224e96;
}
body.white .sectiontableentry1 {
  background: #eef2ff;
}
body.white div.pagenav {
  background: #eef2ff;
  border: solid 1px #001b72;
}
/* tags */
body.white .highlight {
  background: yellow;
}
body.white .pagination,
body.white ul.pagenav {
  background: #eef2ff none repeat scroll 0%;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
body.white .notice,
body.white .message {
  background: #dfe4ed none repeat scroll 0%;
  font-size: 110%;
  font-style: italic;
  padding: 1em;
}
body.white form.editor a:hover,
body.white .mceWrapper a:hover {
  background: inherit;
  color: black;
}
body.white div#accessibility-links span.accessibility-icon button,
body.white div#accessibility-links span.accessibility-icon {
  background-color: #002c74;
}
body.white div#accessibility-links span.accessibility-icon button:hover {
  background-color: #0037ae;
}
body.white div#accessibility-links span.accessibility-text {
  color: #000000;
}
div#accessibility-links button {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #000000;
  font-weight: bold;
  margin-left: 1em;
}
/* from 1.7 */
body.white table.weblinks th a,
body.white table.newsfeeds th a,
body.white table.category th a,
body.white table.jlist-table th a,
body.white table.weblinks th,
body.white table.newsfeeds th,
body.white table.category th,
body.white table.jlist-table th {
  color: white;
}
body.white table.weblinks th,
body.white table.newsfeeds th,
body.white table.category th,
body.white table.jlist-table th {
  background: none repeat scroll 0 0 #002c74;
}
body.white tr,
body.white td {
  border: 1px solid #dddddd;
}
body.white fieldset {
  border: solid 2px #dddddd;
}
body.white .article-info {
  color: #652401;
}
body.white .star {
  color: red;
}
body.white .panel h3.pane-toggler a {
  background: #f5f5f5 url(../images/slider_plus.png) right top no-repeat;
  border-bottom: 1px solid #dddddd;
}
body.white .panel h3.pane-toggler-down a {
  background: #f5f5f5 url(../images/slider_minus.png) right top no-repeat;
  border-bottom: 1px solid #dddddd;
}
body.white .panel h3.pane-toggler a:hover,
body.white .panel h3.pane-toggler-down a:hover {
  color: white;
  background: #001b72;
}
body.white .cat-list-row1 {
  background-color: #eef2ff;
}

/* Stile di Menu */
ul.menu li ul {
 font-style: italic;
  display: block !important;
  padding-left: 20px !important;
  padding-right: 3px !important;
}

ul.menu li ul li {
  list-style-type: circle !important;
  list-style-position:outside !important;
}


.item-133, .item-138 {
  background-color: #f1f1f9;
}