.basic  {
	width: 250px;
	font-family: verdana;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: 800;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic p a {
	cursor:pointer;
	display:block;
	padding:3px;
	margin-top: 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 12px;
	color: black;
	background-color: transparent;
	background-image: none;
	border:0px;
}
.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;
}

#navigation {
	margin:0px 0 0 0;
	padding:0px;
	text-indent:0px;
	background-color:#DED83C;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#57551c url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:500;
	font-size: 0.8em;
	margin:0px;
	padding:10px 0;
	text-indent:17px;
	text-decoration: none;
	font-family: Georgia, serif;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.nohead {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#57551c url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:500;
	font-size: 0.8em;
	margin:0px;
	padding:10px 0;
	text-indent:17px;
	text-decoration: none;
	font-family: Georgia, serif;
}

#navigation a.nohead:hover {
	color:#000000;
}
#navigation a.selected {
	background:#57551c url(expanded.gif) no-repeat scroll 3px 4px;
}
#navigation a.current {
	background-color:#FBEF5B;
	color:#000000;
}
#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 {
	color:#000000;
	display:block;
	text-indent:7px;
	text-decoration: none;
	font-size: 0.66em;
		margin:2px;
}
#navigation li li a:hover {
	background-color:#FBEF5B;
	color:#000000;
}

#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
	}
}