/*
 * 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: 14px;
	background-color: white;
	color: black;
	margin: 0;
}

/* Style for all table cells. */
td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.remarks
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; /* font-weight: bold;*/
}

.notes
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; /* font-weight: bold;*/
}


.author
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 9px;
}


/* Put a border on all generated images */
.image
{
	border-width: 1pc;
	border-color: black;
	border-style: solid;
}



/* 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 */
.title
{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0px;
	color: White;
}

/* Custom link styles */
a:active
{
	text-decoration: none;
	color: #FF0000;
}

a:visited
{
	text-decoration: none;
	color: #0000FF;
}

a:hover
{
	text-decoration: underline;
	color: #FF7777;
}

a:link
{
	text-decoration: none;
	color: #0000FF;
}

.original
{
	font-size: 9px;
}

.RowFirst
{
	background-color: #FFFFFF;
}
.RowSecond
{
	background-color: #F0F0FF;
}

#imageinfo
{
	visibility: hidden;
}

.number
{
	font-weight: bold;
}

.bold
{
	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;
	*/

