﻿html
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#878787', EndColorStr='#545454');
}

body
{
	background-color: #626262;
	font-size: small;
}

div, p, span, td
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}

h1
{
	font-size: 20px;
}

h3
{
	font-size: 14px;
}

table.Main
{
	border: 0;
	border-collapse: collapse;
	width: 970px;
	text-align: left;
}

tr.Header
{
	height: 75px;
}

.Menu
{
	width: 170px;
	vertical-align: top;
	text-align: center;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-right-style: solid; 
	border-right-width: 1px;
	padding-top: 0px;
	padding-bottom: 30px;
}

.Content
{
	width: 790px;
	vertical-align: top;
	text-align: left;
	border-left-style: solid; 
	border-left-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-top: solid 1px white;
	padding: 10px 0px 20px 10px;
}

td.TopLeftCell
{
	height: 75px;
	border-bottom: solid 1px white; 
	border-right: solid 1px white;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: none;
	color: white;
}

.HeaderImage
{
	border: 0px;
}

/* Benytte til menuen over content. */

tr.TopMenu
{
	height: 10px;
}

td.TopMenu
{
	border-bottom: solid 1px white;
	border-left: solid 1px white;
	border-top: solid 1px white;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

div.TopMenu
{
	font-weight: bold;
	text-align: center;
	width: 800px;
}

span.WideSpace
{
	padding-left: 10px;
	padding-right: 10px;
}

.Footer
{
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	margin: 5px;
}

/* Bruges til thumbnails på GalleryDetails siden. */
div.GalleryThumbnail
{
	float: left;
	background-color: Black;
	padding: 2px;
}

.NewLine
{
  height: 0;
  clear: both;
}

.ImageStyle
{
	border: solid 1px Black;
	
}
