/* bj5.css

   Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
   W3C liability, trademark, document use and software licensing
   rules apply, see:

   http://www.w3.org/Consortium/Legal/copyright-documents
   http://www.w3.org/Consortium/Legal/copyright-software
*/


p.sideimage {
  width: 30%;
  margin-right: 1em;
  float: left;
}

p.rightimage{
  width: 50%;
  margin-left: 1em;
  float: right;
}

p.halfimage {
  width: 40%;
  margin-right: 1em;
  float: left;
}

p.horizhalfimage {
  text-align: center;
  height: 40%;
}

p.fullimage { 
  text-align: center;
  height: 75%;
}

p.sideimage img, p.halfimage img {
  width: 90%  !important; /* 90% is hack for Amaya */
  height: auto !important; 
}


p.fullimage img, p.horizhalfimage img {
  height: 100%  !important; 
  width: auto !important; 
}


.smallimageright { 
   margin-right: 5em; 
   float: right;
}

div.slide h1.testing  {
	border-bottom: 8px solid #da521f;}
.testing {color: #da521f}

div.slide h1.graphics {
  border-bottom: 8px solid #6950a1;
}
.graphics {color: #6950a1}

.emphasis {color: blue}

div.slide {
   clear:both;
}

div.selfcheck{
   clear:both
}