/**************************************
 * THEME NAME: ILS_theme
 *
 * Files included in this sheet:
 *
 *   ILS_theme/ils_default.css
 *   ILS_theme/js/formalize/stylesheets/formalize.css
 **************************************/

/***** ILS_theme/ils_default.css start *****/

/* Corpo e struttura base ---------------------------- */

body {
    margin: 0px;
    background-color: #eaeaea;
    color: #555;
    letter-spacing: normal;
}

body, td, li, input, select, textarea {
    font-family: verdana;
    font-size: 12px;
}

body, p, th, td, li, .sideblock .content {
    line-height:1.4;
}

#global_container{
    margin: 0;
    padding: 0;
    border: none;
    background: #fff url(images/sfondo.png) repeat-x top;
}

.surround {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    position: relative;
}

#layout-table #left-column, #layout-table #right-column, #layout-table {
    border: none;
}

#layout-table #middle-column{
    vertical-align:top;
    padding-left:10px;
    padding-right:10px;
}

#layout-table #left-column{
    vertical-align:top;
    padding-left:5px;
    padding-right:0px;
}

#layout-table #right-column{
    vertical-align:top;
    padding-left:0px;
    padding-right:5px;
}

#left-column .hidden .header, #right-column .hidden .header {
    border-bottom-width: 0;
}

#content {
    clear:both;
    overflow: visible;
    padding-top: 5px;
    padding-bottom: 5px;
}

input, select {
    padding: 0px;
}

.sitetopic {
    padding:0px;
    margin: 0px;
}

.generaltable {
    border-width:0px;
}

.glossarytable {
    border-width:1px;
    border-style:solid;
}

.generalbox {
    border-width:1px;
    border-style:solid;
    padding: 5px;
    margin-bottom:30px;
}

.sitetopiccontent {
    border-width:1px;
    border-style:solid;
}

.clearfix {
    min-width: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.headermenu {
    color: #ccc;
}

.headermenu a {
    color: #999;
}

th {
    border-color:#ccc;
    color: #999;
}

th.header,
td.header,
div.header {
    border-color:#ccc;
    color: #555;
}

th.header a,
td.header a,
div.header a {
    color: #555;
}

th.header {
    border-top: 1px solid #bfbfbf;
}

#left-column .hidden .header, #right-column .hidden .header {
    border-color:#ccc;
}

#layout-table #left-column, #layout-table #right-column {
    border-color:#ccc;
}

.generalbox {
    border-color:#ccc;
    background-color:#fff;
}

.generaltable,
.generaltable td {
    border-color:#ccc;
}


.generaltable .r0 {
    background-color:#fff;
}

.generaltable .r1 {
    background-color:#fff;
}

.generaltable .r1 td.cell.c0 {
    border-color:#ccc;
}

.navbar, .navbar a {
    background: none;
    color: #555;
}

.sitetopiccontent {
    border-color:#ccc;
    background-color:#fff;
}

.highlight {
    background-color:#ccc;
}

.highlight2 {
    color:#ccc; /* highlight missing terms in forum search */
}

.clearer {
    font-size:1px;
}

th {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
}

.headermain {
    font-size: 1.7em;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: verdana;
    font-weight: bold;
    font-size: 1em;
}


.categorybox .category {
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
    font-weight: bold;
}

fieldset{
    border: 0;
}

/* Roles ----------------------------------------- */

.rolecap .capdefault, .rolecap .allow.capdefault {
    background-color:#555;
}

#admin-roles-override .capcurrent {
    background-color:#555;
}

/* Headings ----------------------------------------- */

h1, h2, h3, th.header {
    border-width: 0px;
    border-style: solid;
}

h1 {
    padding: 0 0 6px 0;
    color: #016f7e;
    border-bottom: 3px solid #DDD;
    font-size: 14px;
    font-weight: bold;
}

h2 {
    padding: 4px;
    color: #555;
}

h3 {
    padding: 3px;
    font-size:1.1em;
}

h4 {
    font-weight:bold;
    border-bottom-style: solid;
    border-bottom-width:1px; 
}

h1.main, h2.main, h3.main,
h4.main, h5.main, h6.main {
    text-align: left;
    padding-left: 5px;
}

h2.main  {
    margin-top: 0px;
    color:#555;
    font-size:16px;
}

h1.headermain {
    background-color: transparent;
}

h2.headingblock.header  {
    border: 1px solid #bfbfbf;
    font-size:1.15em;
    letter-spacing: 0px;
}

h2 .headingblock, .header  {
    background-color: #dfdfdf;
    color: #555;
    text-shadow: 0 1px 0 #FFF;
    border-top: 1px solid #BFBFBF;
}

h1, h2, h3, h4 {
    font-family: verdana;
    text-align: left;
    margin-top: 0px;
}

/* Link ----------------------------------------------------- */

a:link {
    color: #c15201;
    text-decoration: none;
}

a:visited {
    color:#c15201;
    text-decoration: none;
}

a:hover {
    color: #c15201;
    text-decoration: underline;
}

a.dimmed:link,
a.dimmed:visited {
    color:#aaa;
}

/* Header ----------------------------------------------------- */

#header-home {
    border-width:0px;
    border-style:solid;
    background: transparent;
    width: 398px;
    height: 107px;
    position: absolute;
    left: 0px;
}

#header {
    position: relative;
    height:120px;
    width: 1000px;
    background-image: url(images/sfondo_header.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    /*z-index: 100000;*/
}

#info_provider{
    position: relative;
    top: 120px;
    left: 50px;
    color: #fff;
    font-weight: bold;
}

#info_provider a{
    color: #fff;
    text-decoration: underline;
}

.utility_menu {
    font-family: verdana;
    color: #555;
    text-shadow:0 1px 0 #fff;
    width: 1000px;
    height: 36px;
    margin-top: 7px;
    padding-top: 6px;
    background: url("images/main_menu.png") no-repeat scroll left top transparent;
}

.utility_menu ul {
    float: left;
    padding-left: 20px;
    display: inline;
    font-size: 10px;
}

.utility_menu ul.login_box{
    float: right;
    list-style: none;
    padding-left: 20px;
    display: inline;
    font-size: 10px;
    padding-right: 20px;
}

.utility_menu ul li{
    float: left;
    display: inline;
    padding: 0 14px ;
    color: #555 !important;
}

.utility_menu ul li:last-child {
    background: none;
}

.utility_menu ul li a{
    color: #555;
}

.utility_menu ul li a:hover{
    color: #c15201;
    text-decoration: underline;
}

.utility_menu ul li#login a{
    color: #cfae13;
}

.utility_menu ul li#login a:hover {
    color: #fc0;
}

.headermain, h1.headermain {
    float:left;
    margin:0%;
    padding:0%;
    border-width: 0px;
    padding-left: 5px;
}

.headermenu {
    float:right;
    text-align:right;
}

#header-profile{

}

.header-profilepic {
    text-align:right;
    margin: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #aaa;
}

.header-profileblock {
    text-align:left;
    position: absolute;
    left: 810px;
    top: 35px;
}

.header-profilename {
    text-align:left;
    font-weight: bold;
    color: #555;
    font-size: 13px;
}

.header-profileoptions {
    text-align: left;
    color: #ccc;
}

.header-profileoptions ul li {
    padding-left: 10px;
    display: inline;
}

.header-profileoptions .loginform {
    width: 5em;
    margin-left:4px;
    display: inline;
}

.header-profilename a {
    font-family: verdana;
    font-size: 16px;
    letter-spacing: -1px;
    text-decoration: none;
    font-weight:bold;
    text-shadow: 0 1px 0 #FFFFFF;
}

.header-profileoptions a {
    font-family: verdana;
    letter-spacing: -1px;
}

.header-profilename a {
    color: #00616F;
}

.header-profilename a:hover {
    color: #00616F;
}

.header-profileoptions a {
    color: #c15201;
}

.header-profileoptions a:hover {
    color: #c15201;
    text-decoration: underline;
}

.navbar {
    width:100%;
    padding:3px 0.5em;
    border-width:0px;
    height: 35px;
}

div.navbar {
    width: auto;
}

table.navbar {
    width: 100%;
}

.navbar .navbutton form {
    float: left;
}

.navbar .navbutton {
    margin-top: 3px;
}

.navbar .breadcrumb {
    float:left;
    margin:0.2em 0em;
}

.navbar .navbutton,
.navbar .menu {
    float:right;
}

.breadcrumb {
    font-family: verdana;
    font-size:1em;
    font-weight:normal;
}

.breadcrumb ul {
    padding:0%;
    margin:0%;
    text-indent:0%;
    list-style:none;
}
.breadcrumb li {
    display:inline;
}

.breadcrumb a {
    font-family: verdana;
    font-size:1em;
    font-weight:normal;
}

.navbar ul{
    margin: 0px;
    padding-left: 10px;
}
.navbar ul li{
    padding-left: 0px;
    padding-right: 7px;
}

.logininfo, #header-home .headermenu font {
    font-size:.8em;
}

/* Footer ----------------------------------------------------- */

#footer {
    margin-top : 0px;
    background: url(images/footer.png) repeat-x top;
    clear: both;
}

#footer_content{
    width: 960px;
    height: 160px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    color: #555;
    text-shadow: 0 1px #ECECEC;
}

#footer_content h4 {
    padding: 15px 0px 15px 10px;
    font-size: 20px;
    color: #32353b;
    font-weight: normal;
    border: none;
    margin: 0px;
}


/* Blocchi ----------------------------------------------------- */

.sideblock {
    color: #555555;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.sideblock .content {
    border: none;
    background-color: transparent;
    padding: 4px;
}

.sideblock .content ul.list li{
    margin-bottom: 4px;
    margin-top: 4px;
}

.sideblock .header h2 {
    border: none !important;
    padding-top: 4px;
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 #a44301;
}

.sideblock .header{
    border: none !important;
    color: #fff;
    background: #d65701 url("images/sfondo_titolo_blocchi.png") top left repeat-x;
}

.sideblock .footer {
    border-top: 1px dashed #ccc;
    font-size:0.85em;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sideblock .header .hide-show-image {
    width: 9px;
    height: 7px;
    margin-top: 9px;
    margin-right: 2px;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
    color: #555555;
}

/* Calendario ----------------------------------------------------- */

#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event {
    border:1px solid;
    padding:4px;
}

#calendar .sideblock .header {
    border-left:0px solid !important;
    border-top:0px solid !important;
    border-right:0px solid !important;
    border-bottom:0px solid !important;
}

#calendar .today,
.minicalendar .today {
    border: 1px solid #555 !important;
    background-color: #ffe5cc;
}

table.minicalendar {
    width: 100%;
    margin:10px auto;
    padding:2px;
    border: none;
}

table.minicalendar tr.weekdays th {
    border-style: none;
    color: #555;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
}

table.minicalendar tr td.day {
    border-style: solid;
    border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
    border-style: none;
}

table.calendarmonth {
    border-collapse:separate;
    border-spacing:1px !important;
    border: none;
}

table.calendarmonth tr td  {
    border-style: solid;
    border-width: 1px;
}

.cal_popup_bg {
    position:relative;
    left: -350px;
    padding:0px;
    margin:0px;
    border:1px solid;
}

#calendar .maincalendar,
#calendar .eventlist .event {
    border-color: #cccccc;
    background: #ffffff;
}

#calendar .maincalendar .header {
    border-color: #cccccc;
    color: #555555;
}

#calendar .sideblock {
    border-left: #cccccc !important;
    border-top: #cccccc !important;
    border-right: #cccccc !important;
    border-bottom: #cccccc !important;
}

#calendar .sideblock {
    background: #ffffff;
}

#calendar .event {
    border-color: #ff0000;
}

#calendar .maincalendar table.calendarmonth th {
    border-color: #cccccc;
}

#calendar .maincalendar table.calendarmonth td {
    border-color: #cccccc;
    font-size:1em;
}

table.calendarmonth tr td {
    border-color:#cccccc;
}

table.minicalendar {
    border-color:#cccccc;
}

table.minicalendar tr td.day {
    border-color:#cccccc;
}

table.minicalendar tr td.weekend {
    border-color:#cccccc;
    color: #C86619;
}

/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
    border-color: #def2ba !important;
    background-color: #def2ba;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
    border-color: #c6dfeb !important;
    background-color: #c6dfeb;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
    border-color: #feffc2 !important;
    background-color: #feffc2;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
    border-color: #d9c6e2 !important;
    background-color: #d9c6e2;
}

.cal_popup_fg {
    background-color: #fff;
}

.cal_popup_bg {
    border-color: #ccc;
    background-color: #fff;
}

#calendar .maincalendar .calendar-controls .current {
    font-weight: bold;
}

#calendar .sidecalendar .filters {
    font-size: 0.75em
}

table.minicalendar tr td {
    font-size: 1em;
}

/* Login ----------------------------------------------------- */

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
    border-color:#ccc;
}

.loginbox .content {
    border-color:#ccc;
    border-top-width: 1px;
}

TABLE.loginbox {
    margin-top: 40px;
}

.loginbox .header {
    border-width:1px;
    border-style:solid;
    border-bottom-width: 0px;
}

.block_login .loginform div{
    text-align: center;
}

.block_login .loginform div label{
    width: 70px;
    margin-right: 5px;
}

.block_login .loginform div input#login_username,
.block_login .loginform div input#login_password{
    width: 90px;
}

.block_login .loginform div.c1.btn{
    text-align: center;
    padding: 0 0 0 36px;
}

/* Course ----------------------------------------------------- */

.headingblock {
    background-color: #dfdfdf;
    color: #555;
    border: 1px solid #bfbfbf;
}

.headingblock .outline {
    background-color: #dfdfdf;
    color: #555;
    border: 1px solid #bfbfbf;
}

.coursebox {
    border-color:#ccc;
    background: #fff;
}

.coursebox .info {
    background: #fff;
}

.categoryboxcontent,
.courseboxcontent {
    border-color:#ccc;
    background: #FFF;
}

.categorybox .category,
.categorybox .category {
    border-color: #ccc;
}

#course-view .section.main .content {
    border-color: #ccc;
    background-color: #fff;
}

#course-view .section.main .side {
    border-color: #ccc;
    background-color: #fff;
}

#course-view .current .right.side,
#course-view .current .left.side {
    background-color: #ffdbad;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
    border-color:#ccc;
}

#course-view .section .left {
    font-weight: bold;
    font-size: 1.2em;
}

.coursebox .info .name {
    font-weight: bold;
    font-size: 1.2em;
}

/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
.arrow, .arrow_button input {
    font-family: verdana;
}

.sep{
    font-size: 9px;
    color: #ccc;
}

p.arrow_button input {
    font-family: verdana;
}

/*Accessibility: resizable icons. */
img.resize {
    width: 1em;
    height: 1em;
}

.headingblock {
    border-width:1px;
    border-style:solid;
    padding:4px;
}

.categorybox .category,
.categorybox .category {
    border-bottom: solid;
    border-width: 1px;
    padding-top: 7px;
}

#course-view .section .left {
    border-right-width: 1px;
    border-right-style: dashed;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
    border-width: 1px;
    border-style: dashed;
}

#course-view .section td.content ul.section.img-text {
    line-height: 22px;
}

#course-view .section td.content ul.section.img-text li.activity.label {
    line-height: 16px;
    margin-bottom: 5px;
}

.coursebox .info .name {
    padding-bottom: 5px;
}


.tabrow0 {
    padding-top: 4px;
}

.courseboxes {
    width: 95%;
}


img.iconhelp, .helplink img{
    width: auto;
    height: auto;
    vertical-align: text-top;
}

form#switchrole{
    margin-right: 10px;
}


/* Tabs ----------------------------------------------------- */

ul.tabrow li {
    background:url(pix/tab/left.gif) top left no-repeat;
}

.tabs .side {
    border-color: #cccccc;
}
.tabrow td {
    background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
    background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
    background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
    background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
    background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
    background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
    background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
    background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
    background-image:url(pix/tab/right_active_hover.gif);
}

/* Modules: Forum ----------------------------------------------------- */

.forumheaderlist,
.forumpost {
    border-color:#cccccc;
}

.forumpost .content {
    background: #ffffff;
}

.forumpost .left {
    background:#f3f3f3;
}

.forumpost .topic {
    border-bottom-color: #cccccc;
}

.forumheaderlist .discussion .starter {
    background:#ffffff;
}

.forumheaderlist td {
    border-color: #cccccc;
}

.sideblock .post .head {
    color:#ffffff;
}

.forumthread .unread {
    background: #ffffff;
}
#mod-forum-discuss .forumpost {
    background: none;
}

#mod-forum-discuss .forumpost.unread .content {
    border-color: #cccccc;
}

.forumpost .topic .subject {
    font-weight: bold;
    font-size: 1.2em;
}

/* Module: Glossary ----------------------------------------------------- */

.picture,
.entryattachment,
.entryapproval {
    background-color: #3b5998;
}

.entrybox {
    border-color: #cccccc;
}

.glossarypost.dictionary,
.glossarypost.fullwithauthor,
.glossarypost.fullwithoutauthor,
.glossarypost.continuous,
.glossarypost.encyclopedia,
.glossarypost.faq {
    border-color: #cccccc;
    background-color: #FFFFFF;
}

.glossarycategoryheader th  {
    background-color: #F7F6F1;
}

.glossarycategoryheader h2,
.glossarypost .concept h3 {
    background-color: #FFFFFF
}

.glossarypost div.concept h3,
.glossarypost.continuous .concept {
    display: inline;
}

.entry .concept,
.entryheader .concept {
    margin-top: 5px;
    margin-bottom: 10px;
}

.glossarypost.continuous {
    padding: 5px;
}

/* Error message ----------------------------------------------------- */

.errorbox {
    border-color:#990000;
    background-color:#ffffff;
}

.errorboxcontent {
    background-color:#ffffff;
}

/* Grade ----------------------------------------------------- */

.grade-report-grader table#user-grades td.cell span.gradepass {
    background-color: #C2EBBD;
}

.grade-report-grader table#user-grades td.cell span.gradefail {
    background-color: #EBC4BD;
}

/* User ----------------------------------------------------- */

.userinfobox {
    border-color: #cccccc;
    border-width: 2px;
}

.userinfobox .side {
    background-color: #ffffff;
}

.userinfobox .content {
    background-color: #ffffff;
}

/* Dichiarazioni aggiuntive --------------------------------- */

span.testoEvidenziato{
    color: #FF881F;
}

.requiredField, .evidenziato{
    color: #FF6600;
}

div#pannelloErrori, div#pannelloErroriNote{
    color: #FF6600;
}

button.bottoneImmagine{
    border: none;
    background-color: transparent;
    background-image: none;
    color: #0082BC;
}
div#messaggioBacheca{
    border: 1px solid #DDDDDD;
}

div#intestazioneMessaggioBacheca{
    border-bottom: 1px solid #DDDDDD;
    background-repeat: repeat-x;
}

div#headerBloccoNote{
    background-color: #dfdfdf;
    border: 1px solid #bfbfbf;
}

div#corpoBloccoNote{
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

div#infoMessaggioBacheca, div#infoPost{
    border-bottom: 1px solid #DDDDDD;
    background-color: #EEEEEE;
}

div#discussione{
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
}

.barraInferioreForm{
    border-top: 1px dotted #BBBBBB;
}

.bordoGrigio{
    border: 1px solid #BBBBBB;
}

div#intestazioneMessaggioBacheca{
    color: #35618c;
    font-weight: bold;
}

div#testoInfoMessaggioBacheca, div#testoInfoPost{
    color: #777777;
    font-style: italic;
}

.vuoto{
    color: #999999;
}

.grassetto{
    font-weight: bold;
}

.lampeggiante{
    text-decoration: blink;
}

p#passwordForumErrata{
    color: #ffff99;
}

span.collegamentoJavascriptBlu{
    color:#0082BC;
}

span.collegamentoJavascriptGiallo{
    color:#ffff99;
}

span.collegamentoJavascriptGiallo:hover, span.collegamentoJavascriptBlu:hover{
    color:#FF881F;
}

table.tabellaStandard{
    width: auto;
}

table.tabellaStandardCentrale{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

select#selectTaggingCatalog{
    width: 213px;
}

.s{
    width: 50px;
}

.m{
    width: 100px;
}

.l{
    width: 200px;
}

.standard{
    width: 250px;
}

.xl{
    width: 300px;
}

.xxl{
    width: 350px;
}

.xxxl{
    width: 400px;
}

.cursoreMano{
    cursor: pointer;
}

div.listaPotenzialiIscritti{
    width: 40%;
    float: left;
}

.elencoMultiplo{
    width: 100%;
    background-image: none;
    height: 400px;
}

.barraSpostamentoCentrale{
    width: 10%;
    float: left;
    vertical-align: middle;
}

.barraSpostamentoCentrale > div{
    text-align:center;
    margin-top: 200px;
}

button.bottoneFreccia{
    width: 48px;
    height: 48px;
    background-image: none;
    border:none;
}

div.barraInferioreListaIscritti{
    margin-top: 10px;
    border-top: 1px dotted #BBBBBB;
    padding-top: 10px;
    text-align: center;
}

.superiore{
    vertical-align: top;
}

textarea.descrizione{
    border: 1px solid #BBBBBB;
    margin-left: 10px;
    width:250px;
    height: 100px;
}

div#datiAccountSecondLife{
    float:left;
    width: 66%;
}

div#logoSL{
    float:left;
    text-align:center;
}

div.barraStrumentiLaterale{
    float: left;
    width: 42%;
}

div.bloccoRangeDate{
    float:left;
    width: 26%;
    height: 118px;
    text-align: right;
    margin-left: 10px;
    padding: 4px;
    border: 2px solid #CCCCCC;
    background-color: #EEEEEE;
}

div.bloccoTestoLaterale{
    float:left;
    width: 80%;
    text-align:justify;
}

div.bloccoTestoLaterale70Perc{
    float:left;
    width: 70%;
    text-align:justify;
}

img.immagineLeaterale{
    float:left;
}

div#introForum{
    margin-top: 20px;
    margin-bottom: 20px;
}

.contenutoCentrale{
    text-align: center;
}

p#titoloRangeDate{
    text-align:center;
    margin-top: 0px;
    font-weight: bold;
}

div.adminsearchform  input{
    width: auto;
}

div.opzioniTrasferimentoCSV{
    margin-top: 20px;
    border-top: 1px dotted #BBBBBB;
    padding-top: 5px;
    padding-bottom: 5px;
}

.barraInferioreForm{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 3px;
    text-align: center;
}

div.mod-scorm{
    width: 90%;
    text-align: justify;
}

iframe.scoframe{
    border: 0px;
}

.strumenti_footer{
    margin-top: 10px;
    padding: 5px;
}

div#strumento{
    width: 70px;
    text-align: center;
    float:left;
    margin-right: 15px;
}

p#titolo_strumento{
    margin-top: 2px;
    height: 40px;
}

button.bottoneImmagine{
    width: 70px;
    text-align: center;
    float:left;
    margin-right: 15px;
    cursor: pointer;
}

li.listaConIcone{
    list-style-type: none;
}

.senzaPadding{
    padding: 0px;
}

div#messaggioBacheca{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;

}

div.bloccoAlberoCataloghi{
    width: 50%;
    float: left;
}

div.bloccoAlberoCataloghiXL{
    width: 60%;
    float: left;
}

div.bloccoDestro{
    width: 47%;
    float:left;
    margin-left: 10px;
}

div#indicatoreStatoRoomWebmeeting{
    float: left;
    width: 55%;
    text-align: right;
}

div#intestazioneMessaggioBacheca{
    height: 24px;
    padding-top: 5px;
    padding-left: 5px;
}

div#infoMessaggioBacheca, div#infoPost{
    height: 50px;
    padding-top: 15px;
    padding-left: 5px;
}

div#corpoMessaggioBacheca, div#corpoPost{
    heigth: 100%;
    padding: 5px;
}

div#fotoAdminMessaggioBacheca, div#fotoPost{
    width: 45px;
    float:left;
}

div#testoInfoMessaggioBacheca, div#testoInfoPost{
    float:left;
}

div#discussione{
    margin-bottom: 10px;
    margin-right: 5px;
}

div#headerBloccoNote{
    height: 15px;
    vertical-align: middle;
    padding: 3px;
    text-align: left;
}

div#bloccoNote{
    margin-bottom: 3px;
}

div#corpoBloccoNote{
    text-align:left;
    padding: 3px;
}

span.collegamentoJavascriptGiallo, span.collegamentoJavascriptBlu{
    cursor: pointer;
}

.rientrato{
    margin-left: 15px;
}

.elementi_sx_menu{
    text-align: right;
    margin-right: 10px;
}

/***
 *** Importati dal vecchio "Scorm Reporter"
 ***/

img{
    border: 0 none;
}

.icona_azione{
    padding-left: 2px;
    padding-right: 2px;
}

.errore{
    font-weight: bold;
    color: #FF3333;
    text-align: center;
    width: 100%;
}

.messaggio{
    font-weight: bold;
    color: #6699FF;
    text-align: center;
    width: 100%;
}

#messaggioInfo, #messaggioErrore{
    margin-bottom: 10px;
}

.totale{
    border-top: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0099FF;
    font-weight: bold;
}

.totale_centrale{
    border-top: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0099FF;
    font-weight: bold;
    text-align: center;
}

.grafico{
    margin-bottom: 5px;
}

tr.alternativo{
    background-color: #E4E4E4;
}

tr.evidenziata{
    background: #FFCC66;
}

td.giustificato{
    text-align: justify;
    vertical-align: top;
}

.evidenziabile{
    margin-bottom: 15px;
}

.blocco_sx{
    float: left;
    width: 50%;
}

.blocco_sx_accessi{
    float: left;
    width: 40%;
}

.blocco_dx{
    float: right;
    width: 48%;
}

.blocco_dx_accessi{
    float: right;
    width: 58%;
}

.blocco_dx_grafico{
    float: right;
    width: 48%;
    text-align: center;
}

.blocco_sx_main{
    float: left;
    width: 30%;
}

.blocco_dx_main{
    padding-top: 23px;
    width: 61%;
    margin-left: auto;
    margin-right: auto;
}

.clearer_dx{
    clear: right;
}

.titolo{
    text-align: left;
    border-bottom: 2px dotted #0082BC;
    color: #35618C;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

th.titolo_tabella{
    background-color: #35618C;
    color: white;
}

th.titolo_tabella_sx{
    background-color: #35618C;
    color: white;
    text-align: left;
}

td.dati_top_voce{
    vertical-align: top;
    color: #35618C;
    font-style: italic;
}

td.dati_top{
    vertical-align: top;
}

td.dati_centrali{
    text-align: center;
}

td.dati_dx{
    text-align: right;
}

.paginazione, .controlli_grafico{
    width: 100%;
    text-align: right;
    margin-bottom: 3px;
}

.nota{
    text-align: left;
    font-size: 11px;
    color: #888888;
}

.trend_su, .trend_giu, .trend_stabile{
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    font-weight: bold;
}

.testoVerde, .testoRosso, .testoGiallo{
    font-weight: bold;
}

.trend_su, .testoVerde{
    color: #2BB842;
}

.trend_giu, .testoRosso{
    color: #FF2D00;
}

.trend_stabile, .testoGiallo{
    color: #FF881F;
}

.flottanteDestro{
    float:right;
}

.flottanteSinistro{
    float:left;
}

.clearer{
    clear: both;
}

table{
    width: 100%;
}/***** ILS_theme/ils_default.css end *****/

/***** ILS_theme/js/formalize/stylesheets/formalize.css start *****/

/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
	width: 50px;
}

.input_small {
	width: 100px;
}

.input_medium {
	width: 150px;
}

.input_large {
	width: 200px;
}

.input_xlarge {
	width: 250px;
}

.input_xxlarge {
	width: 300px;
}

.input_full {
	width: 100%;
}

/*
	Added via JS to <textarea> and class="input_full".
	Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
	display: block;
	padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
	border: 0;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input,
button,
select,
textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
	margin: 0;
	vertical-align: middle;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background: #ddd url(../images/button.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
	background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #444343;
	font: bold 12px/1.2 Arial, sans-serif;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	text-shadow: #fff 0 1px 1px;
	width: auto;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 0px;
}

button {
	/* IE7 */
	*padding-top: 1px;
	*padding-bottom: 1px;
}

button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
	color: #888;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #444343;
	outline: 0;
	padding: 2px 3px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	height: 1.8em;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

/*
	Separate rule for Firefox.
	Cannot stack with WebKit's.
*/
input.placeholder_text,
textarea.placeholder_text {
	color: #888;
}

::-webkit-input-placeholder {
	color: #888;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
	background-color: #eee;
	color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	/*-moz-box-shadow: #06f 0 0 7px;
	-webkit-box-shadow: #06f 0 0 7px;
	box-shadow: #06f 0 0 7px;
        background-color: #E2F3FF;*/

	/* for Opera */
	z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is_webkit select {
	/* Tweaks for Safari + Chrome. */
	background-image: url(../images/select_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

textarea,
select[multiple] {
	height: auto;
}

select[multiple],
.is_webkit select[multiple] {
	background-image: none;
	padding: 0;
}

textarea {
  min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

optgroup {
	color: #444343;
	font-style: normal;
	font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/

/*
	Everything below this line is for IE6.
	Delete it if you don't support it! :)

	Classes are added dynamically via JS,
	because IE6 doesn't support attribute
	selectors: .ie6_button, .ie6_input, etc.

	Note: These style rules are somewhat
	duplicated because IE6 bombs out when
	it sees attribute selectors. Example:

	.ie6_button {
		This works in IE6.
	}

	.ie6_button,
	input[type=submit] {
		This doesn't work.
	}
*/

.ie6_button,
* html button {
	background: #ddd url(../images/button.png) repeat-x;
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #444343;
	font: bold 12px/1.2 Arial, sans-serif;
	padding: 2px 10px 0px;
	overflow: visible;
	width: auto;
}

* html button {
	padding-top: 1px;
	padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
	background: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #444343;
	padding: 2px 3px 1px;
	font-size: 1px;
	font-family: Arial, sans-serif;
	vertical-align: top;
}

* html select {
	margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
	color: #888;
}

.ie6_input_disabled {
	background: #eee;
}/***** ILS_theme/js/formalize/stylesheets/formalize.css end *****/

