

.header .welcome .tagline {
	background: url(/Themes/zenfolio/images/zf/tagline.png) no-repeat left top;
}



.CommonNeedBothColumns #CommonContentInner {
    max-width: 700px;
}
.CommonNeedLeftColumn #CommonContentInner {
	max-width: 930px;
}
.CommonNeedRightColumn #CommonContentInner {
	max-width: 930px;
}
.CommonNeedNoColumns #CommonContentInner {
	max-width: 1140px;
}

.button-default .buttonLeft {
	background: url(/Themes/zenfolio/images/zf/button-left.png) no-repeat left top;
}
.button-default .buttonRight {
	background: url(/Themes/zenfolio/images/zf/button-right.png) no-repeat left top;
}
.button-small .buttonLeft {
	background: url(/Themes/zenfolio/images/zf/button-small-left.png) no-repeat left top;
}
.button-small .buttonRight {
	background: url(/Themes/zenfolio/images/zf/button-small-right.png) no-repeat left top;
}
.button-small .buttonMiddle {
    background: url(/Themes/zenfolio/images/zf/button-small-middle.png) no-repeat left top;
}


/* icon overrides */
.button-confirm .buttonIcon {
	background: url(/Themes/zenfolio/images/zf/icons/confirm-24.png) no-repeat left top;
}
.button-confirm .disabled .buttonIcon {
	background: url(/Themes/zenfolio/images/zf/icons/confirm-gray-24.png) no-repeat left top;
}
.button-cancel .buttonIcon,
.button-cancel .disabled .buttonIcon {
	background: url(/Themes/zenfolio/images/zf/icons/delete-gray-24.png) no-repeat left top;
}
.button-cancel:hover .buttonIcon {
	background: url(/Themes/zenfolio/images/zf/icons/delete-24.png) no-repeat left top;
}
.button-back .buttonIcon {
	background: url(/Themes/zenfolio/images/zf/icons/back-24.png) no-repeat left top;
}


.CommonImageTextButtonHighlight .buttonLeft,
.CommonImageTextButton .buttonLeft {
	background: url(/Themes/zenfolio/images/zf/button-small-left.png) no-repeat left top;
}
.CommonImageTextButtonHighlight .buttonRight,
.CommonImageTextButton .buttonRight {
	background: url(/Themes/zenfolio/images/zf/button-small-right.png) no-repeat left top;
}


.login {

    max-width: 768px;

}
.login .binBody {

    min-height: 296px;

}
.login .formButtonGroup {

    bottom: 4px;

}

INPUT.formTextBox {

	margin: 0px 0px 3px 0px;

}



/*
Specific Buttons
*/

.CommonEmailSubscriptionButtonProcessing .buttonIcon { background: url(/Themes/zenfolio/images/common/tracktopic-wait.gif) no-repeat left top; }
.CommonEmailSubscriptionButtonEnabled    .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-emailenabled.png) no-repeat left top; }
.CommonEmailSubscriptionButtonDisabled   .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-emaildisabled.png) no-repeat left top; }
.CommonFavoriteButton                    .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-favorite.png) no-repeat left top; }
.CommonContactButton                     .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-contact.png) no-repeat left top; }
.CommonEditButton                        .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-edit.png) no-repeat left top; }
.CommonDeleteButton                      .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-delete.png) no-repeat left top; }
.CommonPostButton                        .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-newpost.png) no-repeat left top; }
.CommonReplyButton                       .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-reply.png) no-repeat left top; }
.CommonPreviousButton                    .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-previous.png) no-repeat left top; }
.CommonNextButton                        .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-next.png) no-repeat left top; }
.CommonViewButton                        .buttonIcon { background: url(/Themes/zenfolio/images/zf/icon-changeview.png) no-repeat left top; }
.CommonPrivateMessageButton              .buttonIcon { background: url(/Themes/zenfolio/images/common/privatemessage.gif) no-repeat left top; }
.CommonEmailButton                       .buttonIcon { background: url(/Themes/zenfolio/images/common/email.gif) no-repeat left top; }
.CommonUploadButton                      .buttonIcon { background: url(/Themes/zenfolio/images/common/upload.gif) no-repeat left top; }
.CommonDownloadButton                    .buttonIcon { background: url(/Themes/zenfolio/images/common/download.gif) no-repeat left top; }
.CommonLockedButton                      .buttonIcon { background: url(/Themes/zenfolio/images/common/locked.gif) no-repeat left top; }
.CommonHomepageButton                    .buttonIcon { background: url(/Themes/zenfolio/images/common/homepage.gif) no-repeat left top; }
.CommonWeblogButton                      .buttonIcon { background: url(/Themes/zenfolio/images/common/weblog.gif) no-repeat left top; }


