input, select, textarea, checkbox, button
{
    background-color: #d0d0f0;
    color: black;
    font-size: 8pt;
}

input[readonly]
{
    background-color: #d0d0d0;
}

.readonly-textarea
{
    background-color: #d0d0d0;
    border: 2px inset #d0d0f0;
    padding: 5px;
}

.readonly-select
{
    background-color: #d0d0d0;
    border: 2px inset #d0d0f0;
    padding-left: 3px;
    padding-right: 3px;
}

legend
{
    font-weight: bold;
    color: green;
    font-size: 120%;
}

td.legend
{
    padding-left: 1em;
    padding-right: 1em;
    text-align: right;
    font-weight: bold;
    color: #00a800;
}

td.required
{
    text-decoration: underline;
}

td.left
{
    text-align: left;
}

td.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

span.legend
{
    text-align: right;
    font-weight: bold;
    color: #00a800;
}

tr.line0
{
    background-color: #e0e0ff;
    color: inherit;
}

tr.line1
{
    background-color: #e0f0f0;
    color: inherit;
}

th
{
    background-color: #8080c0;
    color: inherit;
}


div.authorList
{
    line-height: 14pt;
    margin-left: 2em;
    color: black;
}

a
{
    text-decoration: none;
    color: black;
}

h1, div.h1, span.h1
{
    font-size: 14pt;
    font-weight: bold;
    line-height: normal;
}

h2, div.h2, span.h2
{
    font-size: 12pt;
    font-weight: bold;
    line-height: normal;
}

h3, div.h3, span.h3
{
    font-size: 10pt;
    font-weight: bold;
    line-height: normal;
}

a:hover
{
    text-decoration: underline;
}

div.workList
{
    line-height: normal;
    margin-left: 60px;
}

div.sep
{
    display: block;
    height: 6pt;
}

div.div3
{
    float: left;
    width: 30%;
    padding-right: 3%;
}

div.clear
{
    clear: both;
    height: 1px;
    line-height: 1px;
}

div.tran_works
{
    padding-left: 4em;
    padding-bottom: .5em;
}

.editlang
{
    pointer: hand;
}

.editlang:hover
{
    color: red;
}

.clear
{
    clear: both;
}


/* online bibliografia */
h2.online
{
    margin-left: 1em;
}

h3.online
{
    margin-left: 2em;
}

div.online_link_list
{
    margin-left: 4em;
}

div.online_link_list a
{
    display: block;
}

.hasright
{
    color: green;
}

.noright
{
    color: red;
}


.blogframe
{
    width: 640px;
    border: 1px inset purple;
    background-color: #e0e0ff;
    margin: 1em;
}

.bloghead
{
    background-color: #e0f0f0;
    border-bottom: 1px solid purple;
    margin: .5em;
}

.bloguser
{
    font-variant: small-caps;
    font-weight: bold;
    float: left;
}

.blogdate
{
    float: right;
}

.blogbody
{
    margin: .5em;
}

.blogfooter
{
    border-top: 1px solid purple;
    margin: .5em;
    text-align: right;
}


/* Links on the mainPage */

#ilinks
{
    width: 120px;
    position: absolute;
    top: 190px;
    left: 50px;
    text-align: center;
}

#ilinks a
{
    display: block;
    padding-bottom: .5em;
    padding-top: .5em;
}

#ilinks a:hover img
{
    border: 2px solid blue;
}

span.button, a.button
{
    color: inherit;
    background-color: #B3A984;
    border: 1px outset;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover span.button,
a.button:hover
{
    background-color: #B3B984;
}

.deletebutton
{
    color: red;
    background-color: #f0d0d0;
    border: 1px outset;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 2px;
    padding-bottom: 2px;
}


a:hover .deletebutton
{
    background-color: #f0c0c0;
}


.quadspace
{
    padding-left: 2em;
}


/*** Tree-view ***/
.subtree
{
    padding-left: 40px;
    border-left: 1px solid black;
}

.treeitem
{
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2em;
}

#idea
{
    margin-left: 360px;
    margin-top: 70px;
    width: 280px;
}

.invisible
{
    display: none;
}

.formErrorNum,
.formErrorMsg
{
    display: inline;
    font-weight: bolder;
    color: red;
}

.formErrorNum a,
.formErrorMsg a
{
    color: red;
}

div.formError
{
    border: 1px solid red;
    background-color: red;
}

tr.formError
{
    border: 1px solid red;
    background-color: red;
}

#languageTools
{
    border: 2px solid red;
    font-size: 120%;
    background-color: #FFA500; /*orange*/
    color: red;
    position: fixed;
    right: 10px;
    top: 28px;
    width: 1em;
    margin-left: -2em;
    text-align: center;
    z-index: 201;
}

#formEditHelp
{
    border: 2px solid red;
    font-size: 120%;
    background-color: #FFA500; /*orange*/
    color: red;
    position: fixed;
    right: 10px;
    top: 47px;
    width: 1em;
    margin-left: -2em;
    text-align: center;
    z-index: 201;
}
