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

/* Style for all bodies. */
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #DDDDDD;
	margin: 10;
}

img {
	vertical-align: bottom;
}

/* Style for all table cells. */
table {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: oem oem;
	boder-style: hidden;
	padding: oem;
}

td {
	line-height: 0
	padding: 0;
	padding: oem;
	display: table-cell;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #000000
}

td.dark {
	line-height: 0
	padding: 0;
	padding: oem;
	display: table-cell;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #220101
}

td.red {
	line-height: 0
	padding: 0;
	padding: oem;
	display: table-cell;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #5A1502
}

tr {
	margin: oem;
	padding: oem;
}

td img {
	vertical-align: bottom;
}

/* Paragraph used for text with margin */
P {
	margin: 4px 8px 4px 4px;
}


/* Header */
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom : 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}



/* HOMEPAGE */

img.homepage {
	border-color: white;
	border-width: 2;
}


/* CATALEG */

/*
.bordered {
	border:1px;
	border-thickness: 1px;
	border-color: #000;
	border-style: solid;
}

a:hover.bordered, a:active.bordered {
	border: 1px;
	border-thickness: 1px;
	border-color: #fff;
	border-style: solid;
}
*/

a:link img.bordered, a:active img.bordered, a:visited img.bordered {
	border: 1px solid #000000;
}
a:hover img.bordered {
	border: 1px solid white;
}


/* LINKS */

/* Custom link styles */
a:active {
	text-decoration: none;
	color: white
}

a:visited {
	text-decoration: none;
	color: white
}

a:hover {
	text-decoration: underline;
	color: white
}

a:link {
	text-decoration: none;
	color: white
}

#imageinfo {
	visibility: hidden;
}

.number{
	font-size : 18px;
	font-weight : bold;
	color: #555555
}
