a {
	color: #7c7c7c;
}
a:hover {
	color: #7c7c7c;
}

h1 { color: #7c7c7c; }
h2 { color: #7c7c7c; }
h3 { color: #7c7c7c; }
h4 { color: #7c7c7c; }
h5 { color: #7c7c7c; }
h6 { color: #7c7c7c; }

.NavigatorContainer {
	background: url('images/bg-separator.png') no-repeat bottom center;
	_background: url('images/bg-separator.gif') no-repeat bottom center;
}

.LogoFieldContainer {
	background: url('images/bg-separator.png') no-repeat bottom center;
	_background: url('images/bg-separator.gif') no-repeat bottom center;
}

.FooterContainer {
	background: url('images/bg-separator.png') no-repeat top center;
	_background: url('images/bg-separator.gif') no-repeat top center;
}
.FooterContainer .CopyrightText a { }
.FooterContainer .dinStudioLink a { }


/* Functions */
/* ================================================== */

.GalleryNavigator a.Previous {
	background: url('images/gallery-previous.gif') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-next.gif') no-repeat;
}

.Diary .DiaryDateInput { color: #7c7c7c; }
.Diary .DiaryCommentFormTable input { border: 1px solid #7c7c7c; }
.Diary .DiaryCommentFormTable textarea { border: 1px solid #7c7c7c; }
.Diary .DiaryCommentForm input.DiaryCommentSubmit { border: 1px solid #7c7c7c; }
.Diary .DiaryCommentListItemContainer { border-bottom: 1px solid #7c7c7c; }
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
}

.Guestbook .GuestbookForm input.textname { border: 1px solid #7c7c7c; }
.Guestbook .GuestbookForm input.textemail { border: 1px solid #7c7c7c; }
.Guestbook .GuestbookForm textarea.textmessage { border: 1px solid #7c7c7c; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
	color: white;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	border-bottom: 1px solid #7c7c7c;
}

.Contact .ContactForm input.text { border: 1px solid #7c7c7c; }
.Contact .ContactForm textarea.textmessage { border: 1px solid #7c7c7c; }
.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
	color: white;
}

.GalleryCommentFormControl textarea { border: 1px solid #7c7c7c; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
}


/* DropDown Menu */
/* ================================================== */


.DropMenu a {
	border-right: 1px solid #777;
}

.DropMenu a:hover {
}
.DropMenu a.toplevel {
}
.DropMenu a.toplevel:hover {
}

.DropMenu a.parent {
}
.DropMenu a.parent:hover {
}

/*
GalleryPagerLinks
===============================================================
*/

.GalleryPagerLinks {
	width: 200px;	
}

.GalleryPagerLinks td.PreviousPage a { background: url('images/gallery-previous.gif') no-repeat top left; }
.GalleryPagerLinks td.NextPage a { background: url('images/gallery-next.gif') no-repeat top left; }

.PopupContainer {
	border: 1px solid #7c7c7c;
}
.PopupContainer .PopupImageClose #ds-close,
.PopupContainer .PopupImageClose .ds-close {
	background: url('images/button-top-close.gif') no-repeat;
}

/*
===============================================================
*/
