
#list1 {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px;
	text-align: left;
	float: left;
	font-size: 11px;
}
#list1  div{
	height: 165px;

}

#list1 a, #list1 a:link, #list1 a:visited{
	color: #27668C;
}

#list1 a:hover{
	color: #3D9DD9;
	text-decoration: none;
}

#list1 p {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 10px;
	padding: 10px;
	background-color: #D9E4E7;
	border-top: 1px none #ACBEC8;
	border-right: 1px solid #ACBEC8;
	border-bottom: 1px solid #ACBEC8;
	border-left: 1px solid #ACBEC8;
}
#list1 table {
	margin-bottom : 10px;
	border: none;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 2px;

	
}
#list1 h3 {
	cursor:pointer;
	display:block;
	padding:2px 0px;
	margin-top: 0;
	text-decoration: none;
	font-size: 11px;
	color: #27668C;
	font-weight: bold;
	background-image: url(../assets/arrow_down_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#list1 h3:hover {
	color: #122E40;
	background-image: url(../assets/h3right_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#list1 h3.selected {
	color: #122E40;
	font-weight: bold;
	border-bottom: 1px solid #7DA8A8;
}
#list1 h4 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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 { font-weight: bold; }
#list3 div div {
	border-left:25px 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 {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.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;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

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