@charset "UTF-8";

/* CSS Stylesheet of MUST FINAL TIMETABLE.fet
   Stylesheet generated with FET 5.18.0 on 8/12/13 1:39 PM */

/* To do a page-break only after every second timetable, delete "page-break-before: always;" in "table.even_table". */
/* To hide an element just write the following phrase into the element: "display:none;" (without quotes). */

p.back {
 /* margin-top: 4ex;
  margin-bottom: 5ex;*/
}
body, table {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;

}
li{
	list-style-type:none;
	}
#headerimage{
/*position:fixed;*/
background-image:url(banner.png);
padding-top:0;
width:1349px;	
}
.rimpscom
{
    width:1349px;
    height:600px;
    overflow-y: auto;
    max-width:1349px;
    max-height:600px;
	
}
table{
  text-align: center;
  border-spacing:0;
  background:#CCC;
  align:center;
  
}

a {
	font-weight:lighter;
	text-decoration:none;
	color:#00F;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#0F0;
}

table.odd_table {
  page-break-before: always;
  
}

table.even_table {
  page-break-before: always;
}

table.detailed {
  margin-left:auto; margin-right:auto;
  text-align: center;
  border: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}

caption {

}

thead {

}

/* Some programs import "tfoot" incorrectly. So we use "tr.foot" instead of "tfoot". */

tr.foot {

}

tbody {

}

th {

}

td {

}

td.detailed {
  border: 0px dashed silver;
  border-bottom: 0;
  border-top: 0;
}

th.xAxis {
/* width: 8em; */
background-color: #256e03;
color:#FFF;
}

th.yAxis {
  height: 8ex;
}

/* Style the teachers free periods */

div.DESCRIPTION {
  text-align: left;
  font-size: smaller;
}

/* End of file. */
