.PageHeader {
	padding-bottom: 40px;
}

.PageHeader .TitleHeader {
	padding: 15px 20px;
	background-color: black;
}

.PageHeader .TitleHeader h1 {
	margin: 0;
	padding: 0;
	font-size: 22pt;
	_position: relative;
	text-decoration: none;
	letter-spacing: 4pt;
}
.PageHeader .TitleHeader a {
	text-decoration: none;
	color: white;
}
.PageHeader .TitleHeader a:hover {
	text-decoration: none;
}

/*
New PageHeader
=======================================
*/

.PageHeader .HeaderField {
	padding: 15px 20px;
	background-color: black;
}

.PageHeader .HeaderField h1 {
	margin: 0;
	padding: 0;
	font-size: 22pt;
	_position: relative;
	text-decoration: none;
	letter-spacing: 4pt;
}
.PageHeader .HeaderField a {
	text-decoration: underline;
	color: white;
}
.PageHeader .HeaderField a:hover {
	text-decoration: none;
}

/*
=======================================
*/

.PageHeader .NavigatorContainer {
	margin-bottom: 10px;
	padding: 7px 18px;
}


.ContentTable {
	width: 100%;
	border-collapse: collapse;
}

.ContentTable .LeftContainer {
	vertical-align: top;
	width: 150px;
	padding: 0 20px;
	margin: 0;
}
.ContentTable .LeftContainer .LogoContainer {
	width: 150px;
	text-align: center;
}
.ContentTable .LeftContainer .LogoContainer img { border: 2px solid black; }


.ContentTable .RightContainer {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.ContentTable .RightContainer .ContentContainer {
	width: 700px;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	min-height: 380px;
	_height: 380px;
}

.PageFooter {
	width: 700px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 10px;
	color: #ddd;
}
.PageFooter a {
	text-decoration: none;
	color: #ddd;
}
.PageFooter a:hover {
	text-decoration: underline;
}

.CopyrightText {
	position: relative;
	text-align: center;
	margin-top: -30px;
}

.dinStudioLink {
	font-size: 8pt;
	text-align: center;
}
.dinStudioLink a { color: #ddd; }
.dinStudioLink a:hover { }

/*
New PageFooter to enable TinyMCE 
================================
*/
.PageFooterBottom {
	width: 700px;
	clear: both;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #ddd;
}
.PageFooterBottom a {
	text-decoration: none;
}
.PageFooterBottom a:hover {
	text-decoration: underline;
}

.PageFooterBottom .CopyrightText {
	position: static;
	margin: 0;
	font-size: 8pt;
	text-align: center;
}
.PageFooterBottom .CopyrightText p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
.PageFooterBottom .dinStudioLink {
	font-size: 8pt;
	text-align: center;
	padding-bottom: 10px;
}
/*
================================
*/


/*
Functions
==================================================================================
*/

.FunctionTable {
	width: 100%;
	border-collapse: collapse;
}
.FunctionTable .LeftColumn {
	vertical-align: top;
}
.FunctionTable .RightColumn {
	vertical-align: top;
}

.MainPageInlineContainer {
	float: right;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	text-align: center;
	margin-left: 15px;
}

.MainPageInlineContainer .ParagraphContainer {
	width: 200px;
	margin-left: 15px;
}

.MainPage {
}
.MainPage .NewsContainer {
	float: left;
	margin: 0;
	margin-right: 15px;
	width: 190px;
}
.MainPage .NewsContainer .NewsHeader h1 {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.MainPage .NewsItem .date { font-style: italic; }
.MainPage .NewsItem {
}
.MainPage .NewsItem h2 { margin-bottom: 0px; }

.MainPage .BodyTextContainer {
}

.EmptyPage {
}

.TextLayout1 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout1 .FunctionTable .RightColumn {
	width: 200px;
	padding-left: 15px;
}

.TextLayout2 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout2 .LeftColumn {
	width: 50%;
	padding-right: 10px;
	vertical-align: top;
}
.TextLayout2 .RightColumn {
	width: 50%;
	padding-left: 10px;
	vertical-align: top;
}
.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-top: 2px;
	margin-right: 8px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 180px;
}

.GalleryDescription {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 650px;
	text-align: center;
	overflow: scroll;
	overflow-x: hidden;
}
.GalleryDescription #text {
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 10px auto;
	width: 170px;
	height: 40px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 35px; 
	height: 25px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 35px; 
	height: 25px;
	text-decoration: none;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-weight: bold; 
	font-size: 17px;
	margin: 0;
	padding-top: 3px;
	width: 70px; 
	height: 23px;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 35px; 
	height: 25px;
}
.GalleryNavigator a.Next { 
	display: block; 
	float: left;
	width: 35px; 
	height: 25px;
	text-decoration: none;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery1 .FunctionTable .ImageCell {
	width: 178px;
	vertical-align: top;
	padding: 5px 10px;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	text-align: center;
}

.ImageGallery2 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable .ImageCell {
	width: 150px;
	vertical-align: top;
	text-align: center;
	padding: 5px;
}
.ImageGallery2 .FunctionTable .TextCell {
	width: 410px;
	vertical-align: top;
	padding: 5px;
}

.ImageGallery3 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable .ImageCell {
	width: 75px;
	vertical-align: top;
	text-align: center;
	padding: 5px;
}
.ImageGallery3 .FunctionTable .TextCell {
	width: 490px;
	vertical-align: top;
	padding: 5px;
}


.Diary .FunctionTable {
	border-collapse: collapse;
}
.Diary .LeftColumn {
	vertical-align: top;
	border-right: 1px solid white;
	padding-right: 10px;
	width: 200px;
}
.Diary .LeftColumn .DiaryListItem {
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 8pt;
	margin-bottom: 5px;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	margin-bottom: 5px;
}
.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	font-size: 8pt;
}
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	padding: 0;
}
.Diary .DiaryList .GroupByMonth ul.SecondLevel,
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	margin-bottom: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.Diary .RightColumn {
	vertical-align: top;
	padding-left: 10px;
}
.Diary .RightColumn .DiaryDate h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 8pt;
	font-style: italic;
}

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 420px;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 2px;
}

.Diary .DiaryDateInput {
	font-family: "courier new", courier, verdana, Arial;
	margin: 0;
	margin-bottom: 10px;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: white;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	border: 1px solid white;
	background-color: black;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
	float: right;
	font-family: "courier new", courier, verdana, Arial;
	cursor: pointer;
}

.Diary .DiaryCommentForm span.CommentLabel {
	font-size: 11px;
}
.Diary table.DiaryCommentFormTable input {
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
}
.Diary table.DiaryCommentFormTable textarea {
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
}
.Diary .DiaryCommentListItemContainer { 
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
}
.Diary .DiaryCommentListItemContainer h2 { 
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
}

/*
========================================================================
*/

.Guestbook .FunctionTable {
	margin-top: 10px;
	border-collapse: collapse;
}
.Guestbook .GuestbookList {
	vertical-align: top;
	padding-top: 10px;
}
.Guestbook .GuestbookList h2 {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
}
.Guestbook .GuestbookForm {
	vertical-align: top;
	width: 200px;
	padding-right: 15px;
}
.Guestbook .GuestbookForm input.textname {
	width: 200px;
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
 	margin-bottom: 10px;
}
.Guestbook .GuestbookForm input.textemail { 
	width: 200px;
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
	margin-bottom: 10px;
}
.Guestbook .GuestbookForm textarea.textmessage {
	width: 200px;
	height: 130px;
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
	font-size: 8pt;
	margin-bottom: 10px;
}
.Guestbook .GuestbookForm input.GuestSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	border: 1px solid white;
	background-color: black;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
	float: right;
	font-family: "courier new", courier, verdana, Arial;
	cursor: pointer;
}

.FileArea .FunctionTable {
	padding: 10px 0;
	width: 500px;
	margin: 20px auto;
	border-collapse: collapse;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.FileArea .IconCell { width: 55px; text-align: right; vertical-align: top; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; }
.FileArea .FileList {
	border-collapse: collapse;
	width: 500px;
}
.FileArea .FileList a { color: white; }
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin: 0 0 3px 0; }

.Contact .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Contact .LeftColumn {
	vertical-align: top;
}
.Contact .RightColumn {
	width: 300px;
	vertical-align: top;
}
.Contact .RightColumn .ImageContainer {
	text-align: center;
	margin-bottom: 10px;
}
.Contact .ContactForm {
	vertical-align: top;
	width: 300px;
}
.Contact .ContactForm input.text {
	width: 300px;
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
	margin-bottom: 10px;
}
.Contact .ContactForm textarea.textmessage {
	width: 300px;
	height: 130px;
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
	font-size: 8pt;
	margin-bottom: 10px;
}
.Contact .ContactForm input.ContactSubmit { 
	font-size: 11px;
	color: white;
	width: 140px;
	border: 1px solid white;
	background-color: black;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
	float: right;
	font-family: "courier new", courier, verdana, Arial;
}

table.GalleryCommentFormControl textarea {
	background-color: black;
	color: white;
	border: 1px solid white;
	font-family: "courier new", courier, verdana, Arial;
	font-size: 8pt;
}
table.GalleryCommentFormControl input.GalleryCommentSubmit { 
	font-size: 11px;
	color: white;
	width: 140px;
	border: 1px solid white;
	background-color: black;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
	float: right;
	font-family: "courier new", courier, verdana, Arial;
}
table.GalleryCommentFormControl img {
	border: 0;
}

/*
DropDown Menu
==================================================================================
*/


.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: black;
}

.DropMenu a {
	display: block;
	padding: 2px 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.DropMenu a:hover {
	text-decoration: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.DropMenu a.toplevel {
	margin-right: 10px;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.1pt;
	padding: 3px;
	color: #a6a6a6;
	border: 1px solid black;
}
.DropMenu a.toplevel:hover {
	color: white;
	text-decoration: none;
	border: 1px solid white;
}

.DropMenu a.parent {
	background: black url('images/menu_arrow.gif') no-repeat right center;
}
.DropMenu a.parent:hover {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: url('images/menu_arrow.gif') no-repeat right center;
}

.DropMenu li {
	position: relative;
	_position: static;
	float: left;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
}

.DropMenu li li {
	padding: 0;
	width: 170px;
}

.DropMenu li ul a {
	color: white;
	padding: 5px 10px;
	_width: 150px;
}

.DropMenu li ul ul {
	margin: -27px 0 0 170px;
}

.DropMenu li:hover ul ul, .DropMenu li:hover ul ul ul, .DropMenu li.sfhover ul ul, .DropMenu li.sfhover ul ul ul {
	left: -999em;
}

.DropMenu li:hover ul, .DropMenu li li:hover ul, .DropMenu li li li:hover ul, .DropMenu li.sfhover ul, .DropMenu li li.sfhover ul, .DropMenu li li li.sfhover ul {
	left: auto;
}

.DropMenu li:hover, .DropMenu li.hover {
	position: static;
}
/*
Gallery
===============================================================
*/

table.GalleryPagerLinks td.PreviousPage {
	width: 35px;
	height: 25px;
}
table.GalleryPagerLinks td.NextPage {
	width: 35px;
	height: 25px;
}

table.GalleryPagerLinks td.PreviousPage a {
	width: 35px;
	height: 25px;
}
table.GalleryPagerLinks td.PageNumber {
	padding-top: 5px;
	font-size: 13px;
}
table.GalleryPagerLinks td.NextPage a {
	width: 35px;
	height: 25px;
}

div.Gallery6 table.GalleryTable .ImageContainerMiddle img, 
div.Gallery7 table.GalleryTable .ImageContainerMiddle img, 
div.Gallery8 table.GalleryTable .ImageContainerMiddle img, 
div.Gallery9 table.GalleryTable .ImageContainerMiddle img, 
div.Gallery10 table.GalleryTable .ImageContainerMiddle img {
	border: 0;
}

div.Gallery9 table.GalleryPagerLinks td.PreviousPage a, 
div.Gallery10 table.GalleryPagerLinks td.PreviousPage a {
	background: url('/resources/functions/images/dark/button-previous.gif') no-repeat !important;
}
div.Gallery9 table.GalleryPagerLinks td.NextPage a, 
div.Gallery10 table.GalleryPagerLinks td.NextPage a {
	background: url('/resources/functions/images/dark/button-next.gif') no-repeat !important;
}

.Gallery9 {
	width: 700px;
}
.Gallery9 table.GalleryContainer {
	width: 700px;
	margin: 0 auto;
}
.Gallery9 .Fullview {
	width: 540px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 540px;
	height: 405px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 540) + "px");
}
.Gallery10 {
	width: 700px;
}
.Gallery10 table.GalleryContainer {
	width: 700px;
	margin: 0 auto;
}
.Gallery10 .Fullview {
	width: 500px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 500px;
	height: 375px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 500) + "px");
}

.PopupContainer {
	color: black;
}
.PopupContainer .PopupImage div.PopupImageBackground img#ds-image {
	border: 0;
}

.FullviewContainer .FullviewImage div.FullviewImageBackground {
	background-color: black;
}
.FullviewContainer .FullviewImageClose #ds-close {
	background: url('images/button-top-close.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-play {
	background: url('images/button-play.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-pause {
	background: url('images/button-pause.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-previous {
	background: url('images/button-previous.gif') no-repeat !important;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-next {
	background: url('images/button-next.gif') no-repeat !important;
}

.PopupContainer {
	background-color: black;
	color: white;
}
.PopupContainer .PopupImage div.PopupImageBackground {
	background-color: black;
}
.PopupContainer .PopupImage div.PopupImageBackground img {
	border: 0;
}
.PopupContainer .PopupImageClose #ds-close,
.PopupContainer .PopupImageClose .ds-close {
	background: url('images/button-top-close.gif') no-repeat;
}
.PopupContainer .PopupControls .PopupSlideshow #ds-play,
.PopupContainer .PopupControls .PopupSlideshow .ds-play {
	background: url('images/button-play.gif') no-repeat;
}
.PopupContainer .PopupControls .PopupSlideshow #ds-pause,
.PopupContainer .PopupControls .PopupSlideshow .ds-pause {
	background: url('images/button-pause.gif') no-repeat;
}
.PopupContainer .PopupControls .PopupNavigation #ds-previous,
.PopupContainer .PopupControls .PopupNavigation .ds-previous {
	background: url('images/button-previous.gif') no-repeat !important;
}
.PopupContainer .PopupControls .PopupNavigation #ds-next,
.PopupContainer .PopupControls .PopupNavigation .ds-next {
	background: url('images/button-next.gif') no-repeat !important;
}

.FullviewContainer .FullviewImage div.FullviewImageBackground {
	background-color: black;
}
.FullviewContainer .FullviewImage div.FullviewImageBackground img {
	border: 0;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-play,
.FullviewContainer .FullviewControls .FullviewSlideshow .ds-play {
	background: url('images/button-play.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewSlideshow #ds-pause,
.FullviewContainer .FullviewControls .FullviewSlideshow .ds-pause {
	background: url('images/button-pause.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewFullscreen #ds-fullscreen,
.FullviewContainer .FullviewControls .FullviewFullscreen .ds-fullscreen {
	background: url('/resources/functions/images/dark/button-fullscreen.gif') no-repeat;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-previous,
.FullviewContainer .FullviewControls .FullviewNavigation .ds-previous {
	background: url('images/button-previous.gif') no-repeat !important;
}
.FullviewContainer .FullviewControls .FullviewNavigation #ds-next,
.FullviewContainer .FullviewControls .FullviewNavigation .ds-next {
	background: url('images/button-next.gif') no-repeat !important;
}

/*
===============================================================
*/

