/* LEFT PRODUCT SPECS TABLE */

#wrapper #content_left_side table#publications,
#wrapper #content_left_side table.basic,
#wrapper #content_left_side table#archives{
	border:1px solid #666;	
	margin-top:20px;
  margin-bottom:10px;	
  width:100%;
	
}
#wrapper #content_left_side table#publications *,
#wrapper #content_left_side table.basic *,
#wrapper #content_left_side table#archives *{
	font-size:11px;
	
}
#wrapper #content_left_side table#publications img,
#wrapper #content_left_side table#archives img{
	border:none;
	margin:0;
	
}
#wrapper #content_left_side table#publications td,
#wrapper #content_left_side table.basic td,
#wrapper #content_left_side table#archives td{
	border-left:1px solid #CCCEFF;	
	text-align:center;
	padding:4px 5px;
	border-bottom:1px solid #CCCEFF;
	
}
#wrapper #content_left_side table#publications th,
#wrapper #content_left_side table.basic th,
#wrapper #content_left_side table#archives th{
	background-color:#4E4D4D;
	color:white;
  font-weight:bold;
  padding:3px 5px;
  font-size:11px;
  line-height:11px;
  top:0;
  font-family:Verdana, sans-serif;
  text-align:center;	
  
  
}
#wrapper #content_left_side table#archives th.news_header
{
	background-color:white;
	color:#444;
  font-weight:bold;
  padding:3px 5px;
  font-size:11px;
  line-height:11px;
  top:0;
  font-family:Verdana, sans-serif;
  text-align:left;	
  border-top:2px solid #CCCEFF;
  border-bottom:1px solid #CCCEFF;
  border-left:1px solid #CCCEFF;
}
#wrapper #content_left_side table#archives tr.highlight th.news_header{
	background-color:#DFE1FF;
	color:#444;
  font-weight:bold;
  padding:3px 5px;
  font-size:11px;
  line-height:11px;
  top:0;
  font-family:Verdana, sans-serif;
  text-align:left;	
  border-top:2px solid #CCCEFF;
  border-bottom:1px solid #CCCEFF;
  border-left:1px solid #CCCEFF;
}
#wrapper #content_left_side table#publications th a,
#wrapper #content_left_side table#archives th a{
  color:white;
  font-size:11px;
}
#wrapper #content_left_side  table#publications tr.highlight  *,
#wrapper #content_left_side  table#archives tr.highlight  *{
 	background-color:#DFE1FF;       	
}
#wrapper #content_left_side table#publications .product,
#wrapper #content_left_side table#archives .product{
	border-right:1px solid #CCCEFF;	
}
#wrapper #content_left_side table#archives td.issue_date,
#wrapper #content_left_side table#archives td.issue_index {
  vertical-align:top;
  padding-top:20px;  
}

/* RULES FOR INSIDE TABLE WITH CONTENTS OF EACH ISSUE */

#wrapper #content_left_side table#archives td.contents_wrapper table {
  border:none; 
  margin-top:10px;
  margin-bottom:10px;
  width:100%;  
  
}
#wrapper #content_left_side table#archives td.contents_wrapper table td {
  border:none;
  text-align:left;  
  border-bottom:1px solid #CCCEFF;
}
#wrapper #content_left_side table#archives tr.highlight td.contents_wrapper table  td {
  
  border-bottom:1px solid #bbbdee;
}
#wrapper #content_left_side table#archives td.contents_wrapper table td.column2 {
  text-align:right;
}
#issue_cell {
  background: #fff!important;
}