/*****************************************/
/* MY ACCESS: HOME EDITION - IE CSS
/*  This css fixes the inconsistancy
/*  for IE browsers < IE6
/*****************************************/


/* FIX PNG TRANSPARENCY FOR SHADOW TABLE */
		body {background:#EEEEEF none;}
		
		table.shadowTable {}
			table.shadowTable td.shadowTableCornerTL	{width:8px; height:8px; background:url(../images.map/shadow.multi.top.ie6.gif) no-repeat left 0px;}
			table.shadowTable td.shadowTableTop			{background:url(../images.map/shadow.multi.top.ie6.gif) repeat-x center -8px;}
			table.shadowTable td.shadowTableCornerTR	{width:8px; background:url(../images.map/shadow.multi.top.ie6.gif) no-repeat right -16px;}
			table.shadowTable td.shadowTableLeft		{background:url(../images.map/shadow.multi.sides.ie6.gif) repeat-y left center;}
			table.shadowTable td.shadowTableRight		{background:url(../images.map/shadow.multi.sides.ie6.gif) repeat-y right center;}
			table.shadowTable td.shadowTableCornerBL	{height:8px; background:url(../images.map/shadow.multi.bottom.ie6.gif) no-repeat left 0px;}
			table.shadowTable td.shadowTableBottom		{background:url(../images.map/shadow.multi.bottom.ie6.gif) repeat-x center -8px;}
			table.shadowTable td.shadowTableCornerBR 	{background:url(../images.map/shadow.multi.bottom.ie6.gif) no-repeat right -16px;}
			table.shadowTable td.shadowTableMiddle		{border-width:1px;}
		table.shadowTableSmall {}
			table.shadowTableSmall td.shadowTableSmallCornerTL	{width:5px; height:5px; background:url(../images.map/shadow.multi.top.ie6.gif) no-repeat left 0px;}
			table.shadowTableSmall td.shadowTableSmallTop		{background:url(../images.map/shadow.multi.top.ie6.gif) repeat-x center -8px;}
			table.shadowTableSmall td.shadowTableSmallCornerTR	{width:5px; background:url(../images.map/shadow.multi.top.ie6.gif) no-repeat right -16px;}
			table.shadowTableSmall td.shadowTableSmallLeft		{background:url(../images.map/shadow.multi.sides.ie6.gif) repeat-y left center;}
			table.shadowTableSmall td.shadowTableSmallRight		{background:url(../images.map/shadow.multi.sides.ie6.gif) repeat-y right center;}
			table.shadowTableSmall td.shadowTableSmallCornerBL	{height:5px; background:url(../images.map/shadow.multi.bottom.ie6.gif) no-repeat left 0px;}
			table.shadowTableSmall td.shadowTableSmallBottom	{background:url(../images.map/shadow.multi.bottom.ie6.gif) repeat-x center -11px;}
			table.shadowTableSmall td.shadowTableSmallCornerBR	{background:url(../images.map/shadow.multi.bottom.ie6.gif) no-repeat right -16px;}
			table.shadowTableSmall td.shadowTableSmallMiddle	{border-width:1px;}

		.answersList li a.unselectedAnswer img.answerBall 		{background:transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mccann/images.map/icon_ballClear.png', sizingMethod='scale');}
		.answersList li a.unselectedAnswerHover img.answerBall	{background:transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mccann/images.map/icon_ballYellow.png', sizingMethod='scale');}
		.answersList li a.selectedAnswer img.answerBall	{background:transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mccann/images.map/icon_ballRed.png', sizingMethod='scale');}

	span.pagebanner {margin-left:2%;}
	
	#login_container{background:url('../images.map/shadow.multi.tops.ie6.gif');} 
	
/* FIX POSITIONING OF RESPONSES */
	.testItemContent .roundedBoxSolid {position:static;}
	.testItemContent .roundedBoxSolid .content {position:static;}
	.testItemContent .roundedBoxSolid .topLeft {display:none;}
	.testItemContent .roundedBoxSolid .topRight	{display:none;}
	.testItemContent .roundedBoxSolid .bottomLeft {display:none;}
	.testItemContent .roundedBoxSolid .bottomRight {display:none;}
		