a {
	color: #535353;
}
a:hover {
	color: #535353;
}

h1 { color: #535353; }
h2 { color: #535353; }
h3 { color: #535353; }
h4 { color: #535353; }
h5 { color: #535353; }
h6 { color: #535353; }


/* 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: #535353;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
	color: white;
}

.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
	color: white;
}


table.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg-submit.gif') no-repeat center center;
	color: white;
}

/* 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
===============================================================
*/

table.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-previous.gif') no-repeat top left;
}
table.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.gif') no-repeat top left;
}
