
.caption { color: #999; }

#galleryContainer {
	margin: 0 0 0 -10px;
	width: 600px;
}

div.gallery .caption { color: #999; }

.galleryThumb {
	margin: 0px 0 0 0;
	padding: 0;
}

li.galleryThumb {
	padding: 22px 25px 25px 25px;
	float: left;
	list-style-type: none;
	background: url(/images/site/bg_gallery_thumbnail.gif) no-repeat;
	background-position: 0px 0px;
	witdth: 200px;
	overflow:hidden;
}

.galleryThumb img { border: 0; }

#galleryMenu {
	clear: both;
	margin: 0 0 0 10px;
}

#galleryInstruction {
	clear: both;
	margin: 0 0 0 5px;
	font-style: italic;
}

/* - - - bubble tooltip - - - */
a.tt {
	position:relative;
	z-index:24;
	color:#3CA3FF;
	font-weight:bold;
	text-decoration:none;
}

a.tt span { display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover {
	z-index:25;
	color: #aaaaff;
background:;
}

a.tt:hover span.tooltip {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333;
	text-align: center;
 filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

a.tt:hover span.top {
	display: block;
	padding: 30px 8px 0;
	background: url(/images/site/bubble.gif) no-repeat top;
}

a.tt:hover span.middle { /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(/images/site/bubble_filler.gif) repeat bottom;
}

a.tt:hover span.bottom {
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: url(/images/site/bubble.gif) no-repeat bottom;
}

/* turn off underlines for gallery */
a:link, a:active, a:visited {
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	border-bottom: none;
}

/* PAGINATION
*********************************************************/
/* turn off underlines for gallery */
a:link, a:active, a:visited {
	text-decoration: none;
	border-bottom: none;
}

#submitPhotoLink {
	position: absolute;
	bottom: 0px
}

#pagination {
	position: relative;
	padding: 2px;
	width: 576px;
	margin: 0 auto;
	font: 13px arial, sans-serif;
}

#pagination ul {
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

#pagination ul li {
	list-style-type: none;
	display: inline;
	margin-left: 2px;
}

#pagination ul a {
	padding: 0 5px;
	font: 13px arial, sans-serif;
	border: 1px solid #000;
	text-decoration: none;
	color: #2e6ab1;
}

#pagination ul a:hover {
	border: 1px solid #000;
	color: #fff !important;
	background-color: #2e6ab1 !important;
}

#pagination ul a.currentpage {
	background-color: #333 !important;
	color: #FFF !important;
	border-color: #000;
	font-weight: bold;
	cursor: default;
}

#galleryThumbs img { border: 0; }

#galleryMenu {
	clear: both;
	margin: 0 0 0 10px;
}

#galleryInstruction {
	clear: both;
	margin: 0 0 0 5px;
	font-style: italic;
}

/* - - - bubble tooltip - - - */
a.tt {
	position:relative;
	z-index:24;
	color:#a00;
	font-weight:bold;
	text-decoration:none;
}

a.tt span { display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover {
	z-index:25;
	color: #aaaaff;
background: url(/images/site/bubble.gif) no-repeat top;
}

a.tt:hover span.tooltip {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333;
	text-align: center;
 filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

a.tt:hover span.top {
	display: block;
	padding: 30px 8px 0;
	background: url(/images/site/bubble.gif) no-repeat top;
}

a.tt:hover span.middle { /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(/images/site/bubble_filler.gif) repeat bottom;
}

a.tt:hover span.bottom {
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: url(/images/site/bubble.gif) no-repeat bottom;
}

/* turn off underlines for gallery */
a:link, a:active, a:visited {
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	border-bottom: none;
}

.red {
	color: #a00;
	font-weight:bold;
}

#photoUploadTermsPage {
	background-color: #fff;
	background: none;
}
