.basic, #list2, #list3, #navigation { width:20em; }

#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 black;
}
.basic div {
	background-color: #CCCCCC;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	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: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: 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;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
	max-height: 150px;
}

#navigation {
	margin:0px;
	text-indent:0px;
	background-color:#fafafa;
	width:160px;
	background-repeat: repeat-x;
	font-size: 14px;
	background-image: url(../images/minitab-160-cat.gif);
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
#navigation a.head {
	background-color: #FAFAFA;
	cursor:pointer;
	color:#666666;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:2px;
	text-decoration: none;
	background-attachment: scroll;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #D6D6D6;
	border-bottom-color: #CCCCCC;
	border-left-color: #D6D6D6;
	font-size: 12px;
}
#navigation a.head:hover {
	color:#000000;
	background-color: #A8DDFD;
}
#navigation  a.parent.selected {
	background-image: url(expanded.gif);
	background-repeat: no-repeat;
	background-position: 150px 4px;
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #D6D6D6;
	border-right-style: solid;
}
#navigation li {
	list-style:none outside none;
	display:inline;
	width: 160px;
}
#navigation li li a {
	color:#999999;
	display:block;
	text-indent:10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E4E4E4;
	width: 160px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
#navigation li li a:hover {
	background-color:#7BB7E9;
	color:#FFFFFF;
	width: 160px;
}

#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
	}
}
.parent {
	background-image: url(collapsed.gif);
	background-image: url(collapsed.gif);
	background-repeat: no-repeat;
	background-position: 150px 4px;
}
