﻿body {
	font-family:Verdana, Arial, sans-serif;
	color:#C0C0C0;
	background-color:#222222;
	font-size:10pt;
	margin-left:8px;
	margin-right:8px;
	margin-top:4px;
	margin-bottom:4px;
}
td {
	font-family:Verdana, Arial, sans-serif;
	color:#C0C0C0;
	font-size:10pt;
}
h3 {
	font-family:Verdana, Arial, sans-serif;
	color:white;
	font-weight:bold;
	font-size:10pt;
}
a:link {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FFCC00;
	text-decoration:none;
	font-weight:bold;
}
ul {
	list-style-type:square;
	color:#C0C0C0;
}
img {
	border-style:none;
}
.smalltext {
	font-family:Verdana, Arial, sans-serif;
   font-size:8pt;
}
.header_text {
   letter-spacing:.3em;
}
a.info {
  position:relative;
  z-index:24;
}
a.info:hover {
  z-index:25;
}
a.info span {
  display:none;
  font-weight:normal;
  text-decoration:none;
}
a.info:hover span {
  display:block;
  position:absolute;
  top:2em;
  left:2em;
  width:22em;
  border:1px solid black;
  background-color:#FFCC00;
  color:black;
  text-align:center;
  text-decoration:none;
}
.outer_table {
   height:222px;
}
.folder_table {
   height:220px;
   background-color:#333333;
   border:1px #555555 solid;
   text-align:center;
}
.picture_table {
   height:220px;
   background-color:black;
   border:1px #333333 solid;
   text-align:center;
}
.top_cell {
   height:15px;
}
.mid_cell {
   height:155px;
   width:170px;
   vertical-align:top;
}
.low_cell {
   height:45px;
   vertical-align:middle;
}
.cell_hgap {
   width:1px;
}
.cell_vgap {
   height:2px;
}
/* CSS layout */
#page_header {
  width:90%;
  position:fixed;
  top:3px;
  left:5px;
  text-align:left;
}
#page_flip {
  position:fixed;
  top:4px;
  right:3px;
  text-align:right;
}
#page_sizes {
  width:99%;
  z-index:2;
  position:fixed;
  top:3px;  
  text-align:center;
}
#page_content {
  position:relative;
  top:20px;
}
#page_footer {
  width:99%;
  position:fixed;
  bottom:3px;
  text-align:center;
}

