/* tycho.css - the Idiot Dog's stylesheet */

body {
	background: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
.tycho {
	margin-left: 50px;
	margin-right: 50px;
}
a:link {
	background: inherit;
	color: #66ccff;
}
a:visited {
	background: inherit;
	color: #66ffcc;
}
a:active, a:hover {
	background: inherit;
	color: #ff6666;
}
.fl1, table.idximages {
	font-size: 9pt;
}
.fl3 {
	font-size: 7pt;
}

/* the table containing thumbnail images in the images directories */
table.idximages td {
	border: 1px solid #666666;
}

table.imgnav {
	font-size: 8pt;
	margin: 10px;
	width: 60%;
}
table.imgcgi {
	border: 1px solid #666666;
	font-size: 11pt;
}

/* hack to make the oval herding picture show up nicely at full res */
table.imgcgi td img {
	background: #ffffff;
	color: inherit;
}

/* a further hack to make the "new" image work */
table.fl1 td.new img {
	background: #000000;
	color: inherit;
}

/* img navigation icons */
table.imgnav a:link img, table.imgnav a:visited img {
	border: 1px solid #000000;
}
table.imgnav a:hover img {
	border: 1px solid #66ccff;
}

