/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
BODY {
  background: white;
  color: #333333;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Tahoma, Arial,helvetica;
  background-image: none;
  background-color: white;
  text-align: left;
}


table.nav {
  cellspacing: 0;
  cellpadding: 0;
  width: 100%;
  border-right: 1px dotted #999;
  font-size: 7pt;
  font-weight: bold;
}

.header {
	color: #333333;
	font-family: Tahoma, Arial,helvetica;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

.subheader {
  	margin-left: 8px;
	color: #333333;
	font-family: Tahoma, Arial,helvetica;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.bodyleftsp {
  	margin-left: 8px;
	margin-right: 8px;
  	margin-bottom: 20px;
	color: #333333;
	font-family: Tahoma, Arial,helvetica;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
}


.nav {
	font-family: Tahoma, Arial,helvetica;
	font-weight: bold;
	font-size: 20px;
}

.datetime {
	font-family: Arial,helvetica;
	font-size: 8pt;
	vertical-align: top;
}

.firstlast {
	font-family: Arial,helvetica;
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .thumb {
	border-width: 1px;
	border-color: #999;
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

.image {
	margin-top:30px;
	vertical-align: center;
	border-width: 0px;
}

.originalimage {
	margin-top:30px;
	margin-bottom:30px;
	border-width: 0px;
}

.comment {
  font-family: Tahoma, Arial,helvetica;
	text-align: center;
	font-size: 9pt;
}

.copyright {
	font-family: Arial;
	text-align: center;
	font-size: 6pt;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}

.generated {
  font-size: 7pt;
  font-weight: normal;
  font-family: Arial;
  text-align: center;
}

/* Styles assosicated with root index page */
 #rootindexframe {
	width: 100%;
	padding: 4px;
	border: 0px;  /* Netscape 4.x friendly */
    text-align: left;
	}
 .folderName { 
    text-align: left;
	font-size: medium;
	}
 .folderData { 
	font-size: xx-small; 
	color: #666666; 
	line-height: 90%; 
    text-align: left;
	}
 .folderDescription { 
	color: #666666; 
	line-height: 110%;
	margin-top: 2px;
    text-align: left;
	font-size: small;
	}
 .folderNavigation {
	position: relative; 
	font-size: x-small;
	}
 .folderNavigation a { 
	text-decoration: none;
	color: white;
      }
.folderNavigation a:link { 
	text-decoration: none;
	color: white;
      }
.folderNavigation a:visited { 
	text-decoration: none;
	color: white;
      }
.folderNavigation a:hover { 
	text-decoration: none;
	color: white;
      }
 .float {           /* Used to allow captions under the thumbnails, while at the same time preserving the "free flow" nature of thumbs when the browser is resized */
	float: left;
	} 
 .float p {
	text-align: center;
	margin: 0px 10px 2px 10px;
	}
 .float p.thumbComment  {
	font-size: x-small;
	}
 .thumbName a { 
	color: #a1a1a1;
	text-decoration: none; 
	}
 .thumbDate {
	color: #616161;
	font-size: x-small;
	}
 #w3clogosright {
	float: right;
	position: relative;
	right: -20px;
	}
#rootindexframe td {
	text-align: left;
}


/* Custom link styles */
a {
	text-decoration: none;
}

a:active {
	color: #FFAAAA;
}




