/****** START: styles for the collapsible box control*/

/* **** ACCESSIBILITY : START **** */

.AccessibilityMarkup, .AccessibilityMarkup
{
	display:none;
}

/* **** ACCESSIBILITY : END **** */

/* *** FRAME :START *** */

	/* outer div wrapping the table - intended to aid positioning */
	div.container
	{
		background:none;
		width:99%;
		margin:2px;
		margin-top:5px;
		/*position:relative;*/
		clear:both;
		zoom:1;
	}
	
	
	/* parent element for the frame */
	table.frame
	{
		background:none;
		width:100%;
		padding-right:1px;
		border:solid 1px #CDDDD0;

	}
	
	/* top and bottom frame cells */
	td.frameT, td.frameB
	{
		height:5px;
		line-height:5px;
	}
	
	/* corners */
	td.frameTL, td.frameTR, td.frameBL, td.frameBR
	{
		margin:0px;
		height:0px;
		width:5px;
		height:5px;
		line-height:5px;
		background:none;
		font-size:2pt;
		vertical-align:top;
	}
	
	/* header (title and plus/minus button) */
	td.frameH
	{

		border:none;
		background-color:#CDDDD0;	
		color:#000000;	
		padding:2px;
		font-size:9pt;
		text-align:left;
		
	}
	
	/* set images for each class */
	td.frameTL{background:url("../images/frame/tl.gif");}
	td.frameT{background:url("../images/frame/t.jpg");}
	td.frameTR{background:url("../images/frame/tr.gif");}
	td.frameML{background:url("../images/frame/l.jpg");}
	td.frameM
	{
		border-top:dashed 1px #ADC8B4;
		background-color:#ffffff;
		padding:0px;
	}
	td.frameMR{background:url("../images/frame/r.jpg");}
	td.frameBL{background:url("../images/frame/bl.gif");}
	td.frameB{background:url("../images/frame/b.jpg");}
	td.frameBR{background:url("../images/frame/br.gif");}
	
	div.box_Flow
	{
		padding:3px;
		overflow:hidden;
		width:97%;
	}

	/* BOX STYLES */
	span.box_HeaderText {
		font-weight: bold;
		color:#000000;
	}

	span.box_BodyText, span.box_BodyTextRightNav  
	{
		/*font-size:100%;*/
		color:#000000;				
	}
	
	span.box_BodyTextRightNav 
	{		
		font-size:80%;			
		padding-top:5px;	
		display:block;
		/*vertical-align:bottom;*/
	}

	img.plusMinusImg
	{
		cursor:hand;
		margin:1px;	
		width:11px;
		height:11px;
	}

/* *** FRAME : END *** */