/****************************************************************************
*                                                                           *
*      lasyout.css.  Cascading style sheet for Crystals                     *
*                                                                           *
****************************************************************************/
html, body, td #contents{
	background-image: url(../Images/background.jpg);
	font: normal normal normal small sans-serif;
	color: Yellow;
}
A {
	font-size: small;
	color: blue;
}

A:Hover {
	font-size: small;
	color: red;
}

H1 {
	font-variant: small-caps;
	color: white;
	padding: 4px;
	width: 100%;
	text-align: center;
	font: italic;
	font-family: sans-serif;
	font-size: 18pt;
	font-weight: bold;
	background-color: Navy;
}

H2 {
	font-variant: small-caps;
	color: white;
	padding: 4px;
	width: 100%;
	text-align: Left;
	font: italic;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	background-color: Navy;
	background-image: none;
}	
H3 {
	font-variant: small-caps;
	color: white;
	padding: 4px;
	width: 100%;
	text-align: Left;
	font: italic;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: Navy;
}	
H4 {
	font-variant: small-caps;
	color: white;
	padding: 4px;
	width: 100%;
	text-align: Left;
	font: italic;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: Navy;
}
UL#Tabs {
	list-style: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid yellow;
	font: bold;
}	
UL#Tabs li {
	float: left;
	height: 21px;
	background-color: transparent;
	color: white;
	margin: 2px 2px 0 2px;
	border: 1px solid yellow;
}
UL#Tabs a:link, UL#Tabs a:visited {
	display: block;
	color: white;
	background-color: transparent;
	/* text-decoration: none; */
	padding: 4px;
}
UL#Tabs a:hover {
	background-color: #9D9D9D;
	color: white;
}
.ulCurrent {
	background-color: #DCDCDC;
}
.Index_Title {
	font-weight: bold;
	font-size: small;
	text-align: center;
}
.cform {
}
.Cr_Title
{
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	width: 15%;
}
.Crystal_Name
{
	font-weight: bold;
	font-size: Medium;
}
.dots
{
	text-align: right;
	font-size: large;
}
.fullsize {
	border: 1px single Yellow;
}
.Info_Box {
	text-align: justify;
}
.mohs_div {
	background-color: Black;
}
.mohs_scale {
	font-weight: bold;
}
.Option_List
{
	font-size: x-small;
	background-color: Transparent;
}
.panelmiddle {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 49%;
	border-right: 1px solid yellow;
	border-left: 1px solid yellow;
}
.panelright {
	position: absolute;
	top: 1%;
	left: 51%;
	width: 49%;
	border-right: 1px solid yellow;
}
.panelleft {
	position:absolute; 
	top:11%; 
	width:163px;
}
.popup {
	color: Lime;
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
}
.sys_div {
	border: 1px solid Yellow;
	background-color: Black;
}
.sys_name {
	font-weight: bold;
}
.sys_text {
	text-align: justify;
}
.Title {
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
}
.tabpage {
	position: absolute;
	top: 11%;
	left: 15%;
	width: 100%;
	height: 100%;
}
.tabdata {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 100%;
}
#thumblist {
	list-style: None
}
#thumblist li{
	float: left;
	margin-right: 6px;
	margin-left: 10px;
	color: Yellow;
}
#thumblist a{
	color: yellow;
}
#thumblist img {
	display: block;
	border: 1px solid yellow;
}
thumbnail {
	border: thin solid Yellow;
}

