.MenuContainer {
	padding-top: 10px;
	padding-bottom: 61px;
}
.MenuContainer .MenuField {
	width: 800px;
	padding: 0 80px;
	margin: 0 auto;
}

.HeaderContainer {
	min-height: 20px;
	_height: 20px;
}

.LogoContainer {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.LogoField {
}
.LogoField img {
}
.LogoContainer .LogoOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 12px;
	background: url('images/bg-rounded-overlay.png') no-repeat top left;
	_background: url('images/bg-rounded-overlay-ie.gif') no-repeat top left;
	z-index: 2;
}

.HeaderContainer .HeadlineField {
	width: 800px;
	padding: 0 80px;
	margin: 0 auto;
}
.HeaderContainer .HeadlineField h1 {
	margin: 0;
	padding: 0;
	font-size: 30pt;
}

.PageContainer {
	min-height: 460px;
	_height: 460px;
}

.PageContainer .ContentContainer {
	width: 960px;
	margin: 0 auto;
}

.PageContainer .ContentContainer .ContentContainerTop {
	height: 80px;
}
.PageContainer .ContentContainer .ContentContainerMiddleRepeat {
	background: url('images/bg-content-middle-repeat.gif') repeat-y;
}
.PageContainer .ContentContainer .ContentContainerMiddle {
	min-height: 300px;
	_height: 300px;
	padding: 0 80px;
}
.PageContainer .ContentContainer .ContentContainerBottom {
	height: 60px;
	background: url('images/bg-content-bottom.gif') no-repeat bottom center;
}

.FooterContainer {
	width: 960px;
	margin: 0 auto;
}
.FooterContainer .FooterContainerTop {
	height: 45px;
	background: url('images/bg-footer-top.gif') no-repeat top center;
}
.FooterContainer .FooterContainerMiddle {
	padding: 0 80px;
	background: url('images/bg-footer-middle.gif') repeat-y;
}
.FooterContainer .FooterContainerMiddle p {
	padding: 0;
}
.FooterContainer .FooterContainerBottom {
	height: 45px;
	background: url('images/bg-footer-bottom.gif') no-repeat top center;
}

.dinStudioLink {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.dinStudioLink a {
	font-size: 10pt;
	color: #a7a7a7;
}


/* Functions 
================================================== 
*/



.MainPageInlineContainer {
	float: left;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	text-align: center;
	margin-right: 10px;
} 
.MainPageInlineContainer .ParagraphContainer {
	width: 200px;
	font-size: 9pt;
	margin-right: 10px;
}
.MainPageInlineContainer .ParagraphContainerTop { padding-top: 5px; }
.MainPageInlineContainer .ParagraphContainerBottom { padding-bottom: 5px; }

.MainPage {
}
.MainPage .NewsContainer {
	float: right;
	margin-left: 10px;
}
.MainPage .NewsHeader .ParagraphContainer {
	padding-left: 15px;
	width: 245px;
}
.MainPage .NewsItem .date { font-size: 9pt; font-style: italic; }
.MainPage .NewsItem {
	text-align: left;
	font-size: 9pt;
	width: 254px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.MainPage .NewsItem h2 { margin-bottom: 0px; padding-bottom: 5px; }

.MainPage .NewsItem .NewsItemTop {
	height: 27px;
	background: url('images/bg-container-254-top.gif') no-repeat bottom center;
} 
.MainPage .NewsItem .NewsItemMiddle {
	width: 204px;
	padding: 0 25px;
	background: url('images/bg-container-254-middle.gif') repeat-y;
} 
.MainPage .NewsItem .NewsItemBottom {
	height: 27px;
	background: url('images/bg-container-254-bottom.gif') no-repeat top center;
} 


.MainPage .BodyTextContainer {
}


.EmptyPage {
}

.LayoutPage .layout-5 .col-1,
.LayoutPage .layout-6 .col-0 { width: 530px; }

.LayoutPage .layout-5 .col-0,
.LayoutPage .layout-6 .col-1 { width: 270px; }

.LayoutPage .layout-5 .col-0 .image-part,
.LayoutPage .layout-6 .col-1 .image-part {
	position: relative;
	width: 254px;
	background: url('images/bg-thumb-254-middle.gif') repeat-y;
	margin-top: 27px;
	margin-bottom: 27px;
}
.LayoutPage .layout-5 .col-0 .image-part .block-object, 
.LayoutPage .layout-6 .col-1 .image-part .block-object { 
	width: 200px;
	margin: 0 auto;
}

.LayoutPage .layout-5 .col-0 .image-part::before,
.LayoutPage .layout-5 .col-0 .image-part::after,
.LayoutPage .layout-6 .col-1 .image-part::before,
.LayoutPage .layout-6 .col-1 .image-part::after {
	position: absolute;
	content: " ";
	width: 254px;
	height: 27px;
	left: 0;
}
.LayoutPage .layout-5 .col-0 .image-part::before,
.LayoutPage .layout-6 .col-1 .image-part::before {
	top: -27px;
	background: url('images/bg-thumb-254-top.gif') no-repeat bottom center;
}
.LayoutPage .layout-5 .col-0 .image-part::after,
.LayoutPage .layout-6 .col-1 .image-part::after {
	bottom: -27px;
	background: url('images/bg-thumb-254-bottom.gif') no-repeat top center;
}



.TextLayout1 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout1 .LeftColumn {
	vertical-align: top;
}
.TextLayout1 .RightColumn {
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
}

.TextLayout1 .RightColumn .ImageContainer {
	text-align: center;
}
.TextLayout1 .RightColumn .ParagraphContainer {
	width: 224px;
	font-size: 10pt;
	padding: 0 15px;
}

.TextLayout1 .RightColumn .ImageContainer {
	width: 254px;
	text-align: center;
	background: url('images/bg-thumb-254-middle.gif') repeat-y;
} 
.TextLayout1 .RightColumn .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-254-top.gif') no-repeat bottom center;
} 
.TextLayout1 .RightColumn .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-254-bottom.gif') no-repeat top center;
} 


.TextLayout2 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout2 .LeftColumn {
	padding-right: 10px;
	vertical-align: top;
	width: 50%
}
.TextLayout2 .RightColumn {
	padding-left: 10px;
	vertical-align: top;
	width: 50%
}
.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-top: 2px;
	margin-right: 5px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 180px;
	font-size: 10pt;
}
.TextLayout2 .InlineImageContainer .ParagraphContainerTop { padding-top: 5px; }
.TextLayout2 .InlineImageContainer .ParagraphContainerBottom { padding-bottom: 5px; }

.GalleryDescription {
	margin: 0;
	padding: 0;
	text-align: center;
}
.GalleryDescription #text {
	overflow-y: auto;
	overflow-x: hidden;
	height: 45px;
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 10px auto;
	margin-bottom: 0;
	width: 156px;
	height: 35px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 53px;
	height: 35px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 53px;
	height: 35px;
	text-decoration: none;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	width: 50px;
	height: 10px;
	padding-top: 10px;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 53px;
	height: 35px;
}
.GalleryNavigator a.Next { 
	display: block;
	float: left;
	width: 53px;
	height: 35px;
	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 table {
	width: 600px;
}
.ImageGallery1 .BodyTextContainer {
}
.ImageGallery1 .FunctionTable table {
	width: 100%;
}
.ImageGallery1 .FunctionTable .ImageCell {
	width: 33%;
	vertical-align: top;
	padding: 0 15px;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	width: 180px;
	text-align: center;
	background: url('images/bg-thumb-180-middle.gif') repeat-y;
} 
.ImageGallery1 .FunctionTable .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-180-top.gif') no-repeat bottom center;
} 
.ImageGallery1 .FunctionTable .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-180-bottom.gif') no-repeat top center;
}

.ImageGallery1 .FunctionTable .ParagraphContainer {
	font-size: 10pt;
	padding: 0 15px;
}
.ImageGallery1 .FunctionTable .ParagraphContainerTop { padding-top: 5px; }
.ImageGallery1 .FunctionTable .ParagraphContainerBottom { padding-bottom: 5px; }

.ImageGallery2 .BodyTextContainer {
}
.ImageGallery2 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable .ImageCell {
	padding: 5px;
	width: 130px;
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
	min-height: 60px;
	_height: 60px;
	width: 410px;
	padding: 5px;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	width: 180px;
	text-align: center;
	background: url('images/bg-thumb-180-middle.gif') repeat-y;
} 
.ImageGallery2 .FunctionTable .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-180-top.gif') no-repeat bottom center;
} 
.ImageGallery2 .FunctionTable .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-180-bottom.gif') no-repeat top center;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	font-size: 10pt;
	padding: 15px 0;
}

.ImageGallery3 .BodyTextContainer {
}
.ImageGallery3 .FunctionTable {
	width: 510px;
	margin: 0 auto;
	margin-top: 20px;
}
.ImageGallery3 .FunctionTable table {
	width: 510px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable .ImageCell {
	width: 110px;
	vertical-align: top;
}
.ImageGallery3 .FunctionTable .TextCell {
	width: 400px;
	vertical-align: top;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	width: 104px;
	text-align: center;
	background: url('images/bg-thumb-104-middle.gif') repeat-y;
} 
.ImageGallery3 .FunctionTable .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-104-top.gif') no-repeat bottom center;
} 
.ImageGallery3 .FunctionTable .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-104-bottom.gif') no-repeat top center;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	font-size: 10pt;
	padding: 15px 0;
}

.Diary .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Diary .LeftColumn {
	width: 250px;
	vertical-align: top;
	padding-right: 10px;
}
.Diary .LeftColumn .DiaryListItem {
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 11pt;
	margin: 0;
	padding-bottom: 10px;
}

.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	font-size: 11pt;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay h2,
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	margin: 0;
	padding-bottom: 5px;
}
.Diary .LeftColumn .DiaryListItem a:hover {
	text-decoration: none;
}
.Diary .RightColumn {
	vertical-align: top;
}
.Diary .RightColumn .DiaryDate h3 {
	font-size: 13pt;
	font-style: italic;
}
.Diary .RightColumn .DiaryHeader {
	vertical-align: top;
}

.Diary .DiaryItemContainer {
	width: 550px;
}
.Diary .DiaryItemContainer .DiaryItemContainerTop {
	height: 27px;
	background: url('images/bg-message-top.gif') no-repeat top left;
}
.Diary .DiaryItemContainer .DiaryItemContainerMiddle {
	background: url('images/bg-message-middle.gif') repeat-y;
	padding: 0 20px;
}
.Diary .DiaryItemContainer .DiaryItemContainerBottom {
	height: 27px;
	background: url('images/bg-message-bottom-round.gif') no-repeat bottom left;
}


/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
/*
	width: 470px;
*/
}
.Diary .DiaryDateInput {
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 0.75em;
	font-size: 13pt;
	font-style: italic;
	font-weight: normal;
	color: white;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 0;
	font-size: 9pt;
	width: 130px;
	height: 25px;
	color: white;
	padding-bottom: 2px;
}

.Diary .DiaryCommentFormTable input {
	background-color: #272727;
	color: white;
	border: 1px solid #999999;
}
.Diary .DiaryCommentFormTable span {
	font-size: 9pt !important;
}
.Diary .DiaryCommentFormTable textarea {
	background-color: #272727;
	color: white;
	border: 1px solid #999999;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.Diary .DiaryCommentListItemContainer {
	width: 550px;
	margin-bottom: 15px;
	border: 0;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerTop {
	height: 27px;
	background: url('images/bg-message-top.gif') no-repeat top center;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle {
	background: url('images/bg-message-middle.gif') repeat-y;
	padding: 0 20px;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle h2 {
	padding-bottom: 5px;
	font-size: 12pt;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle .DiaryCommentDate {
	font-size: 12pt;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle .DiaryCommentListItem {
	font-size: 11pt;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerBottom {
	height: 60px;
	background: url('images/bg-message-bottom.gif') no-repeat bottom center;
}

.Diary .DiaryView .DiaryCommentListContainer .NewItem .DiaryCommentListItemContainerTop {
	background: url('images/bg-new-message-top.gif') no-repeat top center;
}
.Diary .DiaryView .DiaryCommentListContainer .NewItem .DiaryCommentListItemContainerMiddle {
	padding-left: 20px;
	background: url('images/bg-new-message-middle.gif') repeat-y !important;
}
.Diary .DiaryView .DiaryCommentListContainer .NewItem .DiaryCommentListItemContainerBottom {
	background: url('images/bg-new-message-bottom.gif') no-repeat bottom center !important;
}

.Diary .ArticleList .EntriesColumn .EntryContainer {
  padding-bottom: 20px;
  margin: 0;
}
/*
========================================================================
*/

.Guestbook .BodyTextContainer {
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}
.Guestbook .GuestbookForm {
	vertical-align: top;
	width: 200px;
}
.Guestbook .GuestbookForm input.textname { background-color: #272727; width: 200px; margin-bottom: 10px; color: white; border: 1px solid #999999; }
.Guestbook .GuestbookForm input.textemail { background-color: #272727; width: 200px; margin-bottom: 10px; color: white; border: 1px solid #999999; }
.Guestbook .GuestbookForm textarea.textmessage { background-color: #272727; width: 200px; height: 130px; margin-bottom: 10px; color: white; border: 1px solid #999999; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 0;
	font-size: 9pt;
	width: 130px;
	height: 25px;
	color: white;
	padding-bottom: 2px;
}
.Guestbook .GuestbookList {
	vertical-align: top;
	padding-left: 25px;
	padding-top: 40px;
}

/*
Start på hänsyn till gamla gästboken
====================================
*/
.Guestbook .GuestbookList h2 {
	padding: 2px 0;
	font-size: 11pt;
	border-top: 1px solid #454545;
}
/*
.Guestbook .GuestbookList .GuestbookListItemContainer {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding-top: 3px;
}
*/

.Guestbook .GuestbookList .GuestbookListItem .GuestbookEntryReply {
	margin-top: 10px;
}

/*
====================================
*/

.Guestbook .GuestbookFormContainer p {
	padding: 0;
	font-size: 9pt;
}

.Guestbook .GuestbookListItemContainer {
	width: 550px !important;
	margin-bottom: 20px;
	border: 0;
}
.Guestbook .GuestbookListItemContainer .GuestbookListItemContainerTop {
	height: 27px;
	background: url('images/bg-message-top.gif') no-repeat top left;
}
.Guestbook .GuestbookListItemContainer .GuestbookListItemContainerMiddle {
	background: url('images/bg-message-middle.gif') repeat-y;
	width: 510px;
	padding: 0 20px;
}
.Guestbook .GuestbookListItemContainer .GuestbookListItemContainerMiddle h2 {
	padding: 0 0 5px 0;
	font-size: 12pt;
	border: 0;
}
.Guestbook .GuestbookListItemContainer .GuestbookListItemContainerMiddle .GuestbookDate {
	font-size: 12pt;
}
.Guestbook .GuestbookListItemContainer .GuestbookListItemContainerMiddle .GuestbookListItem {
	font-size: 11pt;
}
.Guestbook .GuestbookListItemContainer .GuestbookListItemContainerBottom {
	height: 60px;
	background: url('images/bg-message-bottom.gif') no-repeat bottom left;
}

.Guestbook .NewItem .GuestbookListItemContainer .GuestbookListItemContainerTop {
	background: url('images/bg-new-message-top.gif') no-repeat top left;
}
.Guestbook .NewItem .GuestbookListItemContainer .GuestbookListItemContainerMiddle {
	background: url('images/bg-new-message-middle.gif') repeat-y !important;
}
.Guestbook .NewItem .GuestbookListItemContainer .GuestbookListItemContainerBottom {
	background: url('images/bg-new-message-bottom.gif') no-repeat bottom left !important;
}

.Guestbook .GuestbookEntryReplyContainer {
	padding: 0 !important;
	background: none !important;
}

.Guestbook .GuestbookEntryReply {
	margin-top: -25px;
	margin-left: 25px;
	width: 400px !important;
	margin-bottom: 5px;
}
.Guestbook .GuestbookEntryReply .GuestbookEntryReplyTop {
	height: 27px;
	background: url('images/bg-message-reply-top.gif') no-repeat top left;
}
.Guestbook .GuestbookEntryReply .GuestbookEntryReplyMiddle {
	padding: 0 20px;
	background: url('images/bg-message-reply-middle.gif') repeat-y;
}
.Guestbook .GuestbookEntryReply .GuestbookEntryReplyBottom {
	height: 27px;
	background: url('images/bg-message-reply-bottom.gif') no-repeat top left !important;
}


.FileArea .BodyTextContainer {
}
.FileArea .FunctionTable {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-collapse: collapse;
}

.FileArea .IconCell { width: 50px; text-align: right; vertical-align: top; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .TextCell a { text-decoration: none; }
.FileArea .TextCell a:hover { text-decoration: underline; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; font-size: 10pt; }
.FileArea .FileList {
	width: 600px;
	border-collapse: collapse;
	margin: 0 auto;
}
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin-top: 5px; padding: 0; font-size: 9pt; }

.FileArea .FileListContainer {
	width: 654px;
	margin: 0 auto;
}
.FileArea .FileListContainer .FileListContainerTop {
	height: 27px;
	background: url('images/bg-container-654-top.gif') no-repeat bottom center;
} 
.FileArea .FileListContainer .FileListContainerMiddle {
	width: 604px;
	padding: 0 25px;
	background: url('images/bg-container-654-middle.gif') repeat-y;
} 
.FileArea .FileListContainer .FileListContainerBottom {
	height: 27px;
	background: url('images/bg-container-654-bottom.gif') no-repeat top center;
} 


.Contact .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Contact .LeftColumn {
	vertical-align: top;
}
.Contact .RightColumn {
	width: 300px;
	vertical-align: top;
	padding-left: 15px;
}
.Contact .RightColumn .ParagraphContainer {
	width: 304px;
	font-size: 10pt;
	padding: 0 25px;
}
.Contact .RightColumn .ImageContainer {
	width: 354px;
	text-align: center;
	background: url('images/bg-thumb-354-middle.gif') repeat-y;
} 
.Contact .RightColumn .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-354-top.gif') no-repeat bottom center;
} 
.Contact .RightColumn .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-354-bottom.gif') no-repeat top center;
} 

.Contact .ContactFormContainer {
	width: 430px;
	margin: 15px 0;
	border: 0;
}
.Contact .ContactFormContainer .ContactFormContainerTop {
	height: 27px;
	background: url('images/bg-contact-top.gif') no-repeat top center;
}
.Contact .ContactFormContainer .ContactFormContainerMiddle {
	background: url('images/bg-contact-middle.gif') repeat-y;
	padding: 0 27px;
	padding-bottom: 25px;
}
.Contact .ContactFormContainer .ContactFormContainerBottom {
	height: 60px;
	background: url('images/bg-contact-bottom.gif') no-repeat bottom center;
}
.Contact .ContactForm .ContactSentMessage { margin-top: 0; }
.Contact .ContactForm input.text { background-color: #141414; width: 300px; margin-bottom: 15px; color: white; border: 1px solid #999999; }
.Contact .ContactForm textarea.textmessage { background-color: #141414; width: 374px; height: 130px; margin-bottom: 15px; color: white; border: 1px solid #999999; }
.Contact .ContactForm input.ContactSubmit { 
	float: right;
	border: 0;
	font-size: 9pt;
	width: 130px;
	height: 25px;
	color: white;
	padding-bottom: 2px;
}
.Contact .ContactForm p {
	padding: 0;
	font-size: 9pt;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit { float: none; }

.LayoutPage .layout-1 .Contact,
.LayoutPage .layout-5 .col-1 .Contact,
.LayoutPage .layout-6 .col-0 .Contact { 
	width: 430px;
	margin: 15px 0;
	border: 0;
}
.LayoutPage .layout-1 .Contact::before,
.LayoutPage .layout-5 .col-1 .Contact::before,
.LayoutPage .layout-6 .col-0 .Contact::before {
	display: block;
	height: 27px;
	background: url('images/bg-contact-top.gif') no-repeat top center;
	content: "";
}
.LayoutPage .layout-1 .Contact::after,
.LayoutPage .layout-5 .col-1 .Contact::after,
.LayoutPage .layout-6 .col-0 .Contact::after {
	display: block;
	height: 60px;
	background: url('images/bg-contact-bottom.gif') no-repeat bottom center;
	content: "";
}

.LayoutPage .layout-1 .Contact .ContactForm,
.LayoutPage .layout-5 .col-1 .Contact .ContactForm,
.LayoutPage .layout-6 .col-0 .Contact .ContactForm { 
	background: url('images/bg-contact-middle.gif') repeat-y;
	padding: 0 27px;
	padding-bottom: 25px;
}
.LayoutPage .layout-1 .Contact .ContactForm input.ContactSubmit,
.LayoutPage .layout-5 .col-1 .Contact .ContactForm input.ContactSubmit,
.LayoutPage .layout-6 .col-0 .Contact .ContactForm input.ContactSubmit { float: right; }

.LayoutPage > div:last-of-type { margin-bottom: 0; display: block; height: 1em; }

/* DropDown Menu 
================================================== 
*/

.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.DropMenu {
}

.DropMenu a {
	text-decoration: none;
	color: white;
}
.DropMenu a:hover {
}

.DropMenu a.toplevel {
	display: block;
	height: 35px;
	_width: 1px;
	font-size: 15pt;
	text-decoration: none;
	color: white;
	white-space: nowrap;
}

.DropMenu li {
	margin-right: 20px;
}
.DropMenu ul li {
	margin-right: 0;
}

.DropMenu a.parent {
	background: url('images/rightarrow.gif') right no-repeat;
}
.DropMenu a.parent:hover {
}

.DropMenu li {
	position: relative;
	_position: static;
	float: left;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 3;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
}

.DropMenu li li {
	padding: 3px 0;
	width: 200px;
	font-size: 16px;
}

.DropMenu li ul a {
	display: block;
	padding: 3px 10px;
	width: 180px;
}

.DropMenu li ul a:hover {
	text-decoration: none;
}

.DropMenu li ul ul {
	margin: -29px 0 0 200px;
}

.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
===============================================================
*/

.GalleryTable {
	font-size: 9pt;
}
div.CommentContainer p.TimeStamp {
	font-size: 10pt;
	padding: 0;
}
.GalleryCommentFormControl textarea { background-color: #141414; color: white; border: 1px solid #999999; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	float: right;
	border: 0;
	font-size: 9pt;
	width: 130px;
	height: 25px;
	color: white;
	padding-bottom: 2px;
}

.GalleryPagerLinks td.PreviousPage {
	width: 60px;
	height: 35px;
}
.GalleryPagerLinks td.NextPage {
	width: 60px;
	height: 35px;
}

.GalleryPagerLinks td.PreviousPage a {
	width: 60px;
	height: 35px;
}
.GalleryPagerLinks td.PageNumber {
	padding-top: 3px;
}
.GalleryPagerLinks td.NextPage a {
	width: 60px;
	height: 35px;
}

div.Gallery1 {
	width: 720px;
}
div.Gallery1 .ParagraphContainer {
	padding: 0 15px;
	font-size: 10pt;
}

div.Gallery1 .ImageContainer,
div.Gallery2 .ImageContainer,
div.Gallery4 .ImageContainer {
	width: 180px;
} 
div.Gallery1 .ImageContainer .ImageContainerTop,
div.Gallery2 .ImageContainer .ImageContainerTop,
div.Gallery4 .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-180-top.gif') no-repeat bottom center;
} 
div.Gallery1 .ImageContainer .ImageContainerMiddle,
div.Gallery2 .ImageContainer .ImageContainerMiddle,
div.Gallery4 .ImageContainer .ImageContainerMiddle {
	width: 180px;
	text-align: center;
	background: url('images/bg-thumb-180-middle.gif') repeat-y;
} 
div.Gallery1 .ImageContainer .ImageContainerBottom,
div.Gallery2 .ImageContainer .ImageContainerBottom,
div.Gallery4 .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-180-bottom.gif') no-repeat top center;
} 

div.Gallery2 .ParagraphContainer,
div.Gallery3 .ParagraphContainer,
div.Gallery4 .ParagraphContainer,
div.Gallery5 .ParagraphContainer {
	padding-top: 15px;
	font-size: 10pt;
}

div.Gallery3 .ImageContainer,
div.Gallery5 .ImageContainer {
	width: 104px;
} 
div.Gallery3 .ImageContainer .ImageContainerTop,
div.Gallery5 .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-104-top.gif') no-repeat bottom center;
} 
div.Gallery3 .ImageContainer .ImageContainerMiddle,
div.Gallery5 .ImageContainer .ImageContainerMiddle {
	width: 104px;
	text-align: center;
	background: url('images/bg-thumb-104-middle.gif') repeat-y;
} 
div.Gallery3 .ImageContainer .ImageContainerBottom,
div.Gallery5 .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-104-bottom.gif') no-repeat top center;
} 

div.Gallery6 {
	width: 800px;
}
div.Gallery6 .ImageContainer {
	width: 134px;
	background: url('images/bg-thumb-134-middle.gif') repeat-y;
} 
div.Gallery6 .ImageContainer .ImageContainerTop {
	height: 27px;
	background: url('images/bg-thumb-134-top.gif') no-repeat bottom center;
} 
div.Gallery6 .ImageContainer .ImageContainerMiddle {
	height: 80px !important;
	width: 80px !important;
	margin: 0 auto;
} 
div.Gallery6 .ImageContainer .ImageContainerMiddle img {
	margin-left: -20px;
} 
div.Gallery6 .ImageContainer .ImageContainerBottom {
	height: 27px;
	background: url('images/bg-thumb-134-bottom.gif') no-repeat top center;
} 

div.Gallery9 .GalleryPagerLinks td.PreviousPage a, 
div.Gallery10 .GalleryPagerLinks td.PreviousPage a {
	background: url('/resources/functions/images/dark/button-previous.gif') no-repeat !important;
}
div.Gallery9 .GalleryPagerLinks td.NextPage a, 
div.Gallery10 .GalleryPagerLinks td.NextPage a {
	background: url('/resources/functions/images/dark/button-next.gif') no-repeat !important;
}

.PopupContainer {
	background: black;
	color: white;
}
.PopupContainer .PopupImage div.PopupImageBackground {
	background-color: black;
}
.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: #141414;
}
.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;
}

.Gallery8 {
	width: 800px;
}
.Gallery8 .GalleryContainer {
	width: 800px;
}
.Gallery8 .Fullview {
	width: 800px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 800px;
	height: 600px;
}

.Gallery9 {
	width: 800px;
}
.Gallery9 .GalleryContainer {
	width: 800px;
}
.Gallery9 .Fullview {
	width: 640px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 640px;
	height: 480px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 640) + "px");
}

.Gallery10 {
	width: 800px;
}
.Gallery10 .GalleryContainer {
	width: 800px;
}
.Gallery10 .Fullview {
	width: 600px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 600px;
	height: 450px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 600) + "px");
}

/*
===============================================================
*/

.ResponsiveDesign .TextLayout1 .LeftColumn { margin-right: 270px; }
.ResponsiveDesign .TextLayout1 .RightColumn { width: 254px; }

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 700px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 200px; }

.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 190px; }

.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 250px; }

.ResponsiveDesign .Contact .LeftColumn { margin-right: 370px; }
.ResponsiveDesign .Contact .RightColumn { width: 354px; }

.ResponsiveDesign .ImageGallery .Gallery1 .GalleryTable { width: 720px; }
.ResponsiveDesign .ImageGallery .Gallery1 .GalleryCell { width: 180px; margin: 0; }
.ResponsiveDesign .ImageGallery .Gallery1 .GalleryCell .ImageContainer { width: 180px; margin: 0; }

.ResponsiveDesign .ImageGallery .Gallery2 .GalleryTextCell { margin-left: 190px; }
.ResponsiveDesign .ImageGallery .Gallery3 .GalleryTextCell { margin-left: 110px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryImageCell { width: 180px; padding-right: 10px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 150px; padding-right: 10px; }

.ResponsiveDesign .ImageGallery .Gallery5 .GalleryImageCell { width: 100px; padding-right: 10px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 220px; padding-right: 10px; }

.ResponsiveDesign .ImageGallery .Gallery6 .GalleryTable { width: 800px; }
.ResponsiveDesign .ImageGallery .Gallery6 .GalleryCell { width: 134px; margin: 0 -1px; }
