/* TI4TISMA.css 
   Cascading Style Sheet for the TISMA project + Highslide goodies
   Created: Mar.02.2000              MG
   L.R.D.:  7-Feb-2011 11:50:54 PM   MG     Rev.01   XHTML
*/


body { background : red;
	   test : black;
	   margin-top : 0pt;
	   margin-left : 0pt;
	   margin-right : 0pt;
	   margin-bottom : 0pt;
	   margin-width : 0pt;
	   margin-height : 0pt;
	   font-size : 12pt;
       font-family : Arial,Helvetica,Geneva,sans-serif;
       }


a:link {                       /* unvisited links */
  color: white; 
  text-decoration: underline; 
  }
a:visited {                    /* visited links (vlink)*/
  color: gray; 
  text-decoration: underline; 
  }
a:hover {                      /* Mouse Hover */
  color: gold;                 
  text-decoration: underline; 
  }
a:active {                     /* active link  (alink)*/
  color: purple; 
  text-decoration: underline; 
  }
  
  
/* Define Classes      (background-color: red; */

.Marquis {color: black;
          font-size=38pt;
         }



H1 { 
  color: black;	/* text */
  font-weight: bold; /*normal(400) bold(700) bolder lighter 																   100 to 900*/
  font-size: 12pt;			/* xx-small x-small small medium large 																		x-large xx-large larger smaller 150% */
							/* note 150% = 1.5em */
  line-height: 14pt; 
  font-family: helvetica; 
  font-variant: normal; /* normal or small-caps */
  font-style: normal;  /* normal or italic or oblique */
  text-decoration: blink;
  border-style: double;
  border-bottom: thick solid green;
  }

EM {
   color: black;   /* EM outside H1 to be white */
   font-size: 25pt;
   font-family: arial;
   }    

H1 EM {color: green }   /* em within an h1 */

H2 { 
  color: white;	/* text */
  font-weight: bold; 
  font-size: 10pt;			/* xx-small x-small small medium large 																		x-large xx-large larger smaller 150% */
							/* note 150% = 1.5em */
  }


/* Highslide stuff.  I have removed * {font-size: 10pt;} which controls
   font size at bottom of expanded thumbnail. I do not know the 
   relevance of the *, but it does nothing without it. However,
   the * prevents me from doing any inline font overrides.
 */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid black;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {          /* for caption at bottom of expanded thumbnail */
    display: none;

    border: 2px solid black;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: black; /* bottom caption bkgnd */
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: white;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: black;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: white;
}

/* End Highslide stuff   */
