#Mpt DIV.Accordion {
	border-top: 1px solid #BDBBBC;
	width: 660px;
	clear: both;
}

#Mpt DIV.Accordion A {
	font-weight: bold;
}

#Mpt DIV.Accordion .Content A {
	font-weight: normal;
}

#Mpt DIV.Accordion .inv_accordion {
	display: none;
}

#Mpt DIV.Accordion .inv_accordion .Content {
	width: 465px;
	margin: 0 0 0 19px;
}

#Mpt DIV.Accordion .inv_accordion .Content IMG {
	margin: 0 0 3px 0;
}

#Mpt DIV.Accordion UL {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#Mpt DIV.Accordion UL.Last {
	list-style-type: none;
	border-bottom:1px solid #BDBBBC;      
	margin: 0;
	padding: 0;
}

#Mpt DIV.Accordion UL LI {
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ffffff;
}

#Mpt DIV.Accordion UL LI DIV {
	width: 465px;
}

#Mpt DIV.Accordion UL LI.InvArrowClosed {
	background: url('/images/common/arrow_large_right_green.gif') -2px 6px no-repeat;
}

#Mpt DIV.Accordion UL LI.InvArrowOpened { 
	background: url('/images/common/arrow_large_down_yellow.gif') -2px 7px no-repeat; 
}

#Mpt DIV.Accordion UL LI.InvArrowClosed { 
	background: url('/images/common/arrow_large_right_green.gif') -2px 6px no-repeat;
}

#Mpt DIV.Accordion UL LI A.Header {
	display: block;
	padding: 5px 0 6px 19px;
	/*border-top: solid 1px #bdbbbc; */
	cursor: pointer;
}

#Mpt DIV.Accordion UL LI UL {
	border-bottom: none;
}

#Mpt DIV.Accordion UL LI UL LI {
	background: url('/images/common/icon_bullet_bk.gif') 7px 6px no-repeat;
	_background: url('/images/common/icon_bullet_bk.gif') 7px 7px no-repeat;	margin: 0 0 5px -7px;
	padding: 0 0 0 16px;
	color: #353535;
}

*+html #Mpt DIV.Accordion UL LI UL LI {
	background: url('/images/common/icon_bullet_bk.gif') 7px 6px no-repeat;
}

#Mpt .Toggle {
	clear: both;
	text-align: right;
	float: right;
	padding: 0 14px 8px 0;
}

#Mpt .Toggle UL.PipeList {
	margin: 0;
	padding: 0;
}

#Mpt .Toggle UL.PipeList LI {
	float: right;
	background: none;
	cursor: pointer;
	border-right: solid 1px #cacaca;
	padding: 0;
	margin: 0;
}

#Mpt .Toggle UL.PipeList LI A {
	display: block;
	font-weight: bold;
	color: #5f9ea0;
	line-height: 10px;
	margin:  0 6px 0 6px;
	padding: 0 0 0 0;
}

#Mpt .Toggle UL.PipeList LI A.Inactive {
	color: #918c8f;
}

#Mpt .Toggle UL.PipeList LI A.Inactive:Hover {
	text-decoration: none;
}

#Mpt .Toggle UL.PipeList LI A:Hover {
	text-decoration: underline;
}

#Mpt .Toggle UL.PipeList LI.Exception {
	border-right: none;
}
