/**
  * SWL.junkbox.summary.css
  *
  * USED by junkbox summary emails
  *
  */
  
body, p, td {
font-family: Tahoma, Arial, Verdana, sans-serif !important;
font-size: 11px;
color: #2e2f33;
line-height: 17px;
margin: 0 !important;
}

a:link { color: #0066cc}

.style1 { color: #ff0000 }
.style2 { color: #333333 }
.style3 { color: #b2380e; font-weight: bold; }
.style4 { color: #003399; font-weight: bold; }

img.style3 { background-color: #b2380e; }
img.style4 { background-color: #ffffff; }

.newline { margin-bottom: 10px; }
.label { width: 100px; }
.lefthand { float: left; }
.righthand { float: right; }

.clearAll {
	clear: both;
	padding: 0px !important;
	line-height: 0px !important;
	margin: 0px !important;
}

.jbsTableContainer {
	width: 100%;
	height: 76px;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../../pics/branding/junksummary.header.png?rand=20251118175320");	
}

.jbsTable {
	margin-left: 10px;	
	position: relative;
	top: -10px;	
}

.jbsLogo {
	padding-right: 10px;	
}

.jbsPipe {
	padding-right: 10px;	
}

.jbsTitle {
	color: #444444 !important; 
	font-size: 16px; 
	font-family: Arial,Tahoma,Helvetica,Sans-serif;
}

.jbsProduct {
	font-size: 19px;
}

.jbsUser {
	font-size: 12px;
}

.jbsHeader {
	font-size: 22px;
	color: #333333;
	font-weight: bold;	
}

.receivedMessagesChart {
	border: 1px solid #cad3e1; 
	background-color: #eeeeee; 
	padding: 10px;
}

.junkTable {
	width: 100%;
	border: 1px solid #cad3e1;
	border-collapse: collapse;
	padding: 5px;
	margin-right: 20px !important;
}

.junkTable th {
	border-bottom: 1px solid #cccccc;
	background-color: #cccccc;
	padding: 2px 5px 2px 5px;
	background-image: url("../../pics/branding/junksummary.table.header.png?rand=20251118175320");
	font-size: 12px;
	vertical-align: bottom;
	text-align: left;
}

.junkTable td {
	border-right: 1px solid #eeeeee;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}