/**************************************
 * THEME NAME: praticanti
 *
 * Files included in this sheet:
 *
 *   praticanti/cornflower.css
 *   praticanti/praticanti_new.css
 **************************************/

/***** praticanti/cornflower.css start *****/

/*******************************************************************
 Cornflower CSS
  
 This CSS file contains all color and layout definitions 
 for the Cornflower theme.
 
 This theme requires the Standard theme to be present.
 
*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#054377;
}

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

body {
  background-color:#739FC4;
  border-color:#F7F7F7;
}

th.header,
td.header,
div.header {
    background-color: #739FC4;
}

.navbar {
  background-color:#D0E2EE;
  border-color:#D0E2EE;
  
}

.generalbox {
  border-color:#739FC4; 
}
.informationbox {
  border-color:#739FC4; 
}
.feedbackbox {
  border-color: #739FC4; 
}

.noticebox {
  border-color:#739FC4; 
}

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

.tabledivider {
  border-color:#739FC4;
}

.sitetopic {
}

.sitetopiccontent {
  border-color:#739FC4;
  background-color:#FFFFFF;
}

.unread {
  background: #78A2CD;
} 

/***
 *** Header
 ***/

#header-home, #header {
background: #ececec url(images/hdbg.jpg) 1px 0 repeat-x;
height:112px;

}

.headermain {
  background: transparent url(images/hdbgend.jpg) 100% 0 no-repeat;
  float: none;
  
}


/***
 *** Admin
 ***/

.admin .generalboxcontent {
  background-color:#EEEEEE; 
}

.admin .generalbox {
  border-color:#739FC4; 
}

.admin .informationbox {
  border-color:#739FC4; 
  background-color:#FFFFFF; 
}


/***
 *** Blocks
 ***/

.sideblock {
    border-top: 1px solid #739FC4;
    border-right: 1px solid #4A677F;
    border-bottom: 2px groove #4A677F;
    border-left: 1px solid #4A677F;
}



.sideblock .header {
  text-align: left;
  padding:4px;
  background-color: #739FC4;
  border-bottom: 2px groove #739FC4;
}

.sideblock .content {
  background-color:#FFFFFF;
}

.sideblock .header .commands {
  float: right;
  margin-top: 0.3em;
}

/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #739FC4;
}

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

table.minicalendar {
  border-color:#739FC4;
}

#calendar .maincalendar .eventlist .event {
  border-color:#739FC4;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#739FC4;
}

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}

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

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

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

#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#2EBA0E !important;
  border-bottom-color:#2EBA0E !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#FF9966 !important;
  border-bottom-color:#FF9966 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FBBB23 !important;
  border-bottom-color:#FBBB23 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#A1BECB !important;
  border-bottom-color:#A1BECB !important;
}

#calendar .weekend,
.minicalendar .weekend {
  color:#FF0000;
}

#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}

.cal_popup_fg {
  background-color:#FFFFFF;
}

.cal_popup_bg {
  border-color:#000000;
  background-color:#FFFFFF;
}

#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color: #FFFFFF;
}



/***
 *** Course
 ***/

/* course, entry-page, login */
.headingblock {
  background-color: #739FC4;
  border-top: 1px solid #739FC4;
  border-right: 1px solid #4A677F;
  border-bottom: 2px groove #4A677F;
  border-left: 1px solid #4A677F;
}

/* course */
.headingblock .outline {
  border-color:#739FC4;
}

#course-view .weekscss .section,
#course-view .section td {
  border-color:#DDDDDD;
}

/* .content should match the body background, sides are white. */
#course-view .content {
  background: #FFFFFF;
}

#course-view .weekscss .section,
#course-view .section td.side {
  background: #739FC4;
}

#course-view .section .side {
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #3b92dc;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #DDDDDD;
}

.categoryboxcontent,
.courseboxcontent {
    border-top: 1px solid #739FC4;
    border-right: 1px solid #4A677F;
    border-bottom: 2px groove #4A677F;
    border-left: 1px solid #4A677F;
    background: #FFFFFF;
}
body#course-user .section {
    border-color:#AAAAAA;
}



/***
 *** Login
 ***/

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


/***
 *** Message
 ***/

table.message_search_results td {
  border-color:#739FC4;
}

.message .author {
  color: #739FC4;
}

.message .time {
  color: #739FC4;
}

.message .content {
}



/***
 *** User
 ***/

.userpicture {
  background:#EEEEEE; 
}

.userinfobox {
  border-color: #739FC4;
  background-color: #F7F7F7;
}
.groupinfobox {
  border-color: #739FC4;
  background-color: #FCFCFC;
}


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

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

.forumpost .content {
  background: #FFFFFF;
}

.forumpost .left {
  background:#739FC4; 
}

.forumpost .topic {
  border-bottom-color: #739FC4;
  background:#D0E2EE; 

}

.forumpost .starter {
  background:#739FC4; 
}

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

.forumheaderlist td {
  border-color: #739FC4;
}

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

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

#mod-forum-discuss .unread .forumpost .message {
  border-color: #78A2CD; 
} 
#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}


/***
 *** Modules: Glossary
 ***/

.glossarypost {
  border-color: #739FC4;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #739fc4;
}

.glossarycomment {
  border-color: #739FC4;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #739fc4;

}

#mod-glossary-report .generalbox .teacher {
  background: #739fc4;
}

.categoryheader {
  background-color: #efefef;
}

.glossaryformatheader {
  background-color: #739FC4;
}


/***
 *** Modules: Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #739FC4;
}

/***
 *** Modules: Quiz
 ***/

body#mod-quiz-report table#attempts td {
  border-color: #739FC4;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #eeeeee;
}



/***
 *** Misc Color
 ***/

.headermenu a:link {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:visited {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:hover {
    text-decoration: underline;
    color: #ffffff;
}


.cornflowersurround {
  background: #D0E2EE;
  border-top: 1px solid #4A677F;
  border-right: 1px solid #4A677F;
  border-bottom: 2px groove #4A677F;
  border-left: 1px solid #4A677F;
}

.generalboxcontent {
  background-color:#FFFFFF;

}
/***
 *** Layout Core
 ***/

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: center;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
  vertical-align:top;
}

#layout-table #middle-column {
  padding-left:12px;
  padding-right:12px;
}

#layout-table #left-column {
  padding-left:10px;
}

#layout-table #right-column {
  padding-right:10px;
}

div.headermenu 
{
	position: absolute;
	top: 15px;
	right: 10px;
}/***** praticanti/cornflower.css end *****/

/***** praticanti/praticanti_new.css start *****/

/*******************************************************************
 Cornflower CSS
  
 This CSS file contains all color and layout definitions 
 for the Cornflower theme.
 
 This theme requires the Standard theme to be present.
 
*******************************************************************/

/***
 ***  Core
 ***/
 
h1{
font-size:1.3em;
}

h2{
font-size:1.1em;
}

h3{
font-size:1.0em;
}

h4{
font-size:0.8em;
}

h2.headingblock{
font-size:1.0em;
color:#3E6710;
background-image:url(images/testatine.jpg);
background-position:left top;
background-repeat:no-repeat;
padding:5px 0 10px 15px;
}

a{
font-size:0.9em;
color:#4A8200 !important;
}

a:link,
/*a:visited*/ {
  color:#047CBB;
}

a:hover {
  color:#054377;
  text-decoration:underline;
  }

body {
background-image:url(images/sfondo_body.jpg);
background-position:left top;
background-repeat:repeat-x;
background-color:#528600;
font-size:0.9em;
}

.testatina_risorse{
color:#253800;
margin:5px 0 10px 0;
}

th.header,
td.header,
div.header {
background-image:url(images/navigazione.jpg);
background-position:left top;
background-repeat:repeat-x;
color:#3E6710;
}

.navbar {
background-image:url(images/navigazione.jpg);
background-position:left top;
background-repeat:repeat-x;
background-color:#4a7500;
margin-top:-1px;
border:0px solid #000;
color:#fff;
font-weight:normal;
}

.navbar a{
color:#D1FF75 !important;
font-weight:normal;
}

li.first span.arrow{
color:#C8FD6F;
}

#page{
background-color:#fff;
border:0px solid #000;
}

.generalboxcontent, .generalbox {
border:1px solid #b8b8b8 !important;
background-color:#fff !important;
}

.generaltable th, .generalbox th{
border-bottom:2px solid #416A00 !important;
background-image:url(images/testatina_grigia2.jpg);
background-position:left top;
background-repeat:repeat-x; 
}

.generalboxcontent td{
border:1px solid #b8b8b8 !important;
background-color:#f7f7f7;
}

.informationbox {
  border-color:#b8b8b8; 
}
.feedbackbox {
  border-color: #b8b8b8; 
}

.noticebox {
  border-color:#b8b8b8; 
}

.errorbox {
  color:#ffffff;
  border-color:#b8b8b8;
  background-color:#990000;
}

.tabledivider {
  border-color:#b8b8b8;
}

.sitetopic {
}

th.topic, th.author, th.replies, th.lastpost, th.group{
background-image:url(images/testatina_grigia2.jpg);
background-position:left bottom;
background-repeat:repeat-x;
border-bottom:2px solid #416a00;
color:#3E6710;
padding-top:5px;
padding-bottom:5px;
}

th.topic{
text-align:left;
padding-left:5px;
}

th.author{
text-align:left;
padding-left:42px;
}

.sitetopiccontent {
  border-color:#b8b8b8;
  background-color:#FFFFFF;
}

.unread {
  background: #b8b8b8;
} 

/***
 *** Header
 ***/

#header-home, #header {
background-image:url(images/testata_praticanti.jpg);
background-position:left top;
background-repeat:no-repeat;
height:129px;

}

.headermain {
display:none;
  /*background: transparent url(images/hdbgend.jpg) 100% 0 no-repeat;
  float: none;*/
}


/***
 *** Admin
 ***/

.admin .generalboxcontent {
  background-color:#EEEEEE; 
}

.admin .generalbox {
  border-color:#b8b8b8; 
}

.admin .informationbox {
  border-color:#b8b8b8; 
  background-color:#FFFFFF; 
}


/***
 *** Blocks
 ***/

/*.sideblock {
    border-top: 1px solid #739FC4;
    border-right: 1px solid #4A677F;
    border-bottom: 2px groove #4A677F;
    border-left: 1px solid #4A677F;
}
*/


.sideblock .header {
  text-align: left;
  padding:10px 4px 17px 22px;
  background-color: #fff;
  background-image:url(images/testatina_grigia.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  color:#3E6710;
  border-bottom: 2px solid #416B00;
  background-color:#d4d4d2;
}

.sideblock .content {
  background-color:#DDE5CE;
}

.sideblock .header .commands {
  float: right;
  margin-top: 0.3em;
}

.categorybox, .categoryboxcontent, .generaltable, .generalboxcontent, #calendar, .maincalendar,  .sidecalendar, .minicalendar, .userinfobox, .errorbox, .generalbox, #benvenuto, #segreteria,
h2.headingblock{
border:1px solid #b8b8b8;
background-color:#DDE5CE;
}

#inst1, #inst2, #inst3, #inst4, #inst5, #inst, #inst6, #inst7, #inst8, #inst9, #inst10, #inst11, 
#inst12, #inst13, #inst14, #inst15, #inst16, #inst17, #inst18, #inst19, #inst20, #inst21, #inst22, 
#inst23, #inst24, #inst25, #inst26, #inst27, #inst28, #inst29, #inst30, #inst31, #inst32, #inst33, 
#inst34, #inst35, #inst36, #inst37, #inst38, #inst39, #inst40, #inst41, #inst42, #inst43, #inst44, 
#inst45, #inst46, #inst47, #inst48, #inst49, #inst50, #inst51, #inst52, #inst53, #inst54, #inst55,
#inst56, #inst57, #inst58, #inst59, #inst60, #inst61, #inst62, #inst63, #inst64, #inst65, #inst66,
#inst67, #inst68, #inst69, #inst70, #inst71, #inst72, #inst73, #inst74, #inst75, #inst76, #inst77,
#inst78, #inst79, #inst80, #inst81, #inst82, #inst83, #inst84, #inst85, #inst86, #inst87, #inst88,
#inst89, #inst90, #inst91, #inst92, #inst93, #inst94, #inst95, #inst96, #inst97, #inst98, #inst99,
#inst100, #inst101, #inst102, #inst103, #inst104, #inst105, #inst106, #inst107, #inst108, 
#inst109, #inst110, #inst111, #inst112, #inst113, #inst114, #inst115, #inst116, #inst117, 
#inst118, #inst119, #inst120, #inst121, #inst122, #inst123, #inst124, #inst125, #inst126, 
#inst127, #inst128, #inst129, #inst130, #inst131, #inst132, #inst133, #inst134, #inst135, 
#inst136, #inst137, #inst138, #inst139, #inst140, #inst141, #inst142, #inst143, #inst144, 
#inst145, #inst146, #inst147, #inst148, #inst149, #inst150, #inst151, #inst152, #inst153, 
#inst154, #inst155, #inst156, #inst157, #inst158, #inst159, #inst160, #inst161, #inst162, 
#inst163, #inst164, #inst165, #inst166, #inst167, #inst168, #inst169, #inst170, #inst171, 
#inst172, #inst173, #inst174, #inst175, #inst176, #inst177, #inst178, #inst179, #inst180, 
#inst181, #inst182, #inst183, #inst184, #inst185, #inst186, #inst187, #inst188, #inst189, 
#inst190, #inst191, #inst192, #inst193, #inst194, #inst195, #inst196, #inst197, #inst198, 
#inst199, #inst200{
border:1px solid #b8b8b8;
}

/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
border:1px solid #b8b8b8;
}

.maincalendar .header, .sidecalendar .header{
background-image:url(images/testatina_grigia2.jpg);
background-position:left top;
background-repeat:repeat-x;
}

.formtable th{
border:0px solid #000 !important;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #000000;
}

table.minicalendar {
  border-color:#739FC4;
}

#calendar .maincalendar .eventlist .event {
  border-color:#739FC4;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#739FC4;
}

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}

#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#2EBA0E !important;
  border-bottom-color:#2EBA0E !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#FF9966 !important;
  border-bottom-color:#FF9966 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FBBB23 !important;
  border-bottom-color:#FBBB23 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#A1BECB !important;
  border-bottom-color:#A1BECB !important;
}

#calendar .weekend,
.minicalendar .weekend {
  color:#FF0000;
}

#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}

.cal_popup_fg {
  background-color:#FFFFFF;
}

.cal_popup_bg {
  border-color:#000000;
  background-color:#FFFFFF;
}

#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color: #FFFFFF;
}



/***
 *** Course
 ***/

/* course, entry-page, login */
.headingblock {
  background-color: #739FC4;
  border-top: 1px solid #739FC4;
  border-right: 1px solid #4A677F;
  border-bottom: 2px groove #4A677F;
  border-left: 1px solid #4A677F;
}

/* course */
.headingblock .outline {
  border-color:#739FC4;
}

#course-view .weekscss .section,
#course-view .section td {
  border-color:#DDDDDD;
}

/* .content should match the body background, sides are white. */
#layout-table #middle-column #course-view .content{
  background: #FFFFFF;
}


#layout-table #left-column .content,
#layout-table #right-column .content{
  background: #DDE5D0;
}

#course-view .weekscss .section,
#course-view .section td.side {
  background: #f3f3f3;
}

#course-view .section .side {
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #3b92dc;
}

.hidden{
border:1px solid #b8b8b8;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #DDDDDD;
}

.categoryboxcontent,
.courseboxcontent {
    border-top: 1px solid #739FC4;
    border-right: 1px solid #4A677F;
    border-bottom: 2px groove #4A677F;
    border-left: 1px solid #4A677F;
    background: #FFFFFF;
}
body#course-user .section {
    border-color:#AAAAAA;
}



/***
 *** Login
 ***/

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#739FC4;
}


/***
 *** Message
 ***/

table.message_search_results td {
  border-color:#739FC4;
}

.message .author {
  color: #739FC4;
}

.message .time {
  color: #739FC4;
}

.message .content {
}



/***
 *** User
 ***/

.userpicture {
  background:#EEEEEE; 
}

.userinfobox {
  border-color: #739FC4;
  background-color: #F7F7F7;
}
.groupinfobox {
  border-color: #739FC4;
  background-color: #FCFCFC;
}


/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#b8b8b8;
}

.forumpost .content {
  background: #FFFFFF;
}

.forumpost .left {
  background:#c7ef9a; 
}

.forumpost .topic {
  border-bottom-color: #233702;
}

.forumpost .starter {
background-image:url(images/testatine_verde_scuro.jpg);
background-position:left top;
background-repeat:repeat-x;
background-color:#233702;
padding:0 0 0 22px;
}

.forumpost .left {
background-color:#DDE5CE;
}

.discussion r0{
background-color:#fff !important;
}

.discussion r1{
background-color:#eee !important;
}

.forumheaderlist .discussion .starter {

}

.forumheaderlist td {
  border-color: #b8b8b8;
}

.sideblock .post .head {
  color:#555555;
}

.forumthread .unread {
  background: #78A2CD;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .unread .forumpost .message {
  border-color: #78A2CD; 
} 
#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}


/***
 *** Modules: Glossary
 ***/

.glossarypost {
  border-color: #739FC4;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #739fc4;
}

.glossarycomment {
  border-color: #739FC4;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #739fc4;

}


#mod-glossary-report .generalbox .teacher {
  background: #739fc4;
}

.categoryheader {
  background-color: #efefef;
}

.glossaryformatheader {
  background-color: #739FC4;
}


/***
 *** Modules: Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #739FC4;
}

/***
 *** Modules: Quiz
 ***/

body#mod-quiz-report table#attempts td {
  border-color: #739FC4;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #eeeeee;
}



/***
 *** Misc Color
 ***/


.cornflowersurround {
  background: #D0E2EE;
  border-top: 0px solid #4A677F !important;
  border-right: 0px solid #4A677F !important;
  border-bottom: 0px groove #4A677F !important;
  border-left: 0px solid #4A677F !important;
  margin-top:-10px !important;
}

.generalboxcontent {
  background-color:#FFFFFF;

}
/***
 *** Layout Core
 ***/

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: center;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
  vertical-align:top;
}

#layout-table #middle-column {
  padding-left:12px;
  padding-right:12px;
}

#layout-table #left-column {
  padding-left:10px;
}

#layout-table #right-column {
  padding-right:10px;
}

div.headermenu {
	position: absolute;
	top: 17px;
	right: 20px;
	height:100px;
	width:380px;
	background-image:url(images/loghi.jpg);
	background-position:right 30px;
	background-repeat:no-repeat;
	margin:0 20px 0 0;
	padding:0;
}

div.headermenu .logininfo{
color:#fff;
}

div.headermenu .logininfo a{
color:#CBFF77 !important;
}

.logininfo a{
color:#4a8200 !important;
}

#footer{
background-color:#ececec;
margin:5px 0 0 0;
padding:5px 0 0 0;
color:#666;
}

#footer p{
margin:0 0 5px 0;
padding:0;
}

.block_calendar_month{
background-color:#DDE5CE;}

table.minicalendar{
border:1px solid #4E8100;
background-color:#DDE5CE;
}

table.minicalendar td.today{
border:2px solid #2A4400 !important;
background-color:#2A4400;
}

table.minicalendar td.today a{
color:#fff !important;
font-weight:bold !important;
}

.logo_bertucci{
position:absolute;
top:25px;
right:0px;
height:45px;
width:150px;
}

.logo_consulenti{
position:absolute;
top:25px;
right:155px;
height:45px;
width:225px;
}

#middle-column .header{
background-image:url(images/testatine_verde_scuro.jpg);
background-position:left top;
background-repeat:repeat-x;
text-align:left;
color:#fff;
font-weight:bold;
font-size:13px;
padding:3px 0 15px 20px;
}

#middle-column h1.sfondino_h1{
color:#3E6710;
height:64px;
padding:4px 0 0 18px;
margin:0 0 0 0;
background-image:url(images/testatina_pagina_interna.jpg);
background-position:left top;
background-repeat:repeat-x;
margin-top:0px;
text-align:left;
}

.contenitore_risorsa{
border:1px solid #ddd;
padding:10px;
}

.contenitore_risorsa h2{
color:#5A9618;
}

.contenitore_risorsa li{
list-style-image:url(images/puntatore_liste.gif);
}

.comitato_scientifico{
border:1px solid #ddd;
padding:10px;
}

.comitato_scientifico tr{
padding:5px 0 5px 0;
vertical-align:top;
}

.comitato_scientifico td{
border-bottom:1px solid #5A9618;
}

/*----------tabellina riepilogo corsi-------------*/

.riga_pari{
padding:2px 5px 2px 5px; 
font-weight: bold ! important; 
color:#DDE5D0 !important; 
margin-right: 0px; 
background-color:#315000 !important; 
text-align: left;
}

.riga_dispari{
padding:2px 5px 2px 5px; 
font-weight: bold !important; 
color:#315000 !important; 
margin-right: 0px; 
background-color:#DDE5D0 !important; 
text-align: left;
}

.scheda_corso{
border: 1px solid #DDE5D0 !important; 
width: 100%;
}

.scheda_corso td{
border: 1px solid #fff; 
}

/*********** benvenuto homepage ************/
.sfondo_benvenuto{
background-image:url(images/sfondo_benvenuto3.jpg);
background-position:right top;
background-repeat:no-repeat;
padding-right:210px;
padding-bottom:20px;
background-color:#DCDBDF;
}

.sfondo_benvenuto p.titolo_benvenuto{
color:#355800;
font-size:22px;
margin:0 0 5px 0;
padding:15px 0 0 15px;
font-weight:normal;
}

.sfondo_benvenuto p{
font-size:12px;
color:#4A8102;
margin:0;
padding:10px 0 5px 15px;
}

.sitetopic{
background-color:#fff !important;
padding:0;
border:0px solid #000 !important;
}

/*********** bordo_sotto ************/
.bordo_sotto{
border-bottom:1px dotted #5A9618;
}

.no_bordi{
border-bottom:0px dotted #5A9618 !important;
}/***** praticanti/praticanti_new.css end *****/


