body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(/assets/default/images/bg_gradient.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
}

#container {
	width: 99%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #003398;
}

#header {
    clear: both;
	width: 50%;
	height: 35px;
    color: #000000;
	border-bottom: 1px solid #003398;
	font-size: 1.25em;
	font-weight: bold;
	float: left;
	text-align: right;
}

#jumpto {
	border-bottom: 1px solid #003398;
	width: 50%;
	height: 35px;
	font-size: 10pt;
	float: right;
	text-align: right;
}

#content {
    display: inline;
    float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
}

#content .good {
	display: inline-block;
	width: 100%;
	background-color:	#66ff99;
	text-align:	center;
}

.warning {
	display: inline-block;
//	width: 100%;
	background-color:	#ffff99;
	text-align:	center;
}

#content .error {
	background-color:	#ff0000;
}

#content .green {
	background-color:	#66ff99;
}

#content .default {
	background-color:	#ffffff;
	padding: 5px 0px 5px 0px;
}

#content .branch {
	background-color:	#ccffff;
}

#content .rush {
	background-color:	#ffff99;
	padding: 5px 0px 5px 0px;
}

#content .loaner {
	background-color:	#d0d0d0;
}

#content .demo {
	background-color:	#e0f8e0;
}

#content .hold {
	background-color:	#ffcccc;
}

#content .delayed_by {
	background-color:	#ffddcc;
}

#content .declined {
	background-color:	#99ccff;
}

#content .overtime {
	background-color:	#8fbc8f;
}

#content .new_model {
	background-color:	rgba(0,0,255,0.5);
}

.DeclinedText {
    width: 100px;
    height: 100px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    transform: rotate(-45deg);
    font-size: 800%;
}

#content .erq, a .erq {
	background-color:	#cc99ff;
}

#content .rrq, a .rrq {
	background-color:	rgba(153,255,204,0.5);
}

.deadline {
	background-color:	#f8e0f7;
}

#content .deadline {
	background-color:	#ff9900;
	padding: 5px 0px 5px 0px;
}

#content .title {
	font-size: 1.5em;
	font-weight: bold;
}

#content .bold {
	font-weight: bold;
}

#footer {
	clear: both;
	border-top: 1px solid #003398;
    padding: 2px;
}


#listscreen table {
	border-collapse: collapse;
}

#listscreen table td {
	border-bottom: 1px solid #000000;
}

#listscreen table th {
	background-color: #f0f0f0;
}

#listscreen table tr.default:hover,
	#content table tr.rush:hover,
	#content table tr.deadline:hover,
	#content table tr.loaner:hover,
	#content table tr.erq:hover,
	#content table tr.hold:hover,
	#content table tr.rrq:hover,
	#content table tr.demo:hover,
	#content table tr.declined:hover,
	#content table tr.delayed_by:hover,
	#content table tr.hold_erq:hover,
	#content table tr.hold_rrq:hover,
	#content table tr.hold_rush:hover,
	#content table tr.hold_deadline:hover,
	#content table tr.hold_declined:hover,
	#content table tr.hold_default:hover,
	#content table tr.delayed_by_erq:hover,
	#content table tr.delayed_by_rrq:hover,
	#content table tr.delayed_by_rush:hover,
	#content table tr.delayed_by_deadline:hover,
	#content table tr.delayed_by_declined:hover,
	#content table tr.delayed_by_default:hover,
	#content table tr.delayed_by_loaner:hover,
	#content table tr.delayed_by_overtime:hover,
	#listscreen table tr.rrq_rush:hover,
	#listscreen table tr.rrq_deadline:hover,
	#listscreen table tr.erq_rush:hover,
	#listscreen table tr.erq_deadline:hover,
	#listscreen table tr.TransferredToMontreal:hover,
	#listscreen table tr.overtime:hover,
	#listscreen table tr.rush_overtime:hover
{
	background: #c0c0c0;
	cursor: pointer;
}

#listscreen .default {
	background-color:	#ffffff;
}

#listscreen .branch td {
	text-align: center;
	background-color:	#ccffff;
}

#listscreen .rush {
	background-color:	#ffff99;
}

#listscreen .deadline {
	background-color:	#ff9900;
}

#listscreen .loaner {
	background-color:	#d0d0d0;
}

#listscreen .demo {
	background-color:	#e0f8e0;
}

#listscreen .hold {
	background-color:	#ffcccc;
}

#listscreen .erq {
	background-color:	#cc99ff;
}

#listscreen .rrq {
	background-color:	rgba(153,255,204,0.5);
}

#listscreen .courtesy_level_1 {
	background-color: #990099;
	color: #fff;
}

#listscreen .courtesy_level_2 {
	background-color: #660099;
	color: #fff;
}


/*- Top Tab Menu --------------------------- */

#toptabs {
	float:left;
	width:100%;
	background:#efefef;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
}
#toptabs ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
}
#toptabs li {
	display:inline;
	margin:0;
	padding:0;
}
#toptabs a {
	float:left;
	background:url("/assets/default/images/toptableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#toptabs a span {
	float:left;
	display:block;
	background:url("/assets/default/images/toptabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#toptabs a span {float:none;}
	/* End IE5-Mac hack */
#toptabs a:hover span {
	background-position:100% -42px;
	color:#FFF;
}
#toptabs a:hover {
	background-position:0% -42px;
}

/*- Bottom Tab Menu --------------------------- */

#bottomtabs {
	float:left;
	width:100%;
	background:#efefef;
	font-size:93%;
	line-height:normal;
	border-top:1px solid #666;
	height: 50px;
}
#bottomtabs ul {
	margin:0;
	padding:0px 0px 0px 5px;
	list-style:none;
}
#bottomtabs li {
	display:inline;
	margin:0;
	padding:0;
}
#bottomtabs a {
	float:left;
	background:url("/assets/default/images/bottomtableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#bottomtabs a span {
	float:left;
	display:block;
	background:url("/assets/default/images/bottomtabright.gif") no-repeat right top;
	padding:4px 15px 4px 6px;
	color:#666;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#bottomtabs a span {float:none;}
	/* End IE5-Mac hack */
#bottomtabs a:hover span {
	background-position:100% -23px;
	color:#FFF;
}
#bottomtabs a:hover {
	background-position:0% -23px;
}

#recent4 {
	background-color: #ff0000;
}

#recent6 {
	background-color: #fff000;
}

div.row {
	clear: both;
	padding: 2px;
	margin: 0px auto;
}

div.row span.label {
	float: left;
	width: 29%;
	text-align: right;
	padding-right: 1%;
}

div.row span.data {
	float: right;
	width: 70%;
	text-align: left;
}

div.row span.center {
	clear: both;
}

div.clear {
	clear: both;
}

a:link a:visited {
	text-decoration: none;
}

img {
	border: none;
}

td {
	text-align: left;
	vertical-align: top;
}

.column1 {
	width: 49%;
	float: left;
	border-right: 1px solid #000000;
}

.column2 {
	width: 50%;
	float: right;
}

.bggrey1 {
	background: #e0e0e0;
}

.bggrey2 {
	background: #d0d0d0;
}

.bggrey3 {
	background: #c0c0c0;
}

.bgunknown {
	background: #ffcccc;
}

.bgpinstock {
	background: #ccff66;
}

.bgcinstock {
	background: #ccffcc;
}

.bgonorder {
	background: #ffffcc;
}

.sub_menu a {
	line-height: 32px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #003398;
	color: #003398;
}

.sub_menu a:hover {
	background: #e0e0e0;
	color: #000000;
}

.right {
	text-align: right;
}

.bordered_right {
	border-right: 1px solid #000000;
}

.Est2Note {
	background-color: yellow;
}

.five_days {
	background: #f8e0e0;
}

.seven_days {
	background: #f6cece;
}

.enlarged {
	font-size: 150%;
}

.ExternalWorkOrderNote {
	font-size: 125%;
	font-weight: bold;
	border: 1px solid #000;
}

.overtime_text {
	font-size: 150%;
	color: red;
}

.red {
	background: red;
}

.yellow {
	background: yellow;
}

.orange {
	background: orange;
}

.green {
	background: lightgreen;
}

.qq-uploader {
	position:relative;
	width: 100%;
	padding-top: 20px;
}

.qq-upload-button {
    display: block; /* or inline-block */
    width: 105px;
	padding: 7px 0;
	text-align: center;    
    background: #ffffff;
}

.qq-upload-button-hover {
	background: #ccffff;
	cursor: pointer;
}

.qq-upload-button-focus {
	outline:1px dotted black;
}

.qq-upload-drop-area {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:70px;
	z-index:2;
    background:#FF9797;
	text-align:center; 
}

.qq-upload-drop-area span {
    display:block;
	position:absolute;
	top: 50%;
	width:100%;
	margin-top:-8px;
}

.qq-upload-drop-area-active {
	background:#FF7171;
}

.qq-upload-list {
	margin:15px 35px;
	padding:0;
	list-style:disc;
}

.qq-upload-list li {
	margin:0;
	padding:0;
	line-height:15px;
	font-size:12px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {
}

.qq-upload-spinner {
	display:inline-block;
	background: url("loading.gif");
	width:15px;
	height:15px;
	vertical-align:text-bottom;
}

.qq-upload-size,.qq-upload-cancel {
	font-size:11px;
}

.qq-upload-failed-text {
	display:none;
}

.qq-upload-fail .qq-upload-failed-text {
	display:inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_left {
	text-align: left;
}

.text_centered {
	text-align: center;
}

.text_right {
	text-align: right;
}

.fifty_percent {
	width: 50%;
}

.bordered {
	border: 1px solid #000;
}

#custra form p {
	width: 100%;
	height: 1em;
}

#custra label {
	width: 20%;
	font-weight: bold;
	text-align: right;
	float: left;
}

#custra form span {
	margin-left: 1em;
	float: left;
}

.Exchange, .Backorder {
	background-color: #ffff00;
}

.table_subhead {
	background: #ddd;
	text-align: center;
}

.red_fg {
	color: red;
}

.green_fg {
	color: green;
}

.hide {
	display: none;
}

#Suggestions {
	background: #fff;
	width: 40%;
	border: 1px solid;
	margin: 0 auto;
	text-align: left;
}

#Suggestions li {
	list-style: none;
}

#Suggestions a {
	text-decoration: none;
	display: block;
}

#Suggestions a:hover {
	background-color: #ddd;
}

#EstimateHistory {
	page-break-before: always;
}

.next_page, .new_page {
	page-break-before: always;
}

table tr td p {
	margin: 0;
}

#LoanerRequests {
	background: #f00;
	text-align: center;
}

#LoanerRequests a {
	color: #000;
}

.strikethrough {
	text-decoration: line-through;
}

.full {
	background-color: green;
	color: yellow;
	padding: 2px;
}

.getting_low {
	background-color: orange;
	color: black;
	padding: 5px;
}

.low {
	background-color: red;
	color: yellow;
	padding: 8px;
}

em {
	font-weight: bold;
	color: red;
}

.rrq_menu {
	background: repeating-linear-gradient(
	  45deg,
	  #99ffcc,
	  #99ffcc 10px,
	  #ffff99 11px,
	  #ffff99 20px
	);
}

.erq_rush {
	background: repeating-linear-gradient(
	  45deg,
	  #cc99ff,
	  #cc99ff 80px,
	  #ffff99 80px,
	  #ffff99 160px
	);
}

.rush_overtime {
	background: repeating-linear-gradient(
	  45deg,
	  #8fbc8f,
	  #8fbc8f 80px,
	  #ffff99 80px,
	  #ffff99 160px
	);
}

.deadline_overtime {
	background: repeating-linear-gradient(
	  45deg,
	  #8fbc8f,
	  #8fbc8f 80px,
	  #ff9900 80px,
	  #ff9900 160px
	);
}

.erq_deadline {
	background: repeating-linear-gradient(
	  45deg,
	  #cc99ff,
	  #cc99ff 80px,
	  #ff9900 80px,
	  #ff9900 160px
	);
}

.rrq_rush {
	background: repeating-linear-gradient(
	  45deg,
	  #99ffcc,
	  #99ffcc 80px,
	  #ffff99 80px,
	  #ffff99 160px
	);
}

.rrq_deadline {
	background: repeating-linear-gradient(
	  45deg,
	  #99ffcc,
	  #99ffcc 80px,
	  #ff9900 80px,
	  #ff9900 160px
	);
}

.hold_erq {
	background: repeating-linear-gradient(
	  45deg,
	  #ffcccc,
	  #ffcccc 80px,
	  #cc99ff 80px,
	  #cc99ff 160px
	);
}

.hold_rrq {
	background: repeating-linear-gradient(
	  45deg,
	  #ffcccc,
	  #ffcccc 80px,
	  #99ffcc 80px,
	  #99ffcc 160px
	);
}

.hold_rush {
	background: repeating-linear-gradient(
	  45deg,
	  #ffcccc,
	  #ffcccc 80px,
	  #ffff99 80px,
	  #ffff99 160px
	);
}

.hold_deadline {
	background: repeating-linear-gradient(
	  45deg,
	  #ffcccc,
	  #ffcccc 80px,
	  #f8e0f7 80px,
	  #f8e0f7 160px
	);
}

.hold_declined {
	background: repeating-linear-gradient(
	  45deg,
	  #ffcccc,
	  #ffcccc 80px,
	  #99ccff 80px,
	  #99ccff 160px
	);
}

.delayed_by_erq {
	background: repeating-linear-gradient(
	  45deg,
	  #ffddcc,
	  #ffddcc 80px,
	  #cc99ff 80px,
	  #cc99ff 160px
	);
}

.delayed_by_rrq {
	background: repeating-linear-gradient(
	  45deg,
	  #ffddcc,
	  #ffddcc 80px,
	  #99ffcc 80px,
	  #99ffcc 160px
	);
}

.delayed_by_rush {
	background: repeating-linear-gradient(
	  45deg,
	  #ffddcc,
	  #ffddcc 80px,
	  #ffff99 80px,
	  #ffff99 160px
	);
}

.delayed_by_deadline {
	background: repeating-linear-gradient(
	  45deg,
	  #ffddcc,
	  #ffddcc 80px,
	  #f8e0f7 80px,
	  #f8e0f7 160px
	);
}

.delayed_by_declined {
	background: repeating-linear-gradient(
	  45deg,
	  #ffddcc,
	  #ffddcc 80px,
	  #99ccff 80px,
	  #99ccff 160px
	);
}

.delayed_by_overtime {
	background: repeating-linear-gradient(
	  45deg,
	  #ffddcc,
	  #ffddcc 80px,
	  #8fbc8f 80px,
	  #8fbc8f 160px
	);
}

.over4mm {
	background-color: #4caf50;
	color:	#fff;
}

.under4mm {
	background-color: #990000;
	color:	#fff;
}

.dedicated {
	background: repeating-linear-gradient(
	  45deg,
	  #d0d0d0,
	  #c0c0c0 80px,
	  #a0a0a0 80px,
	  #a0a0a0 160px
	);
}

.today {
	outline: 1px solid #000;
}

.preapproval {
	background-color: #00ff00;
}

#LoanerRequests .error {
	font-weight: bold;
	color: yellow;
}

.TransferredToMontreal {
	background-color: #c5ff00;
}

.bottom {
	color: green;
	position: absolute;
	bottom: 0;
}

.onsite {
	background-color: #66ff99;
}

.takeawaytoronto {
	background-color: #ffff66;
}

.takeawaymontreal {
	background-color: #ff9999;
}

.takeawayexternal {
	background-color: #cc99ff;
}

.text-red {
	color: #8b0000;
}
