﻿body
{
	background-color: white;
	margin: 0;
}
#MasterMainTable
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.LeftNavPane
{
	border-width: thin;
	border-color: #C0C0C0;
	width: 145px;
	padding-left: 10px;
	border-right-style: solid;
}
.LeftNavPane a:link
{
	color: #4E7DCC;
	font-weight: bold;
}
.LeftNavPane a:visited
{
	color:#4E7DCC;
	font-weight: bold;
}
.Search
{
	padding: 1px;
	border: 2px solid #B0B0B0;
}
.ModelDataList
{
	font-size: small;
}
.StartPageMainText
{
	width: 900px;
	font-family: 'Bookman Old Style';
	font-size: large;
}
.StartPageItemHolder1
{
    background-position: right bottom;
    width: 380px;
    height: 280px;
    vertical-align: top;
    background-image: url(    'Images/schaduw.png' );
    background-repeat: no-repeat;
    margin-right: 50px;
    margin-bottom: 10px;
}
.StartPageItemHolder2
{
    background-position: right bottom;
    width: 250px;
    height: 250px;
    vertical-align: top;
    background-image: url( 'Images/schaduw.png' );
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: 10px;
}
.StartPageItem1
{
    padding: 10px;
    width: 92%;
    height: 89%;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #CCCCCC;
    font-family: Calibri;
}
.StartPageItem2
{
    padding: 10px;
    width: 89%;
    height: 89%;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #CCCCCC;
}
.GroupDataListItem
{
	width: 315px;
	height: 200px;
	border-top: rgb(196,170,28) 1px solid;
	vertical-align: top;
	margin-right: 30px;
}
.ModelDataListItem
{
	width: 200px;
	height:200px;
	border-top: rgb(196,170,28) 1px solid;
	vertical-align: top;
}
.LabelSpaceRight
{
	margin-right: 5px;
}
.OverviewLink
{
	font-size: 8pt;
}
.OverviewPict
{
	margin-right: 15px;
}