/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: sans-serif;
	font-size: 14px;
	background-color: black;
	color: white;
	margin: 10;
}

/* Style for all table cells. */
td {
	font-family: "Arial", Arial, sans-serif;
	font-size : 14;
}

/* Put a border on all generated images */
.image {
	border-width: 0;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
td {
	text-align: center;
/*	vertical-align: bottom; */
}

td.txt{
	text-align: justify;
/*	vertical-align: bottom; */
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 18px;
	font-weight: bold;
        text-align: center;
        margin-top: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
        text-align: center;
        margin-top: 10px;
}

.number,.date {
	font-family : "Courier New", Courier, monospace;
	font-size : 20px;
	font-weight : bold;
}

.filename {
	font-family : "Courier New", Courier, monospace;
	font-size : 20px;
	font-weight : bold;
}

/* Custom link styles */
a:active {
	color: #FFAAAA;
}

a:visited {
	color: #AAAAAA;
}

a:hover {
	color: #FFFFFF;
}

a {
	color: #CCCCCC;
}

#imageinfo {
	visibility: hidden;
}

.imageinfo {
	font-size : small;
}

#red
{
  color: #F00;
  font-weight : bold;
}

#green
{
  color: #0F0;
  font-weight : bold;
}

#yellow
{
  color: #FE0;
  font-weight : bold;
}

#desc
{
	font-size : 14px;
	font-family : sans-serif; 
	font-weight : normal;
}

p
{
  clear:none;
}

img.sml
{
  vertical-align:top;
  float:left;
  margin-right:15px;
  margin-left:0;
  margin-top:5px;
  margin-bottom:5px;
}
img.smlright
{
  vertical-align:top;
  float:right;
  margin-right:0px;
  margin-left:15;
  margin-top:5px;
  margin-bottom:5px;
}

