/* --- gallery slide show CSS (replaces standard css_std.css) --- */

body {
   	color: #CCCCCC;
  	background-color: #222222;
	font-family: sans-serif;
   	text-align: center;
	margin: 0;
	padding: 16px 8px;
	}

a, a:visited {
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
a:active {
	color: #FF0000;
	text-decoration: underline;
	}

img {									/* default image formatting */
	margin: 0px;
	padding: 0px;
	border-style: none;
	vertical-align: middle;
	}

div.igssMainContent {					/* slide show image formatting */
	}
img.igssImage {
	}

div.igssTagLine {						/* tag line formatting */
   	font-size: 95%;
	}

p.igssVCR {								/* defines the slide show VCR buttons */
	padding: 1em 0 0.5em 0;
	}
a.igssVCR, a.igssVCR:visited, a.igssVCRpause, a.igssVCRpause:visited {
   	font-size: 90%;
	font-family: sans-serif;
	color: #cccccc;
   	background-color: #444444;
	text-decoration: none;
	padding: 0 17px;
	margin: 0.33em;
	border: 2px outset #444444;
	}
a.igssVCR:hover, a.igssVCRpause:hover {
	color: #00FF00;
	border: 2px outset #00aa00;
	}
a.igssVCR:active, a.igssVCRpause:active {
	color: #FF00FF;
	border: 2px inset #aaooaa;
	}

a.igssVCRpause, a.igssVCRpause:visited {
   	font-size: 80%;
	padding: 0px 17px 0px 17px;
	}


div.igssFooter {
  	font-size: 75%;
	font-family: sans-serif;
	margin: 1em 2em ;
	text-align: center;
	line-height: 166%;
	}

