/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}

html {
	scrollbar-face-color: #232323;
	scrollbar-highlight-color: #8F8F8F;
	scrollbar-shadow-color: #8F8F8F;
	scrollbar-3dlight-color: #232323;
	scrollbar-arrow-color: #8F8F8F;
	scrollbar-track-color: #8F8F8F;
	scrollbar-darkshadow-color: #232323;
	scrollbar-base-color: #8F8F8F;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

/* Style for the Top bar */
.topbar {
	background-image: url(classic.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-size: 13px;
}

/* Style for the Top ruler */
.topruler {
	background-image: url(rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
	font-size: 13px;
}

/* Style for the Bottom bar */
.bottomruler {
	height: 10px;
	font-size: 13px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #dcdcdc;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #dcdcdc;
	font-size: 13px;
}

/* Style for the Header */
.bppheader {
	color: #cacaca;
	font-size: 13px;
}

/* Style for the Footer */
.bppfooter {
	color: #cacaca;
	font-size: 10px;
}

/* Style for the page body */
.pagebody {
	height: 100%;
	padding: 10px;
	padding-left: 10px;
	margin: 0px;
	font-size: 13px;
}

/* Style for the Image Comment */
.comment {
	color: #cacaca;
	font-size: 13px;
}

/* Style for any note/comment */
.note {
	color: #cacaca;
	font-size: 10px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #ffffff;
}

a:visited {
	text-decoration: underline;
	color: #cacaca;
}

a:link {
	text-decoration: underline;
	color: #cacaca;
}

a.note:active {
	text-decoration: none;
	color: #ffffff;
}

a.note:visited {
	text-decoration: none;
	color: #cacaca;
}

a.note:link {
	text-decoration: none;
	color: #cacaca;
}

a.path:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #dcdcdc;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #dcdcdc;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #dcdcdc;
}

a:hover {
	text-decoration: underline;
	color: #eeeeee;
}

a.note:hover {
	text-decoration: none;
	color: #eeeeee;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #dcdcdc;
}
/*fix for IE which blows up table cells to default font size when having a vertical-align inside*/
.noSize {
	font-size: 0px;
}
