/* Filter bar css 
---------------------------------- */
#filters	{float:left; padding:0; margin:0; display:block; width:157px; background:url(images/filter/bodyMiddle.gif) top left repeat-y; }
#filters SPAN.filterhead	{display:block; padding:9px 0 0 0; background:url(images/filter/bodyTop.gif) top left no-repeat;}
#filters SPAN.filterfoot	{display:block; padding:9px 0 0 0; background:url(images/filter/bodyBottom.gif) top left no-repeat;}

#filters HR { border:0; border-top:1px dotted rgb(153,153,153); height:1px; margin:5px 14px; background:transparent;}

#filters DL 			{margin:0 0 1em 9px; background:rgb(239,234,220); padding:0; width:138px;}

#filters DT 			{margin:0; padding:5px 9px; background:url(images/filter/filterCap.gif) top left no-repeat;}
#filters DT A 			{text-decoration:none;color:rgb(255,255,255);}
#filters DT A:hover	 	{text-decoration:underline;}
#filters DT A:hover EM 	{text-decoration:underline;}
#filters DT EM 			{display:block; text-transform:uppercase; color:rgb(0,0,0); font-style:normal; font-weight:bold;}

#filters DD {margin:0; padding:0 0 5px 9px; background:url(images/filter/filterBase.gif) bottom left no-repeat;}
#filters DD A {text-transform:capitalize; display:block;padding:2px 5px 2px 7px; color:rgb(51,51,51); background:url(images/filter/arrowRed.gif) 0px 6px no-repeat;}
#filters DD A:hover {color:rgb(204,34,40)}
#filters DD A.active{color:rgb(204,34,40)}

#filters DD A.showall {text-transform:capitalize; display:block;padding:2px; color:rgb(51,51,51); background:none;}

/* Paging bar
---------------------------------- */
.pagebar 			{background:rgb(229,229,229); display:block; text-align:right; border:dotted rgb(123,123,123); border-width:1px 0; padding:3px;margin-bottom:1em;}
.pagebar A 			{color:rgb(0,0,0); padding:0 2px; }
.pagebar A.active  	{color:rgb(238,58,67); }
.pagebar A:hover 	{color:rgb(255,0,0);}
.pagebar .inactive 	{color:rgb(159,159,159); text-decoration:none; }
.pagebar .group 	{float:left; }
.pageclear			{background:transparent; border:0; margin:0;}
.pageclear .group		{font-weight:bold;}
.pagebar SELECT				{padding:0; margin:-2px 0 0 0;font-size:10px; }
.pagebar SELECT OPTION		{padding:0 2em 0 0; margin:0;}

.pagebottom {margin:1em 0;display:block; float:right;width:99.5%;}

/* Move the content over so the filters show up
---------------------------------- */
#stagecontent.filter {display:block; margin:3px 0 0 163px; position:relative;}
