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

.basic  {
	width: 260px;
	font-family: verdana;
	border: 1px solid #9d9d9d;
	margin-bottom:5px;
}
.basic div {
	background-color: #efefef;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;

	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #c9d9f8;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	background-image:url(../media/accordianHeaderBg.png);
}
.basic a:hover {
	background-color: white;
}
.basic a.selected {
	color: black;
	background-color:#999;	
}



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

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