* { 
	margin: 0; 
	padding: 0; 
}
/*html, body, #main { height: 100% }*/
/*body, div { 
	font:Arial, Helvetica, sans-serif;*/
	/*font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;*/
/*	border:none;
}

body { 
	margin: 0; 
	padding: 0; 
	font-size: 12px;
	color: #d2d2d2;
	border:none;
}*/
#main { 
	padding: 1em; 
	border:none;
}
fieldset { 
	padding: 5px;
	border:none;
}
li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

#navigation {
	/*border:1px solid #5263AB;*/
	margin:0px;
	padding:0px;
	text-indent:0px;
	/*background-color:#E2E2E2;*/
	width:250px;
}
#navigation a.head {
	cursor:pointer;
	color:#d2d2d2;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	line-height:20px;
}
#navigation a.head:hover {
	color:#cccccc;
}
#navigation a.selected {
	background-image: url(t.gif);
}
#navigation a.current {
	/*background-color:#FFFF99;*/
}
#navigation ul {
	/*border-width:0px;*/
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; 
	display:inline;
	line-height:20px;
}
#navigation li li a {
	color:#d2d2d2;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	/*background-color:#FFFF99;*/
	color:#FFF;
}

#wizard {
	width: 200px;
/*	border: 1px solid black;*/
}
#wizard .title {
	/*background-color:#DDDDDD;*/
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}