@charset "ISO-8859-1";

/* ******************************************************************* */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* ******************************************************************* */
/* TAG SETTINGS */
/* ******************************************************************* */
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-size: 62.5%;
    font-family:  "Lucida Grande", "Bitstream Vera Sans", Avenir, Helvetica, sans-serif;
}
body.index{
    background: url("../images/sidebar-bg.png") repeat-y  left top #F3F3F3;
}

a {
    color: #4d4d4d;
    text-decoration: none;
    outline: none;
    transition-property: color;
    transition-duration: .3s;
}

a[href]:hover {
    color: #898989;	
    text-decoration: underline;
    background-color: transparent;
    outline: none;
}

a:active
{
    outline: none;
}

hr {
    border: 0;
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

textarea {
    transition-property: box-shadow;
    transition-duration: .3s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

textarea:focus {
    outline: none;
    border: 1px solid #6c190e;
    -moz-box-shadow:    0px 0px 5px 0px #e3aea7;
    -webkit-box-shadow: 0px 0px 5px 0px #e3aea7;
    box-shadow:         0px 0px 5px 0px #e3aea7;
}

input[type="text"] {
    transition-property: box-shadow;
    transition-duration: .3s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

input[type="text"]:focus {
    outline: none;
    border: 1px solid #6c190e;
    -moz-box-shadow:    0px 0px 5px 0px #e3aea7;
    -webkit-box-shadow: 0px 0px 5px 0px #e3aea7;
    box-shadow:         0px 0px 5px 0px #e3aea7;
}


/* ******************************************************************* */
/* GENERAL CLASSES */
/* ******************************************************************* */
.float_clear {
    clear: both;
}

.center {
    text-align: center;
}
/* ******************************************************************* */
/* MAIN PAGE ELEMENTS */
/* ******************************************************************* */
#page_ext {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.translate_element {
    background: transparent url(../images/icons/pen.png) center center no-repeat;
    width: 12px;
    height: 12px;
    padding: 8px;
}
/* ******************************************************************* */
/* HEADER */
/* ******************************************************************* */
#header {
    height: 93px;
    width: 100%;
    position: relative;	
}

#header a.header_link_to_home {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 345px;
    text-indent: -9999px;
}
#header h1 {
    height: 93px;
    text-indent: -9999px;
    margin-right: 200px;
    outline: none;
}
#header h2 {
    position: absolute;
    margin: 0; padding: 0;
    bottom: 32px;
    left: 358px;
    font-size: 1.8em;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
    width: 400px;
}

#header h3 {
    position: absolute;
    margin: 0; padding: 0;
    bottom: 12px;
    left: 358px;
    color: white;
    display: block;
    width: 400px;
    font: normal 1.5em Georgia, "Times New Roman", Times, serif;
} 

#loading_box{
    /*	position:relative;*/
    padding:15px;
    margin:1em 0 3em;
    color:#000;
    background:#f3961c; /* default background for browsers without gradient support */
    /* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background:-moz-linear-gradient(#f9d835, #f3961c);
    background:-o-linear-gradient(#f9d835, #f3961c);
    background:linear-gradient(#f9d835, #f3961c);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

    position: absolute;
    top: 10px;
    left: 600px;
}


/* ******************************************************************* */
/* SEARCH BOX AT THE TOP RIGHT OF THE HEADER */
/* ******************************************************************* */

#search_box {
    position: absolute;
    top: 5px;
    right: 2em;
}
#search_box p {
    text-align: left;
    font-size: 1.2em;
    color: #fff;
}

#search_box p label {
    padding: .4em;
}

#search_box p input {
    font-size: 1.2em;
    background: #fff;
    width: 150px;
    font-size:.9em;
    border: medium double #b7b7b7;
    padding: 0px 2px;
}
#search_box p label.invia {
    display: none;
} 

#search_box p input.invia  {
    background: transparent url(../images/critical_edition/invia.gif) center center no-repeat;
    width: 18px;
    border: 0;
    font-size: 1.2em;
    outline: none;
    text-indent: -9999px !important;
    margin-left: .4em;
    cursor: pointer;
    /*danilo*/
    top: 4px;
    position: relative;
}

/* Link to Advanced Search */
#search_box a.advsrch {
    display: block;
    color: #fff;
    font-size: .9em;
    text-decoration: underline;
    line-height: 1.9em;
    text-align: right;
    padding-right: 28px;
}

/* ******************************************************************* */
/* SWITCH BUTTON. LINKS TO SCHOLAR MODE */
/* ******************************************************************* */
#switch {
    position: absolute;
    right: 3em;
    bottom: 2em;
    z-index: 3;	
}

#switch a {
    display: block;	
    outline: none;	
    text-indent: -9999px;
    cursor:pointer;
    font-size:2em;
    width: 140px;
    height: 30px;	
    background: url(../images/scholarmode.gif) ;
}

/* ******************************************************************* */
/* NAVIGATION BAR */
/* HOLDS PATH AND TOOLS (PRINT, DOWNLOAD, PANORAMA ...) */
/* ******************************************************************* */
#navigate {
    background:#433934 url(../images/bg_first_line.gif) repeat-x top;
    width: 100%;
    height: 2.7em;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #FFF;
}

/* Navigation path on the left */
#navigate div.simple_mode_path_widget {
    position: absolute;
    top: 0; left: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 1.15em;
    line-height: 2.6em;
    height: 2.6em;
}

#navigate div.simple_mode_path_widget a {
    color: #e0e0e0;
    text-decoration: underline;
    padding: 5px;
}

#navigate p {
    color: #e0e0e0;
    padding: 0 10px;
    color: #fff;
    font-size: 1.15em;
    line-height: 2.6em;
    float: left;
}

#navigate p a {
    color: #e0e0e0;
}

#navigate p a:hover {
    color: #fff;	
}

/* Powered by talia button */
#navigate #talia_link {
    margin: 0px 10px;
    height: 2.6em;
    width: 112px;
    position: absolute;
    top: 0; right: 0;
    display: none;
}
#navigate #talia_link a {
    background: url(../images/poweredTalia.gif) center right no-repeat;
    text-indent: -9999px;
    display: block;
    height: 2.6em;
    width: 112px;
}
#navigate #talia_link a:hover {
    background: url(../images/poweredTalia_ro.gif) center right no-repeat;
}
/* Tools on the right */
#navigate #tools {
    /* float: right; */
    margin: 0 0 0 10px;
    height: 2.6em;
    position: absolute;
    top: 0; right: 0px;
}

/* EXPLORER FIX */
#navigate #tools {
    width: 200px;
}
html>body #navigate #tools {
    width: auto;
}
/* EXPLORER FIX */

#navigate #tools ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    /* background: transparent url(../images/tool_side_line.gif) top right no-repeat; */
    height: 2.6em;
}
#navigate #tools ul li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 1em;
    display: block;
    background: transparent url(../images/tool_side_line.gif) top left no-repeat;
    height: 2.6em;
}
#navigate #tools ul li span {
    display: block;
    float: left;
    height: 2.6em;

    margin: 0 0 0 2px;
    padding: 1px 0 0 10px;
    background: #554d49 url(../images/tool_bg.gif) top left repeat-x;
}
#navigate #tools ul li:hover span {
    background: #5d5552 url(../images/tool_bg_rollover.gif) top left repeat-x;
}
#navigate #tools ul li span a {
    display: block;
    float: left;
    line-height: 25px;
    height: 100%;    
    text-decoration: none;
    padding: 0 20px 0 30px;
    margin: 0 2px;
    /*    color: #e0e0e0;*/
    color:#fff;
    font-size:12px;
}

#navigate #tools ul li.no-icon span a, #navigate #tools ul li.no-icon span{
    padding:  0 10px;;
}

#navigate #tools ul li span a:hover {
    text-decoration: underline;
    color: #e0e0e0;
}

/* CUSTOMIZE ICONS ! */
#navigate #tools ul li#panorama span a{
}
#navigate #tools ul li#pagina span a{
}
#navigate #tools ul li#download span a{
    background: transparent url(../images/icons/download_white.gif) center left no-repeat;
}
#navigate #tools ul li#print span a{
    background: transparent url(../images/print_white.png) center left no-repeat;
}
#navigate #tools ul li#contexta span a{
    background: transparent url(../images/contexta-icon.png) center left no-repeat;
}
#navigate #tools ul li#fullscreen span a{
    background: transparent url(../images/icons/fullscreen_white.gif) center left no-repeat;
}

/* ******************************************************************* */
/* MENU LOCATION  - ORIZONTAL MENU UNDER PATH *******************************/
/* ******************************************************************* */    
#menulocation {
    background: #e9e9e9;
    width: 100%;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}
#menulocation p {
    color: #1c1817;
    padding: 10px;
    float: left;
}
#menulocation ul {
    list-style: none;
    float: left;
}
#menulocation ul li {
    float: left;
    padding: 10px ;
    padding-right: 25px;
    color: #6a615d;
    background-image: url(../images/bg_menucut.gif) ;
    background-repeat: no-repeat;
    background-position:  right center;
}
#menulocation ul li a {
    color: #1c1817;
    display: block;
}
#menulocation a:hover {
    color: #2d5971;
}
#menulocation ul li.selected {
    background-color: #f2f1f1;	
}
#menulocation ul li.selected a{
    /* color: #6a615d; */
    color: #9E0B0F;
}

/* ******************************************************************* */
/* DESCRIPTION  - UNDER TAB MENU *******************************/
/* ******************************************************************* */
#description {
    float: left;
    background:#f2f1f1;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin:0;
    padding:0;
}
#description p {
    float: left;
    font-size: 1.2em;
    padding: 10px 1%;
    line-height: 1.4em;
    color: #1c1817;
    width: 100%;
    voice-family: "\"}\""; 
voice-family:inherit;
width:98%;

}

/* Standard size of the two elements */
/* ******************************************************************* */
/* Side Scroll item */
/* ******************************************************************* */
#scroll {
    float: left;  
    margin: 20px 0 0 0;
    padding: 0 0 0 5px;
    background: transparent;
    text-align: left;
    position: relative;
    z-index: 100;   
}

#scroll.journal-preview{
    text-align: center;
}
#scroll.journal-preview li img
{
    padding: 10px;
    display: block;
}

#scroll.journal-preview li a
{
    color:#666666;
    font-size:14px;
}

#scroll.journal-preview h1,
#scroll.journal-preview li{
    border-bottom: 1px solid #e9e9e9;
}
#scroll.menu-left{
    margin-left: 0;
    margin-left: -100%;
    width: 200px;
    margin-top: 0;   
}

#scroll.menu-right{
    float: left;
    position: relative;
    margin-left: -210px;
    width: 200px;
}


#scroll div.simple_mode_panorama_widget {
    /* padding: 5px 0 100px 0; */
}
#scroll div.critical_edition_menu_widget {
    padding: 0 0 50px 0;
}

#scroll h1.scroll_title a{
    font-size: 15px;
    color: #555555;
}

#scroll h1.scroll_title_red a{
    font-size: 15px;
    color: red;
}
#scroll h2
{
    color:#999999;
    padding: 5px 0;
    text-align: center;
}
#scroll .sub-sources{

    height: 250px;
    overflow: auto;

}
#scroll .sub-sources ul li{
    background-color: #f9f9f9;
}
.right-extra, .left-extra {
    background: #fff;
    display: none;
    height: 80%;
}
#content.secondary div#visore .right-extra .txt_block, #content.secondary div#visore .left-extra .txt_block{
    margin: 0;
}

#content.secondary.left{
    margin-left: -100%;
}

#content.secondary {
    float: left;
    width: 200px;
    display: none;
    margin: 20px 0  0 -200px;
    background: #fff;    
    text-align: left; 
    position: relative;
    z-index: 100;
    height: 80%;
}
#content.secondary .close{
    position: absolute;
    top:5px ;
    right:30px; 
    z-index: 100;
    cursor: pointer;
}

#content.secondary div#visore{
    height: 100%;
    overflow: auto;
    margin:0
}
.occurrences-container #visore{
    margin-top: 0; 
}
.right-extra h2{
    text-align: center;
    color:#63524B;
}


/*  ******************************************/
/* CONTENT ***********************************/
/*  ******************************************/
#content.main {
    width:100%;    
    float: left;      
    padding: 0;
}

.inner-container{
    height: 100%;
}

#content.main.medium-left #visore,#content.main.medium-left #notes{
    margin:0 220px 0 430px;
}

#content.main.medium #visore,
#content.main.medium #notes
{
    margin:0 420px 0 230px;
}


#content.main.medium.medium-left #visore,#content.main.medium-left #notes {
    margin:0 420px 0 430px;
}
#scroll.menu-right.medium{
    margin-left: -410px;
}
#scroll.menu-left.medium{
    margin-left: -87%;
}
#content.divided {
    float: left;    
    z-index: -1;
    margin: 0;  
}
#scroll.occurrences{
    overflow: auto;
}

div#visore, div#sn-visore {
    position: relative;
    padding:0;
    margin:20px auto 0;
    text-align: justify;
    background-color: #fff;
}

div#visore p, div#sn-visore p, #notes .note
{
    text-align: justify !important;
    padding: 10px 25px 0 50px;
}

#popup_content.titlepage{
    margin: 0 30px 0 210px;
    padding: 20px 0 0 0;
    max-width: none;
    background-color: #f3f3f3;
    text-align: center;
}

#visore.titlepage, div#sn-visore.titlepage {
    margin-left: 200px;
    max-width: none;
    background-color: #f3f3f3;
    text-align: center;
}

#visore, div#sn-visore{
    text-align: center;
}
#note-spacer{
    background: #ffffff;
    height: 20px;
    margin-right: 25px;
}
#notes {
    font: 15px/150% Verdana,sans-serif;
    color:#000; 
    position: relative;
    background: #ffffff;
    border:1px solid #E5E5E5;
    padding-top: 10px; 
    margin: 0 auto;

}

#close-notes{
    position: relative;
    max-width: 750px;
    margin: auto;
    height: 20px;
}
#notes #close-bottom{
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    box-shadow: none;
    cursor:pointer;
}

.note-content{
    padding:0 ; 
    height: 90%;
    overflow: auto;
}
.content-preview .note-content{
    height: auto;
}

.note{
    padding-right: 10px;
}
p.current-paragraph,
.note.current-note{
    background: #eef !important;
}
.note-link.current-note{
    background: #eed3d7;
}

.note-link{
    font-style: normal !important;
}

.txt_block .note-link{
  vertical-align: super;
  font-size: 17px;
}

.note .num{
    color:#9A1600;
    position: absolute;
    left: 7px;
}

a.reference{
    color:#000 !important;
    border-bottom: thin dotted;
}
a.reference:hover{
    color:#9a1600 !important;
    border-bottom: 1px solid #9a1600;
    text-decoration: none;
}


#extra-spacer{
    height: 0;
}

/*  ******************************************/
/* TABLE FORMATTING **************************/
/*  ******************************************/
table {
    width: 90%;
    width: 98%;
    color: #4d4d4d;
    margin: auto;
    padding: 0;
    border: 1px solid #9e9d94; 
    border-spacing: 1px; border-collapse: collapse;
    font-size: 13px;
}

table .table-button {
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    /* Test Shadow */
    text-shadow: 0px 1px 1px #61615a;
    background-color: #9d9d94;
    /* Border radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    transition-property: background-color;
    transition-duration: .3s;	
}

table .table-button:hover {
    background-color: #8b0a08;
    text-decoration: none;
    color: #fff;
}

table input[type="radio"] {
    margin-right: 5px;
}

table .center {
    text-align: center;
}

table .title {
    font-weight: bold;
}

table .light-text {
    color: #cac9c0;
}

table a {
    color: #4d4d4d;
    text-decoration: none;
    transition-property: color;
    transition-duration: .3s;
}

table a:hover {
    color: #898989;	
}

table .author-cell{
    white-space: nowrap;
    min-width: 160px;
}

table th{
    color: #fff;
    font-size: 14px;
    border:  1px solid #9e9d94;
    cursor: pointer;
    text-align: left;
    min-width: 60px;

    /* Gradient */
    background: #e0decc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZGVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmNmYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e0decc 0%, #d2cfb6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0decc), color-stop(100%,#d2cfb6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0decc 0%,#d2cfb6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0decc', endColorstr='#d2cfb6',GradientType=0 ); /* IE6-8 */

    /* Inner Shadow */
    -moz-box-shadow:    inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow:         inset 0 1px 0 #fff;

    /* Test Shadow */
    text-shadow: 0px 1px 1px #a29d80;
}
.th-min-width{
    min-width: 90px;
}
.th-medium-min-width{
    min-width: 130px;
}

.th-type,
.td-type{
    width: 95px;
    text-align: center;
}
.th-lang,
.td-lang{
    width: 45px;
    text-align: center;
}
.th-date,
.td-date{
    width: 95px;
    text-align: center;
}
.highlight-vote{

    color: #fff;
    text-shadow: none;
    padding: 3px;
}
table th:last-child{
    border-right: 0;  
}

table tbody{
    border-collapse: collapse;
}

td
{
    border: 1px solid #9e9d94; 
    padding: 10px 5px;
    border-collapse: collapse;
    border-spacing: 0;
    /* Test Shadow */
    text-shadow: 0px 1px 0px #fff;
}

th {
    padding: 5px;
}

tr {
    background: #fff;
}

/* Zebra row colors */
tr:nth-child(2n) {  
    background: #f3f3f3;
}



/*  ******************************************/
/*  LIST OF MAIN ELEMENTS IN THE PAGE */
/*  ******************************************/
ul#access_list {
    margin: 15px 4%;
    padding: 0;
    list-style: none;
    text-align: left;
}
ul#access_list li {
    padding: 2% 0;
    float: left;
    clear: both;
    display: inline;
    background: url(../images/dot_orizz.gif) repeat-x bottom;
    /* Box Model Hack */
    width: 100%;
    voice-family: "\"}\""; 
voice-family:inherit;
width:96%;
}
ul#access_list li h1 {
    color: #6a615d;
    font-size: 1.6em;
    margin-bottom: 5px;
}
ul#access_list li h1 a {
    color: #6a615d;
}
ul#access_list li h1 img {
    float: left;
    display: inline;
    padding-right: 30px;
}
ul#access_list li p{
    font-size: 1.2em;
}
ul#access_list li p.title{
    padding: 0 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.6em;
}
ul#access_list li p.text{
    padding: 5px 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;	
    font-size: 1.2em;
    line-height: 1.6em;
}
ul#access_list li p.data{
    padding: 5px 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;
    font-size: 1.1em;
    line-height: 1.6em;
}
ul#access_list li p.keys{
    padding: 10px 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;	
    font-size: 1.1em;
    line-height: 1.6em;
    color: #808080;
}
ul#access_list li p.keys a{
    line-height: 1.6em;
    text-decoration: underline;
    color: #808080;
}

/* MINILIST */
ul#access_list.minilist h1 {
    font-size: 1em;
    float: left;
    display: inline;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    color: #3c3c3c;
    padding: 0 15px;
}

ul#access_list.minilist h1 a {
    color: #3c3c3c;
}
ul#access_list.minilist p{
}
ul#access_list.minilist li h1 img {
    float: none;
    display: block;
    margin-bottom: 4px;
    padding-right: 0;
    /* border:1px solid #808080; */
}

/* Modifications for books list in facsimile edition */
ul#access_list.facsimile_books{
    margin: 5px 15px 15px 15px;
}
ul#access_list.facsimile_books li h1 {
    text-align: center;
    font-size:14px;
    font-weight: bold;
}
ul#access_list.facsimile_books li p {
    margin-top: 20px;
    font-size: 15px;
}


/* ********************************* */
/* Blocks that conains the pages in the panorama view */
/* When displayed as full page or in the side scroll */
/* ********************************* */

/* Let''s assume images will be displayed at maximum size 80 x 120 pixels */

#block_container {
    margin: 15px 1%;
    /* margin: 15px; */
    float: left;
    display: inline;
    /* width: 90%; */
    width: 98%;
    text-align: left;
}
#block_container div.block, #scroll div.view_block  {
    width: 170px;
    height: 140px;
    float: left;
    display: inline;
    padding: 5px 0 2px 5px;
    border: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    margin:8px 0 2px 5px;
}

#block_container div.block {
    margin: 0 10px 10px 0;
}
#scroll div.view_block  {
    /* margin: 0 10px 3px 0; */
}
#view div.view_block p img {
    /* margin-bottom: 5px; */
}
#block_container div.block p, #scroll div.view_block p {
    margin:0 5px 0 0 !important; padding: 0 !important;
    text-align: center;
    color: #848484;
    float: left;
    width: 80px;
    display: inline;
    font-size: 0.9em;
}

/* Span wrapping sigla */
#block_container div.block p span, #scroll div.view_block p span {
    width: 80px;
    float: left;
}

#block_container div.block p.lonely, #scroll div.view_block p.lonely {
    margin:0 0 0 85px !important; padding: 0 !important;
    text-align: center;
    color: #848484;
    font-size: 0.9em;
}
#block_container div.block p.lonely img, #scroll div.view_block p.lonely img  {
    width: 80px; height: 120px;
    margin:0 auto;
}
#block_container div.block p img, #scroll div.view_block p img  {
    /* width: 80px; height: 120px; */
    margin:0 auto;
    border: none;
    /* margin: 10px 4px 5px 4px; */
}
#block_container div.block p a, #scroll div.view_block p a{
    text-align: center;
    color: #848484;
}
#block_container div.block p a img, #scroll div.view_block p a img, #block_container div.block p a:hover img, #scroll div.view_block p a:hover img{
    border: none;
}

/* FACING PAGES */
div#scroll div.simple_mode_panorama_widget div.facing_pages {
    width: 170px;
    /* height: 140px; */
    float: left;
    text-align: center;
    display: inline;
    margin:0 0 2px 5px;
}
div#scroll div.simple_mode_panorama_widget div.facing_pages a{
    display: block;
    width: 170px;
    border: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    padding: 2px 0 2px 5px;
    color: #848484;
}
div#scroll div.simple_mode_panorama_widget div.facing_pages a:hover{
    text-decoration: none;
    display: block;
    width: 170px;
    border: 1px solid #b8b8b8;
    background-color: #f3f3f3;
}
/* ********************************* */
/* ********************************* */

/*  ******************************************/
/* MENU QUOTING ***********************************/

#scroll.menuList .arrow-icon{
    display: inline-block;
    background: url("../images/left-arrow.png") no-repeat;
    width: 11px;
    height: 11px;
    margin: 0  0 0 10px;
}

#scroll.menuList .arrow-icon.right-arrow{
    background: url("../images/right-arrow.png") no-repeat;
    margin: 0  0 0 10px;

}

.quote-link{
    width: 70%;
}
/* ********************************* */
/* ********************************* */


/*  ******************************************/
/* FACSIMILE: IIP IMAGE VIEW ***********************************/
/*
    Single and double
*/
/*  ******************************************/
/* Freccia sinistra */
#content.divided div#visore p.previous,
#content.divided div#sn-visore p.previous{
    display: block;
    position: absolute;
    width: 19px;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ebebeb;
    border-right: 1px solid #e0e0e0;
}
#content.divided div#visore p.previous a,
#content.divided div#sn-visore p.previous a
{
    display: block;
    width: 19px;
    height: 100%;
    text-indent: -9999px;
    background: url(../images/facsimile_edition/previous_arrow.gif) center center no-repeat;
}
#content.divided div#visore p.previous a:hover,
#content.divided div#sn-visore p.previous a:hover{
    background: url(../images/facsimile_edition/previous_arrow_ro.gif) center center no-repeat;
}
/* Freccia destra */
#content.divided div#visore p.next,
#content.divided div#sn-visore p.next{
    display: block;
    position: absolute;
    width: 19px;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ebebeb;
    border-left: 1px solid #e0e0e0;
}
#content.divided div#visore p.next a,
#content.divided div#sn-visore p.next a{
    display: block;
    width: 19px;
    height: 100%;
    text-indent: -9999px;
    background: url(../images/facsimile_edition/next_arrow.gif) center center no-repeat;
}
#content.divided div#visore p.next a:hover,
#content.divided div#sn-visore p.next a:hover{
    background: url(../images/facsimile_edition/next_arrow_ro.gif) center center no-repeat;
}


/* Vista immagine singola */
#content.divided div#visore div#image_big,
#content.divided div#sn-visore div#image_big{
    text-align: center;
    padding: 0;
}

/* Vista immagine doppia */
#content.divided div#visore div#image_half,
#content.divided div#sn-visore div#image_half{
    text-align: center;
}

#content.divided div#visore div p.sigla,
#content.divided div#sn-visore div p.sigla{
    margin: 4px 0;
    font-size: 1.4em;
    color: #757575;
    font-weight: bold;
    text-align: center;
}


/*Layout*/
#layout_layout_panel_bottom ,
#layout_layout_panel_bottom .w2ui-panel-content{
    background-color: #f5f6f7;
}

.w2ui-panel-content{
    padding: 0 25px;
}
#panel-content.original-content{
    display: none;
}
/* Single */
div.iipfview , div.iipfview_left, div.iipfview_right{
    /* padding: 10ex; */
    margin: 0;
    /*
    border: 1px solid #e0e0e0;
    padding: 2px;
    */
    height: 100%;
}

.iipfview {
    text-align: center;
}

.iipfview_left {
    text-align: right;
}

.iipfview_right {
    text-align: left;
}

/* Front image to hide IIP viewer */
.front_image {
    height: 100%;
    cursor: pointer;
}

/* Facsimile Copyright */
#content.divided div#visore p.facsimile_copyright {
    position: absolute;
    display: block;
    bottom: 0;
    margin: 4px 0;
    font-size: 1.2em;
    text-align: center;
}

/* ********************************* */

.small {
    font-size: .4em;
}

.grey {
    color: #ccc;
}

.italic {
    font-style: italic;
}

/* ******************************************************************* */
/* KEYWORDS */
/* ******************************************************************* */
#tag_cloud {
    padding: 20px;
    text-align: center;
}

#tag_cloud span {
    font-size: 1.4em;
}

#tag_cloud a:hover,
#tag_cloud a:active {
    background-color: #00F;
    color: #FFF;
    text-decoration: none;
}

.tag1 { font-size: 1.4em; }
.tag2 { font-size: 1.8em; }
.tag3 { font-size: 2.2em; }

/* ******************************************************************* */
/* FOOTER */
/* ******************************************************************* */
#footer{
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
    background-color: #cfccc7;
    border-top: 1px solid #ada9a6;
    padding: 10px 0 10px 0;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
}
#footer a{
    text-decoration: none;
    color: #71645c;
}
#footer a:hover{
    text-decoration: underline;
}

#footer #footer_table {
    border: 1px solid red;
}

#footer table td#footer_table_left{
    width: 114px;
}
#footer table td#footer_table_left a{
    width: 114px;
    height: 25px;
    display: block;
    background: #cfccc7 url(../images/start_page/footer_talia_logo.gif) top left no-repeat;
    text-indent: -9999px;
    border: 0;
    text-decoration: none;
}


/* Localized */

.error {
    background-color: #d59392;
    border-color: #CC0000;
    color: #151515;
    padding: 8px 35px 8px 14px;
    font-weight: bold;
}

#print-references,
#print-header{
    display: none;
}
.w2ui-msg-buttons{
    border-width: 1px 0 0;
    margin: 0.5em 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.w2ui-msg-buttons input[type="button"]{
    background: url("images/ui-bg_gloss-wave_40_e8c345_500x100.png") repeat-x scroll 50% 50% #E8C345;
    border: 1px solid #D19405;
    color: #403631;
    font-weight: bold;
    float: right;
    padding: 0.4em 1em;
}
#as_help_dialog li{
    list-style-type: disc;
}
#w2ui-popup.w2ui-popup{
    padding: 2px;
    background: #fff;
    border: 1px solid #403631;
    border-radius: 2px !important;
}
#w2ui-popup.w2ui-popup .w2ui-msg-title{
    background: url("../images/critical_edition/ui-bg_highlight-soft_15_403631_1x100.png") repeat-x scroll 50% 50% #403631 !important;
    border-radius: 2px !important;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    padding: 0.4em 1em;

}

.occurrences-container{
    background: url("../images/sidebar-bg.png") repeat-y  left top #F3F3F3;
}
.occurrences-container #content{
    overflow: auto;
}
.occurrences .search-term{
    font-style: normal;
    color: #f33;
}

.search_single_result{
    font-weight: bold;
}

.sr_excerpt em {
    color: red;
    text-decoration: none;
}

.results-alert {
    font-size: 18px;
    color: #403631;
    text-align: center;
    width: 200px ;
    position: absolute;
    left: 40%;
}

.filter-show-all a{
    color: red;
    text-align: center;
    padding: 10px;	
}

/* frontpage*/
a#frontpage-page{
    text-decoration:none;
}
a#frontpage-page:hover{
    text-decoration:none;
}

div#visore div#frontpage_container div.frontpage, 
div#sn-visore div#frontpage_container div.frontpage{
    margin: 0 auto;
    text-align: center;
    width: 400px;
    height: 450px;
    background-color: #FFF;
    padding: 70px 30px 70px 30px;
    border: 1px solid #e0e0e0;
    position: relative;
    -moz-box-shadow:    0px 0px 8px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.05);
    box-shadow:         0px 0px 8px 0px rgba(0,0,0,.05);
}

div#visore div#frontpage_container div.frontpage p.author,
div#sn-visore div#frontpage_container div.frontpage p.author
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    color: #6c5449;
    font-weight: normal;
    margin-bottom: 45px;
    margin-top: 75px;
}

div#visore div#frontpage_container div.frontpage h2.title,
div#sn-visore div#frontpage_container div.frontpage h2.title
{
    color: #000;
    margin-bottom: 24px;
    font: normal 22px/150% Georgia, "Times New Roman", Times, serif;
}

div#visore div#frontpage_container div.frontpage p.description,
div#sn-visore div#frontpage_container div.frontpage p.description{
    color: #666666;
    text-align: justify !important;
    font: normal 13px/160% Georgia, "Times New Roman", Times, serif;
    margin-bottom: 40px;
}

/* Bottom */
div#visore div#frontpage_container div.frontpage p.logo,
div#sn-visore div#frontpage_container div.frontpage p.logo{
    position: absolute;
    display: block;
    width: 400px;
    height: 52px;
    background: url(../images/front_page_logo.gif) center center no-repeat;
    text-indent: -9999px;
    margin: 0 auto;
    padding: 0;
    bottom: 65px;
}

div#visore div#frontpage_container div.frontpage div.frontpage-link-year,
div#sn-visore div#frontpage_container div.frontpage div.frontpage-link-year{

    padding-left: 100px
}
div#visore div#frontpage_container div.frontpage p.link,
div#sn-visore div#frontpage_container div.frontpage p.link{
    position: absolute;
    /*width: 400px;*/
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #6b5349;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    bottom: 40px;
}
div#visore div#frontpage_container div.frontpage p.year,
div#sn-visore div#frontpage_container div.frontpage p.year{
    position: absolute;
    display: block;
    /*width: 100px;*/
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    bottom: 20px;
    left: 210px;
}


/* ******************************************************************* */
/* PANEL ELEMENT */
/* ******************************************************************* */
.panel {
    background-color: #fff;
    width: 600px;
    padding: 15px;
    margin: 20px auto;
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:    0px 2px 4px 0px #ccc;
    -webkit-box-shadow: 0px 2px 4px 0px #ccc;
    box-shadow:         0px 2px 4px 0px #ccc;
    font-size: 16px;
    line-height: 24px;
}


/* ******************************************************************* */
/* FORM FORMATTING */
/* ******************************************************************* */
.standard-form {
    background-color: #fff;
    width: 600px;
    padding: 15px;
    margin: 20px auto;
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:    0px 2px 4px 0px #ccc;
    -webkit-box-shadow: 0px 2px 4px 0px #ccc;
    box-shadow:         0px 2px 4px 0px #ccc;
    font-size: 16px;
}

/* Segnalazione errore */
.standard-form .form-error label {
    color: #dd0000;
}

.standard-form .form-error input[type="text"], .standard-form .form-error textarea {
    border: 1px solid #dd0000;
}

.standard-form a {
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: none;
    transition-property: color;
    transition-duration: .3s;
}

.standard-form a:hover {
    color: #898989;	
    text-decoration: underline;
}	

.standard-form input[type="text"], .standard-form textarea {
    padding: 8px;
}

.standard-form fieldset {
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;

    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
}

.standard-form-title {
    font-size: 14px;
    color: #bbb;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

/* Form elements with horizontal align */
.form-group-horizontal {
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form-group-horizontal:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-group-horizontal label {
    width: 200px;
    display: inline-block;
}

.form-group-horizontal input[type="text"], .form-group-horizontal textarea {
    font-size: 14px;
    width: 350px;
}

.form-group-horizontal input[type="file"] {
    font-size: 12px;
}

.form-group-horizontal select {
    font-size: 14px;
}

/* Form elements with normal align */
.form-group {
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form-group:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-group label {
    margin-bottom: 10px;
    display: block;	
}

.form-group input[type="text"] {
    font-size: 14px;
    width: 100%;
}

.form-group textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
}


#submit_revision_title{
    height: auto;
    resize: none;
}
/* ******************************************************************* */
/* ALERT */
/* ******************************************************************* */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    /* Border radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.alert.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert.info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert.warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert.danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.error_list{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}


ul.error_list {
    list-style: none;
}
/* ******************************************************************* */
/* BUTTONS CLASSES */
/* ******************************************************************* */
.button {
    display: inline-block;
    padding: 6px 10px;
    margin: 10px 0 0 0;

    /* border: 1px solid #8F0707; */

    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 0, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 0 30px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 0, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 0 30px inset;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 0, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 0 30px inset;

    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    filter: dropshadow(color=rgba(0, 0, 0, 0.4), offx=0, offy=-1);

    background: #8f0707; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmMDcwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #8f0707 0%, #670707 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f0707), color-stop(100%,#670707)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8f0707 0%,#670707 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8f0707 0%,#670707 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8f0707 0%,#670707 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8f0707 0%,#670707 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0707', endColorstr='#670707',GradientType=0 ); /* IE6-8 */

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button:hover {
    background: #a13926; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExMzkyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjA4MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a13926 0%, #7f0808 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a13926), color-stop(100%,#7f0808)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a13926 0%,#7f0808 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a13926 0%,#7f0808 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a13926 0%,#7f0808 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a13926 0%,#7f0808 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a13926', endColorstr='#7f0808',GradientType=0 ); /* IE6-8 */
}

.button.delete {
    background: #a0a0a0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwYTBhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzdjN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a0a0a0 0%, #7c7c7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a0a0a0 0%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a0a0a0 0%,#7c7c7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a0a0a0 0%,#7c7c7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a0a0a0 0%,#7c7c7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-8 */
}

.button.delete:hover {
    background: #b7b7b7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzkzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b7b7b7 0%, #939393 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#939393)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b7b7b7 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b7b7b7 0%,#939393 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b7b7b7 0%,#939393 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b7b7b7 0%,#939393 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#939393',GradientType=0 ); /* IE6-8 */
}


/* ******************************************************************* */
/* JQUERY UI - OVERWRITING JQUERY UI DIALOG */
/* ******************************************************************* */

/* Focus fo r UI Button */
ui-button:focus {
    outline: none;
}

/* Generic ui widgets attributes */
.ui-widget-content {
    border: 1px solid #ddddd8;
}

/* General Overlay */
.ui-widget-overlay {
    opacity: .6;
}

/* Dialog */
.ui-dialog {
    padding: 0;	
    border: 1px solid #fff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -moz-box-shadow:    0px 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
    box-shadow:         0px 1px 5px rgba(0,0,0,.5);
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1em 1.3em;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius:0;
    background: #a53927; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1MzkyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk0MjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzBhMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a53927 0%, #94241d 50%, #5c0a04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53927), color-stop(50%,#94241d), color-stop(100%,#5c0a04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53927', endColorstr='#5c0a04',GradientType=0 ); /* IE6-8 */
}


.ui-dialog label.fixed-width {
    display: inline-block;
    width: 100px;
}

.ui-dialog .ui-icon-closethick {
    background-image: none;	
}

.ui-dialog .ui-dialog-title {
    /* Test Shadow */
    text-shadow: 0px 1px 1px #000;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    font-size: 20px;
}

.ui-dialog .ui-dialog-content {
    padding: 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.ui-dialog .ui-dialog-content div {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px dotted #bbb;
}

.ui-dialog .ui-dialog-content div:last-child {
    border-bottom: 0;
}

.ui-dialog .ui-dialog-content h3 {
    font-size: 20px;
    padding: 8px;
    background-color: #d6d5bb;
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #FFF;
    /* Test Shadow */
    text-shadow: 0px 1px 1px #9d9d93;
    margin: 0 0 10px 0;
}

.ui-dialog .ui-dialog-content h4 {
    font-size: 14px;
    margin: 0 0 3px 0;
}

.ui-dialog .ui-dialog-content textarea {
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
}

.ui-dialog .ui-dialog-content input[type="radio"], .ui-dialog .ui-dialog-content input[type="checkbox"] {
    margin-right: 5px;
}

/* Element containing reviews list */
.ui-dialog .reviews {
    /*	max-height: 150px;
            overflow: auto;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.alert.report-content-warning{
    padding: 10px 0 !important;
    margin: 20px 0 !important;
}

#navv{
    margin: 25px 15px;
}


#navv .pager {   
    margin: 5px 0;
    padding: 0 5px;
    font-size: 100%;
    color:#4D4D4D;
}

#navv .pager + .pager{
    border-left: 1px solid #D5D5D5;
}

#profile-form input[type="text"]{
    position: relative;
    left: 85px;
}

.send_mail_editor_link.hidden{
    display: none;
}

.article-editor{
  display: block;
  white-space: nowrap;
  text-align: left;
}

.article-editor a{
  color: #8b0a08;
  font-weight: bold;
}

#journals_table{
    margin-top:20px;
    margin-bottom:20px;
}


#articletable-result-num {
    width: 100%;
    text-align: center;
    margin:0 0 20px;
}
#articletable-result-num span {
    font-size: 13px;
    color: #464646;
    padding: 0 10px;
}
