/* CSS Document */

#Gallery {
	width: 700px;
	height: auto;
	float: left;
}
#Gallery .Row {
	width: 700px;
	height: auto;
	margin-bottom: 14px;
	float: left;
}
#Gallery .GallerySet {
	width: 350px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#Gallery .GallerySetImage {
	width: 99px;
	height: 103px;
	background: url(../images/Polaroid_Gallery.gif) no-repeat;
	overflow: hidden;
	float: left
}
#Gallery .GallerySetTitle {
	font-family: "Lucida Grande", "trebuchet MS", verdana, arial, tahoma;
	font-size: 11px;
	float: left;
	padding: 1px 15px 0px 6px;
	width: 190px;
	color: #333;
}
#Gallery .GallerySetTitle .Title a,
#Gallery .GallerySetTitle .Title a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #c00000;
	text-decoration: none;
}
#Gallery .GallerySetImage img {
	margin: 12px 0px 0px 12px;
}
.GalleryWindow {
	width: 700px;
	border: 1px solid #CCC;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.GalleryWindowLabel {
	width: 520px;
	border: 1px solid #CCC;
	border-bottom: none;
	background-color: #EEE;
	text-align: center;
	font-family: "Lucida Grande", "trebuchet MS", verdana, arial, tahoma;
	font-size: 0.75em;
	padding: 6px 0px 6px 0px;
	overflow: hidden;
	margin-top: 4px;
}
.ImageRoll {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 79px;
	height: 79px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.ImageRoll a {
	width: 75px;
	height: 75px;
	display: block;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
}
.ImageRoll a:hover {
	width: 75px;
	height: 75px;
	padding: 2px 2px 2px 2px;
	background-color: #E00;
}
.ImageRoll_map {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 44px;
	height: 44px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.ImageRoll_map a {
	width: 40px;
	height: 40px;
	display: block;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
}
.ImageRoll_map a:hover {
	width: 40px;
	height: 40px;
	padding: 2px 2px 2px 2px;
	background-color: #E00;
}
#GalleryMap {
	/*border: 1px solid #666;*/
}
#tabBarContainer {
	height: 26px;
	background-image: url(../images/26px_TabBkg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}
#tabBarContainer .tabOn {
	height: 26px;
	padding: 0px 20px 0px 0px;
	background-image: url(../images/26px_TabBkgTab.gif);
	background-repeat: no-repeat;
	background-position:right;
	float: left;
	margin: 0px 0px 0px 2px;
}
#tabBarContainer .tabOn a {
	display: block;
	padding: 4px 0px 0px 20px;
	overflow: hidden;
	height: 22px;
	background-image: url(../images/26px_TabBkgTab.gif);
	background-repeat: no-repeat;
	background-position:left;
	text-decoration: none;
}
#tabBarContainer .tabOff {
	height: 25px;
	padding: 0px 20px 0px 0px;
	background-image: url(../images/26px_TabBkgTab.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	margin: 0px 0px 0px 2px;
}
#tabBarContainer .tabOff a {
	display: block;
	padding: 4px 0px 0px 20px;
	overflow: hidden;
	height: 21px;
	background-image: url(../images/26px_TabBkgTab.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	color: #888888;
}
