#multipages{
  text-align: left;
}

#multipages a{
  text-align: center;
  border: 1px solid #000000;
  background-color: #ffffff;
  display:inline;
  width:20px;
  position:relative;
}

#multipages a.normal{
  text-decoration:none;
  color: #000000;
}

#multipages a.selected{
  text-decoration:none;
  color: #6c0000;
  border: 1px solid #a30000;
  background-color: #ffe3e3;
}

#navigation{
	font-weight:bold;
	text-align:right;
	direction:rtl;
	margin:5px;
}

#navigation .main{
	color:#ab0000;
}

#navigation a.main:hover{
	color:#ff0000;
}

#navigation .this{
	color:#5c4a00;
}

#navigation a.this:hover{
	color:#6b5f00;
}

#navigation .pic{
	color:#000000;
}

.copyrights{
	font-family:Century Gothic,tahoma;
	font-weight:bold;
	font-size:8pt;
	color:#000000;
	text-align:center;
}

.copyrights a:link, .copyrights a:visited{
	text-decoration:none;
}

.copyrights a:hover, .copyrights a:active{
	text-decoration:underline overline;
}

img{
	border:0px;
}

form{
	font-family:tahoma;
	font-size:8pt;
}

.caution{
	border:#b72b2a solid 1px;
	background:#ffefef;
	color:#670100;
	text-align:center;
	padding:5px;
	font:bold 10pt;
}
/* Light Box */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/overlay.png", sizingMethod="scale");
}