/* Applies Everywhere */
body {background-color:#fff;}
td,body {font-family:century gothic,sans-serif;}
.highlight { color: #f63; font-size:120%; font-weight:bold;}
a img {border:0;}
.center {text-align:center;}

/* Homepage */

#homepage #header {
	text-align:center;
}

#homepage h1 {
	color:blue;
	font-size:1.5em;
	font-weight:normal;
}

#homepage h2 {
	font-size:1em;
}

#homepage p {
	font-size:.8em;
}

#homepage p .highlight {
	font-size:100%;
}


#homepage dl {
	font-size:.8em;
	margin:0 15px;
}

#homepage dt a {
	color:blue;
	font-weight:bold;
	font-size:120%;
}

#homepage dd {
	margin:0;
	margin-bottom:10px;
}

#homepage td.footer {
	text-align:center;
}

#homepage td.footer a {
	text-decoration:none;
	font-size:.8em;
}

/* Applies to all internal pages */

.internal h2 {
	color:#f63;
}

.internal td {
	font-size:.8em;
	line-height:1.6em;
}

.internal td td {
	font-size:100%;
}

.internal table table {
	margin:20px auto;
}

.internal table.data {
	border:1px solid #000;
	border-collapse: collapse;
}

.internal table.data td {
	border:1px solid #000;
	padding:2px 5px;
	vertical-align:top;
}

.internal table.data td td{
	border:none;
	width:100%;
}


.internal table.data th {
	background-color:#039;
	color:white;	
	padding:5px;
	font-size:120%;
}


.internal td.bottomnav {
	text-align:center;
	padding-top:20px;
}

.internal table.photos img {
	height:100px; 
	border:1px solid #dad1c2;
	display:block;
	margin:10px auto 2px auto;
	padding:2px;

}

.internal table.photos td {
	text-align:center;
	padding:20px;
}

.internal table.photos {
	
	
	font-weight:bold;
	font-size:80%;
}



#stone_selections {
	text-align:left;
	font-size:150%;
	font-weight:bold;
}

table#definitions th {
	text-align:left;

}




/* ****************************************************************** 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(img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	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(img/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, 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(img/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

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

#lbCaption {
	font-weight: bold;
}



@media print {
table#printfix td {
 padding:0;
 margin:0;
}         

table#printfix td img {
width:70%;
height:70%;
}
}
