/*
bfit.it
print stylesheet
*/

/*
 * General
 */
body
{
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 0.8em;
}

a
{
	color: #009;
}

h2
{
	margin-top: 50px;
}

/*
 * Layout
 */
#logoPrint
{
	float: right;
	display: block;
}

.image_header
{
	background-image: none !important;
	text-indent: 0px;
	font-size: xx-large;
}

#titleScreen
{
	display: none;
}

#logoBar, #navBar, #navBarSub, #footer
{
	display: none;
}

#header
{
	margin-bottom: 25px;
}

#header .title
{
	padding: 0px;
}

.accessibilityControls
{
	display: none;
}

.course_table
{
	border-collapse: collapse;
}

.course_table tbody th
{
	text-align: left;
	width: 25%;
}

.course_table tbody th, .course_table tbody td
{
	border-bottom: 1px solid #000;
	padding: 15px 3px;
}

.course_table tbody th table th, .course_table tbody td table td
{
	border-bottom: 0px none;
	padding: 0px;
}

.course_table table
{
	width: 100%;
}


/*
 * Specific Pages
 */

/* CORSI SPECIALI - TABELLA ORARI */
.courseTimetable .courseTimetable_Time
{
	border: 1px solid #CCC;
	background-color: #F5F5F5;
}

.courseTimetable .courseTimetable_Time th, .courseTimetable .courseTimetable_Time td
{
	border-bottom: 1px dotted #CCC;
}