/*	Colors and common.css overrides. */



/* Style for all bodies. */
body {
	background-color: #7F7F7F;
	color: #000000;
}

.textFile {
	background-color: #ddd;
	color: #000000;
	border: thin solid #000000;
	background-color: #ddd;
}

/* Style for "i" (iptc) section (right side slide), if included. */
.imageinfo {
	background-color: #7F7F7F;
}

/* This puts a new border around an index page thumbnail on hover */

.borderit img{
	border: 1px solid #000000;
}

.borderit:hover img{
	border: 1px solid #ff9900;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color:#ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ff9900;
}

a:active {
	text-decoration: underline;
	color: #ffffff;
}


/* This is from Exhibit skin GUI and is link bar at the top of the pages */
.nav_top {
	color: #0000ff;
	margin-bottom: 20px;
}

.nav_top a:active {
	text-decoration: none;
	color: #000000;
}
.nav_top a:visited {
	text-decoration: none;
	color: #000000;
}
.nav_top a:hover {
	text-decoration: none;	
	background: #ff9900;
}
.nav_top a:link {
	text-decoration: none;
	color:#ffffff;
}

/* control width of header.inc and or footer.inc files*/

.inc {
	color: #000000;
}

/* Put a border on all generated images. remove padding and border */
.image {
	border-width: 1px;
	margin: 1px;
	border: 5px solid #000000;
}

/* Header */
h1 {
	color: #000000;
}

/* Style for slide page thumbnails-Mindhive navigation */

.nav {
	font-size: small;
}

table.nav {
	border-bottom: 0px dotted #000000;
}

/* this is the active or current slide page thumbnail */
.currentslidethumb {
	border: thin solid #8e8eb2;
	padding: 2px;
}

/* folder border for directories */

.folder {
	position: relative;
	top:-6px;
	border: 2px solid #bbb;
	display: inline-block;
	line-height: 0px;
	padding: 8px;
	background-color: #bbb;
	margin: 20px 10px 0px 10px;
	border-radius: 5px;
}
.folder:after, .folder:before {
	bottom: 100%;
	left: 8px;
	border: solid transparent;
	content: " ";
	height: 0px;
	width: 37px;
	position: absolute;
	pointer-events: none;
}
.folder:after {
	border-bottom-color: #bbb;
	border-width: 6px;
	margin-left: -6px;
}
.folder:before {
	border-bottom-color: #bbb;
	border-width: 10px;
	margin-left: -10px;
}
