/*
	List Expander 
*/

.listexpander{width:520px;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	/*
	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;
	*/ 
}
.listexpander li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
/*	text-indent:30px;*/
	font-weight:bold;
	width:90%;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	line-height:17px;
}


.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#FFFFFF url(collapsed.gif) no-repeat 5px 2px;} 
.listexpander li.expanded{background:#FFFFFF url(expanded.gif) no-repeat 5px 2px;}

/* second level */

.listexpander li ul, .listexpander li li{background:none;font-weight:normal; width:auto;}
.listexpander li li.collapsed{background:#FFFFFF url(collapsed.gif) no-repeat 5px 2px;} 
.listexpander li li.expanded{background:#FFFFFF url(expanded.gif) no-repeat 5px 2px;}



/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:0 0 10px 380px;
	width:165px;
	float:left;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
	color:#5F5F5F;
	font-size:11px; font-family:Arial, Helvetica, sans-serif;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{

}
/* End hide from IE-mac */
/* end float fix */
.click-here-links{
	color:#c70819;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family:11px;
	text-decoration: underline;
}
.click-here-links:hover{
	text-decoration:none;
}
.blue-heading{
	color:#049BEA;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family:11px;
	text-decoration:none;
}
.text_align{text-indent:0px; background:none!important; padding:0 0 0 0;}
