/**************************************
 * THEME NAME: asfor
 *
 * Files included in this sheet:
 *
 *   asfor/fw_layout.css
 *   asfor/fw_color.css
 *   asfor/fw_fonts.css
 **************************************/

/***** asfor/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
	width: 1000px;
}

#site-index, #admin-configure, #admin-config {
	}

.admin, .course, .user, .mod-forum, .login, .backup, .calendar, .theme, .files, .mod-quiz, .mod-resource,
.mod-survey, .course-report-log, .blog, .grade, .mod-chat, .mod-assignment  {
	margin: 0px auto 0px auto;
	}

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

h1, h2, h3, h4 {
  text-align: left;
  padding-left: 5px;
}
  
h1, h2, h3 {
  border-width: 1px;
  border-style: solid; 
}

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

hr {
	border-style: none;
	}
	
	
#content {
	clear: left;
	}
	

input {
}

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

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


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

.headermain {
	clear: left;
	height:201px;
	float: none;
	text-align: center;
	margin-top: 35px;
}



.headermenu {
  clear: left;
  width: 1000px;
  text-align:right;
  margin-top: 24px;
}

#layout-table {
	clear: left;
	width: 1000px;
	margin-top: 20px;
	}

.navbar {
  margin-right: 5px;
  width: 100%; 
  padding:0px;
  height: 25px;
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }
 
.navbar .navbutton {  
  padding-right: 3px;
  padding-bottom: 0px;
 }


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

table.loginbox {
  margin-top: 20px;
  }

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

.loginbox .content {
  border-top-width: 0px;
}


/***
 *** Footer
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}


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


.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}

  

/***
 *** Calendar
 ***/
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

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

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

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

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


.filters table{
	border-bottom: 1px dashed #EEEEEE;
	margin-bottom: 20px;
  }
 
 

  



/***
 *** Course
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}

#middle-column .header {
	background-color: #999999;
	}


.categorybox {
	width: 900px;
	}

.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;
}



#left-column .hidden .header,
#middle-column .hidden .header,
#right-column .hidden .header
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.popupform select {
	margin-top: 1px;
	}
	
/***
 *** Logs
 ***/ 	
	
table.logtable {

}
	




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

.forumpost {
	border: none;
}

.forumpost .topic {
	border: none;
}

.forumpost .content {
	border-bottom: 1px dashed #D3D2D2;
}

table.forumpost {
	width: 980px;
	margin: 40px 0px 0px 20px;
	}


/***
 *** Modules: Profilo
 ***/
.userinfobox {
	border: none;
	}
	


	
/***
 *** Componenti
 ***/ 	
input{
	margin-top: 0px;
	}



	
/***
 *** Impaginazioni  *celle*
 ***/
.coursebox {
	width: 900px;	
	margin-left: 50px;
	}

#middle-column .coursebox {			/*stabilisce la larghezza della cella in home*/
	width: 582px;
	margin-left: 0px;
}


.generalboxcontent {
	width: 900px;
	}
	
.generalbox {
	width: 100%;
	margin-top: 20px;
	}


.generaltable {
	width: 900px;
	border: none;
	}






	
	/***** asfor/fw_layout.css end *****/

/***** asfor/fw_color.css start *****/

/* Core */

body {
	background-image: url(pix/grad/sf_banner.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DCDCDC;
}

#page {
	background-color: #FFFFFF;
/*	background: url(pix/grad/sf_content.gif);
	background-position: top;
	background-repeat: repeat-x;	
	background-color: #E3E3E3;	*/
}



#footer {
	background-color: #DCDCDC;
}

.headermain {
	background-color: #ffffff;
}

#header-home {
}

.headermenu {
}



a.dimmed:link {
  color: #AAAAAA;
	}

a.dimmed:hover {
  color: #FFC876;
}




h1 {
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}

h2 {
  border: none;
}
h3 {
  border-color:#C6BDA8;
}
h4 {
  border-color:#C6BDA8;
}


th {
    background-color:#E3DFD4;

}

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

#layout-table #left-column {
/*	background-color: #CC9900;    	*/
}

.generalbox {
  border-color: #C6BDA8;
}

.navbar {
  background-color:#C6BDA8;
  border-color:#666666;
  /* height: 20px; */
  background: url(pix/grad/bg_bread.jpg) repeat-x;
}

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


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

#header-home, #header {
/*  background-color: #E3DFD4;	*/
  border-color:#C6BDA8;
}



/***
 *** Login
 ***/
.content {
  background-color: #F8F8F8;
  }

.loginbox .header {
  border-color:#C6BDA8;
}

.loginbox .content {
  border-color:#C6BDA8;
}



/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color: #C6BDA8;
}

.sideblock {
  border-color:#C6BDA8;
}

.sideblock .content {
  border-color: #C6BDA8;
  background-color:#F9F9F9;
}

.sideblock .footer {
  border-top-color:#C6BDA8;
}



.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
  background-color: #FFFFFF; 
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
  background-color: #FFFFFF;
}

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

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #C6BDA8;
}

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


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

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

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#C6BDA8;
  }

table.minicalendar tr td.day {
   border-color:#C6BDA8;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C6BDA8;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}
  
  
  
/* colors for calendar events */
#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;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


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

.headingblock {
  border-color: #C6BDA8;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#C6BDA8;
/*  background: #FFFFFF;	*/
}

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

#course-view .section.main .content {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

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

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

/***
 *** Admin
 ***/
#content .main {
	background-color:#FE9E0D;
	color:#FFFFFF;
	border-style: none;
}

.admin .generalboxcontent {
	border-style:none;
}

.admin .generalboxcontent .main {
	background-color:#FE9E0D;
	color:#FFFFFF;
	border-style: none;
}

#content  {
	background-color:#FFFFFF;
}

/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C6BDA8;
}
.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
 ***/

table .forumpost {
	background-color: none;
	}

table .list {
	background-color: #FFFFFF;
	}
.forumheaderlist,
.forumpost {
/*  border-color:#C6BDA8;	
  background-color: #00CCFF;	*/
}

.forumpost .header {
  background: none;	
}

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

.forumpost .left {
  background-color: none;
  }
  
.forumpost .picture {
  background-color: #FFFFFF;
  }  

.forumpost .topic {		/*nel css_layout c'è impostato il bordo !!! */
}

.forumpost .starter {
/*  background-color: #F9F9F9;	 */
  background-color: #FFFFFF; 
}

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

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

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

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

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

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}


.langmenu {
	
	}
/***** asfor/fw_color.css end *****/

/***** asfor/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}


body {
    margin : 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.86em;
	color: #0A0A0A;	  
/*	color: #17E734;	*/
	text-decoration: none;
}

td, li {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size :0.9em;
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
    color: #37758F;		
}

a:hover {
    text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color:#FF9900;	
}



h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size: 1.1em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
    text-align: left;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}


/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size: 0.7em;
	 margin-bottom: 6px;
}





 /***
 *** Blocks
 ***/
 
.sideblock .header {
  font-size:0.9em;
  font-weight: bold;
}

.sideblock .content {
  font-size:0.86em;
  line-height:1.2em;
}


.sideblock .content h3,
.sideblock .content h2 {
  font-size: 0.9em;
}

.sideblock .header .commands {
  font-size: 0.9em;
}

.sideblock .footer {
  font-size:0.9em;
}


.sideblock .head,
.sideblock .info,
.sideblock .event {
  font-size: 0.9em;
}

.sideblock .date {
  font-style: italic;
}

.block_site_main_menu .footer select {
  font-size: 0.8em;
  color: #00FF00;
}

.block_online_users .listentry {
  text-align:left;
  font-size:0.75em
}




 /***
 *** 
 ***/
li.listentry a{
	font-size: 10px;
	}
	
li.listentry a:hover{	
    text-decoration: underline;
	font-size: 10px;
	color:#FF9900;
	}




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

#calendar .maincalendar table.calendarmonth td {
  font-size: 0.8em;
}

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

#calendar .sidecalendar .filters {
  font-size:0.75em;
  }
  
.filters table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3399;
  }  

table.minicalendar tr.weekdays th {
  font-size: 9px;
  color: #CC6600;
  font-weight:normal;
  padding-bottom: 5px;
  }
 
table.minicalendar td{
/*	font-family: Verdana, Arial, Helvetica, sans-serif;	*/
	font-size: 10px;	
	}  

table.minicalendar tr td.day {
  color: #666666;
  }
  
table.minicalendar tr td.weekend  {
  color: #FF0000; 
  }  
 

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

.activitydate,  {
  font-size: 1.0em;
}



#content .main {
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#content a {
	}



/***
 *** Sidebar left
 ***/
 
/*#left-column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699FF;
	}
*/

.searchform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #66CC00;
	font-weight: bold;
	}

.list a {
  font-size: 1.0em;
}

.list a:hover {
	font-size: 1.0em;
	color: #FF9900;  
	}

.activityhead a {
	font-size: 10px;
	}	
	
.activityhead a:hover {
	font-size: 10px;
	color: #FF9900;	
}

	


/***
 *** Componenti
 ***/
.popupform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	font-weight: normal;
	}

submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 1.0em;	*/
	font-size: 10px;
	color: #669900;
	font-weight: normal;
	}
	
.navbar {
	font-weight: bold;
	color: #FFFFFF;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A5ACB2;
	}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #797979;
	margin-left: 6px;
	}
	
button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #797979;
	margin-left: 4px;
	}
	

	





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

.forumpost .header {
	font-size: 11px;
}

.forumpost .subject {
	font-size: 11px;
	color: #DF6500;
	font-weight: bold;
}

.forumpost .author {
	font-size: 11px;
	color: #6A0B6A;
	font-weight: normal;
}

.forumpost .content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
	color: #0A0A0A;	  
	text-decoration: none;	
}

.forumpost a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-weight: bold;
	font-size: 10px;
    color: #37758F;	
}

.forumpost a:hover {
	text-decoration: underline;
    text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color:#FF9900;	
}


.summary {
	font-size: 11px;
	color: #6699CC;
	margin-bottom: 10px;
	}

/***
 *** 

.generalboxcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
	color: #0A0A0A;	 
	}
***/






/***** asfor/fw_fonts.css end *****/

