/* Default styles */
/* ************** */

body {
	margin: 0px 0px 0px 0px;
  text-align: center;
}

em { 
  font-weight: bold;
}

a, a:visited { 
  text-decoration: none;
  color: #0000FF;
}

a:hover { 
  text-decoration: underline;
}

font.todo {
	font-style: italic;
	background: #FFFFCC;
}

font.new {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;	
}

font.hl 
{ 
  background-color: #8DD8F8;
  padding-top: 2px;
  padding-right: 5px;
}

/* Container of the title of the document */
/* ************************************** */

#doctitle {
  width: 900px;
  min-height: 100px;
  margin: 0px auto 10px auto;
	border:  1px solid #FFFFFF;
	text-align: center;
  background-image: url("./images/hec_banner.jpg");
  background-repeat: no-repeat;
}


/* Container of the navigation menu */
/* ******************************** */

#navigation { 
  width: 900px;
  margin: 0px auto 10px auto;
  padding: 0px 10px 0px 10px;
	border:  1px solid #DFDFDF;
  background-color: #F0F0F0;
  text-align: left;
  font-weight: bold;
}


/* Hide alternative texts */
/* ********************** */

#alttext { display: none; }

p.player-flash { 
  display: true;
}

p.player-flash-preview { 
  display: none;
}

/* Container of the content */
/* ************************ */

#content {
	width:   900px;
	margin:  0px auto 0px auto;
	padding: 0px 10px 2em 10px;
	border:  1px solid #DFDFDF;
  text-align: left;
}


div.subtitle {
  font-weight: bold;
  margin-left: 30px;
  margin-top:  20px;
}


/* Illustration styles */
/* ******************* */

div.floating-right 
{ 
  float: right;
  margin: 20px;
	text-align: center;
}

div.floating-left 
{ 
  float: left;
  margin: 20px;
  text-align: center;
}

div.legend { 
  font-style: italic;
  margin: 5px auto 15px auto;
}


/* Todo comments */
div.todo {
	width:         70%;
	margin:        10px auto 10px auto;
  padding-left:  10px;
  padding-right: 10px;
	border:        1px solid #DFDFDF;
	background:    #FFFFCC;
	font-style:    italic;
}

