@import url(baseStyle.css);

/* ====================== Basic Formatting ======================== */
#pageContainer {background: #EEE6D6 url(/Common/Img/backgrounds/bkgndPageContainerLNav.jpg) no-repeat 0px 0px;}

.pos1 {
	top: 0px;
	right: 38px;
	position: absolute;}
.pos2 {
	top: 5px;
	right: 110px;
	position: absolute;}
* html .pos1 {right: 57px;}
* html .pos2 {right: 129px;}

.categoryEvents #promoContainer {
	width: 734px;
	height: 258px;
	background: none;
	margin: 0px 0px 0px 10px;}
.categoryEvents #promo1 {
	top: 0px;
	left: 0px;
	width: 255px;}
.categoryEvents #promo2 {
	top: 0px;
	left: 255px;
	width: 244px;}
.categoryEvents #promo3 {
	top: 0px;
	left: 499px;
	width: 245px;}

.categoryEvents #calendarsList {
	padding-bottom: 10px;
	background: url(/Common/Img/backgrounds/bkgndDropShadowRight.gif) repeat-y right top;}

.categoryEvents #pagingMonths {
	width: 139px;
	text-align: right;
	padding-top: 12px;}


/* ====================== Tabs Formatting ======================== */
#MonthTabs {
	height: 24px;
	margin-top: 7px;}
#MonthTabs ul {
	margin: 0px;
	height: 24px;
	list-style-type: none;}

li.GalleryTabActive, li.GalleryTabInactive {
	float: left;
	padding: 0px;
	color: #5C4020;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #F0EEE6 url(/Common/Img/backgrounds/bkgndTabRight.gif) no-repeat right top;}
li.GalleryTabActive {
	color: #FC7F20;
	background: #FDFCFB url(/Common/Img/backgrounds/bkgndTabRight_Active.gif) no-repeat right top;}

li .MonthTab {
	display: block;
	padding: 5px 19px 5px 20px;
	background: url(/Common/Img/backgrounds/bkgndTabLeft.gif) no-repeat 0px 0px;}
li.GalleryTabActive .MonthTab {background: url(/Common/Img/backgrounds/bkgndTabLeft_Active.gif) no-repeat 0px 0px;}


/* ======================  ======================== */
.categoryEvents .GalleryContainer {
	margin: 0px 0px 5px 0px;
	padding: 21px 4px 40px 6px;
	background: #FDFCFA url(/Common/Img/backgrounds/bkgndDropShadowRight.gif) repeat-y right top;}
	
.GalleryHeaderContainer {
	margin: 0px 164px 5px 3px;
	padding: 0px 8px 4px 3px;
	background-color: #FFFFFF;}
.GalleryHeaderMonth, .GalleryHeader {
	color: #FC7F20;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	text-transform: uppercase;}
.GalleryHeader {
	padding: 0px;
	color: #5C4020;}

.GalleryDescription {
	display: block;
	color: #5C4020;
	font-size: 11px;
	padding-left: 6px;}

.AlbumPanelInactive, .AlbumPanelActive {
	margin: 0px 6px 4px 0px;
	background-color: #F1EFE8;
	padding: 8px 14px 8px 2px;}
.AlbumPanelActive {background-color: #FDE1C4;}

#ActivePanel {height: 100%;}


/* ====================== PHOTO GALLERY ======================== */
.AlbumDate {
	color: #5C4020;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	text-transform: uppercase;}

.AlbumName {
	color: #FC7F20;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;}

.AlbumDescription {
	color: #5C4020;
	font-size: 11px;
	padding-left: 8px;}

.Photos {
	width: 342px;
	vertical-align: top;}
.PhotoListContainer {width: 342px;}

.PhotoThumbnail {
	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;}
.PhotoThumbnailHover {
	cursor: pointer;
	border-top: 2px solid #FC7F20;
	border-right: 1px solid #FC7F20;
	border-bottom: 2px solid #FC7F20;
	border-left: 1px solid #FC7F20;}

#tdPhotoThumbnail {
	width: 190px;
	overflow: hidden;
	text-align: right;}

.ThumbnailPreview {
	cursor: pointer;
	border: 3px solid #FFFFFF;}
	

#tableModalPopupImage {
	top: 100px;
	left: 0px;
	z-index: 1001;
	position: fixed;}
* html #ModalPopupImage {position: absolute;}

#ModalPopupImage {z-index: 1002;}
#ModalPopupImage div {margin: 0px auto;}

.FullSizeImage {padding: 5px; }

.FullSizeImageFooter {
	height: 20px;
	text-align: center;
	padding-bottom: 5px;
	background-color: #FFFFFF;}

.FullSizeImageCloseButton {
	float: right;
	margin-right: 5px;}

.FullSizeImageNextPrevious {
	float: left;
	margin-left: 5px;}




