/* 
Content
================================================== 
*/
body {
	background-color: #adadad;
}

a {
	color: #545454;
}
a:hover {
	color: #adadad;
}

/* 
Layout
================================================== 
*/

.LogoContainer {
	background: white url('images/border-middle-transparent.gif') repeat-y;
}
.LogoContainer .LogoContainerTop {
	background: url('images/border-top-transparent.gif') no-repeat;
}
.LogoContainer .LogoContainerBottom {
	background: url('images/border-bottom-transparent.gif') no-repeat;
}

.NavigatorContainer {
	background: white url('images/border-middle.gif') repeat-y;
}
.NavigatorContainer .NavigatorContainerTop {
	background: url('images/border-top.gif') no-repeat;
}
.NavigatorContainer .NavigatorContainerBottom {
	background: url('images/border-bottom.gif') no-repeat;
}

.ContentContainer {
	background: white url('images/border-middle.gif') repeat-y;
}
.ContentContainer .ContentContainerTop {
	background: url('images/border-top.gif') no-repeat;
}
.ContentContainer .ContentContainerBottom {
	background: url('images/border-bottom.gif') no-repeat;
}

/* 
Functions
================================================== 
*/

.GalleryNavigator a.Previous { 
	background: url('images/bg-navigator-prev.gif') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/bg-navigator-next.gif') no-repeat;
}

.GalleryPagerLinks td.PreviousPage a {
	background: url('images/bg-navigator-prev.gif') no-repeat;
}
.GalleryPagerLinks td.NextPage a {
	background: url('images/bg-navigator-next.gif') no-repeat;
}

.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-submit-button.gif') no-repeat;
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-submit-button.gif') no-repeat;
}
.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg-submit-button.gif') no-repeat;
}
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg-submit-button.gif') no-repeat;
}

/* 
DropDown Menu
==================================================
*/

.DropMenu a.parent {
	background: url('images/menu-arrow.gif') no-repeat right;
}
