body {
	font-family: Liberaton Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
}


.pdficon {
	position: relative;
}

.pdficon img {
	position: absolute;
	width: 36px;
	top: 10px;
	right: 10px;
}

.pdficon .prt  {
	right: 50px;
}

table {
	width: 100%;
}

td {
	vertical-align: top;
}

.schedule table {
	border: 1px solid black;
	border-collapse:collapse;
}

.schedule tr {
}

.schedule tr:nth-child(even) {
	background-color: #b5b5b5;
}
.schedule tr:nth-child(odd) {
	background-color: #cccccc;
}

.schedule th {
	color: #FFFFFF;
	background-color: #0091CC;
	width: 20%;
}

.schedule th:first-child {
	width: auto;
}

.schedule td {
	padding: 0px;
	border: 1px solid black;
}

.schedule td:first-child {
	background-color: #e4edf2;
}

.schedule tr td div {
	padding-top: 2px;
	padding-bottom : 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.teacher {
	font-style: italic;
}

.hours {
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
}

.room {
	_font-style: italic;
	font-weight: bold;
	font-size: 80%;
}

.bloc {
	padding: 2px;
	border: 1px solid black;
	background-color: #eeeeee;
}

.comm_h {
	font-style: italic;
	_font-weight: bold;
	font-size: 80%;
}

a {
	color: #0095DA;
	text-decoration: none;
}

.master_title {
	_border: 1px solid black;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: #0091CC;
	padding: 5px;
	_background-image: url("UNF_Logo_100pr_pos.png");
	background-repeat: no-repeat;
	background-size: auto 95%;
}

.module_title {
	font-weight: bold;
	color: #40ABCC;
	background-color: #CCCCCC;
	max-width: 150px;
}

.module_ects {
	padding-left: 15px;
	padding-right: 15px;
}

.banner {
	background-color: #CCCCCC;
	text-align: center;
}

/* From: http://dabblet.com/gist/4072362 */
.vertical-text {
	display: inline-block;
	overflow: hidden;
	width: 0.9em;
	vertical-align: middle;
}
.vertical-text_inner {
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
	white-space: nowrap;
	line-height: 1em;
	-webkit-transform: translate(0,100%) rotate(-90deg);
	-moz-transform: translate(0,100%) rotate(-90deg);
	-ms-transform: translate(0,100%) rotate(-90deg);
	-o-transform: translate(0,100%) rotate(-90deg);
	transform: translate(0,100%) rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
.vertical-text_inner:after {
	content: "";
	display: block;
	margin: -0.7em 0 100%;
}
