body.main { font-family: arial, helvetica, sans-serif; font-size: 10pt;
color: #cccccc; background-color: #4f4f4f; }
body.popup { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #cccccc; background-color: #434343; }

a.beige:link { font-family: arial, helvetica, sans-serif; font-size: 10pt;
color: #cccccc; text-decoration: none;  font-weight: bold; }
a.beige:active { font-family: arial, helvetica, sans-serif; font-size: 10pt;
color: #FFA54F; text-decoration: none; font-weight: bold;  }
a.beige:visited { font-family: arial, helvetica, sans-serif; font-size: 10pt;
color: #cccccc; text-decoration: none; font-weight: bold;  }
a.beige:hover { font-family: arial, helvetica, sans-serif; font-size: 10pt;
color: #FFA54F; text-decoration: none; font-weight: bold;  }

a.menu { text-decoration: none; color: #cccccc; font-size: 10pt; font-weight: bold; }
a.menu:hover { color: #ffff00; }
a.image { text-decoration: none; }
a.blue { text-decoration: none; color: #66cccc; font-size: 10pt; font-weight: bold; }
a.blue:hover { color: #ffff00; }
a.blue1 { text-decoration: none; color: #66cccc; font-size: 10pt; }
a.blue1:hover { color: #ffff00; }

.borderTable { padding: 4px 4px 4px 4px; border: 1px solid #232323; }
.borderImage { padding: 0px 0px 0px 0px; border: 1px solid #cccccc; }

td.title1 { color: #cccccc; font-size: 14pt; letter-spacing:0.1em; padding-top: 0px; padding-bottom: 0px; }
td.small { color: #cccccc; font-size: 7pt; }
td.name { color: #cccccc; font-size: 14pt; letter-spacing:0.05em; padding-top: 0px; padding-bottom: 0px; }
td.spacer { color: #cccccc; font-size: 2pt; padding-top: 0px; padding-bottom: 0px; }

.title { width:auto; font-size:24px; font-weight: bold; letter-spacing:0.15em; vertical-align:bottom; float:left; padding-bottom: 5px; }
.title-small { width:auto; font-size:20px; font-weight: bold; letter-spacing:0.15em; vertical-align:bottom; float:left; }

hr.grey { color: #696969; background-color: #595959; height: 3px; }

h3.cream { color: #ffffcc; padding-top: 20px; }

p.copy { color: #ffffcc; font-size:10px; }
p.details { color: #808080; font-size: 9pt; text-indent: 20px; padding-top: 10px; padding-bottom: 0px; }

div.subcap { color: #666666; font-size:10px; padding-top: 5px; padding-bottom: 0px; }

/* 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(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(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.0em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

