/*
	List Expander 
*/
.listexpander2{
	width:609px;
}
.listexpander2{
	width:400px;
}
.listexpander2, 
.listexpander2 ul, 
.listexpander2 li,
.listexpander3, 
.listexpander3 ul, 
.listexpander3 li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander2 ul{
	float:left;
	width:609px;
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.listexpander3 ul{
	float:left;
	width:400px;
}
.listexpander2 li, .listexpander3 li{
	line-height:245%;
	margin-top:2px;
	cursor:default;
	font-weight:bold;
	width:609px;
}
.listexpander3 li{
	width:400px;
}
.listexpander2 li h3, .listexpander3 li h3{
	width:87%;
	padding:5px 0 5px 10px;
	font-size:1.0em;
	line-height:23px;
	}
.listexpander2 li.collapsed, 
.listexpander2 li.expanded,
.listexpander3 li.collapsed, 
.listexpander3 li.expanded{
	cursor:pointer;
} 
/* first level */
.listexpander2 li,
.listexpander2 li.collapsed,
.listexpander3 li,
.listexpander3 li.collapsed{
 	background:#CBE1E2 url(../graphics/collapsed.gif) no-repeat 0 0;
}
.listexpander2 li.expanded, .listexpander3 li.expanded{
	background:#CBE1E2 url(../graphics/expanded.gif) no-repeat 0 0;
} 
/* second level */ 
.listexpander2 li li{ 
	width:589px; 
	background:#f8f8f8;
	font-weight:normal; 
	padding:5px 10px 5px 10px; 
	line-height:18px;
	}
.listexpander3 li li{ 
	width:400px; 
	background:#f8f8f8;
	font-weight:normal; 
	padding:5px 10px 5px 10px; 
	line-height:18px;
	}
.table {
	border:1px solid #5B9B9C;
	margin:10px 0;
	}
.table th, .table td{	
	border:1px solid #5B9B9C;
	padding:5px;
	}
.listexpander2 p, .listexpander3 p{
	padding:10px 0 !important;
	}
/* buttons */
p.listexpander2, p.listexpander3{
	height:1.5em;
	margin:1em 0;
}
p.listexpander2 a, p.listexpander3 a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander2 a:hover, p.listexpander3 a:hover{
	background:#f8f8f8;
}
/* float fix */
.listexpander2 li:after, .listexpander3 li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander2 li, .listexpander3 li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander2 li, * html .listexpander3 li{
	height: 1%;
}
.listexpander2 li, .listexpander3 li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

