*
{
    margin: 0;
}
body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p, input, select, legend, textarea, fieldset
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}



body
{
    background: #C5DBEC; /* url(../images/logoSITRSfondo.gif); /*font-family: Arial, Helvetica, Verdana, sans-serif;*/
    height: 99.8%;
    font-size: 62.5% !important;
    background-attachment: fixed;
}

ul 
{
    padding-left:40px;
}

a
{
}

blockquote
{
    font-size: 100%;
    padding: 1.6em;
    /*border-top: 1px solid #C5DBEC;*/
    border-bottom: 1px solid #C5DBEC;
}

.wrapper
{
    position: relative;
    width: 98%;
    min-height: 100%;
    min-width:973px;
    max-width:1308px;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
    
}

.push
{
    height: 200px; /* .push must be the same height as .footer */
    clear: both;
}

.footer
{
    clear: both;
    position: relative;
    width: 98%;
    min-width:973px;
    max-width:1308px;
    margin: 10px auto 0 auto;
    border:none;
    /*border-top: 1px solid #A6C9E2;*/
    padding: 10px 0 5px;
    /*font-size:1em;*/
    /*height:184px;*/
    font-weight:normal !important;
    background:#5C9CCC  !important;
}

.footer a
{
    text-decoration:none;
}





.footerColumn
{
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 60px;
    margin-left: 20px;
    padding: 0 0 20px;
}

.footerColumn a
{
}

.footer h3
{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
    border-bottom: 1px solid #DDD;
}

.footer_bottom
{
    clear: both;
    border-top: 1px solid #DDD;
    padding-left:20px;
}



#navigation
{
}

.nav
{
    height: 50px;
    line-height: 30px;
    padding-left: 13px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 10px;
}

.nav, .nav ul
{
    list-style-type: none;
    list-style-position: outside;
}

.nav li
{
    float: left;
}

.nav li a
{
    border-left: 1px solid #C5DBEC;
    display: block;
    font-size: 1.3em;
    
}

.nav li:first-child a
{
    border: none;
}

.nav a
{
    /*display: block;
    float: left;
    line-height: 18px;
    outline: medium none;*/
    padding: 2px 5px;
    text-decoration: none;
    width: 70px;
    /*height: 35px;*/
}

.banner
{
    border-bottom: 1px solid #C5DBEC; 
    
    /*background-image: url(../images/slide/orto_snap.jpg);*/
    height: 100px;
}

/* Logo
   -------------------------------- */

.logo
{
    font-style:italic;
}

.logo a
{
    text-decoration: none;
}

.logo a span
{
}

.logo a img
{
    border: 0;
}

.icon
{
    float: left;
    margin-right: .3em;
}

.subMenu
{
    padding: 5px 10px;
    border:none;
    border-bottom: 1px solid #C5DBEC;
 
}


span.subLabel
{
    font-size: 14px;
    font-weight: normal;
}

.defaultContent
{
    margin: 10px;
}

.defaultContent h2
{
    border-bottom: 1px solid #C5DBEC;
    margin-bottom: 5px;
    font-weight:normal;
}

.defaultContent a
{
    /*text-decoration:none;*/
}


.entry
{
    padding: 20px 0 0 20px;
}

.entry h3
{
    margin-bottom: 5px;
    
}

.entry p 
{
    padding: 0 0 1em 0;
}


.content
{
    width: 580px;
}

.resultContent
{
    margin-left: 360px;
}

/*
#main 
{
    font-size:1.15em;
}
*/


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em;
    border: 1px solid #C5DBEC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}


fieldset legend
{
    margin-bottom: 0.5em;
    padding: 0 0.2em 0 0.2em;
}

input[type="text"]
{
    width: 99%;
}

textarea
{
    width: 99%;
    height: 8em;
}

input[type="password"]
{
    width: 200px;
}

input[type=search]
{
    -webkit-appearance: none;
    padding: 0.4em;
    width: 99%;
    
}


input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
{
    display: none;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border-collapse: collapse;
}

table td
{
    padding: 2px;
}

table th
{
    padding: 2px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label
{
    
    white-space: nowrap;
    overflow: hidden;
    padding: .3em;
    
}

.display-field
{
    padding: 0.3em;
    min-height: 1.4em;   
    margin-bottom:1em;
    
}


.editor-label
{
    padding: .3em;
    margin-top: .5em;
    white-space: nowrap;
    overflow: hidden;
    
}

.editor-field
{
    padding: .3em;
    min-height: 1.4em;
    border:none;
}

.editor-textarea
{
    height: 25px;
    margin-top: 2px;
    padding: 1px;
    overflow: hidden;
}


.rightBtns
{
    text-align: right;
    margin-top: 0.3em;
}

.searchDiv
{
    width: 350px;
    float: left;
}

.searchBox
{
    margin-bottom: 5px;
}

.searchInput
{
    padding: 2px;
    margin-bottom: 2px;
}

.searchInput input
{
    width: 95%;
}


.btnColumn
{
    width: 100px;
    text-align: center;
}

#logindisplay
{
    text-align: right;
    float: right;
}

.summaryDiv
{
    width: 190px;
    float: left;
}

.summaryDiv ul
{
    padding: 0;
    margin: 0;
}

.summaryDiv ul li
{
    list-style-type: none;
    white-space: nowrap;
    margin:5px;
}

.detailsDiv
{
    margin: 0;
    margin-left: 200px;
}

.treeDiv
{
    width: 355px;
    float: left;
    overflow: hidden;
}



#result a
{
    /*text-decoration: none;*/
    margin-right:0.2em;
}

.resultItem
{
    padding: 0.2em;
    margin-bottom: .3em;
    font-weight:normal !important;
}

.itemTitle
{
    padding-top: 0.2em;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemAbstract
{
    padding-top: .2em;
    margin-bottom: .1em;
    height: 2.3em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemType
{
    padding-top: 0.2em;
}

.itemIcon
{
    float: left;
    margin-right: .3em;
}



.itemBtn
{
    padding-top: 0.2em;
    text-align: right;
}

#bo2
{
    
    max-width: 1280px;
    min-height: 515px;
    margin: 0 315px 0 auto;
    overflow:hidden;
}

#bo
{
   margin: 10px;
}

