/* top level definitions */
a {
	text-decoration : underline;
	color: #0000ff;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
	background-color: inherit;
}

body {
	font-family: verdana, sans-serif;
	background-color: #ffffee;
	color: #000000;
	font-size: 9pt;
}

h1 {
	border-color: #000000;
	border-style: solid;
	border-width:1px 1px 3px 1px;
	color: #000000;
	background-color: #eeeedd;
	font-size: 14pt;
	margin-top: 10px;
}

img {
	border: 0px;
}

input {
	width: 256px;
}

pre {
	border: 1px solid #999988;
	color: inherit;
	background-color: #ddddcc;
}

table {
	font-size: 7pt;
}

td {
	border-left: 1px solid #999988;
	border-top: 1px solid #999988;
}

th {
	border: 1px solid #999988;
	color: inherit;
	background-color: #eeeedd;
	font-weight: normal;
}

/* classes */

.arch {
	border-bottom: 1px solid #ff0000;
}

.black {
	color: inherit;
	background-color: #000000;
}

.colartist {
	width: 256px;
}

.coldate {
	width: 128px;
}

.coldesc {
	width: 256px;
}

.container {
	width: 800px;
	margin: 0 auto;
}

.corner {
	font-size: 6pt;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
}

.day {
	border-bottom: 2px solid black;
}

.dp {
	color: inherit;
	background-color: #ddddcc;
	text-align: center;
}

.dup {
	text-decoration: line-through;
}

.ld {
	border-right: 1px solid #999988;
}

.lm {
	border-bottom: 1px solid #999988;
}

.menuitem {
	float: left;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	color: inherit;
	background-color: #eeeedd;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 0px 0px;
}

.month {
	border-left: 2px solid black;
}

.ns {
	color: inherit;
	background-color: inherit;
	text-align: center;
}

.ov {
	vertical-align: top;
	border: 1px solid #ccccbb;
}

.ovb {
	vertical-align: bottom;
	border: 1px solid #ccccbb;
}

.overview {
	font-size: 8pt;
	width: 100%;
}

.overviewtable {
	width: 100%;
}

.ovs {
	border: 1px solid #999988;
	text-align: right;
}

.rec {
	background-color: #55dd55;
	text-align: center;
}

.recl {
	/*color: #33bb33;*/
	color: #119911;
	background-color: inherit;
	text-decoration: none;
}

.recl:hover {
	color: #ff0000;
	background-color: inherit;
	text-decoration: underline;
}

.red {
	color: #ff0000;
	background-color: inherit;
}

.sh {
	color: inherit;
	background-color: #ccccdd;
	text-align: center;
}

.sl {
	color: #aaaacc;
	background-color: inherit;
	text-decoration: none;
}

.sl:hover {
	color: #ff0000;
	background-color: inherit;
	text-decoration: underline;
}

.sort {
	color: black;
	background-color: inherit;
}

.submit {
	width: 64px;
}

.timer {
	font-size: 6pt;
	text-align: right;
}

.w3c {
	text-align: right;
}

.yearlink {
	font-weight: bold
}

