/* Caliburn CSS. A.Birch 2007*/
BODY {
margin-left: auto;
margin-right: auto;
margin: 0;
text-align: center;
background: #b4afba;
padding: 0;
}
A.doors:link {
color: #ffffff;
background-color: #002f00;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid ButtonFace;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
A.doors:active {
color: #ffffff;
background-color: #002f00;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid ButtonFace;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
A.doors:visited {
color: #ffffff;
background-color: #002f00;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid ButtonFace;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
A.doors:hover {
color: #002f00;
background: #ffffff;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid #382574;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
A.window:link {
color: #ffffff;
background-color: #382574;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid ButtonFace;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
A.window:active {
color: #ffffff;
background-color: #382574;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid ButtonFace;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
A.window:visited {
color: #ffffff;
background-color: #382574;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid ButtonFace;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
A.window:hover {
color: #382574;
background: #ffffff;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid #382574;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-top: 10px;
}
.container {
margin-left: auto;
margin-right: auto;
width: 930px;
height: 100%;
padding: 0;
}

.splitter {
	float: left;
	width: 20px;
	background: transparent;
}

.caliburn {
float: left;
width: 450px;
height: 640px;
background: white;
margin-top: 10px;
}
.configurator {
float: left;
width: 450px;
height: 640px;
background: white;
text-align: center;
margin-top: 10px;
}
.block {
clear: both;
border: 1px solid purple;
vertical-align: middle;
margin: 10px;
}
.block2 {
clear: both;
border: 1px solid purple;
margin: 10px;
}
.configuration {
color: #ffffff;
background-color: #4F3E85;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid ButtonFace;
text-decoration: none;
line-height: 15pt;
text-align: center;
}
.windows {
color: #ffffff;
background-color: #002f00;
display: block;
font-family: tahoma, arial, times new roman;
font-weight: normal;
font-size: 8pt;
padding: 0.3em 1em;
border: 1px solid white;
text-decoration: none;
line-height: 15pt;
text-align: center;
margin-bottom: 0px;
}
.infopanel {
width: 400px;
height: 230px;
min-height: 230px;
color: #37216a;
background-color: #ffffff;
font: normal 8pt Tahoma, arial, serif;
padding: 5px;
border: 1px solid #d5d5ff;
text-decoration: none;
text-align: center;
line-height: 11pt;
display: block;
}
.infopanel2 {
width: 400px;
height: 230px;
min-height: 230px;
color: #002f00;
background-color: white;
font: normal 8pt Tahoma, arial, serif;
padding: 5px;
border: 1px solid #d5d5ff;
text-decoration: none;
text-align: center;
line-height: 11pt;
display: block;
}
.centerpanel {
text-align: center;
}
.blu {
color: #006a00;
font-style: italic;
}


