/* CSS Document */

body 
{
	background-color: #382912;
	scrollbar-base-color: white;
	scrollbar-face-color: white;
	scrollbar-track-color: white;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: black;
}

body.statement 
{
	background-color: #FFFFFF;
	color: #FFFFFF;	
}

body.displayContent {
	background-color: #F1F4F7;
}

h1, h2, h3, h4 {
	font-family: Verdana, sans-serif;
	color: #382912;
}

p
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #382912;
	padding-left: 10px;
}

p a,
p a:link,
p a:visited,
p a:active { 
	color: #382912;
	text-decoration: underline;
	border-bottom: none;
}

p a:hover {
	color: white;
	background: #382912;
	cursor: pointer;
}

table.MainContent 
{
	width: 100%;
	height: 100%;
}
	
td.Main
{
	vertical-align: middle;
	text-align: center;
}	

ul {
	margin-left: 5px;
	padding-left: 5px;
}

ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	color: #382912;
}




/*** Containers ***/

.LayoutContainer
{
	position: relative;
	margin: 0 auto 0 0;
	width: 852px;
	height: 553px;
	text-align: left;
}

.Header
{
	display: block;
	float: left;
	clear: both;
}
	
.MainMenu
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 135px;
	height: 520px;
	display: block;
	float: left;
}

.SubMenu
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
	width: 202px;
	height: 520px;
	background-color: #D4E3F0;
	overflow: auto;
}

.Content
{
	display: block;
	float: left;
	width: 515px;
	height: 520px;
/*	overflow: visible;*/
	vertical-align: bottom;
}



/***** MainMenu classes *****/

.MainMenu .inactive
{
	color: #382912;
	background-color: transparent;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.MainMenu .active
{
	color: #FFFFFF;
	background-color: #382912;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.MainMenu a 
{
	text-decoration: none;
}


/***** SubMenu classes *****/

.SubMenu .thumbnails {
	width: 165px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 15px;
	vertical-align: middle;
}

.SubMenu .thumb {
	padding: 0px 2px 5px 2px;
	margin-bottom: 5px;
	width: 50px; 
	float: left;
}

.SubMenu .exhibitions {
	width: 165px;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: smaller;
}

.SubMenu .exhibitions .exhibition,
.SubMenu .exhibitions .run,
.SubMenu .exhibitions .venue {
	font-weight: bold;
}


/***** Content classes *****/

.opener
{
	text-align: center;
	margin-top: 12px;
}

.picture
{
	color: #382912;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	height: 405px;
	overflow: auto;
}

.description
{
	width: 450px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}

.about p {
	font-size: 11px;
	margin-right: 10px;
}

.about ul li {
	font-size: 11px;
}

.about table {
	width: 97%;
	padding-left: 5px;
	margin-left: 5px;
}

.about table td {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-size: 11px;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	color: #382912;
}

.about table td.year {
	width: 25px;
	margin-right: 10px;
	padding-right: 10px;
	vertical-align: top;
}


/********* Konstfack list ***********/

.Konstfack {
	background-color: white;
	padding: 10px 10px;
	display: block;
	font-family: Verdana, sans-serif;
	color: #382912;
	font-size: 12px;
}

.Konstfack  a,
.Konstfack  a:link,
.Konstfack  a:visited,
.Konstfack  a:active {
	color: #382912;
}

.Konstfack ol {
	clear: both;
	margin-top: 5px;
	padding-top: 10px;
}

.Konstfack li {
	clear: both;
	padding-bottom: 4px;
}