/*
	Styles for the Viennese Winter Ball web pages
*/


/*
	Found on http://theodorakis.net/tablecentertest.html
*/

div.center
{
	text-align: center;
}

div.center table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*
	End of "Found on..."
*/

body
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	background-color: #FFFFFF;
}

/*
	Careful of the order of the <a> pseudo-classes! It should be LVFHA.
	(Castro, 5th ed., p.141)
 */
a:link
{
	color: #999999;
}

a:visited
{
	color: #999999;
}

a:active
{
	color: #999999;
}
/*
	End of <a> pseudo-classes
 */

img.vwb_logo
{
	width: 169px;
	height: 289px;
	margin-top: 40px;
	margin-bottom: 40px;
}

img.bmo_logo
{
	width: 400px;
	height: 46px;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 0px;
}

p
{
	color: #999999;
	text-align: left;
}

/*
 * Navigation links (at bottom of content area)
 * OLD - Can be deleted after all pages have
 *       been converted to new style
 */
div.nav_links
{
	text-align: center;
	color: #666666;
}

div.nav_links div#official-program
{
	margin: 0px auto 20px auto;
}

div.nav_links div#last-updated
{
	margin: 20px auto 20px auto;
}

div.nav_links hr
{
	width: 550px;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/*
 * Navigation links (at bottom of content area)
 * NEW - Name change from div.nav_links to div#nav-links
 *       and introduction of two new divs
 *       (official-program and last-updated) 
 */
div#footer
{
}

div#footer hr
{
	width: 550px;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 10px;
}

div#footer div#nav-links
{
	text-align: center;
	color: #666666;
}

div#footer div#official-program
{
	margin: 0px auto 20px auto;
}

div#footer div#last-updated
{
	margin: 20px auto 20px auto;
}

/*
 * End of navigation links
 */

br.clear
{
	clear: both;
}

p
{
	width: 600px;
}

p.hist_title
{
	text-align: center;
	font-size: large;
}

p.menu_title
{
	text-align: center;
	font-size: large;
}

p.menu_course
{
	text-align: center;
	font-size: large;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.sponsor_class
{
	text-align: center;
	font-size: large;
	font-weight: bold;
}

span.sponsor_subclass
{
	text-align: center;
	font-size: large;
}
p.ball_date
{
	text-align: center;
	font-weight: bold;
}

hr.divider
{
	width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
}

span.bold
{
	font-weight: bold;
}

span.italic
{
	font-style: italic;
}

span.red
{
	color: red;
}

span#larger
{
	font-size: larger;
}

p.text_centred
{
	text-align: center;
}

span.nowrap
{
	white-space: nowrap;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

span.hide
{
	display: none;
}
.no-top-margin { margin-top: 0px; }
.no-bottom-margin { margin-bottom: 0px; }

/*
 * Styles for sponsors
 */
div#gold-circle-sponsors td a,
div#silver-circle-sponsors td a
{
	text-decoration: none;
}
 

div#corporate-sponsors a,
div#corporate-sponsors p,
div#corporate-supporters a,
div#corporate-supporters p,
div#special-mention a,
div#special-mention p
{
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

	/* French */
div#corporate-sponsors a.no-top-margin,
div#corporate-supporters a.no-top-margin,
div#special-mention a.no-top-margin,
div#special-mention p.no-top-margin
{
	margin-top: 0px;
	color: #6699FF;
}
	/* English */
div#corporate-sponsors a.no-bottom-margin,
div#corporate-supporters a.no-bottom-margin,
div#special-mention a.no-bottom-margin,
div#special-mention p.no-bottom-margin
{
	margin-bottom: 0px;
}

	/* One line, multiple names and links */
div#corporate-sponsors a.one-line,
div#corporate-supporters a.one-line,
div#special-mention a.one-line
{
	display: inline;
	padding: 0px 5px 0px 5px;
}
span.fix
{
	padding-right: 20px;
	color: red;
	font-weight: bold;
	font-style: italic;
}
span.fix:before
{
	content: "FIX! -->";
}
 