/**************************************
 * THEME NAME: formal_ISS
 *
 * Files included in this sheet:
 *
 *   formal_ISS/ISS_layout.css
 *   formal_ISS/ISS_color.css
 *   formal_ISS/ISS_fonts.css
 **************************************/

/***** formal_ISS/ISS_layout.css start *****/

/* Core */

body {
    margin: 5px;
}


/*
body, td, li img {
	margin: 0px 0px 2px 0px;
	text-align: left;
}
*/

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

h1 {
	padding: 4px;
	padding-left: 8px;
}

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

p {
  text-align:left;
}

.middle
{
	text-align: center;
	/*padding: 20px;*/
	/*background-color: #D8D8FC;*/
	border-width: 0px;
}

input {
  
}

.categorydescription {
	text-align: left;
	padding: 0 1em 0 1em;
}

.generaltable {
  border-width:0px; 
}

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

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


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

#header-home {
	/* padding:1em 0.5em; */
	padding: 0px 0em 5px 0em;
	height: 100px;
	border-width: 0px;
	border-style: none;
}

#header {
  height:26px;
  border-width:0px;
  border-style:none;
}

/*--------------------------------------------*/
.headermain, h1.headermain {
	/* float:left; */
	width: 99%;
	text-align: center;
	position: absolute;
	top: 5px;
	z-index:1;
	margin: 0%;
	padding: 0%;
}

#header h1.headermain {
    /* questo e' il nome del corso scritto nella pagina dei corsi */
	top: 3px;
	padding-top:4px;
	/* Align-Fix IE */
	position: relative;
	margin: 0%;
	padding: 0%;
	/***BORDER* border: 1px solid red; *TESTER***/
}
/*--------------------------------------------*/

.headermain {
 border-width: 0px;
}

.headermain img {
	border-style: none;
	padding: 0.5em 0 0 0;
}

.headermenu {
  position:absolute;
  top:0px;
  right:4px;
  z-index:2;

  /*float:right;
  text-align:right;
  */
}

.navbar {
  margin-right: 5px;
  width: 100%; 
  padding:0.1em 0px 0.1em 0px;
  /*height: 2.4em+10px;*/
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 4px;
 padding-left: 4px;
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 2px;
}


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

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

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

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

.logininfo {
	text-align: center;
	height: 1em;
}

#header-home .logininfo {
	text-align: right;
	height: 1em;
}

/***
 *** Footer
 ***/
 
#footer {
  text-align:left;
  margin-top: 5px;
  margin-bottom: 0px;
}
 
#footer p.helplink {
 margin-bottom: -35px;
 margin-bottom: 10px;
}

/***
 *** Blocks
 ***/
 
.sideblock div.column.c0 { display: table-cell; }
.sideblock div.column.c1 { display: table-cell; }
.sideblock .header, .sideblock h2.header {
	text-align: left;

	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-top: 0px;
	
	border-style: none;
	border-width: 0px;
}

.sideblock h2 {
  
}

th {
  border-width:0px;
  background-color:#9392D4;
  border-color:#9392D4;
}

th.header,
td.header,
div.header {
  border-width:0px;
}

div.header {
  border-width:0px;
}

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

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 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.minicalendar tr.weekdays th abbr {
  border-style: none;

  }

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

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


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

h2.headingblock
{
	padding: 4px 2px 2px 10px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

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

#content {
  clear: both;
}

table.files {
  margin-left:auto;
  margin-right:auto;
}

#surveyform span.questiontext
{
	text-align: left;
	color: red;
	line-height: 3em;
}


/***
 *** survey
 ***/
 
#surveyform {
  text-align: center;
}

#surveyform table {
  text-align: left;
}

#surveyform table .qnumtopcell {
  text-align: right;
}

#surveyform table .smalltextcell {
	vertical-align: bottom;
}


/***
 *** Course's description
 ***/

.blue {
	background-color: #CCF;
	vertical-align: top;
}

.trasp {
	background-color: #FFF;
	vertical-align: top;
}

.detail
{
	text-align: left;
	font-weight: bold;
}

.detail_description {
	text-align: left;
}


/***
 *** Course's description area
 ***/
 
.coursebox .info {
 width: 25%;
}

.coursebox .summary {
 width: 71%;
}


/***
 *** Per i corsi di comunicazione (da parte di Fabrizio Patrizi: UniversitÃ  di Macerata)
 ***/
 
.mcpCompetenza {
     margin-top: 16px;
}
.mcpScelta {
     font-weight:bold;
}
.mcpScala {
     font-style: italic;
}

div.mcpIntroduzione, div.mcpObiettivi {
    font-size: 120%;
}

div.mcpObiettivi {
    width:400px;
}

div.mcpIntroduzione p {
    text-indent: 20px;
}

div.mcpVideo {
    width: 400px; height: 400px;
}

div.mcpQText {
   font-size: 120%;
   font-weight: bold;
}

h3.mcpSezione {
   margin-top: 16px;
   margin-bottom: 4px;
}

h4.mcpNominativo {
   margin-top:20px;
   margin-bottom:2px;
}

div#Approfondimenti ol {
  margin:2px;
}

div#Approfondimenti li {
  font-size:80%;
}

/***
 *** Modules: Resource
 ***/

.resourcecontent.resourceswf object {
  height:600px; 
  width:800px;
}

/* allow a fixed space for the timer so it won't cover question text */
.que .content {
float: none;
margin-left: 160px;
width: auto;
}

/* adjust the timer width for IE */
#timer .generalbox {
padding: 0;
}

/***** formal_ISS/ISS_layout.css end *****/

/***** formal_ISS/ISS_color.css start *****/

/* Core */

body {
  background-color: #FFFFFF;
}

a:link {
    color: #0033CC;
}

a:visited {
    color:#0033CC;
}

a:hover {
    color: #990000;
}

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

p a:hover {

	text-decoration: none;
	color: #990000;

	display: inline;

	/*background-color: #9CF;*/
}

h1 {
  background-color: #464990;
  border-color:#7476C3;
  color: #FFFFFF;
}

h2 {
  /*background-color: #464990;*/
  /*border-color: #464990;*/
  background-color: #9392D4;
  border-color: #9392D4;
}

h3 {
  border-color:#D8D8FC;
}

h4 {
  border-color:#D8D8FC;
}

th {
  background-color:#9392D4;
  border-color:#9392D4;
}

th.header, td.header, div.header {
  background-color: #9392D4;
 /* background-color:#464990; */
  color:#FFFFFF;
}

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

.generalbox {
  border-color:#D8D8FC;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#D8D8FC;
  /* background-color:#FFFFFF; */
}

.generaltable .r0 td.cell.c0 {
 /*background-color:#D8D8FC;*/
}

.generaltable .r1 td.cell.c0 {
border-color:#D8D8FC; 
/*background-color:#E3DFD4;*/
}

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

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

.highlight {
  background-color:#D8D8FC;
}

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



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

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

.headermain, h1.headermain {
	background-color: #FFFFFF;
}

#header h1.headermain {
    /* questo e' il nome del corso scritto nella pagina dei corsi */
	color: #000000;
}
/***
 *** Login
 ***/


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

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


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

.sideblock {
  border-color:#464990;
  /*background-color:#464990;*/
}

.sideblock .header {
  border-color: #464990;
  /*background-color:#464990;*/
  color: #FFFFFF;
}

.sideblock .header h2 {
  background-color:#9392D4;
}

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

.sideblock hr {
  color:#D8D8FC;
  /*background-color:#FEF9F6;*/
}

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

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

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

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

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


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

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

table.minicalendar tr.weekdays th {
  background-color:#FFFFFF;
  border-color:#D8D8FC;
  }

table.minicalendar tr td.day {
   border-color:#D8D8FC;
  }
  
table.minicalendar tr td.weekend {
  border-color:#D8D8FC;
  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:#D8D8FC;
  background-color:#FEF9F6;
}


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

h2.headingblock
{
	border-color: #D8D8FC;
	/*border-color:#464990;*/
	/*border-color:#D8D8FC;*/
	background-color: #464990;
	/*background-color: #464990;*/
}

.headingblock {
  border-color:#CCCCFF;
  color:#FFFFFF;
  /*background-color: #464990;*/
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#D8D8FC;
  background: #FFFFFF;
}

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

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

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

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

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

/***
 *** Grades
 ***/

table.grades th  {
  background-color: #D8D8FC;
}


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

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

.forumpost .content {
  background: #FFFFFF;
}

.forumpost .left {
  background:#D8D8FC; <--------------
}

.forumpost .topic {
  border-bottom-color: #D8D8FC;
  background: #D8D8FC; <--------------
}

.forumpost .starter {
  background:#D8D8FC;  <--------------
}

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

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

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

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

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

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

#mod-forum-index .unread {
}

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

.optioncell,
#surveyform th {
	background-color: #FFFFFF;
}

/***
 *** Modules: Workshop
 ***/

table#attempts th.header,
#mod-workshop-view table.generaltable.boxaligncenter th.header {
	background-color: #D8D8FC;
}

#mod-workshop-view table.generaltable.boxaligncenter th.header {
	color: black;
}
/***** formal_ISS/ISS_color.css end *****/

/***** formal_ISS/ISS_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    margin: 5px;
}

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


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p a:hover {
    text-decoration: underline;
}

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

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

h2 {
	/*questa e' la classe che modula la dimenzione dei titoli dei blocchi*/
    font-size:1em;
}

h3 {
    font-size:1em;
}

h4 {
    font-size:0.9em;
    /*font-weight: bold;*/
}


/**************questo *****************/
th.header,
td.header,
div.header,
.headingblock
{
	/*questa e' la classe che modula "Argomento corrente"... */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}


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

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

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

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

/***
 *** Blocks
 ***/
 
/**************questo *****************/
.sideblock .header h2 {
    font-size:1em;
    text-align: left;
	font-style: normal;
	font-weight: normal;
}

.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** Glossary
 ***/

.glossaryQ, .glossaryA {
	text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 1em;
}

/***
 *** Survey
 ***/

.smalltext {
  font-size:1em;
}

/***
 *** Calendar
 ***/
table.minicalendar td {
  font-size:0.95em;
}


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

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

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

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

/***
 *** valutazioni
 ***/
th.fullname, th a:link, th a:visited {
  font-size:0.8em;
  font-weight:normal;
}
/***
 *** Course
 ***/
  
#course-view .section .left {
    /*font-weight: bold;*/
  font-size: 1.2em;
}

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

/***
 *** Grades
 ***/

table.grades th a {
  font-weight: bold;
}

/***
 *** Modules: Workshop
 ***/

table#attempts th.header a,
#mod-workshop-view table.generaltable.boxaligncenter th.header a {

	font-weight: bold;
}
/***** formal_ISS/ISS_fonts.css end *****/

