﻿body, div, p, td, select, input, textarea {
	font-family: Tahoma !important;
}
h1, .subTitle {
	font-family: Lucida Sans Unicode !important;
	font-weight: normal !important;
}
#loginContainer h1 {
	background-image: url(images/misc/logo.gif);
}
div.myKPIs a {
	font-weight: bold;
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	color: #060;
	text-decoration: none;
}
div.myKPIs a:hover{
	text-decoration: underline;
}
.homeNugget {
	border: 1px solid #bbbbbb;
	padding: 10px;
	margin-bottom: 5px;
}
.homeNuggetMoreLink {
	border-top: 1px dotted #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
}
span.companyOnStop {
	background-color: #ff0000;
	color: #ffffff;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px 4px;
	margin: 0px;
	background-image: url(images/misc/onstop.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	display: inline-block;
	margin-left: -9px;
	text-indent: -9999999px;
	width: 5px;
}
span.companyOnStop:hover {
	padding-left: 14px;
	text-indent: 0px;
	width: auto;
}
.companyOnStop {
	margin-top: 10px;
	margin-bottom: 7px;
}
.companyOnStopInner {
	background-color: #ff0000;
	border: solid 1px #000000;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
}
.stockQuarantined {
	margin-top: 10px;
	margin-bottom: 7px;
}
.stockQuarantinedInner {
	background-color: Red;
	border: solid 1px #000000;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
}
.sourcingPartSearch {
	background-color: #C2FFB8;
	color: #72B058;
	font-size: 11px;
	/* margin: 0px 0px 20px; */
	padding: 10px 5px;
	font-weight:bold;
}
.sourcingPartSearch {
	background-color: #C2FFB8;
	color: #72B058;
	font-size: 11px;
	/* margin: -3px 0px 20px; */
	padding: 10px 5px;
	font-weight:bold;
}
.sourcingPartSearch textarea {
	border:1px solid #97DD8F;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.sourcingPartSearch a {
	color: #72B058;
	text-decoration:none;
	font-weight:normal;
}
.sourcingPartSearch a:hover {
	text-decoration:underline;
}
.sourcingPartSearchCollapse, .sourcingPartSearchJump {
	margin-top:5px;
}
.sourcingPartSearchCollapse {
	padding-right:3px;
}
.sourcingRecentParts {
	padding: 25px 10px 10px 25px;
}
.addNotAllowed {
	background-position: 3px top;
	background-repeat: no-repeat;
	padding: 5px 0px 12px 42px;
	background-image: url(images/messages/info.png);
	color: #666666;
	font-size: 14px;
	margin: 10px 0px;
}
/* rohs */
/********************************************************/
.rohs {
	display: inline;
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 28px;
	font-size: 11px;
	white-space: nowrap;
}
.rohsUnknown {
	background-image: url(images/rohs/unknown.gif);
}
.rohsCompliant {
	background-image: url(images/rohs/compliant.gif);
}
.rohsNonCompliant {
	background-image: url(images/rohs/non_compliant.gif);
}
.rohsNotApplicable {
	background-image: url(images/rohs/notapplicable.gif);
}
.rohsPBFree {
	background-image: url(images/rohs/pbfree.gif);
}
.rohsChina {
	background-image: url(images/rohs/china.gif);
}
.rohsExempt {
	background-image: url(images/rohs/exempt.gif);
}

.trace {
	display: inline;
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 28px;
	font-size: 11px;
	white-space: nowrap;
}
.traceTraceable {
	background-image: url(images/trace/traceable.gif);
}
.traceNotTraceable {
	background-image: url(images/trace/notTraceable.gif);
}
.traceUnknown {
	background-image: url(images/trace/Unknown.gif);
}

/* Stock Quantities */
/********************************************************/
.stockQuantities {
	position: relative;
	height: 20px;
	margin-top: 5px;
}
.stockQuantities .lines1 {
	position: relative;
}
.stockQuantities .text {
	left: 255px;
	line-height: 12px;
	font-size: 11px;
	top: 1px;
}
.stockQuantities .quantity, .stockQuantities .back, .stockQuantities .text {
	height: 14px;
	position: absolute;
}
.stockQuantities .back {
	background-image: url(images/stock/top_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: Transparent;
	width: 250px;
	top: 3px;
}
.stockQuantities div.inStock {
	background-color: #0033FF;
	top: 0px;
	z-index: 99;
}
.stockQuantities div.onOrder {
	background-color: #0099FF;
	z-index: 101;
}
.stockQuantities div.allocated {
	background-color: #FE9900;
	height: 7px;
	top: 10px;
	z-index: 102;
}
	.stockQuantities div.quarantined {
		background-color: #FF0000;
		height: 7px;
		top: 10px;
		z-index: 101;
	}
.stockQuantities div.available {
	background-color: #FFFF00;
}
.stockQuantities .text .inStock {
	background-color: transparent;
	color: #0033FF;
}
.stockQuantities .text .onOrder {
	background-color: transparent;
	color: #0099FF;
}
.stockQuantities .text .allocated {
	background-color: transparent;
	color: #FE9900;
}
.stockQuantities .text .available {
	background-color: transparent;
	color: #009900;
	font-weight: bold;
}
	.stockQuantities .text .quarantined {
		background-color: transparent;
		color: #FF0000;
	}
/* Stock Images */
/********************************************************/
.stockImage {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #cccccc;
	position: relative;
	cursor:default;
}
.stockImageDelete {
	position: absolute;
	top: 3px;
	right: 3px;
	background-image: url(images/stock/imgdelete.png);
	background-repeat: no-repeat;
	background-position:center center;
	display: none;
	visibility: hidden;
	width:19px;
	height:19px;
	cursor:pointer;
}
.stockImage:hover .stockImageDelete {
	display: block;
	visibility: visible;
}
.stockImageDelete:hover {
	border:solid 1px #666666;
	top: 2px;
	right: 2px;
}
.stockImageCaption {
	color: #666666;
	text-align: center;
	font-size: 10px;
	padding: 5px 2px;
	margin-top: 2px;
	border-top: 1px dotted #cccccc;
}
.uploadFileTypes {
	font-size: 11px;
	font-style: italic;
}
/* Stock Log */
/********************************************************/
.stockLogChangedField {
	border-bottom: dotted 1px #999999;
}
.stockLogChangedValue {
	color:#008800;
}
/* security Reports */
/***************************************/
table.secReports {
	width: 95%;
}
table.secReports td.item {
	width: 12px;
}
h4.secReports {
	margin-top: 10px;
}
h5.secReports {
	margin-top: 5px;
}
/* Reports */
/***************************************/
div.reportList h5 {
	width:100%;
	clear:both;
}
div.reportListItem {
	background-image: url(images/misc/report.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-bottom: 12px;
	padding-left: 27px;
	padding-top: 3px;
	width:40%;
	float:left;
	margin-right:20px;
	min-height:20px;
}
div.reportListItem a {
	text-decoration: none;
}
div.reportListItem a:hover {
	text-decoration: underline;
}
div.reportListItem blockquote {
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 0px 1px;
}
.reportsClearing {
	height:1px;
	line-height:1px;
	clear:both;
}
.reportParameters input, .reportParameters select, .reportParameters textarea {
	border:1px solid #cccccc;
}
/* titlebar icons */
/***************************************/
.titleBarIcons {
	display:inline;
}
.titleBarIcon img {
	border-style:none;
}
.titleBarIcon {
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:3px;
}
.titleBarIcon_Profile {
	background-image:url(images/smallicons/profile.gif);
}
.titleBarIcon_Mail {
	background-image:url(images/smallicons/mail.gif);
}
.titleBarIcon_ToDo {
	background-image:url(images/smallicons/todo.gif);
}
.titleBarIcon_Profile:hover {
	background-image:url(images/smallicons/profile_x.gif);
}
.titleBarIcon_Mail:hover {
	background-image:url(images/smallicons/mail_x.gif);
}
.titleBarIcon_ToDo:hover {
	background-image:url(images/smallicons/todo_x.gif);
}
.titleBarIcon_Profile img {
	width:11px;
	height:12px;
}
.titleBarIcon_Mail img {
	width:12px;
	height:9px;
}
.titleBarIcon_ToDo img {
	width:11px;
	height:11px;
}
/* Client List (login) */
/***************************************/
.clientList {
	margin-top:10px;
	border-top:dotted 1px #cccccc;
}
.clientList .item {
	padding:5px 0px;
	border-bottom:dotted 1px #cccccc;
	background-image:url(images/nubs/nub.gif);
	background-repeat:no-repeat;
	background-position:5px 7px;
	padding-left:18px;
}
.clientList .item a {
	text-decoration:none;
}
.clientList .item a:hover {
	text-decoration:underline;
}