/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: "#000000";
	color: #DDD;
	margin-left: 4;
	margin-top: 4;


}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* Put a border on all generated images */
.image {border:1px solid #333; margin:5; }

//td img {display: block;} // for menubar

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}


/* Header */
h1 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold; margin-left:0; margin-top:0; margin-bottom:0
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #EEE; font-weight:bold
}

a:inactive {
	text-decoration: none;
	color: #EEE; font-weight:bold
}

a:visited {
	text-decoration: none;
	color: #DDD; font-weight:bold
	}

a:hover {
	text-decoration: underline;
	color: #EEE; font-weight:bold
}

a:link {
	text-decoration: none;
	color: #EEE; font-weight:bold;
}

div
{
width:1;
height:1;
}
.textbox     { 
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}

#imageinfo {
	visibility: hidden;
}

#photoholder {
  width:1024px;
  height:675px;
  background:#000 url('images/closeup_loading.gif') 50% 50% no-repeat;
}
#thephoto {
  width:1024px;
  height:675px;
}


th           { font-size: 10pt; font-weight: bold; background-color: #666; text-align:left}

.tcell { border:1px solid #BBB; background-color:#888; text-align:center; align:center}
.ttable {border: 0px solid #BBB; cellpadding:4; cellspacing:0; border-collapse: collapse}
.bigtext {font-size: 14pt; font-weight: bold; font-family: Verdana, Arial, sans-serif; background-color: #888}
.medtext {font-size: 11pt; font-weight: bold; font-family: Verdana, Arial, sans-serif}
