.Table		{ background-color:#AAB2C0; }
.Note		{ background-color:#EBEBEB; }
.Yellow		{ background-color:#F6F5E8; }
.White		{ background-color:white; }
.Back		{ background-color:white; }
.Panel		{ background-color:white; }
.LimeCup	{ background-color:#272727; }

.W1		{ font-family:Verdana; color:white; font-size:1pt; }
.W7		{ font-family:Verdana; color:white; font-size:7pt; }
.W8		{ font-family:Verdana; color:white; font-size:8pt; }
.W9		{ font-family:Verdana; color:white; font-size:9pt; }
.W10		{ font-family:Verdana; color:white; font-size:10pt;}
.W11		{ font-family:Verdana; color:white; font-size:11pt;}

.B7		{ font-family:Verdana; color:black; font-size:7pt; }
.B8		{ font-family:Verdana; color:black; font-size:8pt; }
.B9		{ font-family:Verdana; color:black; font-size:9pt; }
.B12		{ font-family:Arial; color:black; font-size:12pt;}
.B16		{ font-family:Arial; color:black; font-size:16pt;}
.B11		{ font-family:Verdana; color:black; font-size:11pt;}
.B10		{ font-family:Verdana; color:black; font-size:10pt;}
.U8		{ font-family:Verdana; color:black; font-size:8pt; text-decoration:underline; }

.G7		{ font-family:Verdana; color:696E78; font-size:7pt;}
.G8		{ font-family:Verdana; color:585353; font-size:8pt;}

.R7		{ font-family:Verdana; color:red; font-size:7pt;}
.R8		{ font-family:Verdana; color:rgb(128,0,0); font-size:8pt;}

A:link 		{text-decoration: none; color:black;}
A:visited 	{text-decoration: none; color:black;}
A:active 	{text-decoration: none; color:black;}
A:hover 	{text-decoration: underline;}

.ButtonHide	{ font-family:Verdana; font-size:0pt; color:white; border:0px solid gray; background-color:white; }
.Change		{ font-family:Verdana; font-size:8pt; color:black; text-align:left; background-color:#EBEBEB; }
.Search		{ font-family:Verdana; font-size:8pt; color:black; background-color:white; border-width:1; border-style:none;}
.Cursor		{ background-color:#FAF8E4 }

.LCSelect	{font-family:verdana; font-size:8pt; font-style:normal; font-weight:normal; text-align:left; color:;  background-color:E3EFDD; border-width:1; border-top-color:rgb(102,102,102); border-right-color:rgb(204,204,204); border-bottom-color:rgb(204,204,204); border-left-color:rgb(102,102,102); border-style:solid;}
.LCInput	{font-family:verdana; font-size:8pt; font-style:normal; font-weight:normal; text-align:left; background-color:white; border-width:1; border-top-color:rgb(102,102,102); border-right-color:rgb(204,204,204); border-bottom-color:rgb(204,204,204); border-left-color:rgb(102,102,102); border-style:solid; }
.LCButton	{font-family:verdana; font-size:8pt; font-style:normal; font-weight:normal; text-align:left; background-color:white; border-top: solid 1px #ababab; border-bottom: solid 1px #3c3c3c; border-left: solid 1px #ababab; border-right: solid 1px #3c3c3c; cursor:pointer; text-align:center;  }

#lightbox	{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center;line-height: 0; }
#lightbox a img { border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;	}
#imageContainer	{ padding: 10px;}
#loading	{ position: absolute;top: 40%; left: 0%; height: 25%; width: 100%; text-align: center;line-height: 0;}
#hoverNav	{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>
#hoverNav	{ left: 0;}
#hoverNav a	{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(/LCCore/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */ display: block;}
#prevLink 	{ left: 0; float: left;}
#nextLink 	{ right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/LCCore/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/LCCore/images/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData	{padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#overlay	{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;}

/* Min-Width */.lbWidth { /* most browsers */position: absolute;top: 0px; left: 0px;width: 100%;min-width: 790px;}

* html .lbContent { /* IE6 */margin-left: -790px;position:relative;}
* html .lbMinWidth { /* IE6 */padding-left: 790px;}
/* Clearfix */.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */