<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* common classes for components *******/

/*** COMPONENT     XISS WEB SKIN    ***/

a span {
 	display: none;
 }
 
li span {
 	display: none;
 }

li a {
	margin: 0;
 	text-decoration: none;
 	border: 0;
}
 
ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}


/***************************
 *
 * HOME LINK
 *
 ***************************/
a.home {
}

a.home span {
   display: inline;
}

/****************************
*
* COPYRIGHT
*
****************************/
.copyright {
	font-size: 80%;
	font-family: times,serif;
}


/***************************
 *
 * MAIN IMAGE CONTAINER
 *
 ***************************/
div#image-container {
	margin: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background: rgb(236,241,244);
	font-family: times,serif;
	font-style: italic;
	font-size: 11.5pt;
	color: rgb(85,122,170);
}

/**** COMMENT STYLE ****/
div#image-comment.top-comment  {
	padding-bottom: 6px;
	background: transparent url(../images/arrow-top.png) no-repeat 50% 100%;
}
div#image-comment.bottom-comment  {
	padding-top: 6px;
	background: transparent url(../images/arrow-bottom.png) no-repeat 50% 0%;
}
div#image-comment div {
	color: rgb(0,56,127);
	background: rgb(207,218,231);
}

/*** IMAGNE NUMBER STYLE ***/
.image-num  {
	margin: 0 5px 0 3px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
}

/** MAIN IMAGE STYLE **/
img.mainImage {
   background: white;
   padding: 7px;
   border: 1px solid rgb(200,200,200);
   /*border-top: 1px solid rgb(180,180,180);
   border-left: 1px solid rgb(180,180,180);
   border-bottom: 2px solid rgb(180,180,180);
   border-right: 2px solid rgb(180,180,180);*/
}

/** METADATA STYMLE **/
div#metaData {
   font-size: 70%;
   font-style: normal;
   font-family: arial,sans-serif;
}
div#metaData.top-metadata {
}
div#metaData.bottom-metadata {
}
div#metaData div {
}

/***************************
 *
 * LOCAL INDEX (default, standard, google) AND IMAGE LOCATION ON MAP
 *
 ***************************/
div#default-index  p {
	padding-top: 75px;
}

div#standard-index {
	padding-top: 20px;
	border: 1px solid rgb(85,122,170);
	background: rgb(207,218,231);
}
div#standard-index p {
   padding: 15px 0;
}
div#standard-index div.description {
   font-style: normal;
}

div.marker-info {
	max-width: 300px;
}

div#map {
   border: 1px solid rgb(85,122,170);
}
div#map p {
   margin: 5px;
   padding: 0;
}

/** link to display Google maps on the location of the current image **/
a#open {
	width: 24px;
	height: 24px;
	display:block;
	text-decoration: none;
	border: 0;
	background: transparent url(../images/map.png) no-repeat;
}



/** LOAD SCREN FOR ANIMATION **/
#load {
	background: white url(../images/wait.gif) no-repeat center center;
	opacity: 0.5;
}
/***************************
 *
 * ANIMATION CONTROL PANEL
 *
 ***************************/
#ctrl-wrapper {
	font-size: 70%;
	text-align: left;
	position: absolute;
	z-index: 50000;
}
#ctrl-wrapper a {
	border: 0;
}
#ctrl-wrapper span {
	display: inline;
}

#ctrl-action a {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url("../images/gear.png") no-repeat center center;
}
#ctrl-action a span {
	display: none;
}

#ctrl-panel {
	position : relative;
	top: 0;
	left: 8px;
	background: white;
	width: 180px;
	height: 75px;
	padding: 3px;
	opacity: 0.8;
}
.current-elt {
	border-bottom: 2px solid rgb(85,122,170);
}
#ctrl-panel ul {
	clear: both;
	padding: 3px 0 3px 0;
}
#ctrl-panel ul li {
	float: left;
}
#ctrl-panel ul li span {
	display: none;
}
/*comment elements*/
ul#comment-disp li#disp-cmt-top {
	padding: 0 0 2px 0;
	display: block;
	width: 25px;
	height: 22px;
	background: transparent url("../images/top.png") no-repeat center center;
}
ul#comment-disp li#disp-cmt-bottom {
	padding: 0 0 2px 0;
	display: block;
	width: 25px;
	height: 22px;
	background: transparent url("../images/bottom.png") no-repeat center center;
}
ul#comment-disp li a {
	padding: 0 0 2px 0;
	display: block;
	width: 25px;
	height: 22px;
}
/* meta data elements **/
ul#mdata-disp li#disp-mdata-top {
	padding: 0 0 2px 0;
	display: block;
	width: 25px;
	height: 22px;
	background: transparent url("../images/top.png") no-repeat center center;
}
ul#mdata-disp li#disp-mdata-bottom {
	padding: 0 0 2px 0;
	display: block;
	width: 25px;
	height: 22px;
	background: transparent url("../images/bottom.png") no-repeat center center;
}
ul#mdata-disp li#disp-mdata-none {
	padding: 0 0 2px 0;
	display: block;
	width: 25px;
	height: 22px;
	background: transparent url("../images/none.png") no-repeat center center;
}
ul#mdata-disp li a {
	padding: 0 0 2px 0;
	display: block;
	width: 25px;
	height: 22px;
}
/*speed elements*/
ul#anim-speed li#increase a {
	display: block;
	padding-top: 4px;
	width: 10px;
	height: 10px;
	background: transparent url("../images/increase.png") no-repeat center center;
}
ul#anim-speed li#increase a span {
	display: none;
}
ul#anim-speed li#decrease a {
	display: block;
	padding-top: 4px;
	width: 10px;
	height: 10px;
	background: transparent url("../images/decrease.png") no-repeat center center;
}
ul#anim-speed li#decrease a span {
	display: none;
}
ul#anim-speed li#anim-speed-value {
	padding: 0 5px;
	display: block;
	width: 22px;
	height: 14px;
}
ul#anim-speed li.fast {
	background: transparent url("../images/fast.png") no-repeat center center;
}
ul#anim-speed li.slow {
	background: transparent url("../images/slow.png") no-repeat center center;
}
ul#anim-speed li.immediate {
	background: transparent url("../images/immediate.png") no-repeat center center;
}
ul#anim-speed li.medium {
	background: transparent url("../images/medium.png") no-repeat center center;
}
/***************************
 *
 * THUMBNAILS CONTAINER
 *
 ***************************/
.section {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
 }

.thumbnailsRow {
   padding: 2px;
}

.currentThumbnail {
	padding: 0;
	border: 2px solid rgb(85,122,170);
}

a.thumbnailLink {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/**      FOR IE !    **/
a.thumbnailLink:hover {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/**      FOR IE !    **/
a.thumbnailLink:visited {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a.thumbnailLink img {
	padding: 0;
	border: 2px solid rgb(170,189,212);
	text-decoration: none;
}

a.thumbnailLink:hover img {
	padding: 0;
	border: 2px solid rgb(25,155,215);
	text-decoration: none;
}


/***************************
 *
 * NAVIGATION BAR
 *
 ***************************/
 
div.h-navbar-div a.backward {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	background: url(../images/backward.png) top left no-repeat;
 	width: 72px;
 	height: 21px;
 	border: 0;
 }
 
div.h-navbar-div a.backward:hover {
	background-position: 0 -21px;
 	border: 0;
}

 
div.h-navbar-div a.forward {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	background: url(../images/forward.png) top left no-repeat;
 	width: 71px;
 	height: 21px;
  	border: 0;
}
 
div.h-navbar-div a.forward:hover {
	background-position: 0 -21px;
	border: 0;
}

div.h-navbar-div a.init {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	background: url(../images/init.png) top center no-repeat;
  	width: 50px;
 	height: 21px;
 	border: 0;
}

div.h-navbar-div a.init:hover {
	background-position: 0 -21px;
 	border: 0;
}


/*   -----   */

div.v-navbar-div a.backward {
	display: block;
	margin: 0 5px 0 5px;
	padding: 0;
	background: url(../images/backward-V.png) top left no-repeat;
 	width: 21px;
 	height: 72px;
 	border: 0;
 }
 
div.v-navbar-div a.backward:hover {
	background-position: -21px 0;
 	border: 0;
}

div.v-navbar-div a.forward {
	display: block;
	margin: 0 5px 0 5px;
	padding: 0;
	background: url(../images/forward-V.png) top left no-repeat;
 	width: 21px;
 	height: 71px;
  	border: 0;

}
 
div.v-navbar-div a.forward:hover {
	background-position: -21px 0;
 	border: 0;
}

div.v-navbar-div a.init {
	display: block;
	margin: 0 5px 0 5px;
	padding: 0;
	background: url(../images/init-V.png) top left no-repeat;
  	width: 21px;
 	height: 50px;
 	border: 0;
}

div.v-navbar-div a.init:hover {
	background-position: -21px 0;
 	border: 0;
}


/********* Horizontal bar in an vertical alignment ****/

div.h-navbar-div {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 193px;
	margin-left: auto;
	margin-right: auto;	
}

ul.h-nav-bar li {
   list-style-type: none;
   float: left;
}

li.h-backward-disabled {
   display: block;
   margin: 0;
   background: url(../images/backward-disabled.png) top left;
   background-repeat: no-repeat;
   width: 72px;
   height: 21px;
   float: left;
}

li.h-forward-disabled {
   display: block;
   margin: 0;
   background: url(../images/forward-disabled.png) top left;
   background-repeat: no-repeat;
   width: 71px;
   height: 21px;
   float: left;
}

div.h-next {
   float: right;
}
div.h-previous {
   float: left;
}

/****** Vertical bar in an horizontal alignment ***/

div.v-navbar-div {
	margin: 0;
	padding: 0;
}

div.v-nav-bar li {
   list-style-type: none;
   margin: 0;
}

li.v-backward-disabled {
	margin: 0 5px 0 5px;
	padding: 0;
	background: url(../images/backward-disabled-V.png) top left;
	background-repeat: no-repeat;
  	width: 21px;
 	height: 72px;
}

li.v-forward-disabled {
	margin: 0 5px 0 5px;
	padding: 0;
	background: url(../images/forward-disabled-V.png) top left;
	background-repeat: no-repeat;
  	width: 21px;
 	height: 71px;
}</pre></body></html>