/*
   Style Sheet for image presentations
   pe 10.8.01 / 20.5.2002

*/

/* Default */
/* Use 'BODY' explicitely becaus old netscape 4.x does not seem
   to recognize '*'
*/

*,BODY
{
   font-family: ,"Arial",sans-serif; /* More may be listed here */
   color: black;
  /*
   background-color: transparent;
   background-image: url("/icons/idblogo_med.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
  */
   background-color: white;
}


/*************
* Main Text
*************/
*.textbody{
  font-size: 100%;
}

/*************
* Big Image Captions
*************/
*.imghead{
  font-size: 130%;
  line-height: 150%;
  font-weight: bold;
}
*.imgbody{
  font-size: 100%;
  line-height: 1.0;
}

*.imgnote{
  font-size: 70%;
  line-height: 1.0;
}

/*************
* Thumbnail Captions
*************/
*.thbody,
BODY.thbody{
  font-size: 90%;
  line-height: 1.0;
}

*.thnote,
BODY.imgnote{
  font-size: 70%;
  line-height: 1.0;
}

/*************
* Titles
*************/
H1.head1{
  text-align: center;
  font-size: 200%;
  font-weight: bold;
}

H2.head2{
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}



/*************
* Links
*
* hover must be placed after :link and :visited
*************/

A:link {
   text-decoration: underline;
   color: blue;
}
A.breadcrumb:link{
   text-decoration: none;
   color: blue;
}

A:visited {
   text-decoration: underline;
   color: orange;
}
A.breadcrumb:visited {
   text-decoration: none;
   color: blue;
}

A:hover{
   text-decoration: none;
   color: lime;
}
A.breadcrumb:hover{
   text-decoration: none;
   color: lime;
}

A:active{
   color: red;
}
A.breadcrumb:active{
   text-decoration: none;
   color: red;
}

/*************
* Others
*************/


*.footer{
  font-size: 0.7em;
  line-height: 1.5;
}

input.submit{
  background-color: lightgrey;
  font-weight: bold;
}

PRE,CODE,TT{
  font-family: "Courier",monospace; /* More may be listed here */
}







