/*-----------------
	Gallery
-------------------*/
#photoGallery_wrapper {
	margin: 0 auto;
	font-size: 10px;
}
div#photoGallery_wrapper div#breadcrumb {
	font-size: 9px; font-weight:normal;
}
.verticle-band-home {
	background-color: #79838D; padding: 0 6px;
}

.verticle-divider-home {
	width: 13px;
}
.red-horiz-line {
	border-top: 1px solid #990000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.horiz-band-home {
	background-color: #EDEDED;
	height: 180px;
	border-top: solid 1px #990000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	padding: 15px;
}
.gallery-description 
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: 600;
	color: #ff9000;
	letter-spacing: 0.1em;
}
.txt-home-descr {
	color: #666F77;
	line-height: 110%; font-size: 10px; font-weight: normal;
}
.txt-home-data {
	text-transform: uppercase;
	color: #79838D;
	white-space: nowrap;
}
/*-------------------
	Photo Album View
----------------------*/
.page-num-field
{
	color: #990000;
	vertical-align: bottom;
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	padding-left: 4px; font-size: 10px;
}
td.photo-thumbnail
{
	background-color: #79838d;
	text-align: center;
	padding: 10px; width:135px; height:135px;
}
td.photo-title
{
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 20px;
	background-color: #ededed;
	vertical-align: top;
	text-align: left;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}
td.photo-title a:link
{
	text-decoration: none;
	color: #000000;
}
td.photo-title a:active
{
	text-decoration: none;
	color: #000000;
}
td.photo-title a:visited
{
	text-decoration: none;
	color: #000000;
}
td.photo-title a:hover
{
	text-decoration: none;
	color: #ff0000;
}
.thumbnail {
	border: 1px solid #FFFFFF;
}
.txt-hdr-links {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:link{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:active{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:visited{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
.txt-hdr-links a:hover{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}

/*----------------*/
.photoDescription {
	background-color: white; 
	padding: 4px 6px; 
	margin: 4px; width: 572px;
	border: solid 1px black; 
	display: block; 
}

.formLabel {
	white-space: nowrap;
	text-align:right; padding-right:3px;
}
.formDescription {
	color: #666F77;
}
.btDownload 
{
	 width: 89px;
	 height: 20px;
	 padding: 0;
	 margin: 0;
	 font-size: 7.5pt;
	 vertical-align: bottom;
}

/*--------------------
	bread crumb
----------------------*/
#breadcrumb {
	color: black;
	padding-left: 35px;
	padding-bottom: 15px;
}
#breadcrumb span {
	color: #990000;
}
#breadcrumb a {
	color: #007993;
	text-decoration: underline;
}
#breadcrumb a:visited, a:active {
	color: #007993;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #990000;
	text-decoration: none;
}

