@charset "utf-8";
/* CSS Document */

BODY {
	background-image:url(img/background.gif);
	background-color:#f4f1cd;
	margin-left:11px;
	margin-right:11px;	
	margin-top:22px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

A {
	text-decoration:none;
	color : #8d5204;
} 
A:link {
	text-decoration:none;
	color : #8d5204;
} 
A:visited {
	text-decoration:none;
	color : #8d5204;
} 

A:hover {
	text-decoration:underline;
	color : #8d5204;
} 

.calendar-outer-border {
	border-style:solid;
	border-width:1px;
	border-top-color:#808080;
	border-left-color:#808080;
	border-right-color:#d4d0c8;
	border-bottom-color:#d4d0c8;
}
.calendar-inner-border {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#404040;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#404040;
	height:110px;
}
.calendar-link {
	text-decoration:none;
	color : #000000;
} 
.calendar-link:link {
	text-decoration:none;
	color : #000000;
} 
.calendar-link:visited {
	text-decoration:none;
	color : #000000;
} 

.calendar-link:hover {
	text-decoration:underline;
	color : #000000;
} 
.scribe-link {
	text-decoration:none;
	color : #f8f4ac;
} 
.scribe-link:link {
	text-decoration:none;
	color : #f8f4ac;
} 
.scribe-link:visited {
	text-decoration:none;
	color : #f8f4ac;
} 

.scribe-link:hover {
	text-decoration:underline;
	color : #f8f4ac;
} 

.title-link {
	text-decoration:none;
	color : #7d6200;
} 
.title-link:link {
	text-decoration:none;
	color : #7d6200;
} 
.title-link:visited {
	text-decoration:none;
	color : #b5aa83;
} 

.title-link:hover {
	text-decoration:underline;
	color : #7d6200;
} 

.amount-link {
	text-decoration:none;
	color : #8d5204;
} 
.amount-link:link {
	text-decoration:none;
	color : #8d5204;
} 
.amount-link:visited {
	text-decoration:none;
	color : #8d5204;
} 

.amount-link:hover {
	text-decoration:none;
	color : #000000;
} 

.pages-link {
	font-weight:bold;
	text-decoration:none;
	color : #8d5204;
} 
.pages-link:link {
	text-decoration:none;
	color : #8d5204;
} 
.pages-link:visited {
	text-decoration:none;
	color : #8d5204;
} 

.pages-link:hover {
	text-decoration:none;
	color : #8d5204;
} 

.button-next {
	width:107px;
	background-color:#fefbe1;
	color:#8d5204;
	font-size:10px;
	height:22px;
	border-color:#dccaaf;
	border-style:solid;
	border-width:1px;
}
.search_by_year_off {
	top:402px;
	display:none;
	padding:3px;
	position:absolute;
	background-color:#fefdeb;
	width:91px;
}
.search_by_year_on {
	top:402px;
	display:block;
	padding:3px;
	position:absolute;
	background-color:#fefdeb;
	border-color:#bfaa8b;
	border-style:solid;
	border-width:1px;
	width:91px;	
}
