html, body, div, h1, h2, h3, h4, h5, ul, li, a {
	margin:0px;
	padding:0px;
}
h2 {
	width:650px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px !important;
}

p {font-size:12px !important;}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both
}

.bold {
	font-weight:bold;
}
tr.txtcenter th, tr.txtcenter td {
	text-align:center;
}
th.txtindent, td.txtindent {
	text-indent:20px !important;
}
ul {
	list-style-type:none;
}
li a {
	text-decoration:none;
	display:block;
}
.header {
	background:url(images/header_bg.jpg);
	position:relative;
	min-width:1024px;
	height:105px;
}
.header a {
	color:#FFF;
}
.synergy {
	position:absolute;
	font-size:21px;
	font-weight:bold;
	left:60px;
	top:13px;
	color:white;
}
.header h2 {
	position:absolute;
	text-align:right;
	font-weight:bold;
	left:60px;
	top:10px;
	color:white;
}
.header h5 {
	position:absolute;
	text-align:right;
	font-weight:normal;
	right:40px;
	top:15px;
	color:white;
}
.header-top {
	position:absolute;
	left:60px;
	top:45px;
}
.header-top li {
	line-height:30px;
	font-size:16px;
	text-align:center;
	float:left;
}
.header-top li a {
	background:url(images/menu-focus-off.jpg);
	width:100px;
	height:30px;
	font-weight:normal;
	color:White;
}
.header-top li.on a {
	background:url(images/menu-focus-on.jpg);
	width:100px;
	height:30px;
	font-weight:bold;
	color:Black;
}
.header-bottom {
	position:absolute;
	left:60px;
	top:75px;
}
.header-bottom li {
	line-height:30px;
	font-size:12px;
	text-align:center;
	float:left;
}
.header-bottom li a {
	width:100px;
	height:30px;
	color:Black;
}
#container {
	min-width:1100px;
	clear:both;
}
.container-left {
	padding-left:10px;
	padding-top:20px;
	width:143px;
	float:left;
	padding-right:10px;
}
.container-right {
	border-left:1px solid #CCC;
	padding:0 20px;
	margin-top:20px;
	float:left;
}
.container-right div h4 {
	color:Gray;
}
.menu-detail {
	margin-top:10px;
	float:right;
}
.menu-detail ul li {
	line-height:50px;
	width:120px;
	height:40px;
	font-size:14px;
	text-align:right;
}
.menu-detail ul li.on a {
	font-weight:bold;
	color:Black;
}
.menu-detail ul li.off a {
	font-weight:normal;
	color:Gray;
}
.button-request a {
	background:url(images/button.jpg);
	text-decoration:none;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-weight:100;
	font-size:12px;
	color:white;
	float:right;
}
.round-box-text-top {
	position:absolute;
	min-width:150px;
	top:235px;
	left:270px;
	background:white;
	z-index:5;
	padding:3px 10px;
	font-size:20px;
	font-weight:bold;
}
.round-box-area-top {
	top:250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #999;
	width:720px;
	height:240px;
	position:absolute;
}
.round-box-text-top2 {
	position:absolute;
	top:-12px;
	left:60px;
	background:white;
	padding:3px 10px;
	font-size:20px;
	font-weight:bold;
	z-index:5;
}
.round-box-area-top2 {
	top:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #999;
	margin:30px 0;
	padding:20px
}
.round-box-text-bottom {
	position:absolute;
	min-width:60px;
	top:505px;
	left:270px;
	background:#FFF;
	z-index:5;
	padding:3px 10px;
	font-size:20px;
	font-weight:bold;
}
.round-box-area-bottom {
	top:520px;
	border-radius:10px;
	border:1px solid Gray;
	width:720px;
	height:180px;
	position:absolute;
}
.grid-data tr th {
	width:100px;
	height:26px;
	text-align:center;
	border-bottom:2px solid gray;
}
.grid-data tr td {
	width:100px;
	height:26px;
	text-align:center;
	border-bottom:1px dotted gray;
}
.row-odd td {
	background-color:#F0F0F0;
}
.row-even td {
	background-color:White;
}
/* Forms */
.asterisk {
	display:inline-block;
	background:url(/images/asterisk.png) no-repeat;
	width:8px;
	height:7px;
	top:-5px; 
	right:-2px;
	position:relative;
}
.importantspec {
	color:#b94a48;
	font-weight:bold;
}
.imposition-number{
	color:#FFF;
	background:#777;
	width:25px;
	text-align:center;
	height:60px;
	line-height:60px;
	font-weight:bold;
}
.control-group {
	margin:2px !important;
}
input[type=text].span4 {
	width:20px;
}
input[type=text].input-small {
	width:60px;
}
input[type=text].input-mini {
	width:30px;
}
.inareatitle {
	text-indent:50px;
	font-size:20px;
	font-weight:bold;
	padding:20px 0;
}
.percent-container {
	display:inline-block;
	min-width:30px;
}
.percent {
	padding:0 4px;
	min-width:20px;
}
.edit, .edit-printingmethod, .edit-sheetsize {
	cursor:pointer;
}
.edit input {
	box-shadow:none !important;
	padding:0px 3px !important;
	font-size:11px !important;
	height:13px !important;
	margin:0px !important;
}
.percent input {
	width:10px !important
}
.edit-printingmethod select, .edit-sheetsize select {
	font-size:12px !important;
	width:70px !important;
	padding: 0px !important;
	height:17px;
}
.edit-stock select {
	font-size:12px !important;
	width:60px !important;
	padding: 0px !important;
	height:17px;
}

#table-imposition tr td {
	line-height:150%;
}
#table-imposition input {
	box-shadow:none !important;
	padding:0 1px !important;
	width:20px !important;
	height:15px !important;
	font-size:12px !important;
	margin:0px !important;
}
#table-imposition select {
	box-shadow:none !important;
	padding:0 1px !important;
	width:70px !important;
	height:17px !important;
	font-size:12px !important;
	margin:0px !important;
}
td {overflow:hidden;}
.chartdivider {
	background:#CCC;
	height:2px;
	padding:0px !important;
}
#estimatelist td a {color:#000;}
#estimatelist td a:hover {text-decoration:none}
#estimatelist td div.clabel, #estimatelist td div.qlabel {cursor: pointer;}
.estimateinfo {color:#999; font-size:18px;}

/*

div#isuggest {
	display: none;
	position: absolute;
	background: #FFF url('img/bckg.gif') repeat-x bottom;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
	overflow: hidden;
	z-index: 10000;
}

div#isuggest ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#isuggest ul li {
	display: inline;
}

div#isuggest ul li a {
	display: block;
	padding: 6px 10px;
	color: #888;
	font-size: 12px;
	font-family: Tahoma;
}

div#isuggest ul li a b {
	color: #000;
}

div#isuggest ul li a:hover {
	color: #FFF;
	background: #5cadff url('img/submit_bg.png') repeat-x bottom;
	text-shadow: rgba(0,0,0,0.6) 1px 1px 1px;
}

div#isuggest ul li a:hover b {
	color: #FFF;
}

div#isuggest ul li a.active {
	color: #FFF;
	background: #5cadff url('img/submit_bg.png') repeat-x bottom;
	text-shadow: rgba(0,0,0,0.6) 1px 1px 1px;
}

div#isuggest ul li a.active b {
	color: #FFF;
}*/

.qlabel {width:18px; height:20px;background:url(/images/label_job.png);}
.qlabel9 {background:url(/images/label_job.png) 18px 0;}
.qlabel8 {background:url(/images/label_job.png) 36px 0;}
.qlabel7 {background:url(/images/label_job.png) 54px 0;}
.qlabel6 {background:url(/images/label_job.png) 72px 0;}
.qlabel5 {background:url(/images/label_job.png) 90px 0;}
.qlabel4 {background:url(/images/label_job.png) 108px 0;}
.qlabel3 {background:url(/images/label_job.png) 126px 0;}
.qlabel2 {background:url(/images/label_job.png) 144px 0;}
.qlabel1 {background:url(/images/label_job.png) 162px 0;}

.clabel {width:18px; height:20px;background:url(/images/label_client.png);}
.clabel5 {background:url(/images/label_client.png) 18px 0;}
.clabel4 {background:url(/images/label_client.png) 36px 0;}
.clabel3 {background:url(/images/label_client.png) 54px 0;}
.clabel2 {background:url(/images/label_client.png) 72px 0;}
.clabel1 {background:url(/images/label_client.png) 90px 0;}


/* REPORT TABLE */

#keywords {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
}

#reporttable thead {
  cursor: pointer;
  background: #c9dff0;
}
#reporttable thead tr th { 
  font-weight: bold;
}
#reporttable thead tr th span { 
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#reporttable thead tr th.headerSortUp, #reporttable thead tr th.headerSortDown {
  background: #acc8dd;
}

#reporttable thead tr th.headerSortUp span {
  background-image: url('/images/down-arrow.png');
}
#reporttable thead tr th.headerSortDown span {
  background-image: url('/images/up-arrow.png');
}


#reporttable tbody tr { 
  color: #555;
}

#reporttable tbody td a { 
  color: #555;
}

#reporttable tbody td a:hover { 
  color: #000;
}

.esttabs a {
	color:#999;
}
.esttabs a.bold {
	color:#0088cc;
}