/*HTML Tag Styles */
/*********************************************************/

xbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
}

xtd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

xxa {
	color: #990000;
	text-decoration: none;
}

xxa:hover {
	color: #666666;
	text-decoration: underline;
}


/*Layout Divs*/
/****************************************************/
#zpageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 18px;
}

/*Custom Styles*/
/**********************************************************/

/****************************************************/
.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 12px;
}

.inputTextNoBackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 12px;
}

.inputText2 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size: 11px; 
	background-color: #F2F3E7;
	border: 1px solid #CCCCCC; 
}

.pageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 12px;
}

.labelText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 12px;
	font-weight:: bold;
}

.TextMediumGray {
	color:#666666;
}

.Text10px {
	font-size: 10px;
}

.Text14px {
	font-size: 14px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #666666;
	line-height: 36px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #666666;
	line-height: 36px;
}

.subHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #666666;
	line-height: 36px;
}

hr {
	color: #CCCCCC;
	font-size: 1px;
	line-height: 1px;
}

/* Gallery Photos */
/**********************************************************/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 5;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: fff;
padding: 5px;
left: 10px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10;
left: 90px; /*position where enlarged image should offset horizontally */

}
