/*
bfit.it
screen stylesheet
*/

/*
 * General
 */
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	font: normal 0.8em/1.2em "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background: #ABC6D9;
	color: #000;
}

a
{
	color: #FFCF5F;
}


/*
 * Layout
 */
#wrapper1
{
	position: relative;
	width: 100%;
	min-width: 800px;
	text-align: left;
	background: #7F96A6 url("images/background-bg.gif") repeat top left;
	color: #FFF;
}

#wrapper2
{
	position: relative;
	width: 100%;
	text-align: left;
	background: url("images/background-top.jpg") repeat-x top right;
}

#wrapper3
{
	position: relative;
	margin-right: 2%;
	background: url("images/right-border-bg.gif") repeat-y top right;
}

#wrapper4
{
	position: relative;
	margin-left: 2%;
	background: url("images/left-border-bg.gif") repeat-y top left;
}

#wrapper5
{
	background: url("images/left-border-top.jpg") no-repeat top left;
}

#wrapper6
{
	background: url("images/right-border-top.jpg") no-repeat top right;
}

#center
{
	width: auto;
	height: auto;
	margin-left: 90px;
	margin-right: 90px;
}

#logoBar
{
	height: 49px;
	text-align: right;
	font-size: 7.2pt;
	line-height: 13px;
	color: #4D6271;
	background: #B2CADA url("images/logo-bg.gif") repeat-x;
}

#logoBar a
{
	color: #657A89;
	text-decoration: none;
}

#logoImage
{
	float: left;
	margin: 0px;
}

#logoImage p
{
	margin: 0px 0px 0px 10px;
	line-height: 1.5em;
}

#logoText
{
	padding: 5px 15px 0px 0px;
	margin: 0px;
}

#navBar
{
	height: 59px;
	text-align: center;
	background: #AAA url("images/navbar-bg.gif") repeat-x;
}

#navBar img
{
	margin: 10px 0px 0px 0px;
}

#navBar a
{
	color: #000;
}

#navBarSub
{
	height: 20px;
	text-align: center;
	color: #000;
	line-height: 19px;
	background: #EC0 url("images/navbar-sub-bg.gif") repeat-x;
}

#navBarSub_Content
{
	width: 100%;
	padding-top: 1px;
	color: #666;
}

#navBarSub_Content a
{
	color: #000;
	margin: 0px 10px;
}

#content-bg
{
	width: 100%;
	background: #666 url("images/content-bg.gif") repeat;
}

#content-bg2
{
	width: 100%;
	background: url("images/content-top.jpg") repeat-x top;
}

#content
{
	width: 100%;
	height: 590px;
	text-align: center;
	background: url("images/content-center.jpg") no-repeat center top;
}

#header
{
	width: 96%;
	height: 55px;
	max-width: 680px;
	margin: 0px auto 5px auto;
	padding: 10px 5px 5px 15px;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
}

#header p
{
	margin: 0px 0px 3px 0px;
}

#text
{
	width: 96%;
	height: 470px;
	max-width: 680px;
	margin: 26px auto 5px auto;
	padding: 5px;
	text-align: left;
	overflow: auto;
}

#footer
{
	border-top: 1px solid #000;
	font-size: x-small;
	background: #ABC6D9 url("images/logo-bg.gif") repeat-x;
}

#footer a
{
	color: #657A89;
}

#footer p
{
	margin: 0px;
}


#musicControl
{
	display: inline;
	vertical-align: middle;
}


/*
 * Specific Pages
 */

/* CORSI SPECIALI - TABELLA ORARI */
.courseTimetable .courseTimetable_Time
{
	border: 1px solid #DDD;
	background-color: #33305B;
}

.courseTimetable .courseTimetable_Time th, .courseTimetable .courseTimetable_Time td
{
	border-bottom: 1px dotted #DDD;
}

.timeSearch_Form 		{ border: 1px solid #FFF; background-color: #33305B; }
.timeSearch_Form td 	{ border-right: 1px dotted #FFF; }