
ol#past {
position:relative;
list-style:none;
padding:0;
font-size:1.2em;
margin:4px;
width:180px;
height:390px;
overflow:auto;
}
#past li {
display:block;
line-height:1.8em;
border:1px solid #DFDCD3;
padding:0 0 0 4px;
margin:1px 0;
list-style:none;
background:#fff;
position:relative;
}
#past a {
position:relative;
display:block;
padding-left:16px;
font-weight:bold;
text-decoration:none;
}
#past li ol {
list-style:none;
margin:0 2px;
padding:0;
}
#past li ol li {
margin:0;
padding:1px;
}
#past li ol a {
font-size:.9em;
padding:1px;
margin:0;
}
#past a span {
 padding:12px 0 0 4px;
 display:block;
 font-weight:bold;
}
#past img {float:right; margin-left:4px;}
/* DONT TOUCH */
#past li li a:after {
content:".";
visibility:hidden;
display:block;
clear:right;
}
* html #past li li a {
height:1px;
}
#past a:hover {
text-decoration:underline;
}
/* OPEN-CLOSE CLASSES */
ol#past li.open {
background:#fff;
padding:0 4px 4px;
}
.open ol { display: block; }
.open a {background:transparent url(../img/arrow-down.gif) no-repeat 0 .6em; }
.closed a {background:transparent url(../img/arrow-side.gif) no-repeat 0 .4em; }
.closed ol { display:none; }
.open a:hover {background:transparent url(../img/arrow-down.gif) no-repeat 0 .6em; }
.closed a:hover {background:transparent url(../img/arrow-side.gif) no-repeat 0 .4em; }
.open ol a:hover {background:#fff;}
#past li li a {background:#F4F4F4;}
#past li li a:hover {background:#fff;}
#past li#active a { background:#fff; text-decoration:underline;}
#past li#active a:hover {color:#000;}

/* PAST ISSUE TABLE OF CONTENTS */
table#past-toc {
	width:350px;
	margin:4px auto;
	clear:both;
	border:1px solid #A4A4A4;
}
table#past-toc caption {
	text-transform: uppercase;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1pt;
	padding:2px 0;
	text-align:left;
	line-height:1;
	text-indent: 4pt;
}
table#past-toc th {
	background:#E6E6E6;
	font-weight:bold;
	padding:2px;
	border-bottom:1px solid #f7f7f7;
	text-align:left;
}
th#tbl-art {width:70%;}

