/*
bfit.it
main stylesheet
*/

img
{
	border: 0px none;
}

input, select
{
	font: normal 0.9em/1.3em "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

optgroup
{
	font-style: normal;
	font-weight: bold;
}

hr
{
	height: 1px;
	border: 0px none;
	border-top: 1px dotted #BBB;
	color: #FFF;
	margin: 10px 0px;
}

th, td
{
	text-align: left;
	vertical-align: top;
}

h2
{
	margin-top: 30px;
}

h2:first-child
{
	margin-top: 0px;
}

/*
 * Layout
 */
#logoPrint, #titlePrint
{
	display: none;
}


/*
 * Classes
 */
.image_header
{
	margin: 0px;
	padding: 0px;
	text-indent: -1000em;
}

.title
{
	margin: 0px;
	padding: 3px 0px 12px 0px;
	
	font-size: xx-large;
	font-variant: small-caps;
}

.location
{
	font-size: x-small;
}

.left_content
{
	float: left;
}

.right_content
{
	float: right;
	width: 50%;
	padding: 10px 0px;
}

.home_NewsTitle 		{ padding: 15px 0 5px; line-height: 30px; margin-bottom: 10px; border-bottom: 1px solid #BBB; }
.home_NewsList 			{ }
.home_News:first-child 	{ border-top: 0; }
.home_News 				{ border-top: 1px dotted #FFF; padding: 5px 0; }
.home_News p 			{ margin: 5px 0; }

.list th
{
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	text-align: left;
}

.list td
{
	padding: 10px;
	border-bottom: 1px dashed #999;
}

.list_Table 						{ width: 97%; border-collapse: collapse; 															}
.list_Table thead th 				{ font-weight: bold; 																				}
.list_Table tbody th 				{ font-weight: normal; 																				}
.list_Table th,
.list_Table td 						{ padding: 10px; border-top: 1px dashed #999; text-align: left; vertical-align: top; 				}
.list_Table tr:first-child th,
.list_Table tr:first-child td 		{ border-top: 0px none; 																			}

.course_table
{
	width: 97%;
	border-collapse: collapse;
}

.course_table th
{
	width: 20%;
	vertical-align: top;
	font-weight: bold;
}

.course_table td, .course_table th
{
	padding: 10px;
	border-top: 1px dashed #999;
}

.course_table tr:first-child td, .course_table tr:first-child th
{
	border-top: 0px none;
}

.course_table table
{
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 20px;
}

.course_table table td, .course_table table th
{
	padding: 5px;
}

.course_table table tr:first-child td, .course_table table tr:first-child th
{
	border-top: 0px none;
}

.course_table table caption
{
	text-align: left;
	margin-bottom: 5px;
}

.smallfont
{
	font-size: x-small;
	margin: 0px;
}

.bigfont
{
	font-size: x-large;
}

.hugefont
{
	font-size: xx-large;
}

.timeWarning
{
	float: right;
	font-size: x-small;
}

.accessibilityControls
{
	float: right;
	font-size: x-small;
	margin: 0px 0px 0px 0px;
}


/*
 * Specific Pages
 */

/* PAGINA CONTATTI - RICHIESTA INFORMAZIONI */
.infoRequest table
{
	width: 100%;
}

.infoRequest th, .infoRequest td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px;
}

.infoRequest th
{
	width: 25%;
	text-align: right;
	font-variant: small-caps;
}

.infoRequest table input, .infoRequest table select, .infoRequest table textarea
{
	width: 80%;
}

.infoRequest table textarea
{
	height: 10em;
}

.infoRequest table select
{
	width: 81%;
}

.infoRequest .invalidField
{
	background-color: #FDD;
}

.infoRequest .invalidFieldText
{
	font-size: 0.9em;
	color: #F96;
}

/* CORSI SPECIALI - TABELLA ORARI */
.courseTimetable
{
	width: 97%;
	border-collapse: collapse;
}

.courseTimetable th, .courseTimetable td
{
	padding: 10px;
	border-bottom: 1px solid #999;
}

.courseTimetable th
{
	width: 25%;
	vertical-align: top;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}

.courseTimetable .courseTimetable_Time
{
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.courseTimetable .courseTimetable_Time th, .courseTimetable .courseTimetable_Time td
{
	padding: 2px;
	font-size: 0.85em;
	border-bottom: 1px dotted #CCC;
}

.courseTimetable .courseTimetable_Time caption
{
	text-align: left;
	margin-bottom: 5px;
}

.courseTimetable .courseTimetable_Time_2cols th, .courseTimetable .courseTimetable_Time_2cols td
{
	width: 50%;
}
.courseTimetable .courseTimetable_Time_3cols th, .courseTimetable .courseTimetable_Time_3cols td
{
	width: 33%;
}
.courseTimetable .courseTimetable_Time_4cols th, .courseTimetable .courseTimetable_Time_4cols td
{
	width: 25%;
}
.courseTimetable .courseTimetable_Time_5cols th, .courseTimetable .courseTimetable_Time_5cols td
{
	width: 20%;
}

/* RICERCA CORSI */
.timeSearch_Form 			{ border-collapse: collapse; margin: 20px auto; }
.timeSearch_Form td 		{ text-align: center; padding: 20px; }
.timeSearch_Form td p 		{ text-align: justify; font-size: 0.85em; }
.timeSearch_Form select 	{ width: 85%; }
.timeSearch_Form h3 		{ margin: 0px; }
.timeSearch_Form_Time 		{ width: 100%; }
.timeSearch_Form_Name 		{ width: 75%; }
.timeSearch_Form_Time td 	{ width: 33%; }
.timeSearch_Form_Name td 	{ width: 100%; }
.timeSearch_Form_Submit 	{ float: right; clear: both; font-size: 1.2em; padding: 5px; }

.timeSearch_Results_Table
{
	width: 97%;
	border: 1px solid #DDD;
	border-collapse: collapse;
	margin-top: 10px;
}

.timeSearch_Results_Row
{
	font-size: x-small;
}

.timeSearch_Results_Row p
{
	margin: 0px;
}

.timeSearch_Results_WeekdayName
{
	font-size: x-large;
	margin: 20px 0px 0px 0px;
}

.timeSearch_Results_StartHour
{
	
}

.timeSearch_Results_EndHour
{
	float: right;
	font-weight: bold;
	font-size: small;
}

.timeSearch_Results_Actions
{
	float: right;
	clear: right;
	margin-top: 10px;
	text-align: right;
}

.timeSearch_Results_StartHour span, .timeSearch_Results_EndHour span
{
	font-weight: normal;
	font-size: x-small;
}

.timeSearch_Results_StartHour_Row
{
	color: #000;
	background: #ABC6D9 url(images/logo-bg.gif) repeat-x top;
}

.timeSearch_Results_CourseName
{
	font-size: large;
	padding-bottom: 7px;
}

/* GIORNI DI PROVA */
.testDay_Table 				{ margin: 0 0 0 1em; 									}
.testDay_Table tbody th 	{ width: 30%; 											}
.testDay_Table ul 			{ list-style: none; margin: 0; padding: 0 0 0 1em; 		}
.testDay_Table li 			{ padding: 0 0 .5em; 									}
.testDay_Time 				{ display: block; 										}
.testDay_StartDate 			{ margin: 0 0 0 1em; }
.testDay_Instructor 		{ font-style: italic; margin: 0 0 1em 1em; }
.testDay_Season 			{ float: right; }

/* ORARIO */
.timetable_LastUpdate 		{ width: 40%; font-size: .8em; float: right; text-align: right; font-style: italic; }


#musicControl
{
	display: none;
}

#imageGallery_Border
{
	float: right;
	border: 1px solid #EEE;
	padding: 0px;
	width: 400px;
	height: 300px;
	margin: 0px 0px 10px 10px;
	font-size: 0.8em;
	line-height: 300px;
	text-align: center;
}

#imageGallery_Structure
{
	padding: 0px;
}

/* TARIFFE */
.infoRates { width: 80%; margin: 0 auto; border-collapse: collapse; }
.infoRates th,
.infoRates td { border-top: 1px solid #c6dae8; border-bottom: 1px solid #c6dae8; padding: 5px; }
.infoRates thead { background: #2e404b; }
.infoRates thead th { width: 50%; font-weight: bold; }
.infoRates thead td { font-weight: bold; font-style: italic; }
.infoRates tbody th { font-weight: normal; }


/* REDIRECT */
.redirectTo_Title 	{ font-size: x-large; margin: 1em 0 .4em 0; }
.redirectTo_Url 	{ font-size: small; margin: 0 0 3em 0; }
.linkList 			{ list-style-type: square; }