body { background: #434b6f; }
a { color: #434b6f; }

.PageHeader {
	background: #1f2333 url('images/bg-header.gif') repeat-x top left;
	border-bottom: 1px solid #12141d;
}

.PageFooter {
	background: #434b6f url('images/bg-footer.gif') repeat-x top left;
}

/*
Functions
==================================================================================
*/

.GalleryNavigator a.Previous {
	background: url('images/gallery-previous.jpg') no-repeat top left;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-next.jpg') no-repeat top left;
}

.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 2px solid #434b6f;
	background: #434b6f url('images/bg-submit.gif') repeat-x top left;
}

.Guestbook .GuestbookForm input.GuestSubmit {
	border: 2px solid #434b6f;
	background: #434b6f url('images/bg-submit.gif') repeat-x top left;
}

.Contact .ContactForm input.ContactSubmit { 
	border: 2px solid #434b6f;
	background: #434b6f url('images/bg-submit.gif') repeat-x top left;
}

.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 2px solid #434b6f;
	background: #434b6f url('images/bg-submit.gif') repeat-x top left;
}


/*
DropDown Menu
==================================================================================
*/


.DropMenu {
	border-bottom: 1px solid #434b6f;
}

.DropMenu li ul {
	border-top: 1px solid #434b6f;
}
.DropMenu a.toplevel {
	border-top: 1px solid #434b6f;
}

.DropMenu a:hover {
	background-color: #e0e6ff;
}

/*
GalleryPagerLinks
===============================================================
*/

.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-previous.jpg') no-repeat top left;
}
.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.jpg') no-repeat top left;
}
