body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
}

/*--------------- TOP ---------------*/
#top
{
	overflow: hidden;
	text-align: center;
	padding: 0.5em 1em 0 1em;
}

#top-left
{
	height: 100%;
	float: left;
	width: 20%;
}

#top-middle
{
	height: 100%;
}

#top-right
{
	height: 100%;
	float: right;
	width: 20%;
}

#top-right-icon
{
	margin-left: auto;
	width: 152px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#top-right-icon a
{
	text-decoration: none;
}

#top-right-icon img
{
	padding-bottom: 0.2em;
}

h1.ifa-logo, h2.ifa-logo
{
	margin: 0em;
}

/*--------------- LEFT ---------------*/

#left
{
	width: 14em;
	position: absolute;
}


/*--------------- CONTENT ---------------*/

#content
{
	margin-top: 0em;
	padding: 0em 1em 0 15em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	margin: 0em 0 1em 0;
	padding: 0.25em;
	line-height: 120%;
	clear: both;
}
#content h3, #content h4, #content h5, #content h6
{
	margin-top: 0.5em;
}

a img
{
	border: none;
}

span.center
{
	display: block;
	text-align: center;
}

/*--------------- TEXT ---------------*/
#text
{
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.textcenter
{
	text-align: center;
}

img.noborder
{
	border: none;
}

#text table.spaced td, #text table.spaced th
{
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.hover tr:hover
{
	background-color: #ffcc66;
}

#text table.bordered, #text table.bordered td, #text table.bordered th
{
	border: solid black 1px;
	border-collapse: collapse;
}

#text table tfoot
{
	font-size: 80%;
}

#text .ifabackground
{
    background-image: url(images/background-table.jpg);
    background-repeat: repeat;
}

#text ol
{
	padding-left: 3em;
}

/**
	TABLES
*/
table
{
	border: solid black 1px;
	border-spacing: 0;
}

table td, table th
{
	padding: 0.25em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

table thead th
{
	background-color: #ffcc66;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: black;
}

table tr:hover
{
	background-color: #ffcc66;
}


/**
	MISC
*/

.p, p
{
	margin-top: 0em;
	margin-bottom: 1.0em;
	padding-top: 0;
	padding-bottom: 0.0em;
}

.p05, p05
{
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-top: 0;
	padding-bottom: 0.0em;
}

.hover-orange:hover
{
	background-color: #ffcc66;
}

.font80
{
	font-size: 80%;
}

.font120
{
	font-size: 120%;
}

.fontbold
{
	font-weight: bold;
}

.fontitalic
{
	font-style: italic;
}

.divunderline
{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: black;
}

input, textarea, select
{
	color: black;
	background-color: #fff4e3;
	font-size: 1em;
	font-family: Arial, Verdana, sans;
}

input.text, textarea, select
{
	border-color: lightgray black black lightgray;
	border-color: black lightgray lightgray black;
	border-width: 1px;
}

input.button
{
	border-color: gray black black gray;
	border-width: 2px;
}

.aural-info
{
    display: none;
}

.form-STYLE1-labelcontainer-single-start
{
    text-align: center;
}


/*--------------- FOOTER ---------------*/
#footer
{
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 0.9em;
}

/*--------------- TIMETABLECHECK ---------------*/
#timetablecheck
{
	padding: 0.25em;
	padding-top: 0.6em;
	text-align: center;
	background-image: url(images/timetablecheck-star.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#timetablecheck a
{
	border: none;
}

