﻿/*

	====================================
	trimit2010.css started on 26/02/2009
	====================================

	Introduction: 
	=============
		- This style sheet contains styles for the TRIMIT.com


	Protocols: 
	==========
		- Be as specific as possible
		- Use comments where appropriate
		- Reference the name of the page for page specific styles in comments
								
	Styles: 
	=======
		1. Universal  --> XHTML tag selectors such as body, a, p, h1, h2, input, div
		2. Library		--> Common classes used throughout the site such as .floatRight, .bold, .alignLeft & common form styles
		3. Layout			--> Template layout styles, defining areas such as header, main content, footer
		4. Individual --> Classes that apply only to certain pages within site


	Modification History (most recent first):
	=========================================


	-----------------------------------------
	Changed by DGG on yyyy-mm-dd 
	Reason: state reason here please 

	-----------------------------------------
	Created by DGG on 2009-12-10

******************************************************          1. Universal          *********************************************************************/

* {
	padding: 0;
	margin: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

button:focus, a.cpobutton:focus, .btnPortal:focus { /* TODO: Complete this in the best manner */
	outline: 1px dotted #333;
}


body {
	/* 	background: #ccc url("/Custom/Media/trimit2010/bg.jpg") no-repeat center top; */
	background-color: #461846;
	background-color: #ccc;
}

html, body {
	font-family: Arial;
	font-size: 12px;
	color: #4e4e4e;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #00497b;
}

a:visited {
	color: #00497b;
	border-bottom: 0;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #999;
	text-decoration: none;
}

p, .spanPara {
	display: block;
	margin: 10px 0 10px 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #454545;
	margin-bottom: 10px;
}

h1, h2 {
	font-family: Georgia;
	margin-bottom: 10px;
}

h3, h4, h5, h6 {
	font-family: Georgia;
	margin: 10px 0 10px 5px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #000;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

h5 {
	font-size: 14px;
	font-weight: normal;
}

h6 {
	font-size: 12px;
	font-weight: normal;
}

ul, ol {
	margin: 10px 0 10px 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
}

input.cpoinput {
	border: 1px solid #ddd;
	color: #454545;
	padding-right: 2px;
}

input.cpoinput:focus {
	border: 1px solid #aaa;
}

/* labels */
label.indentlabel {
	display: table-cell;
	float: left;
}

/* toolbox default labels */
div#toolbox label.indentlabel {
	width: 60px !important;
	margin: 0 0 5px 5px;
}

/* content default labels */
div#content label.indentlabel {
	width: 150px !important;
	margin: 0 0 5px 10px;
}

div#content label.indentlabel.width200 {
	width: 200px !important;
}

div#content label.indentlabel.width250 {
	width: 250px !important;
}

.cpoRadioLabel {
margin-left: 5px;
}

/******************************************************          2. Library          *********************************************************************/
.bold {
	font-weight: bold;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.center {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.inline {
	display: inline;
}

.displayNone {
	display: none;
}

.displayInline {
	display: inline;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.smallFont {
	font-size: 10px;
	color: #787878;
}

.loginButton {
	margin: 0 10px 0 0;
}

.showOnEmail
/* This is set to display: block; in the email display within the view file */
{
    display: none;
}


/* Main Menu Start */
div#mainMenuDiv {
	height: 35px;
	text-align: center;
	background: transparent url("/Custom/Media/trimit2010/mainMenuBg.gif") repeat-x 0 0;
}

ul#mainmenu, ul#submenu, ul#submenu2, ul#tabmenu {
	margin: 0;
	height: 35px;
}

ul#mainmenu li {
	display: inline;
	line-height: 35px;
}

ul#mainmenu li a {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	border: 0;
	border-left: 1px solid #b3b3b3;
	background: transparent url("/Custom/Media/trimit2010/mainMenuBg.gif") repeat-x 0 0;
	width: 199px;
	display: inline-block;
	color: #000;
	padding: 0;
}

ul#mainmenu li a:hover, ul#mainmenu li.menuActive a {
	color: #00497b;
	background: transparent url("/Custom/Media/trimit2010/mainMenuBg_hover.gif") repeat-x 0 0;
	border-bottom: 0;
	text-decoration: none;
}

ul#mainmenu li.horzMenuItem1 a {
	border-left: 0;
	width: 160px;
	line-height: 35px;
}

ul#mainmenu li.horzMenuItem1 a img {
	vertical-align: middle;
}

/* Main Menu End */

/* Sub Menu Start */
div#subMenuDiv {
	height: 35px;
	background-color: #eee;
	text-align: center;
	z-index: 1000;
	position: relative;
}

ul#submenu > li, ul#submenu2 > li {
	display: inline;
	position: relative;
	height: 35px;
}

ul#submenu > li > a, ul#submenu2 > li > a {
	padding: 0 15px;
	line-height: 35px;
	border-right: 1px solid #9e9e9e;
	color: #444;
	background-color: #eee;
	border-bottom: 0;
}

ul#submenu > li a:hover, ul#submenu2 > li a:hover {
	color: #00497b;
	border-bottom: 0;
	text-decoration: none;
}

ul#submenu > li.miLast a, ul#submenu2 > li.miLast a {
	border-right: 0;
}

ul#submenu > li.horzMenuItem1 > a, ul#submenu2 > li.horzMenuItem1 > a {
}

div#subMenuDiv ul.menuSubPop {
	display: none;
	position: absolute !important;
	top: 25px !important;
	left: 0 !important;
	background-color: #eee;
	width: 160px;
	z-index: 1500;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-family: Arial;
	border: 1px solid #fff;
	border-top: 0;
	text-align: left;
	margin: 0;
}

div#subMenuDiv ul.menuSubPop li {
	list-style-type: none;
	position: relative;
	top: -5px;
	left: -1px;
}

div#subMenuDiv ul.menuSubPop li a {
	padding: 0 15px;
	line-height: 25px;
}


div#subMenuDiv ul li.menuActive a {
	color: #00497b;
}

/* Sub Menu End */


/* Tab Menu Start */
div#tabMenuDiv {
	font-size: 12px;
	height: 35px;
	background-color: #eee;
}

/*
div#tabMenuWrapperDiv {
	display: block;
	height: 100px;
	width: 690px;
	background: transparent url("/Custom/Media/trimit2010/tabMenuWrapperBg.png")  repeat-x 0 0;
	position: absolute;
	z-index: -100;
}
*/

ul#tabmenu li {
	display: inline;
	position: relative;
}

ul#tabmenu li a {
	padding: 10px 15px;
	line-height: 35px;
	border-right: 1px solid #b5b5b5;
	color: #444;
	background-color: #eee;
}

ul#tabmenu li a:hover {
	color: #00497b;
	background-color: #d7d7d7;
	text-decoration: none;
}

ul#tabmenu li.miLast a {
	border-right: 0;
}

ul#tabmenu li.menuActive a {
	color: #00497b;
	background-color: #d7d7d7;
}

/* Tab Menu End */

div#toolbox > img.trimitCertification {
	margin: 0 auto;
	display: block;
}




/******************************************************          3. Layout          *********************************************************************/
div#container {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	background-color: #fff;
}

div#header {
	font-size: 12px;
}

div#mediaMain, div#mediaSub {
	padding: 20px 0 0 0;
	margin: 0;
}

div#toolbox {
	width: 215px;
	padding: 20px 20px 10px 15px;
	float: right;
	font-size: 11px;
}

div#contentContainer {
	padding: 20px 10px 30px 20px;
	margin-right: 245px;
	position: relative;
}

div#content {
	background: transparent url("/Custom/Media/trimit2010/tabMenuWrapperBg.png") repeat-x 0 0;
	padding: 20px 15px 0 15px;
	position: relative;
	min-height: 200px;
}

div#footer {
	width: 960px;
	font-size: 10px;
	clear: both;
}


/******************************************************          4. Individual          *********************************************************************/
input#login_username, input#login_password {
	width: 130px;
	margin: 0 0 5px 0;
}

div#toolbox > div {
	border-top: 0px solid #efefef;
	border-right: 3px solid #efefef;
	border-bottom: 3px solid #efefef;
	border-left: 3px solid #efefef;
}

div#toolbox > div > h5 {
	background-color: #efefef;
	padding: 10px 5px;
	font-size: 12px;
	margin: 0;
	font-family: Arial;
}

div#footer p.links {
	border-top: 1px solid #d1d1d1;
	text-align: left;
	padding: 10px 15px 0 15px;
	margin: 0 5px;
}

div#footer p.copyright {
	border-top: 1px solid #d1d1d1;
	padding: 10px 15px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
}

div.cpoDocItem {
	padding: 5px 0 !important;
}

div.cpoDocItem h3 {
	font-size: 12px;
	margin-top: 0;
	font-family: Arial;
}

div.cpoDocItem h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	font-family: Arial;
	margin-top: 0;
}

div#extContent h4, div#cpoExtContentHtml h4 {
	font-size: 12px;
}

.cpoDocListEntryBack {
	display: none;
}


img.imgNewsItemLeftTop, img.imgNewsItemLeft, img.imgNewsItemLeftMiddle, img.imgNewsRight {
	display: inline; /* 	padding: 4px; 	border: 1px solid #eee; */
}

img.imgNewsItemLeftTop, img.imgNewsItemLeft {
	float: left;
	margin: 0 17px 15px 0;
}

img.imgNewsItemLeftMiddle {
	float: left;
	margin: 2px 10px 10px 0;
}

img.imgNewsItemLeftBottom {
	float: left;
	margin: 0 10px 10px 0;
}

img.imgNewsItemRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.imgNewsItemBlock {
	display: block;
	margin: 10px 0;
}

table.dlist, table.filelist {
	margin: 5px 0 0 10px;
}

table.tableNewsNewCustomer {
	margin: 10px 0 10px 0;
	float: none;
}

table.tableNewsNewCustomer tr td {
	padding: 3px 10px;
}

table.tableNewsNewCustomer tr td:first-child {
	color: #666;
	font-weight: bold;
	vertical-align: top;
}

span.logoutSeparator {
	display: inline-block;
	margin: 0 10px 0 10px;
}

div.loginLinks {
	margin: 10px 0 10px 5px;
}

a.loginLink {
	display: block;
	margin: 5px;
}

.cpoHtmlEditorBody {
	/* Class for HtmlEditor body background */
	background-image: none !important;
	background-color: #fff !important;
}

ul.mainPoints {
	position: relative;
	left: 20px;
}

.styleBuilderNavigation A {
	color: #fff !important;
}

.cpoValSum {
	clear: none !important;
}

.headerImageText1 {
	position: absolute;
	top: 40px;
	left: 60px;
	font-family: Arial;
	font-size: 24px;
	margin: 0;
	color: #000;
	width: 250px;
}

.headerImageText2 {
	position: absolute;
	top: 70px;
	left: 60px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: -1px;
	margin: 0;
}

.headerImageText3 {
	position: absolute;
	top: 90px;
	left: 60px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: -1px;
	margin: 0;
}

.topLevelImage {
	margin: 0 0 0 20px;
}

.displayNone {
	display: none;
}

.articleTableKB {
	width: 900px;
	clear: both;
}

table.articleTableKB tbody tr.tableHeaderRow {
	background-color: #ccc;
}

table.articleTableKB tbody tr.row0 {
	/* Odd rows in tables */
	background-color: #fff;
}

table.articleTableKB tbody tr.row1 {
	/* Even rows in tables - to be defined */
	background-color: #f8f8f8;
}


.articleTableKB tr.tableHeaderRow td {
	padding: 7px 3px;
}

.articleTableKB td {
	padding: 2px 3px;
}

.articleTableKB td.viewColumn {
	width: 10%;
}

.articleTableKB td.kbnoColumn {
	width: 10%;
}

.articleTableKB td.dateColumn {
	width: 10%;
}

.articleTableKB tr.contentRow td.dateColumn {
	text-align: right;
	padding-right: 27px;
}

.articleTableKB td.productColumn {
	width: 10%;
}

.articleTableKB td.moduleColumn {
	width: 10%;
}

.articleTableKB td.descriptionColumn {
	width: 50%;
}

table.articleTableKB tbody tr.tableFooterRow {
	background-color: #ccc;
}


a:link.btnSearch {
	padding: 3px 3px 2px 3px;
	margin-left: 8px;
	border: 1px solid #ccc;
	background-color: #eee;
}

div.cpoDocItem span.cpoDate {
	float: right;
}

a.readMore {
	margin-left: 576px;
	margin-bottom: 20px;
	display: block;
}

.kbaDate {
}

div.imgTextLeft {
	display: inline-block !important;
	text-align: right;
	padding: 0 10px 0 0;
}

div.imgTextLeftFloat {
	display: inline-block !important;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}

div.imgTextRight {
	display: block !important;
	text-align: right;
	padding: 0 10px;
}

div.imgTextRight > div {
	display: inline-block !important;
	text-align: left;
}

div.imgTextRightFloat {
	display: inline-block !important;
	float: right;
	text-align: left;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

div.imgTextCenter {
	display: block !important;
	text-align: center;
}

div.imgTextCenter > div {
	margin: 10px auto;
}

div.imgCenter img {
	display: block !important;
	margin: 10px auto !important;
}

div.imgTextLeft span, div.imgTextLeftFloat span, div.imgTextRight span, div.imgTextRightFloat span, div.imgTextCenter span {
	font-size: 10px;
	padding: 0;
}


a.aPartnerPortal {
	font-size: 16px;
	letter-spacing: 1px;
}

a.submitEmail {
	background: transparent url("/client/media/skins/default/icons/arrowRightLong_hover.png") no-repeat 0 0;
	padding: 3px 0 3px 25px;
}

span#emailer3Status
{
    display: block;
    margin: 5px 0 5px 5px;
    font-weight: bold;
}


div#content textarea#inputComments {
	/* 	margin: 5px 0 5px 10px; */
}

/* My Marketing pages on Partner Portal - start */
.cpoSpan {
	margin: 5px 0 0 5px;
	display: block;
}

#myMarketingRepeater .myMarketingBrochures {
	margin-right: 30px;
	margin-left: 5px;
	min-height: 230px;
}

#myMarketingRepeater span, #myMarketingRepeater p  {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 150px;
	display: inline-block;
}
/*
#myMarketingRepeater .myMarketingBrochures:first-child {
	margin: 0;
}
*/
/* My Marketing pages on Partner Portal - end */

/* ===== The "Wheel" start ===== */
div#trimitFashionWheel {
	position: relative;
}

div#trimitFashionWheel a {
	border: 0px solid white;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(about:blank);
}

div#trimitFashionWheel a[name]:hover {
	text-decoration: none;
}

div#trimitFashionWheel > div {
	position: absolute;
}

div#trimitFashionWheelPdm {
	top: 65px;
	left: 200px;
	width: 120px;
	height: 50px;
}

div#trimitFashionWheelSales {
	top: 100px;
	left: 345px;
	width: 50px;
	height: 45px;
}

div#trimitFashionWheelMrp {
	top: 160px;
	left: 400px;
	width: 40px;
	height: 50px;
}

div#trimitFashionWheelPurchase {
	top: 230px;
	left: 420px;
	width: 30px;
	height: 90px;
}

div#trimitFashionWheelReceiving {
	top: 345px;
	left: 350px;
	width: 75px;
	height: 70px;
}

div#trimitFashionWheelPicking {
	top: 420px;
	left: 255px;
	width: 70px;
	height: 30px;
}

div#trimitFashionWheelInvoicing {
	top: 390px;
	left: 145px;
	width: 80px;
	height: 55px;
}

div#trimitFashionWheelClaims {
	top: 320px;
	left: 90px;
	width: 40px;
	height: 60px;
}

div#trimitFashionWheelEconomyFinance {
	top: 200px;
	left: 65px;
	width: 50px;
	height: 95px;
}

div#trimitFashionWheelReportsStats {
	top: 100px;
	left: 100px;
	width: 80px;
	height: 90px;
}

div#trimitFashionWheelSupplier {
	top: 15px;
	left: 195px;
	width: 130px;
	height: 20px;
}

div#trimitFashionWheelSalesAgent {
	top: 210px;
	left: 480px;
	width: 25px;
	height: 100px;
}

div#trimitFashionWheelB2b {
	top: 485px;
	left: 240px;
	width: 40px;
	height: 20px;
}

div#trimitFashionWheelB2c {
	top: 240px;
	left: 15px;
	width: 25px;
	height: 40px;
}

/* "The Wheel" end */


/* Trimit reference sheets - start */
table#trimitReference {
	border-collapse: collapse;
	width: 687px;
	margin-left: -16px;
	margin-top: 40px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
}
table#trimitReference, table#trimitReference th, table#trimitReference td {
	border: 1px solid #fff;
}

table#trimitReference, table#trimitReference th {
	border-top: 0;
}

table#trimitReference th, table#trimitReference td {
	height: 30px;
	background-color: #e0e0e0;
	text-align: center;
	font-weight: normal;
}
table#trimitReference .row2 th {
	height: 130px;
	background-color: #f1f1f1 !important;
}
table#trimitReference .cell1-1 {
	height: 148px;
	text-align: left;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	vertical-align: top;
	padding: 0 10px;
}
		table#trimitReference.fashion .cell1-2 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Fashion/CompanyInfo/companyInfo.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference.fashion .cell1-3 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Fashion/Types/RadialGraidient/bg_middle.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference.fashion .cell1-4 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Fashion/Process/RadialGraidient/bg_middle.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference.fashion .cell1-5 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Fashion/Portal/RadialGraidient/bg_middle.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference.furniture .cell1-2 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Fashion/CompanyInfo/companyInfo.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference.furniture .cell1-3 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Furniture/Types/FurnitureTypesBg.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference.furniture .cell1-4 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Furniture/Process/FurnitureProcessBg.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference.furniture .cell1-5 {
			height: 30px;
			background: transparent url("trimit2010/ReferenceSheet/Furniture/Portals/FurniturePortalsBg.png") repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
		}
		table#trimitReference .col1.black {
			padding: 0 5px;
			font-family: Georgia;
			font-size: 12px;
			background: transparent url("trimit2010/ReferenceSheet/LeftCells/Black/bg_middle.png") repeat-x 0 0;
		}
		table#trimitReference .col1.grey {
			padding: 0 5px;
			font-family: Georgia;
			font-size: 12px;
			background: transparent url("trimit2010/ReferenceSheet/LeftCells/LightGray/bg_middle.png") repeat-x 0 0;
		}
		table#trimitReference .col1.cell1-1 {
			text-transform: uppercase;
			font-size: 26px;
			font-family: Tahoma, Arial, Verdana;
			background: transparent url("trimit2010/ReferenceSheet/ReferenceSheetFashion/bg.png") repeat-x 0 0;
		}
		table#trimitReference .col1 span, table#trimitReference .col1 a {
			font-size: 12px;
		}
		table#trimitReference .col1 a.caseStory, table#trimitReference .col1 span {
			float: left;
			font-family: Georgia;
			text-decoration: none;
			color: #000;
		}
		table#trimitReference .col1.black a.webSite {
			color: #0071a7;
		}
		table#trimitReference .col1.grey a.webSite {
			color: #000;
		}
		table#trimitReference .col1 a.webSite {
			float: right;
			font-size: 11px;
			text-decoration: none;
		}
		table#trimitReference .col1.black a.webSite {
			color: #fff;
		}
		table#trimitReference .col1.grey a.webSite {
			color: #0071A7;
		}
		table#trimitReference .col1 a.caseStory {
			font-weight: bold;
		}
		table#trimitReference .col1 {
			width: 250px;
		}
		table#trimitReference .col2 {
			width: 25px;
		}
		table#trimitReference .col3 {
			width: 25px;
		}
		table#trimitReference .col4 {
			width: 25px;
		}
		table#trimitReference .col5 {
			width: 25px;
		}
		table#trimitReference.fashion .col6 {
			width: 40px;
		}
		table#trimitReference.furniture .col6 {
			width: 25px;
		}
		table#trimitReference.fashion .col7 {
			width: 25px;
		}
		table#trimitReference.furniture .col7 {
			width: 40px;
		}
		table#trimitReference .col8 {
			width: 25px;
		}
		table#trimitReference .col9 {
			width: 25px;
		}
		table#trimitReference .col10 {
			width: 25px;
		}
		table#trimitReference .col11 {
			width: 25px;
		}
		table#trimitReference .col12 {
			width: 25px;
		}
		table#trimitReference .col13 {
			width: 25px;
		}
		table#trimitReference .col14 {
			width: 25px;
		}
		table#trimitReference .col15 {
			width: 25px;
		}
		table#trimitReference.fashion tr.row2 .col2 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/country.png") no-repeat center 62px;
		}
		table#trimitReference.fashion tr.row2 .col3 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/noOfUsers.png") no-repeat center 35px;
		}
		table#trimitReference.fashion tr.row2 .col4 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/fastFashion.png") no-repeat center 35px;
		}
		table#trimitReference.fashion tr.row2 .col5 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/corporateWear.png") no-repeat center 6px;
		}
		table#trimitReference.fashion tr.row2 .col6 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/shoesAccessories.png") no-repeat center 34px;
		}
		table#trimitReference.fashion tr.row2 .col7 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/living.png") no-repeat center 81px;
		}
		table#trimitReference.fashion tr.row2 .col8 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/sport.png") no-repeat center 79px;
		}
		table#trimitReference.fashion tr.row2 .col9 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/wholesale.png") no-repeat center 44px;
		}
		table#trimitReference.fashion tr.row2 .col10 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/production.png") no-repeat center 39px;
		}
		table#trimitReference.fashion tr.row2 .col11 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/retail.png") no-repeat center 78px;
		}
		table#trimitReference.fashion tr.row2 .col12 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/b2b.png") no-repeat center 96px;
		}
		table#trimitReference.fashion tr.row2 .col13 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/b2c.png") no-repeat center 96px;
		}
		table#trimitReference.fashion tr.row2 .col14 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/salesAgent.png") no-repeat center 36px;
		}
		table#trimitReference.fashion tr.row2 .col15 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Fashion/VerticalText/supplierPortal.png") no-repeat center 9px;
		}


		table#trimitReference.furniture tr.row2 .col2 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/country.png") no-repeat center 62px;
		}
		table#trimitReference.furniture tr.row2 .col3 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/noOfUsers.png") no-repeat center 35px;
		}
		table#trimitReference.furniture tr.row2 .col4 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/wood.png") no-repeat center 81px;
		}
		table#trimitReference.furniture tr.row2 .col5 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/upholstered.png") no-repeat center 32px;
		}
		table#trimitReference.furniture tr.row2 .col6 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/office.png") no-repeat center 76px;
		}
		table#trimitReference.furniture tr.row2 .col7 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/kitchenBathroom.png") no-repeat center 50px;
		}
		table#trimitReference.furniture tr.row2 .col8 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/living.png") no-repeat center 81px;
		}
		table#trimitReference.furniture tr.row2 .col9 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/makeToOrder.png") no-repeat center 16px;
		}
		table#trimitReference.furniture tr.row2 .col10 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/makeToStock.png") no-repeat center 17px;
		}
		table#trimitReference.furniture tr.row2 .col11 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/b2b.png") no-repeat center 95px;
		}
		table#trimitReference.furniture tr.row2 .col12 {
			background: #bfc1c0 url("trimit2010/ReferenceSheet/Furniture/VerticalText/b2c.png") no-repeat center 95px;
		}

table#trimitReference .row2 th {
	height: 130px;
	background-color: #f0f;
}
table#trimitReference tfoot {
	display: none;
}
/* Trimit reference sheets - end */

/* Trimit partner portal news in right hand toolbox - start */
#PartnerPortalNews .cpoDocItem {
	margin: 0;
	padding: 0;
}

#PartnerPortalNews h3 {
	margin: 0 0 0 5px;
	padding: 0;
}
/* Trimit partner portal news in right hand toolbox - end */


/* Book a meeting button on all pages --> contact us - start */
p.aPartnerPortal a {
	background: transparent url("/custom/media/trimit2010/BookAMeeting.png") no-repeat 0 0;
	display: block;
	width: 200px;
	height: 43px;
}

p.aPartnerPortal a span {
	display: none;
}

p.aPartnerPortal a:hover {
	background-image: url("/custom/media/trimit2010/BookAMeeting_hover.png");
}

/* Book a meeting button on all pages --> contact us - end */
/* TRIMIT Portals browser compatibility table - start */
table.compatibility {
	line-height: 140%;
	border-spacing: 0.5em;
	border-collapse: separate;
	font-family: Calibri;
}

table.compatibility caption {
	padding: 10px 0;
	text-align: left;
}

table.compatibility td {
	vertical-align: top;
}

table.compatibility tr.compheader {
	background-color: #F2F3EF;
}

table.compatibility tr.compheader th {
	font-weight: normal;
	font-size: 80%;
	color: #666666;
}

table.compatibility tr.compheader th.release {
	text-align: right;
	padding: 1em;
	font-weight: bold;
	font-size: 100%;
}

table.compatibility td {
	padding: 10px;
}

table.compatibility td.header {
	background-color: #F2F3EF;
	padding: 0.3em;
}

table.compatibility td.header h3, table.compatibility td.header h4 {
	margin-top: 0.5em;
	text-align: center;
}

table.compatibility td.release {
	background-color: #F2F3EF;
	text-align: right;
	padding-right: 10px;
	color: #666666;
	border-right: 3px solid #aaa;
	vertical-align: middle !important;
}

table.compatibility td.product {
	background-color: #F2F3EF;
	text-align: right;
	padding-right: 10px;
	color: #666666;
}

table.compatibility td.release .small {
	font-size: 80%;
}

table.compatibility tr:nth-child(2n+1) td.product {background-color: #e8e8e8;}

table.compatibility td.yes {
	background-color: #00882D;
	color: #ffffff;
}

table.compatibility td.almost {
	background-color: #40A662;
	color: #ffffff;
}

table.compatibility td.incomplete {
	color: #00882D;
	border: 1px solid #00882D;
}

table.compatibility td.alternative {
	color: #666666;
	border: 1px solid #666666;
}

table.compatibility td.untestable {
	color: #006699;
}

table.compatibility td.minimal {
	color: #CB000F;
}

table.compatibility td.incorrect {
	color: #CB000F;
	border: 1px solid #CB000F;
}

table.compatibility td.toomany {
	/* for events comp table */
	background-color: #CCE7D5;
}

table.compatibility td.buggy {
	background-color: #DA4C57;
	color: #ffffff;
}

table.compatibility td.severebug {
	background-color: #82000A;
	color: #ffffff;
}

table.compatibility td.no {
	background-color: #CB000F;
	color: #ffffff;
}

table.compatibility td.crash {
	background-color: #535353;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

table.compatibility td.test {
	background-color: #bbbbbb;
	color: #ffffff;
}
/* TRIMIT Portals browser compatibility table - end */
