 
pre { margin-bottom: 1em; }
    
 
.basic, #list2, #list3, #navigation { width:49%; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	 
	 

}
.basic div {
 	border: 1px solid #B2BDC9;
	border-left:none;
	border-right:none;
}

.basic p {
	 
	border: none;
	text-decoration: none;
 
	margin: 0px;
	 color:#032B65
}
.basic a {
	cursor:pointer;
	display:block;
	color:#FFF;
	 
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	 
	height:22px;
	
	 
	 
	border-top: 1px solid #FFFFFF;
 
	
	background-image: url("AccordionTab0.png") ;
	background-repeat:no-repeat;
}
.basic a:hover {
 
	background-image: url("AccordionTab0.png") ;
	background-repeat:no-repeat;
}
.basic a.selected {
	 
	background-image: url("AccordionTab2.png");
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	 
}
#list2 .green {
	 
	 
}
#list2 .blue {
 
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	 
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	 
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	 
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
 
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	 
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	 
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
 
 
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	 
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}