/*	vim: syntax=css
   	Style Sheet for The BogBrush Zone (C) 2004
*/

/* Styles used in the documents */


.pagetitle {
	font-family: times, serif;
	font-size: 28pt;
	color: #800000;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-style: italic;
}

.subtitle {
	font-family: times, serif;
	font-size: 20pt;
	color: black;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-style: italic;
}

.introduction {
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}

.bodytext {
	font-weight: normal;
	font-size: 12pt;
}

.linkset {
	text-align: center;
	font-weight: normal;
	font-size: 12pt;
}

.queryform {
	border: thin solid black;
	background: #c0d0f0;
	color: #000080;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
}

table.photos {
	border:  groove;
	background: #808080;
}

table.data {
	border:  groove;
	background: #FFFFFF;
}

th.data {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	font-size: 12pt;
	border-top: ridge;
	border-right: ridge;
	background: #c0c0c0}

td.data {
	font-weight: normal;
	font-size: 12pt;
	border-top: ridge;
	border-right: ridge;
	background: #c0c0c0}

img.thumbnail {
	border:  inset #808080;
}

td.thumbnail {
	border: outset;
	background: #c0c0c0;
	color: #000000;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
}

.nothumbnail {
	border: inset;
	background: #800000;
	color: #FFFFFF;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
}

.linkbar {
	border: thin solid black;
	background: #c0d0f0;
	color: #000080;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
}

.stylebar {
	color: #000080;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
}

a.hlink:link {
		text-decoration: none;
		color: #000080;
}

a.hlink:visited {
		text-decoration: none;
		color: #000080;
}

a.hlink:hover {
		text-decoration: none;
		color: #000080;
}


/* Styles for the layout template */

.heading {
	background : #c0c0c0;
	font-family : helvetica, arial, sans-serif;
	font-size : 24pt;
	border-top: thin solid #404040;
	border-left: thin solid #404040;
	border-right: thin solid #404040;
	color: #404040;
}

.menu {
	background : #c0c0c0;
	font-family : helvetica, arial, sans-serif;
	font-size : 12pt;
	color: darkblue;
}

.footer {
	background : #c0c0c0;
	font-family : helvetica, arial, sans-serif;
	font-size : 12pt;
	border-left: thin solid #404040;
	border-right: thin solid #404040;
	border-bottom: thin solid #404040;
	color: #404040;
}

a.footer {
	text-decoration: none;
	border: none;
	color: blue;
}

a.footer:hover {
	text-decoration: underline;
	border: none;
	color: red;
}

.sidebar {
	background: #c0c0c0;
}

table.main {
	border-left: thin solid #404040;
	border-right: thin solid #404040;
}

.canvas {
	border-bottom: thin solid #404040;
	border-top: thin solid #404040;
	border-left: thin solid #404040;
	border-right: thin solid #404040;
}

.rssinfo {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #404040;
}

.copyright {
	text-align: center;
	font-family: courier, fixed;
	font-size: 10pt;
	font-weight: bold;
	color: #404040;
}

.privacy {
	text-align: center;
	font-family: courier, fixed;
	font-size: 8pt;
	font-weight: normal;
	color: #800000;
}

a.privacy:link {
	text-decoration: none;
	color: blue;
}

a.privacy:visited {
	text-decoration: none;
	color: darkblue;
}

a.privacy:hover {
	text-decoration: none;
	color: red;
}

