/** Define general colors */
/* page title */
/* article title */
/* black */
body.white {
  background-color: #ffffff;
}
body.white a {
  /* AAA
    text-decoration: none;
    border-bottom: dotted 1px @links;
    */
  color: #008bcf;
  background-color: transparent;
}
body.white a:visited {
  color: #008bcf;
}
body.white a:hover,
body.white a:focus,
body.white a:active {
  background-color: #ffffff;
  color: #020202;
  text-decoration: underline;
  border-bottom: none;
}
body.white a:focus,
body.white a:active {
  background-color: #ffffff;
  color: #020202;
}
body.white h1 a,
body.white h2 a,
body.white h3 a {
  text-decoration: none;
  color: #008bcf;
}
body.white h1 a:visited,
body.white h2 a:visited,
body.white h3 a:visited {
  color: #008bcf;
  background-color: #ffffff;
}
body.white h1 a:hover,
body.white h2 a:hover,
body.white h3 a:hover {
  color: #020202;
  background-color: #ffffff;
}
body.white h1.item-title,
body.white h2.item-title,
body.white h3.item-title {
  color: #008bcf;
  border-bottom: dotted 1px #72858f;
}
body.white h1 {
  border-bottom: dotted 1px transparent;
}
body.white div.items-row {
  border-top: dotted 1px transparent;
}
body.white div.random-image {
  background-color: #cccccc;
}
/** Block styles */
body.white div#wrapper {
  background: white;
  border: dotted 1px #72858f;
}
body.white .module-title {
  color: #ffffff;
  background-color: #008bcf;
}
body.white div#footer .moduletable {
  border: none;
}
body.white div#footer .padding {
  color: #000000;
  background-color: #efefef;
  border: dotted 1px #efefef;
}
/***************************************
 Menus
*/
body.white .menu a,
body.white .menu ul:first-child li.parent:first-child {
  color: #72858f;
  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 li.current a:link,
body.white .menu li.current a:visited {
  background-color: #eef0f1;
}
body.white .menu li.current li a {
  background-color: white;
}
body.white .menu a:focus,
body.white .menu a:hover,
body.white .menu a:active,
body.white .menu li.current a:focus,
body.white .menu li.current a:hover,
body.white .menu li.current a:active {
  background-color: #72858f;
  color: #ffffff;
  text-decoration: none;
}
/* TOP menu */
body.white div#menu-top .menu li.current a {
  color: #ffffff;
  background-color: #008bcf;
}
body.white div#menu-top,
body.white div#menu-top .menu a,
body.white div#menu-top .menu a:visited {
  background-color: #eef0f1;
  color: #020202;
}
/*Colore sfondo e carattere voce di menu attiva nel menu principale*/
body.white div#menu-top .menu li.current a:hover,
body.white div#menu-top .menu a:hover {
  background-color: #008bcf;
  color: #ffffff;
}
body.white .moduletable_menu,
body.white .moduletable-menu,
body.white .moduletable {
  border: solid 1px #eef0f1;
}
body.white div#footer a {
  color: #008bcf;
}
body.white div#footer a:hover,
body.white div#footer a:active,
body.white div#footer a:focus {
  color: #020202;
  background-color: #efefef;
}
body.white #main a:hover,
body.white #main a:active,
body.white #main a:focus {
  color: white;
  background-color: #efefef;
}
body.white div.componentheading {
  color: gray;
  font-weight: bold;
}
body.white .item .readmore a {
  color: #008bcf;
  font-weight: normal;
  /* AAA: links underlined
    border-bottom: dotted 1px @readmore_fg;
    */
}
body.white .item .readmore a:focus,
body.white .item .readmore a:hover,
body.white .item .readmore a:active,
body.white a.contentpagetitle:hover {
  background: #ffffff;
  color: #020202;
  text-decoration: none;
}
body.white .button,
body.white button,
body.white .button-search,
.btn-toolbar .btn {
  border: solid 1px #ffffff;
  background: #008bcf;
  color: #ffffff;
}
body.white .button:hover,
body.white button:hover,
body.white .button-search:hover {
  background: #00bbcf;
}
body.white .sectiontableentry1 {
  background: #f9f6f0;
}
body.white div.pagenav {
  background: #f9f6f0;
  border: solid 1px #001b72;
}
body.white .editor .button,
body.white .editor button {
  background: inherit;
}
/***************************************
 tags */
body.white .highlight {
  background: yellow;
}
body.white .pagination,
body.white ul.pagenav {
  background: #f9f6f0 none repeat scroll 0%;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
body.white .notice,
body.white .message {
  background: #eeeeff 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: #008bcf;
  color: #ffffff;
}
body.white div#accessibility-links span.accessibility-icon button:hover {
  background-color: #0037ae;
}
body.white div#accessibility-links span.accessibility-text {
  color: #000000;
}
body.white .accessibility-hidden-links a,
body.white .accessibility-hidden-links a:visited {
  color: #000000;
  background-color: #ffffff;
}
body.white .accessibility-hidden-links a:hover {
  color: #ffffff;
  background-color: #000000;
}
div#accessibility-links button {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #000000;
  font-weight: normal;
  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: #ffffff;
  background-color: #008bcf;
}
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 #008bcf;
}
body.white tr,
body.white td {
  border: 1px dotted #dddddd;
}
body.white fieldset {
  border: dotted 2px #dddddd;
}
body.white .article-info {
  color: #652401;
}
body.white .article-info a {
  color: #001b72;
}
body.white .article-info a:focus,
body.white .article-info a:hover,
body.white .article-info a:active {
  color: #ffffff;
  background-color: #001b72;
}
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 dotted #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: #f9f6f0;
}