
.content { color: black; font-size: 10pt; line-height: 1.4em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.menu { color: black; font-size: 10pt; line-height: 1.4em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; letter-spacing: 1pt }
.menu:hover { color: #f5f5f5; text-decoration: underline }
.menuselected { color: #f5f5f5; font-size: 10pt; line-height: 1.4em; font-family: Verdana, FontName, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; letter-spacing: 1pt }
.copyright { color: #c0c0c0; font-size: 8pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.caption { color: black; font-size: 8pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.cdtitle { color: black; font-size: 14pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.subtitle { color: black; font-weight: bold; font-size: 10pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.link { color: #465166; font-size: 10pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(css/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* THYME JavaScript Code:*/
/*.thyme_box { background-color: white; margin: 10px 15%; padding: 4px 8px; border: solid 3px tan } */

.thyme_title, thyme_title a { 
	font-size: 110%;
	font-weight:normal;
        margin: 0px 0;
	padding: 0;
	letter-spacing: 1px; }

.thyme_items    { list-style-type: none; line-height:1.2; padding: 0;  margin: 0;}
.thyme_items ul ol { line-height: 1.0; margin: 0; padding:0; }

.thyme_item { font-size: 80%; font-weight: normal; margin: 0 }
.thyme_item a:link, .thyme_item a:visited { font-size: 110%; text-decoration: none } 

/*.thyme_item a:hover { color: gray; text-decoration: underline } */

/* .thyme_date { color: gray; font-size: 80%; font-weight: normal } */

