/*
//	FOLD1: Fast Online Lighting Design
//	(c) copyright 2004-2005 FOLD Systems / M.J. Meijer
//	licensed use only
//	E: info@fold1.com W: www.fold1.com
//
//	$Name:  $
//	$Revision: 3.27 $
//	$Author: maarten $
//
//	fold1ie.css
//
lblue	#999999 153.178.204
dblue	#888888 136.161.187
yellow	#ffce31	255.206.49
 */
/* iphone portrait */
@media all and (max-width: 320px) {
body {
	margin: 10px 0 10px 0;
	background: #faa;
}
#holdall {
/* width: 320px; */
	max-width: 320px;
}
.panel {
	max-width: 235px;
	min-width: 220px;
}
.panel table {
	width: 220px;
}
}
/* ipad portrait */
@media all and (min-width: 321px) and (max-width: 768px) {
body {
	margin: 10px 0 10px 0;
	background: #aaf;
}
#holdall {
	max-width: 750px;
/* width: 760px; */
}
.panel {
	max-width: 235px;
	min-width: 220px;
}
.panel table {
	width: 233px;
}
}
/* larger than ipad portrait */
@media all and (min-width: 769px) {
body {
	margin: 10px 0 10px 0;
	background: #fff;
}
#holdall {
	max-width: 760px;
/* width: 760px; */
}
.panel {
	max-width: 235px;
	min-width: 220px;
}
.panel table {
	width: 220px;
}
}
/* layout divs */
#holdall {
	max-width: 760px;
	padding: 0;
	background: #eee;
	margin: 0 auto;
	border-color: #FFF;
	border-width: 10px;
	border-style: solid;
/*	background-image: url(../images/radius-fff-br.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 100% 100%;*/
}
#header {
	width: 100%;
/*	background: #999999; */
	margin:0;
/* needed for absolute menu positioning in IE avoiding postion:relative BUG */
	z-index:20;
	position: relative;
	height:117px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
/*	background-image: url(../images/radius-fff.gif);*/
}
#headerpic {
	border:0;
	float: left;
}
#screenspy {
	display:none;
}
#stepone, #steptwo, #results, #cartcontents, #welcome, #support, #tryagain {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 10px;
	background: #fff;
/*	background-image: url(../images/radius-ddd-br.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 100% 100%;*/
}
#stepone img {
	float: left;
	padding: 5px;
	border: 1px solid #e4e6e7;
	margin: 2px 0 0 0;
}
#stepone table, #support table {
	padding: 0;
	margin: 0;
}
#steptwo table {
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	width: 720px;
}
#steptwo td {
	padding: 3px;
}
#steptwo select {
	max-width: 180px;
	width: 180px;
}
#steptwo input.button, input.button {
	border: none;
	background: #ffce31;
	color: #000;
	width: 100px;
	height: 21px;
	cursor: pointer;
	margin: 0;
}
#steptwo input.buttonalt, input.buttonalt {
	border: none;
	background: #7ea0c9;
	color: #ffce31;
	width: 100px;
	height: 21px;
	cursor: pointer;
	margin: 0;
}
#steptwo p, .stats p {
	margin: 0 0 17px 0;
}
/* diagram image */
.diagram {
	padding: 0 0 0 10px;
}
#floorplan, #numbers {
	clear: both;
	padding: 0 10px 10px 0;
	margin: 0 0 10px 10px;
}
#tryagain {
	clear: both;
	padding: 5px 0 10px 0;
}
#summary {
	display:none;
}
#results p, #numbers p {
	clear: both;
	padding: 0 0 5px 5px;
	margin: 10px;
}
#results table, #numbers table {
/* width: 740px; */
	width: 100%;
	margin: 0;
	background: #DDD;
}
#cartcontents table {
	margin: 0;
	padding: 0;
}
#cartcontents a {
/* font-size: 10px; */
	font-size: 80%;
	margin: 0;
	padding: 0;
}
#cartcontents td, #cartcontents th {
/* font-size: 10px; */
	font-size: 80%;
	margin: 0;
	padding: 2px;
}
#results th, #numbers th {
	padding: 4px 3px;
	margin: 0 0 10px 0;
	color: #3d628f;
	background: #c1c6c8;
	vertical-align: top;
}
#results td, #results th {
	font-size: 80%;
}

#numbers td, #numbers th {
	font-size: 80%;
}


#results td, #numbers td {
	margin: 0;
	padding: 3px;
}
#results td.category {
	color: #464d4f;
}
#results td.empty, #numbers td.empty {
	background: transparent;
	margin: 0;
	padding: 3px;
}
#results td.key, #results th.resultkey {
	background: #ffce31;
}
#results tr.ruled {
	background: #fff;
}
/* panel styles */
#panelrow, #fcapplet {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 0 10px 10px;
	background-color: inherit;
}
#trial {
	margin: 10px;
	background-color: #CCC;
	padding: 5px 10px 5px 10px;
}
.panel {
	display: inline-block;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 0;
/*
	max-width: 240px;
	min-width: 220px;
 */
	width: 31%;
	background: #fff;
/*	background-image: url(../images/radius-ddd-br.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 100% 100%;*/
}

.panel[last] {
	margin: 0 0 10px 0;
}

.panel table {
	margin: 0 0 0 0px;
	background: transparent;
}
.panel td {
	background: #fff;
	margin: 0;
	padding: 3px;
}
.panel p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 3px;
	text-align: center;
	font-size: 80%;
}
.panel td.category {
	max-width: 160px;
	color: #464d4f;
	text-align: left;
}
.panel td.empty {
	background: transparent;
	margin: 0;
	padding: 0;
	line-height: 10px;
}
.panel img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
/* fold1 additional styles */
#overDiv {

}
#overDiv td, #overDiv th {
	padding: 3px;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
div.clearance {
	clear: left;
	margin: -25px 0 0 0;
	padding: 0;
}

p, h1, h2, h3, h4, input, select, td, th, li, dd, dt, span {
/*
	font-family: Lucida-bright, Georgia, serif;
 */
	font-family: "Lucida Sans Unicode",Verdana, Helvetica, Arial, Lucida-grande,sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #667073;
	margin: 0;
	padding: 0 10px;
}
td {
/* font-size: 11px; */
}
form {
/*
	font-family: Lucida-bright, Georgia, serif;
 */
	font-family: "Lucida Sans Unicode",Verdana, Helvetica, Arial, Lucida-grande,sans-serif;
/* font-size: 12px; */
	line-height: 17px;
}
p {
	line-height: 20px;
}
a:link, a:visited {
	background-color:transparent;
	color: #369;
	text-decoration: none;
}
a:active {
	background-color:transparent;
	color: #30F;
	text-decoration: underline;
}
a:hover {
	background-color:transparent;
	background-color: #ffce31;
	text-decoration: underline;
}
h1 {
	display:none;
/*
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 50px;
color: #ffce31;
margin: 0;
padding: 0 0 0 10px;
 */
}
h2 {
	padding: 8px 10px;
	margin: 0 0 8px 0;
/* font-size: 13px; */
/* font-weight: bold; */
	color: #ffce31;
	background: #888888;
/*	background-image: url(../images/radius-ddd.gif);*/
/*	background-repeat: no-repeat;*/
}
h3 {
	padding: 8px 10px;
	margin: 0;
/* font-weight: bold; */
/* font-size: 13px; */
	color: #ffce31;
	background: #999999;
/*	background-image: url(../images/radius-ddd.gif);*/
/*	background-repeat: no-repeat;*/
}
.panel h3 {
/* width: 220px; */
}
.applet {
	display: inline;
	float: left;
/* width: 365px; */
	padding: 0 0 10px 0;
	margin: 0 0 10px 10px;
	background: #fff;
}
.applet h3 {
/* width: 345px; */
	margin: 0 0 20px 0;
}
.applet p, .applet form {
	clear: both;
	text-align: center;
	margin: 10px;
}
input {
	width: 35px;
	margin: 0;
	padding: 1px 3px 3px 3px;
	color: #3d628f;
}
select {
	width: 115px;
	margin: 0;
	padding: 1px;
	color: #3d628f;
}
#steptwo #query_ID, select.widelist {
	max-width: 100%;
	width: 100%;
}
input[type="radio"], input[type="submit"], input[type="checkbox"], input[type="button"], input[type="reset"] {
	width: auto;
	padding: 0;
	margin: 0 2px 0 0;
}
body.header {
	background-color: transparent;
/*
background-image: url(../images/headerbg.gif);
 */
}
body.main {
	background-color: #fff;
}
body.admin {
/*
background-image: url(../images/menubg.gif);
 */
	background-color: transparent;
}
body.support {
/*
background-image: url(../images/menubg.gif);
 */
	background-color: transparent;
}
/*
.header #holdall { background-color: #999999; }
 */
.news {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background-color: #EEE;
}
.detail {
	padding: 10px;
	margin: 10px 10px 0 10px;
	background-color: #EEE;
}
.stats {
	position:relative;
	clear: both;
	background: #fff;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #e4e6e7;
}
.stats table {
	margin: 0;
	background: transparent;
	padding: 0;
}
#test {
/* background: #6f9; */
	margin: 0;
	padding: 5px 0 5px 0;
	border: 0;
	position: relative;
}
#content {
	margin: 0;
	padding: 10px 0 0 0;
	border: 0;
	position: relative;
/*
	background-image: url(../images/header-bg2.jpg);
	background-repeat: no-repeat;
*/
}
#language, .subject {
	position: absolute;
	top: 5px;
	right: 20px;
	margin: 0;
	padding: 0;
	border:0;
	text-align: right;
	height: 0px;
}
#language {
	top: 16px;
	max-width:260px;
}
#language input {
	text-align: right;
}
#language select {
	max-width: 260px;
/* width: 260px; */
}
#inputform, #summary {
	margin: 0;
	padding: 0;
	border: 0;
}
#supportheader {
/* width: 100%; */
	background-color: #DDD;
}
#navigation {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 10px;
	background: #999999;
/*	background-image: url(../images/radius-ddd.gif);*/
/*	background-repeat: no-repeat;*/
}
#navigation p, #navigation a, #navigation table {
	margin: 0;
	padding: 0;
}
div.submenu {
	background-color: #6C9;
	position: relative;
	display: none;
	z-index: 1000;
	margin: 20px 0 20px 0;
	padding: 20px;
}
#foldapplet {
	width: 290px;
	height: 290px;
	margin: 0;
	padding: 0;
	border-width: 0;
}
.fold1 {
	padding-top: 10px;
}
body.popup {
	margin: 0;
	padding: 0;
	border-width: 0;
}
hr {
	background-color: #ffce31;
}

.print {
	display : none;
}

th.welkom {
/* font-size: 11px; */
/* font-weight: bold; */
	text-transform: uppercase;
	background-color: #369;
	color: silver;
	line-height: 200%;
}
td.welkom {
	text-align: center;
/* font-size: 11px; */
	padding: 11px;
	background-color: #DDD;
	vertical-align: middle;
}
/*
th.result
{
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
background-color: #369;
color: silver;
}
th.resultkey, th.resultkey2
{
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
background-color: #ffce31;
color: #silver;
}
 */
tr.cart {
/* font-size: 10px; */
	background-color: #DDD;
	vertical-align: top;
}
tr.result, #numbers tr {
/* font-size: 10px; */
	background-color: #fff;
	vertical-align: top;
}
tr.resultsel {
/* font-size: 10px; */
	background-color: #ffce31;
	vertical-align: top;
}
td.result {
	margin: 2pt;
}
td.result2 {
	text-align: right;
	margin: 2pt;
}
td.resultkey2 {
	text-align: right;
	margin: 2pt;
	background-color: #ffce31;
}
th.calc {
/* font-size: 11px; */
/* font-weight: bold; */
	background-color: #369;
	color: silver;
}
tr.calc {
/* font-size: 11px; */
	background-color: #DDD;
	vertical-align: top;
}
tr.calc td img {
	float:left;
}

tr.calcsel {
/* font-size: 11px; */
	background-color: #ffce31;
	vertical-align: top;
}
td.calc {
/* font-size: 11px; */
	margin: 4pt;
}
td.calc2 {
/* font-size: 11px; */
	margin: 4pt;
	text-align: right;
}
td.total {
/* font-size: 10px; */
	margin: 4pt;
	background-color: #DDD;
}
td.total2 {
/* font-size: 10px; */
	margin: 4pt;
	text-align: right;
	background-color: #DDD;
}
thead.list {
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}
tr.list {
	vertical-align: top;
	text-transform: inherit;
}
tr.listdim {
	vertical-align: top;
	text-transform: inherit;
	color: #666;
}
th.list {
/* font-size: 10px; */
/* font-weight: bold; */
	text-transform: uppercase;
	background-color: #666;
	color: silver;
}
td.list {
/* font-size: 10px; */
	margin: 4pt;
}
td.list2 {
/* font-size: 10px; */
	margin: 4pt;
	text-align: right;
}
td.uitleg {
/* font-size: 11px; */
	font-weight: lighter;
}
td.step {
/* font-size: 24px; */
	font-weight: lighter;
	color: #ffce31;
	background: #999999;
	text-align: center;
}
select.input {
/* font-size: 11px; */
	color: black;
	background-color: #DDD;
	max-width: 135px;
}
#history {
	max-width: 130px;
/* width: 130px; */
}
#action {
	max-width: 200px;
}
option.input {
/* font-size: 11px; */
	color: black;
	background-color: #DDD;
}
submit.input {
/* font-size: 11px; */
	color: black;
	background-color: #DDD;
}
text, option {
/* font-size: 11px; */
	color: black;
	background-color: #DDD;
/*
	font-family: Lucida-bright, Georgia, serif;
 */
	font-family: "Lucida Sans Unicode",Verdana, Helvetica, Arial, Lucida-grande,sans-serif;
}
textarea, #projecttext {
/*	font-family: Lucida-bright, Georgia, serif;*/
	font-family: "Lucida Sans Unicode",Verdana, Helvetica, Arial, Lucida-grande,sans-serif;
	line-height: 17px;
/*	font-size: 11px;*/
	color: #3d628f;
	width: 100%;
	margin: 0;
	padding-top: 0;
}
#message {
	max-width:200px;
	width:200px;
	min-width:200px;
/* font-size:10px; */
}
table.input {
	padding: 0;
	border-width: 0;
	width: auto;
	margin: 0;
}
#shortlist, #cart {
	padding: 0pt;
	background-color: white;
	border-width: 1px;
}
td.input {
	text-align: center;
	margin: 4pt;
/* font-size: 10px; */
}
.input tr td {
/*	font-size: 80%; */
}
td.inputR {
	text-align: right;
	margin: 4pt;
/* font-size: 10px; */
}
td.inputL {
	text-align: left;
	margin: 4pt;
/* font-size: 10px; */
}
td.visitlog {
/* font-size: 11px; */
	margin: 4pt;
}
ul.fold1 {
	text-align: left;
}
li.fold1 {
	text-align: left;
}
td.download {
	text-align: center;
/* font-size: 11px; */
	margin: 4pt;
	background-color: #DDD;
	vertical-align: top;
}
code {
/* font-size: 11px; */
	text-align: left;
}
p.download {
/* font-size: 11px; */
	text-align: left;
}
p.welkom {
/* font-size: 11px; */
	margin: 0 2cm 0 0;
}
li.welkom {
/* font-size: 11px; */
	margin: 0 2cm 0 0;
}
p.input {
/* font-size: 11px; */
	margin: 4pt;
	background-color: #DDD;
}
p.footer {
	text-align: center;
	font-size:80%;
	margin: 4pt;
	border-color: maroon;
	border-width: 1px 0 0 0;
}
#pfooter {
}
td.nextprev {
/* font-size: 11px; */
	margin: 4pt;
}

.nextprev a, p.textmenu a {
	color:white;
}
a.deeplink, a.deeplink:visited, #cartcontents a.deeplink, #cartcontents a.deeplink:visited {
	color: maroon;
	text-decoration: none;
	background-image: url(../images/globe10x10.png);
	background-repeat: no-repeat;
	padding: 0 0 0 11px;
}
a.subsidy, a.subsidy:visited, #cartcontents a.subsidy, #cartcontents a.subsidy:visited {
	color: green;
	font-weight: bolder;
	text-decoration: none;
}
em {
	color: maroon;
	font-weight: bolder;
	font-style: normal;
}
.textmenu {
/* font-size: 11px; */
	text-align: center;
}
ul.dump {
/* font-size: 11px; */
	line-height: 10pt;
}
pre {
	font-family: monospace;
/* font-size: 11px; */
}
span.support {
/* font-size: 11px; */
	font-weight: normal;
	color: red;
	font-style: italic;
}
.hidden {
	visibility: hidden;
	z-index: 200;
}
.emphasis {
	color: maroon;
	background-color: #ffce31;
}
dt {
/* font-size: 14px; */
	font-weight: bolder;
	border-color: maroon;
	border-width: 2px;
}
dd {
/* font-size: 11px; */
	line-height: 150%;
	text-transform: inherit;
	margin: 0 0 0 200px;
	font-style: italic;
	position: relative;
	top: -18px;
}
#cartcontents a.action {
	margin: 2px;
	padding: 2px 0;
	text-align:center;
	display:block;
	font-size: larger;
	font-weight: bold;
	background-color: #6C9;
}
#cartcontents a.action:hover {
	background-color: #ffce31;
}

#oldstyle {
	background-color: #F93;
}
/* please wait progress bar * */
#pleasewait {
	display:none;
/* width: 100%; */
	background: #999999;
	margin:5px 5px 5px 10px;
	min-height:380px;
	padding: 6px 10px 7px 10px;
	text-align: center;
}
#wait {
	margin:120px auto 200px;
	padding: 10px;
	width: 80%;
	background-color: #888888;
	border: 5px solid #ffce31;
	text-align: center;
}
/* navbar and footer common styles */
#navbar {
	position:absolute;
	bottom:6px;
	left:0;
/*
	font-size: 80%;
	height:34px;
*/
	clear: both;
	margin:0;
	padding:0;
	background:transparent;
	color: white;
}
#navbar a:link, #navbar a:visited, #navbar a:hover, #navbar a:active {
/* font-size: 11px; */
	color: #ffe;
	padding: 0;
}
#navbar ul {
	margin: 0;
	padding: 0;
	font-weight:bold;
}
#navbar ul li, #navbar ul li div {
	margin: 0;
/*	line-height:300%;*/
	padding: 0 8px 0 8px;
	color: white;
	background-color: transparent;
	list-style: none;
	display: inline;
}
#navbar ul li.first {
	padding: 0 8px 0 10px;
	list-style: none;
	font-weight: bold;
}
#navbar ul li.last {
	padding: 0 0 0 8px;
/* color: white; */
	list-style: none;
}
navbar ul li.share, #navbar ul li.share div, navbar ul li.share span, navbar ul
li.share span spa.stButton {
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
}
#navbar ul li a:hover, #navbar ul li a:active {
	text-decoration: underline;
}
/* ----- drops ----- */
#projectMenu ul {
	display: none;
	margin: 0 0 0 78px;
	padding: 0;
}
#cartMenu ul {
	display: none;
	margin: 0 0 0 310px;
	padding: 0;
}
#productMenu ul {
	display: none;
	margin: 0 0 0 415px;
	padding: 0;
}

ul.menuc {
/*	display: block;*/
	position:absolute;
	background: #888888;
	margin: 0;
	padding: 0;
}
ul.menuc li {
	display: block;
	list-style: none;
	width: 250px;
	border: 0;
	margin: 0;
	padding: 0;
}
ul.menuc li a:link, ul.menuc li a:visited, ul.menuc li a:active {
	display: block;
/*	line-height: 19px;*/
	color: #fff;
	background: #888888;
	border-bottom: 1px solid #999999;
	margin: 0;
/*	padding: 1px 0 3px 12px;*/
	text-decoration: none;
/*	voice-family: "\"}\"";*/
/*	voice-family: inherit;*/
	width: 131px;
}
ul.menuc li a:hover {
	color: #fff;
	background: #ffce31;
	border-bottom: 1px solid #ffce31;
}
html>body ul.menuc li a:link, html>body ul.menuc li a:visited, html>body ul.menuc li a:active {
	width: 300px;
/*	line-height: 250%;*/
}
/* * Admin styles * */
/*
http://localhost/dev/slifold3/fold1-root/Admin/
 */
#logged {
	position: absolute;
	height:0;
	margin:0;
	padding:0;
	border:0;
	top: 50px;
	right: 10px;
	float: right;
/* font-size: 13px; */
	font-weight: bold;
}
#debug {
	display: none;
	padding: 10px;
}
li.debug {
	border: solid 2px #ffce31;
	margin-left: 30px;
}
/*
 */
#google {
	padding:10px 10px 0 0;
	float:right;
}
#google form {
	min-width:160px;
	max-width:160px;
}
#google form table {
	width:100%;
}
#sbi {
	min-width:120px;
	max-width:120px;
}

#plan {
	vertical-align: middle;
	width: 100%;
}

#floor {
	width:740px;
	margin:auto;
}


