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

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
}

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


/* Put a border on all generated images */
.image {
	border:1px solid black; margin:0; 
}

/* Align the content of the cells on the index pages to the center and bottom. */

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

/* Margins on the slide pages. */
body#slide {
	margin: 5;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 12px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom : 0px;
	color : White;
}

/* Custom link styles */
a:active {
	color: #003399; font-family: "Times New Roman", Times, serif; font-size: 12px; text-decoration: none
; font-style: normal
}

a:visited {
	text-decoration: none;
	color: #CC6600
; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal
}

a:hover {
	text-decoration: none;
	color: #0066FF; font-family: Arial, Times, serif; font-size: 12px; font-style: normal
}

a:link {
	text-decoration: none;
	color: #0033CC; font-family: Arial, Helvetica, sans-serif; font-size: 12px
; font-style: normal
}

.generator {
	font-size : 9px;
	color : Silver;
}

.RowFirst {
	background-color : #F0F0FF;
}
.RowSecond {
	background-color : #FFFFFF;
}

#imageinfo {
	visibility: hidden;
}

.number{

	font-weight : bold;
}


.button
{
	background : #F0F0F0;
	border : solid Gray;
	border-width : 1px 1px 1px 1px;
/*	font-size : 8pt;
	border-bottom-color : #555555;
	border-right-color : #666666;
	border-left-color : #D0D0D0;
	border-top-color : #E0E0E0;
	text-align : center;
	*/
	}
	
.bordertop
{
border : solid Gray;
border-width : 0px 0px 1px 0px;
}

.bordertopright
{
border : solid #D0D0E0;
border-width : 0px 1px 1px 0px;
}

.dent
{
	background : #F0F0F0;
		font-size : 8pt;
	text-align : center;
	}
	
	/ *
	border-top-color : #555555;
	border-left-color : #666666;
	border-right-color : #D0D0D0;
	*/
a {
	color: #FFFFFF;
}
