/*
    [ITALIANO]
    NOTA DI COPYRIGHT

    COPYRIGHT 2008 OPENIA S.r.l. 

    Questo file è parte del software "OpenURP".
    Esso è concesso in licenza non esclusiva, non revocabile a titolo gratuito, 
    valida in tutto il mondo e a tempo indeterminato. L'utente è libero di 
    utilizzare, modificare copiare e distribuire il software solo secondo i termini 
    della licenza "OPENIA-1 OPEN LICENSE"

    IL PROGRAMMA E' DISTRIBUITO "COSI' COM'E'" SENZA ALCUNA GARANZIA RELATIVA ALLA 
    COMMERCIABILITÀ, ALL’IDONEITÀ PER UN FINE SPECIFICO, ALLA NON VIOLAZIONE DI 
    DIRITTI DI TERZI, ALL’ESATTEZZA OD ALLA PRESENZA DI ERRORI, SIANO ESSI 
    ACCERTABILI O MENO.

    Una copia della licenza e' distribuita insieme con il software e contenuta nel 
    file nominato "COPYRIGHT". in ogni caso laddove copia della licenza non fosse 
    rilasciata con il software, potete scaricarne una all'indirizzo:
    http://www.openia.it/license/openia-1.txt
*/

* {
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
    font-size: 13px;
}
body {
    color: black;
    padding: 0;
    margin: 0;
    background: white url(../img/logo_openia.gif) no-repeat fixed right bottom;
}
a {
    font-weight: bold;
    font-size: 8pt;
    color: #000;
    text-decoration: none;
}
img {
    border-width: 0px;
    vertical-align: bottom;
}
label{
    font-weight: bold;
    font-size: 11px;
}
hr {
    border: 0 none;
    background-color: black;
    height: 1px;
    width: 100%;
}
#map, #captchaImg {
    border: 1px solid black;
}
#map {
    width: 640px; 
    height: 320px;
}
table.listAssign {
    border-width : 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
}
table.listAssign tr td {
    text-align: center;
    
}
table.listAssign thead tr td {
    font-weight: bold;
}
.embed {
    vertical-align: middle;
}
.embed + img { 
    position: relative; 
    left: -21px; 
}
h1.webTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.webInsertOk {
    color: blue;
    text-align: center;
    font-weight: bold;
}
.webInsertError, .passError {
    color: red;
    text-align: center;
    font-weight: bold;
}
.passError {
    display: none;
}
.embed, .webform input.text {
    margin: 2px 0px 0px 0px;
    border: 1px solid black;
    font-size: 11px;
    padding: 2px;
    height: 14px;
    position: relative; 
    top: -1px; 
}
.webform {
    display: inline;
}
.webform textarea {
    margin: 2px 0px 0px 0px;
    border: 1px solid black;
    font-size: 11px;
    padding: 2px;
}
.webform textarea:active, .webform textarea:hover, .webform textarea:focus, 
.webform input.text:active, .webform input.text:hover, .webform input.text:focus, 
.embed:active, .embed:hover, .embed:focus{
    border-color: #6186BC;
}
.webform select {
    margin: 2px 0px 0px 0px;
    border: 1px solid black;
}
input.button{       
    border: 1px solid #C0C0C0;
    padding: 2px;
    color: black;
    font-size: 11px;
    font-weight: bold;  
    background-image: url(../img/bg_button.gif);
    vertical-align: middle;
}
input.button:active, input.button:focus, input.button:hover {
    border-color: #6186BC;
    color: #6186BC;
}
div.newsDiv {
    -moz-border-radius: 5px;
    border: 1px solid #6E6E6E;
    margin: 0 0 15px;
    padding: 10px;
    text-align: justify;
    float: left; 
    width: 100%
}
.newsColor {
    background-color: white;
}
.newsAlternateColor {
    background-color: #F8F8FF;
}
div.newsCal {
    width: 7%; 
    float:left;
}
div.newsCalBck {
    height: 50px;
}
div.newsCalDday {
    font-size: 18px;
    font-weight: bold;
    padding-left: 8px;
}
div.newsCalMonth {
    color: white;
    font-size: 8px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
}
div.newsText {
    width: 93%; 
    float: left;
}
div.newsTitle {
    font-weight: bold;
}
div.newsDate {
    font-style: italic;
    font-size: 11px;
}
div#header h1#headText {
    margin: 0;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}
div#footer {
    clear: both;
}
div#footer #footText {
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}
div#navigation div#navIndex {
    text-align: center;
}
div#navigation ul, div#reqButton ul {
    margin: 15px 0px;
    padding: 0px;
}
div#navigation li, div#reqButton li {
    display: inline;
    list-style-type: none;
    margin: 0px 0px 0px 1em;
}
div.reqButtons ul {
    margin: 15px 0px;
    padding-right: 10px;
    text-align: right;
}
div.reqButtons li {
    display: inline;
    list-style-type: none;
    margin: 0px 0px 0px 1em;
}
div#news {
    width: 85%;
    margin: auto;
}
div#reqDetail {
    width: 90%;
    margin: auto;
    border: 1px solid black;
    overflow: hidden;
}
div#reqDetail div#reqTitle {
    background-color: #6186BC;
    font-variant: small-caps;
    font-weight: bold;
    color: white;
    text-align: center;
}
div#reqDetail div.reqSubTitle {
    background-color: #81A2D1;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: black;
    font-variant: small-caps;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 15px 0px;
    clear: both;
}
div#reqDetail div.reqFields {
    width: 100%;
    clear: both;
}
div#reqDetail div.reqFields div.fieldTitle {
    width: 17%;
    padding-right: 1em;
    text-align: right;
    float: left;
}
div#reqDetail div.reqFields div.fieldText {
    width: 80%;
    text-align: left;
    float: left
}
div#reqDetail div.reqFields div.modFieldTitle {
    width: 40%;
    padding-right: 1em;
    text-align: right;
    float: left;
}
div#reqDetail div.reqFields div.modFieldText {
    width: 50%;
    text-align: left;
    float: left
}
pre.reqDescLong {
    line-height: 1.3;
    text-align: justify;
    margin: 0 0 15px;
}
div#reqDetail div#reqMap {
    text-align: center;
}
div#reqDetail div#reqMap div.mapDiv {
    margin: auto;
}
div#reqDetail div#reqAssignList {
    text-align: center;
    margin: auto auto 15px;
    width: 90%; 
}
div#reqDetail div#closeClause {
    text-align: center;
    margin: auto auto 15px;
    width: 90%; 
    font-weight: bold;
}
div#notAssignedText {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
div.ajaxLoader {
    text-align: center;
    width: 100%;
}
div.closeDiv {
    clear: both;
    margin-bottom: 15px;
}
div#insSuccess, div#insError {
    text-align: center;
    width: 90%;
    margin: auto auto 15px;
    padding: 10px 0 10px;
    border: 1px solid black;        
}
.dragWin {
    cursor: move;
}
div#formDetail {
    margin: auto;
    border: 1px solid black;
    overflow: hidden;
}
div#formDetail div#formTitle {
    background-color: #6186BC;
    font-variant: small-caps;
    font-weight: bold;
    color: white;
    text-align: center;
}
div#formDetail div.formFields {
    width: 100%;
    clear: both;
}
div#formDetail div.formFields div.formFieldTitle {
    width: 40%;
    padding-right: 1em;
    text-align: right;
    float: left;
}
div#formDetail div.formFields div.formFieldText {
    width: 50%;
    text-align: left;
    float: left
}
div#privacyBox {
    text-align: center;
}