@charset "utf-8";
/* CSS Document */

/* Local Savings Browser */ 
#localsales {
	width: 100%;
	text-align:left;
	/* overflow:auto; */
}

#lsStatus {
	font-size:1.3em;
	font-weight:bold;
	color:#fb7907;
}

.lslinks a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
    color:#3798D8;
}

.lslinks a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.lsrexp {
	float:right;
	clear:right;
	font-size: .75em;
	height: 10px;
	margin-left: 6px;	
}
.lsprice{
	color:#6ba238;
	font-size:1.1em;
	font-weight:bold;
	float:right;
	clear:right;
	margin-left: 6px;
}
.lsprice del {
  color:#F60;
}
.sgreen {
	color:#6ba238;	
}

.lsrow {
	border-bottom: dashed thin #CCC;
	overflow:hidden;
	padding: 3px;
}
.lsrow a {
	font-size: 1em;	
	font-weight:bold;
    color:#2b78c7;
	text-decoration:none;
}
.lsrow a:hover {
	text-decoration:underline;
}
.notification {
	padding-left: 10px;
	font-style: italic;
	color: #2b78c7;
	font-size: 12px;
	height: 16px;
	width: 100%;
}
.notification img {
	margin-right: 4px;
}
.salestable {
 	width: 100%;
	min-height:700px;
}
.salestable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #3698df;
}
.salestable thead th { 
	text-align: center;
}
th.nobg {
	color: #fc8c07;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	width: 75px; 
	overflow:hidden;	
}
td.nobg {
	color: #fc8c07;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	width: 75px; 
}

.salestable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #3698df;
}

.salestable td.alt {
	background: #e4f0f6;
}

.salestable td del {
	color: #fc8c06;
}
td.whitebar {
	border:0px;
	background-image:url(../images/buttonbg.gif);
	padding:5px;
	color: #3698df;
}
td.whitebar2 {
	border:0px;
	background-image:url(../images/buttonbg2.gif);
	padding:5px;
	color: #3698df;
}
.expires {
	float:right;
	clear:none;
	padding-left: 15px;
	color:#999;
	font-size: 9px;
}
.gcontentwrapper-inner { 
	padding-right:10px;
}
.gcontentwrapper-outer {
	padding-left:10px;
}
.qptext {
	color: #95ac24;
	font-weight:bold;
}
td.ps {
	background-color:#fdf9bd;
}
td.altps {
	background-color:#eef6ff;
}
td.psdecalbg {
	background-image:url(/dev/images/ps.decal.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
img.psdecal {
	float:right;
	position:relative;
	margin-top: -45px;
}
#localsales td.nobg {
	padding-bottom:0px;
	padding-right: 0px;
	
}

