::selection {background:#a2e2f4; color:#fff; /* Safari */}
::-moz-selection {background:#a2e2f4; color:#fff; /* Firefox */}

body{color:#666; background:url(../images/pageBg.jpg) repeat-y center top;}
.wrapper{background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e2e5ea 8%, #e2e5ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(8%,#e2e5ea), color-stop(100%,#e2e5ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e5ea 8%,#e2e5ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e2e5ea 8%,#e2e5ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e2e5ea 8%,#e2e5ea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e2e5ea 8%,#e2e5ea 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e5ea',GradientType=0 );  IE6-8 */}

header .brandDetails .headerAction li {border-color:transparent #e2e6e9 transparent #fff;}
header .brandDetails .headerAction li .headerAction{background:#000;}

/*navigation*/
.navPanel{/*box-shadow: 1px 1px 1px 0 #93aab2;*/ border-color:#2490af #167f9b #167f9b #167f9b !important;
background: #1e9abd; /* Old browsers */
background: -moz-linear-gradient(top,  #1e9abd 0%, #11859f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e9abd), color-stop(100%,#11859f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e9abd 0%,#11859f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e9abd 0%,#11859f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e9abd 0%,#11859f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e9abd 0%,#11859f 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9abd', endColorstr='#11859f',GradientType=0 );  IE6-8 */}
.navigation ul li {border-right-color:#2e9ab9 !important;}
.navigation ul li a { color:#fff; border-color:transparent #177da3 transparent transparent;}
.navigation ul li.selected a,.navigation ul li.mouseOn a{border-color:#127699 #177da3 #127699 #127699;}
.navigation ul li.selected ul.dropDown li a{border:none;}
.navigation ul li:hover, .navigation ul li.selected,.navigation ul li.mouseOn{ border-color:#127699 #177da3 #127699 #127699;
background: #1d88a7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #1d88a7 0%, #0f7288 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d88a7), color-stop(100%,#0f7288)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1d88a7 0%,#0f7288 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1d88a7 0%,#0f7288 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1d88a7 0%,#0f7288 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1d88a7 0%,#0f7288 100%); /* W3C */
}
.navigation ul li a.borderRightNone{border-right:none;}
.navigation ul li a:hover{border-color:#127699 #177da3 #127699 #127699;}

.navigation ul li ul {background: #1c87a7; /* Old browsers */}
.navigation ul li ul li{border-color:#2d93af transparent #12768e transparent !important;}
.navigation ul li ul li{border-bottom:1px solid #12768e;}
.navigation ul.subSubDropDown li:first-child{border-top:none !important; } 
.navigation ul.subSubDropDown li:last-child{border-radius:0 0 4px 4px; overflow:hidden;}
.navigation ul li ul li a:hover, .SubNavParent{background-color:#10738a !important;}
/*sub menu */
.subSubDropDownArrow,.subSubDropDownArrow:hover{background-image:url(../images/subSubDropDownArrow.png); background-repeat:no-repeat; background-position:92% 10px;}
.navigation ul.subSubDropDown{background: #37a5c6;}
.navigation ul.subSubDropDown li{border-color:#4bbddf transparent #2394b6 transparent !important;} 
.navigation ul.subSubDropDown li:last-child{border-radius:0 0 4px 4px; overflow:hidden;}
/*navigation*/
.iconDashBoard{ background-position:0 -1121px !important; height:16px; width:18px;}
.iconReports{ background-position:0 -1155px !important; height:16px; width:18px;}
.iconRepositories{ background-position:0 -1138px !important; height:16px; width:18px;}
.noborderRight, .noborderRight a{ border-right:none !important;}


/* headings */
h1,.heading1{
border-bottom-color:#dedede !important; -webkit-box-shadow: inset 1px 2px 0px 0px #f7f6f6;box-shadow: inset 1px 2px 0px 0px #f7f6f6;
background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/}

h1 .title, .heading1 .title{color:#666; text-shadow: 1px 1px 1px #fff;}
/* headings */

/* header */
.headerActionIcon {background:url(../images/headerActivities.png);}
.iconHelp{ background-position:0px 0;}
.iconEmail{background-position:0px -23px;}
.iconVoice{background-position:0px -45px;}
.iconSetting{background-position:0px -69px;}
.iconShare{ background-position:0px -108px;}
.iconCart{ background-position:0px -195px;}
.iconQuery{background-position:-1px -220px;}
/*a:hover.iconCart{ background-position:1px -174px;}*/
.iconHeadSearch {background-position: 0px -131px;}
.searchField, .searchField02{ color:#666; border-color: #bebebe #bebebe transparent #bebebe !important; background:#fff url(../images/headerActivities.png) no-repeat 6px -90px; box-shadow:0 1px 2px 1px #cecece inset;	-moz-box-shadow:0 1px 2px 1px #cecece inset; -ms-box-shadow:0 1px 2px 1px #cecece inset; -o-box-shadow:0 1px 2px 1px #cecece inset;	-webkit-box-shadow:inset 0 1px 2px 1px #cecece;}
.headerAction .searchField, .searchField02{ color:#666; /*border-color: #bebebe #bebebe transparent #bebebe !important;*/ background:#fff url(../images/headerActivities.png) no-repeat 6px -90px; box-shadow:0 1px 2px 1px #cecece inset;	-moz-box-shadow:0 1px 2px 1px #cecece inset; -ms-box-shadow:0 1px 2px 1px #cecece inset; -o-box-shadow:0 1px 2px 1px #cecece inset;	-webkit-box-shadow:inset 0 1px 2px 1px #cecece;}
.alertReg{
text-shadow:none;
color:#fff;
border-color:#d15e06;
background: -moz-linear-gradient(top, #f38415 0%, #ea5206 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f38415), color-stop(100%,#ea5206)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f38415 0%,#ea5206 100%); /* Chrome10+,Safari5.1+*/ 
background: -o-linear-gradient(top, #f38415 0%,#ea5206 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f38415 0%,#ea5206 100%); /* IE10+ */
background: linear-gradient(to bottom, #f38415 0%,#ea5206 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38415', endColorstr='#ea5206',GradientType=0 );  IE6-8 */
}
/*
.alertReg{border-color:#fff; box-shadow: 0 0 2px 1px #bebebe; -moz-box-shadow: 0 0 2px 1px #bebebe; -ms-box-shadow: 0 0 2px 1px #bebebe; -o-box-shadow: 0 0 2px 1px #bebebe; -webkit-box-shadow: 0 0 2px 1px #bebebe; color:#fff;
background: #ed7b16 ;

background: -moz-linear-gradient(top, #f99364 0%, #d44801 100%); /* FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99364), color-stop(100%,#d44801)); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top, #f99364 0%,#d44801 100%); /* Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, #f99364 0%,#d44801 100%); /* Opera 11.10+ 
background: -ms-linear-gradient(top, #f99364 0%,#d44801 100%); /* IE10+ 
background: linear-gradient(to bottom, #f99364 0%,#d44801 100%); /* W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99364', endColorstr='#d44801',GradientType=0 ); /* IE6-8 
}*/
/* header */

/* Links */
.primaryLink{color:#1793ba;}
.primaryLink a:link, .primaryLink a:visited	{color:#1793ba;}
.primaryLink a:hover{color:#1793ba;}
.secondaryLink{color:#1793ba!important;}
.secondaryLink a:link, .secondaryLink a:visited	{color:#1793ba!important;}
.secondaryLink a:hover{color:#1793ba!important;}
/* Links */

/* content structure */
.contentBox, .contentBox01 {border-color:#d6d8db; background:#fff;}
/* content structure */

/* footer */
footer .footerPanel {background:rgba(117, 117, 117, 0.88); background:#949494\0/; *background:#949494; border-color:#b2b2b2; box-shadow:0 0px 5px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 0px 5px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow:0 0px 5px 1px rgba(0, 0, 0, 0.5); -o-box-shadow:0 0px 5px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0 0px 5px 1px rgba(0, 0, 0, 0.5);}
footer .footerPanel .footerInner .footerPanLink{color:#fff;}
.footerSprite{background:url(../images/footerSprite.png); display:inline-block;}
footer .footerPanLink .leftCorn{ float:left; width:10px; height:18px; background-position: 0 0;}
footer .footerPanLink .rightCorn{float:left; width:10px; height:18px; background-position: -20px 0;}
footer .footerPanLink .mid{padding:6px 5px 0; height:16px; background-position: 0 -21px; float:left;}

footer .footerInner .enable:hover{box-shadow:0 0 4px 4px  rgba(28,141,168,.38) /*#1c8da8*/;}
footer .footerInner .enable:hover .hoverEffect{background-color:rgba(225,225,225,.2);}

footer .footerInner .disable:hover{box-shadow:0 0 4px 4px  rgba(0,0,0,.1) /*#fff*/;}
footer .footerInner .disable:hover .hoverEffect{position:absolute; top:0px; left:0px; width:100%; height:100%; display:block;text-align:center;}

footer .footerInner .disable h1 .title{color:#bbb;}
footer .footerInner .disable .content{color:#bbb;}

.pageFooter {/*background:#bcbec3;*/ color:#333; border-top:solid 1px #abaeb3;}

footer .footerInner .enable:hover .hoverEffect span{ background-position: -10px -50px;}
footer .footerInner .disable:hover .hoverEffect span{background-position: -10px -121px;}

/*footer css 240613*/
.pageFooter ul li { color: #333;}
.pageFooter ul li a { color: #333; text-decoration: underline; }
.pageFooter ul li a:hover{text-decoration:none;}
/* footer */

/* watermark */
.watermark{color:#b3b3b3;}
/* watermark */

/* grid */
/*.gridV {border:1px solid #fff;}*/
.gridV th{background: #F0F0F0; border-bottom:solid 1px #D9D9D9;   /*border-top:solid 1px #f9f9f9; -webkit-box-shadow: inset 0 1px 0 0#f9f9f9; -moz-box-shadow:inset 0 1px 0 0#f9f9f9; box-shadow:inset 0 1px 0 0#f9f9f9; color:#808080;*/ }
/*.gridV tr:nth-child(even){ background-color:#FFF;}*/
.gridV tr:nth-child(even){ background-color:#FAFAFA;}
.gridV tr:hover, .gridV tr.highlighted {background:#EAFAFF;}
.gridV07 tr:hover {background:#fff !important;}
.gridV tr.disabled:hover {background:none;}
.gridV td {border-bottom:1px solid #EEEEEE; color:#666;}
.gridV .even {background: #FAFAFA;}
.gridV .odd {background: #FFFFFF;}

/*.gridV td .modulesGridSprite{background:url(../images/moduleIcons.png) no-repeat;}*/
.gridV td .modulesGridSprite{background:url(../images/iconModuleSmallNew.png) no-repeat;}

.gridV td.iconRfp{background-color:/*#ea9b36f8a74a*/;} 
.gridV td.iconRfp .modulesGridSprite{background-position:0 0;}

.gridV td.iconAuction{background-color:/*#ea9b362ec5bc*/;} 
.gridV td.iconAuction .modulesGridSprite{background-position:-1px -21px;}

.gridV td.iconRfq{background-color:#ea9b36/*f8a74b*/;} 
.gridV td.iconRfq .modulesGridSprite{background-position:0 -44px;}

.gridV td.iconContract{background-color:/*#97d45c*/;} 
.gridV td.iconContract .modulesGridSprite{background-position:0 -64px;}

.gridV td.iconContractSigned{background-color:/*#92D352*/;} 
.gridV td.iconContractSigned .modulesGridSprite{background-position:0 -48px;}

.gridV td.iconContractOnline{background-color:#92D352;} 
.gridV td.iconContractOnline .modulesGridSprite{background-position:0 -204px;}

.gridV td.iconContractDraft{background-color:#92D352;} 
.gridV td.iconContractDraft .modulesGridSprite{background-position:3px -183px;}

.gridV td.iconRfi{background-color:#ea9b36/*#faa64e*/;} 
.gridV td.iconRfi .modulesGridSprite{background-position:0 -84px;}

.gridV td.iconAsmt, .gridV td.iconForm{background-color:#9FEAFC;} 
.gridV td.iconAsmt .modulesGridSprite{background-position:-4px -162px;}
.gridV td.iconForm .modulesGridSprite{background-position:-4px -186px;}

.gridV td.iconCertificate .modulesGridSprite{ background-position: -4px -207px; }

.gridV td.iconRequisition, .gridV td.iconPO, .gridV td.iconReceipt, .gridV td.iconInvoice{background-color:/*#FAD264*/;} 
.gridV td.iconRequisition .modulesGridSprite{background-position:-4px -71px;} 
.gridV td.iconPO .modulesGridSprite{background-position:-4px -93px;}
.gridV td.iconReceipt .modulesGridSprite{background-position:-4px -141px;}
.gridV td.iconInvoice .modulesGridSprite{background-position:-4px -118px;}

/* grid */

/* buttons */
.secondaryBtn{-webkit-box-shadow: 0px 1px 0px 0px #b5b5b5;box-shadow: 0px 1px 0px 0px #b5b5b5;zoom:1;/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#b5b5b5', Direction=180, Strength=1);*/color:#666666; text-shadow:0 1px 0 #f4f4f4; -webkit-box-shadow: 0 -1px 0 0 #B5B5B5 inset; box-shadow: 0 -1px 0 0 #B5B5B5 inset; -moz-box-shadow: 0 -1px 0 0 #B5B5B5 inset; -ms-box-shadow: 0 -1px 0 0 #B5B5B5 inset; -o-box-shadow: 0 -1px 0 0 #B5B5B5 inset;
background: #f5f5f5;
background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf));
background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%);
background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%);
background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%);
background: linear-gradient(to bottom, #f5f5f5 0%,#dfdfdf 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dfdfdf',GradientType=0 );*/}
.secondaryBtn:hover{background:#f2f2f2;}

.primaryBtn{color:#fff;  border-color:#167f9b !important; text-shadow: 0px 1px 0px #157a91;-webkit-box-shadow: inset 1px 1px 0px 0px #4caeca;box-shadow: inset 1px 1px 0px 0px #4caeca; -moz-box-shadow: inset 1px 1px 0px 0px #4caeca; -ms-box-shadow: inset 1px 1px 0px 0px #4caeca; -o-box-shadow: inset 1px 1px 0px 0px #4caeca;
background: #1e9abd;
background: -moz-linear-gradient(top, #1e9abd 0%, #11859f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e9abd), color-stop(100%,#11859f));
background: -webkit-linear-gradient(top, #1e9abd 0%,#11859f 100%);
background: -o-linear-gradient(top, #1e9abd 0%,#11859f 100%);
background: -ms-linear-gradient(top, #1e9abd 0%,#11859f 100%);
background: linear-gradient(to bottom, #1e9abd 0%,#11859f 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9abd', endColorstr='#11859f',GradientType=0 );*/
}

.primaryBtn:hover{ border-color:#16768f; box-shadow: inset 1px 1px 0px 0px #6ab1c5; -moz-box-shadow: inset 1px 1px 0px 0px #6ab1c5; -ms-box-shadow: inset 1px 1px 0px 0px #6ab1c5; -o-box-shadow: inset 1px 1px 0px 0px #6ab1c5; -webkit-box-shadow: inset 1px 1px 0px 0px #6ab1c5;
background: #238ba8; /* Old browsers */
background: -moz-linear-gradient(top,  #238ba8 0%, #16768f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#238ba8), color-stop(100%,#16768f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #238ba8 0%,#16768f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #238ba8 0%,#16768f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #238ba8 0%,#16768f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #238ba8 0%,#16768f 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238ba8', endColorstr='#16768f',GradientType=0 );  IE6-8 */}

.thirdBtn{color:#666; border:1px solid #b8b7b7; text-shadow: 0px 1px 0px #f0f0f0;-webkit-box-shadow: inset 1px 1px 0px 0px #fff;box-shadow: inset 1px 1px 0px 0px #fff; -moz-box-shadow: inset 1px 1px 0px 0px #fff; -ms-box-shadow: inset 1px 1px 0px 0px #fff; -o-box-shadow: inset 1px 1px 0px 0px #fff; background:#eceaea;
}

.auditTrail{background:url(../images/generalIcons.png) no-repeat -22px -127px; width:28px; height:19px; display:block;}
.iconTrackStatus{background:url(../images/generalIcons.png) no-repeat scroll -16px -295px; width:17px; height:17px; display:block;}
.iconwithdrawn{background:url(../images/generalIcons.png) no-repeat scroll -1px -1800px; width:17px; height:17px; display:block;}
.iconeventHierarchy{background:url(../images/generalIcons.png) no-repeat scroll -34px -295px; width:17px; height:17px; display:block;}
.thirdBtn:hover{ box-shadow: inset 1px 1px 0px 0px #fff; -moz-box-shadow: inset 1px 1px 0px 0px #fff; -ms-box-shadow: inset 1px 1px 0px 0px #fff; -o-box-shadow: inset 1px 1px 0px 0px #fff; -webkit-box-shadow: inset 1px 1px 0px 0px #fff;
background: #e1e0e0;} 
	  
.fourthBtn, .input .fourthBtn, .input .fourthBtn:focus{color:#666;  border-color:#c2c2c2; text-shadow:1px 1px 0 #fff;box-shadow: inset 1px 1px 0px 0px #fff; -webkit-box-shadow: inset 1px 1px 0px 0px #ebe9e9; -ms-box-shadow: inset 1px 1px 0px 0px #fff; -o-box-shadow: inset 1px 1px 0px 0px #fff; 
/*gradiant */
background: #eae8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #eae8e8 0%, #dbd9d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae8e8), color-stop(100%,#dbd9d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eae8e8 0%,#dbd9d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eae8e8 0%,#dbd9d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eae8e8 0%,#dbd9d9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eae8e8 0%,#dbd9d9 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8e8', endColorstr='#dbd9d9',GradientType=0 );  IE6-8 */
}
.fourthBtn:hover{ border-color:#c2c2c2; box-shadow: inset 1px 1px 0px 0px #fff; -moz-box-shadow: inset 1px 1px 0px 0px #fff; -ms-box-shadow: inset 1px 1px 0px 0px #fff; -o-box-shadow: inset 1px 1px 0px 0px #fff; -webkit-box-shadow: inset 1px 1px 0px 0px #fff;/*j*/background: #e1e0e0;}
/* buttons */

/* popup*/
.popupSelected{color:#efefe3 !important;}
/* popup*/

/* Basic Settings Wrapper */
.asideBox{ background:#fff;}
.asideBoxTabsHead ul li{ background: #299cbd;}
.asideTabsIcon { background:url(../images/asideTabsIcon.png) no-repeat;}
.iconTemplate{padding-left:20px;}
.iconTempletes{background:url(../images/iconTemplates.png) no-repeat;}
.iconSanitized{background:url(../images/iconSanitized.png) no-repeat;}
.iconRepository{ background-position: 0 -19px;}
.iconSurveys{ background-position: 0 -38px;}
.iconVariable{ background-position: 0 -38px;}
.asideBoxTabsHead{ border:1px solid #167f9b;}
.asideBoxTabsHead li a{color:#e8e8e8;}
.asideBoxTabsHead li.active, .asideBoxTabsHead li a:hover, .asideBarControl, .asideTriger{
	background: #0f7288;
	background: -moz-linear-gradient(top, #0f7288 0%, #1d88a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f7288), color-stop(100%,#1d88a7));
	background: -webkit-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -o-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -ms-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: linear-gradient(to bottom, #0f7288 0%,#1d88a7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7288', endColorstr='#1d88a7',GradientType=0 );*/
}

.tabConTopComp{
	background: #1d88a7;
	background: -moz-linear-gradient(top, #1d88a7 0%, #16768f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d88a7), color-stop(100%,#16768f));
	background: -webkit-linear-gradient(top, #1d88a7 0%,#16768f 100%);
	background: -o-linear-gradient(top, #1d88a7 0%,#16768f 100%);
	background: -ms-linear-gradient(top, #1d88a7 0%,#16768f 100%);
	background: linear-gradient(to bottom, #1d88a7 0%,#16768f 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d88a7', endColorstr='#16768f',GradientType=0 );*/
}
.iconSortList{background:url(../images/iconsAsideTabs.png) no-repeat;}
.iconSearch{background-position:0px 0px !important;}
.iconStar{background-position:0px -12px;}
.iconStarGray{background-position:0px -91px;}
.iconClock{background-position: 0px -33px;}
.iconFilter{background-position:0px -52px;}
.iconCompleted{background-position:0 -846px!important; height:16px; width:16px;}
.iconExclamation{background-position:-37px -1081px!important; height:16px; width:16px;}
.sortList ul {	
	background: #eceaea;
	background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2));
	background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );*/
}
.sortList ul li{ border-left:1px solid #f7f7f7; border-right:1px solid #fff; border-bottom:1px solid #dedede; border-top:2px solid #f9f9f9/*#f2f4f5*/;}
.sortList ul li a{ color:#fff; font-size:16px; color:#1793ba;text-shadow: 0px 1px 1px #fff;}
.sortList ul li a:hover, .sortList ul li a.active{border-bottom:1px solid #89b6c0;text-shadow: 0px 1px 1px #fff;
	background: #d4dbdd;
	background: -moz-linear-gradient(top, #d4dbdd 0%, #c2d0d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4dbdd), color-stop(100%,#c2d0d3));
	background: -webkit-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -o-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -ms-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: linear-gradient(to bottom, #d4dbdd 0%,#c2d0d3 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dbdd', endColorstr='#c2d0d3',GradientType=0 );*/
}
/*.sortList ul li a:hover{padding:9px 0 10px 0; padding:12px 0\0/;}*/
.sortList01 ul li a{	
	background: #eceaea;
	background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2));
	background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );*/
}
.sortList01 ul li a:hover, .sortList01 ul li a.active{border-bottom:1px solid #89b6c0;text-shadow: 0px 1px 1px #fff;
	background: #d4dbdd;
	background: -moz-linear-gradient(top, #d4dbdd 0%, #c2d0d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4dbdd), color-stop(100%,#c2d0d3));
	background: -webkit-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -o-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -ms-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: linear-gradient(to bottom, #d4dbdd 0%,#c2d0d3 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dbdd', endColorstr='#c2d0d3',GradientType=0 );*/
}

/*.iconStar{background-position:13px -12px;}
.iconClock{background-position: 13px -33px;}
.iconFilter{background-position:13px -52px;}*/

/* Secondary Navigation */
/*.secondaryNav ul{
	background: #f5aa4c;
background: -moz-linear-gradient(top, #f5aa4c 0%, #e18f28 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5aa4c), color-stop(100%,#e18f28));
background: -webkit-linear-gradient(top, #f5aa4c 0%,#e18f28 100%);
background: -o-linear-gradient(top, #f5aa4c 0%,#e18f28 100%);
background: -ms-linear-gradient(top, #f5aa4c 0%,#e18f28 100%);
background: linear-gradient(to bottom, #f5aa4c 0%,#e18f28 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5aa4c', endColorstr='#e18f28',GradientType=0 );
	}
.secondaryNav ul li{border-right:1px solid #e29029; border-left:1px solid #f6ac50;}
.secondaryNav ul li a{ color:#6f3a1d; }
.secondaryNav ul li a:hover, .secondaryNav ul li a.active{color:#fff; text-shadow:1px 1px 1px #6a4618;
	background: #e68408;
background: -moz-linear-gradient(top, #e68408 0%, #be6e18 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e68408), color-stop(100%,#be6e18));
background: -webkit-linear-gradient(top, #e68408 0%,#be6e18 100%);
background: -o-linear-gradient(top, #e68408 0%,#be6e18 100%);
background: -ms-linear-gradient(top, #e68408 0%,#be6e18 100%);
background: linear-gradient(to bottom, #e68408 0%,#be6e18 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68408', endColorstr='#be6e18',GradientType=0 );
}*/

.secondaryNav ul{
background-color:#f5a745;/* Old browsers */
 /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5a745, endColorstr=#e18f29); IE6-8 */
 background-image:-moz-linear-gradient(top, #f5a745 0%, #e18f29 100%);/* FF3.6+ */
 background-image:-webkit-linear-gradient(top, #f5a745 0%, #e18f29 100%);/* Chrome10+,Safari5.1+ */
 background-image:-ms-linear-gradient(top, #f5a745 0%, #e18f29 100%);/* IE10+ */
 background-image:linear-gradient(top, #f5a745 0%, #e18f29 100%);/* W3C */
 background-image:-o-linear-gradient(top, #f5a745 0%, #e18f29 100%);/* Opera 11.10+ */
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#f5a745), color-stop(100%,#e18f29));
}

.secondaryNav ul li{border-right:1px solid #e3902a;border-left:1px solid #f0a74b;}
.secondaryNav ul li a{color:#6b4717;}
.secondaryNav ul li a:hover, .secondaryNav ul li a.active
{color:#ffffff;
background-color:#e68407; /* Old browsers */
 /*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e68407, endColorstr=#bf6d17);*/
 background-image:-moz-linear-gradient(top, #e68407 0%, #bf6d17 100%);/* FF3.6+ */
 background-image:-webkit-linear-gradient(top, #e68407 0%, #bf6d17 100%); /* Chrome10+,Safari5.1+ */
 background-image:-ms-linear-gradient(top, #e68407 0%, #bf6d17 100%);/* IE10+ */
 background-image:linear-gradient(top, #e68407 0%, #bf6d17 100%);/* W3C */
 background-image:-o-linear-gradient(top, #e68407 0%, #bf6d17 100%); /* Opera 11.10+ */
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#e68407), color-stop(100%,#bf6d17)); /* Chrome,Safari4+ */
}

.secondaryNav ul li span.activeArrow{border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:8px solid #fff;}
.contentDiv{ background:#fff;}
/* Secondary Navigation End */
header .brandDetails .headerAction .asideBarList01 ul, .asideBarList01 ul{background:#fff;}
header .brandDetails .headerAction .asideBarList01 ul li,  .asideBarList01 ul li{border-bottom:1px solid #ededed;}
header .brandDetails .headerAction .asideBarList01 ul li a, .asideBarList01 ul li a{color:#666;}
header .brandDetails .headerAction .asideBarList01 ul li:hover,.asideBarList01 ul li:hover{background:#f7f7f7;}
header .brandDetails .headerAction .asideBarList01 ul li a.active, .asideBarList01 ul li a.active{background:#f7f7f7; /*border:1px solid #e3e3e3; -webkit-box-shadow: inset 0px 1px 1px 0px #dfdfdf; box-shadow: inset 0px 1px 1px 0px #dfdfdf;*/ font-weight: bold;}
.asideControlPanel{ border-top:1px solid #dcdcdc; background-color:#fff;}
header .brandDetails .headerAction .asideBarList01 ul li a.secondaryLink, .asideBarList01 ul li a.secondaryLink{color:#1793BA;}
/*.asideBarList02 ul{float:left; width:100%;}
.asideBarList02 ul li{border-bottom: 1px solid #EDEDED; color: #666666; padding: 15px; display:block;}
.asideBarList02 ul li a{color: #666666;}*/

/* Form Two Columns */
.formTwoColumn .label, .formThreeColumn .label, .formFourColumn .label, .formFiveColumn .label { color:#7A7A7A; }
.formTwoColumn .input, .formThreeColumn .input, .formFourColumn .input, .formFiveColumn .input { color:#999;}
/* Form Two Columns End */

.timelineComp{border:1px solid #e0dfdf; background:#f7f7f7; }
.timelineHead .title01{ color:#1793ba;}
.timelineComp .timelineGrid th{padding:5px;}
.timelineComp .timelineGrid tr.grayedOutRow, .timelineComp01 .timelineGrid tr.grayedOutRow{ opacity:0.4; filter:alpha(opacity=40);}
.timelineComp .timelineGrid tr.grayedOutRow td div, .timelineComp01 .timelineGrid tr.grayedOutRow td div{ cursor:default;}
.timelineComp .timelineGrid tr:last-child { border-bottom:0;}
.timelineComp .timelineGrid tr:nth-child(even) {background:#d0e1e6;}
.timelineComp .timelineGrid tr:nth-child(odd) {background:#eeecec;}
.timelineComp .timelineGrid td .highlightTimeline, .timelineComp .timelineGrid td.highlightTimeline{ background:#bcbcbc; }
.timelineComp .timelineGrid td .showProgres{ border:0px solid #b5b5b5;}
.timelineComp .timelineGrid td .showProgres span{ background:url(../images/timelineProgressBar.gif) repeat-x; border:1px solid #fbd3a1;}
.calMonth{color:#d6d8d9; border:1px solid #16768f;
	background: #0f7288;
	background: -moz-linear-gradient(top, #0f7288 0%, #1d88a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f7288), color-stop(100%,#1d88a7));
	background: -webkit-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -o-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -ms-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: linear-gradient(to bottom, #0f7288 0%,#1d88a7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7288', endColorstr='#1d88a7',GradientType=0 );*/
}
.iconPlus{ background: url(../images/iconPlus.gif) no-repeat;}
.calDate{color:#1c8099; background:#fff;}

.asideBarControl, .asideTriger{ border:1px solid #177a94; }
.asideBarControl span.arrowControl, .asideTriger span.arrowControl{ background:url(../images/sideBarArrowExpandCollapse.png) no-repeat;}
.asideBarControl span.arrowControlExpand, .asideTriger span.arrowControlExpand {background-position:0 0;}
.asideBarControl span.arrowControlCollapse, .asideTriger span.arrowControlCollapse{ background-position:0 -8px;}
.border01{border:1px solid #e2dfdf;}
/* Basic Settings Wrapper End */

/* general Icons */
.generalIcons, .tabs03 li a.generalIcons{background-image:url(../images/generalIcons.png);background-repeat: no-repeat; filter:none; }
.iconPopout, h1 .popOut,h2 .popOut, h3 .popOut,h4 .popOut,h5 .popOut,h6 .popOut{background-position:-2px -148px;}
/* general Icons */

.tempGraph1{background:url(../images/temp1.png) no-repeat center center;}

/* Survey Page */
/*.accordionBoxOpen {-webkit-box-shadow: 0px 2px 4px 0px #757575; box-shadow: 0px 2px 4px 0px #757575;}*/
.accordionBoxOpen .heading01{ border:1px solid #999;}
.accordionBox .content1 {border:1px solid #e5e5e5; border-top:none;}

.accordionBox .heading01 { background:#e5e3e4;
	/*background: #f3f2f2; box-shadow: 0 0 0 0 #F9F9F9 inset; 
	background: -moz-linear-gradient(top, #f3f2f2 0%, #ecebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#ecebeb));
	background: -webkit-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
	background: -o-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
	background: -ms-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
	background: linear-gradient(to bottom, #f3f2f2 0%,#ecebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#ecebeb',GradientType=0 );*/
	color:#4d4d4d;
	border:1px solid #e0dfdf; }

.accordionBox .heading01 .title {color:#666; /*text-shadow: 1px 1px 1px #fff; filter: dropshadow(color=#fff, offx=1, offy=1);*/}
.accordionBox .heading01 .titleSelected{color:#3c3c3c;}

.accordionBoxOpen .heading10{ border:1px solid #e4eff1!important;background:#e8f8fb!important;}
.accordionBox .heading10 {background:#f7f7f7;border:1px solid #ebeaea;}
.accordionBox .heading10 .title {color:#666; }
.accordionBox .heading10 .titleSelected{color:#3c3c3c;}

.heading10{ border:1px solid #e4eff1!important;background:#e8f8fb!important;}

.accordionBox a.iconArrow {background:url(../images/arrow.png) no-repeat;}
.accordionBox a.iconUp { background-position: 0px -8px;}
.accordionBox a.iconDown { background-position: 0px 1px;}
.openBox .heading01 {background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #ecebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#ecebeb));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#ecebeb 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#ecebeb',GradientType=0 );*/
border:1px solid #e0dfdf;}

.dottedBorder03{ border-bottom:1px dotted #d78b69}
.dottedBorder02{ border-bottom:1px dotted #b5b5b5}
.color30{color:#d78b69}
.openBox .heading01 .title { color:#1793ba;}
.subAccordionbox .header {background:#fcf9e5; border-top:1px solid #e7da97; border-bottom:1px solid #e7da97;  color:#666666;}
.subAccordionboxOpen .header {background: #f8f1c5; color:#666666; border-bottom:1px solid #cec07b;}
.contentBox .lightYellowBg {background:#fcf9e5; border-top:1px solid #e7da97; border-bottom:1px solid #e7da97;  color:#666666;}
.contentBox .grayBg {background: #f3f2f2; box-shadow: 0 0 0 0 #F9F9F9 inset; 
background: -moz-linear-gradient(top, #f3f2f2 0%, #ecebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#ecebeb));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#ecebeb 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#ecebeb',GradientType=0 );*/
border:1px solid #e0dfdf; }
.subAccordionbox .header02 {border-bottom:2px solid #71bcd1;cursor:pointer }
.subAccordionboxOpen .header02 {border-bottom:2px solid #71bcd1; }

.subAccordionboxOpen .header01 .title, .subAccordionbox .header01 .title{padding:5px 0 3px; font-size:15px;}
.subAccordionboxOpen .header01 .title{color:#cc6733!important;}
.subAccordionbox .header01 .title{color:#000}

.content1 {color:#666666;}
.header01New {border-bottom:2px solid #71bcd1;}
.subAccordionboxOpen{border:none; background:#FFF; /*-webkit-box-shadow: 0px 0px 7px 4px #fddfbe; box-shadow: 0px 0px 7px 4px #fddfbe;*/}
.iconPanel {background: url(../images/add.png) no-repeat;}
.iconAdd {background-position: 0px 0px;}
/* Survey Page End */

/* Search Results */
.gridV th.iconSearchRfx{-webkit-box-shadow: inset 0 0 0 0#f9f9f9; -moz-box-shadow:inset 0 0 0 0#f9f9f9; box-shadow:inset 0 0 0 0#f9f9f9;}
.gridV th.iconSearchRfx span{background:#faa64f;background-position:6px 8px;}
.gridV th.iconSearchAuction{ border-top:solid 1px #e7e7e7;}
.gridV th.iconSearchAuction span{background:#1dc0b6;background-position:4px -13px;}
.gridV th.iconSearchContract{border-top:solid 1px #e7e7e7;}
.gridV th.iconSearchContract span{ background:#96d459;background-position:5px -32px;}
.searcResultsActionIcon{ 
background-position:3px -58px; 
cursor:pointer; 
border:solid thin rgba(255,255,255,0);
border-bottom:none;
border-top:none;
-webkit-box-shadow:inset 1px 0px 0px rgba(255, 255, 255, 0.9);
-moz-box-shadow:inset 1px 0px 0px rgba(255, 255, 255, 0.9);
box-shadow:inset 1px 0px 0px rgba(255, 255, 255, 0.9);
border-left:solid thin rgba(214,214,214,.7);
border-left:solid thin rgb(214,214,214)\9;
}
.searcResultsActionIcon.active{border-color:#e2dfdf #cac9c9 transparent #e1dede; border-bottom:none;background-color:#ebe9e9 !important;
-webkit-box-shadow:0px 0px 6px #e1dfdf,#f9f9f9 1px 1px 0 0 inset;
 -moz-box-shadow: 0px 0px 6px #e1dfdf,#f9f9f9 1px 1px 0 0 inset;
 box-shadow: 0px 0px 6px #e1dfdf,#f9f9f9 1px 1px 0 0 inset;}
span.searchResultIcons,.searchResultIcons{ height:26px; background-image:url(../images/searchResultIcons.png) !important; background-repeat:no-repeat;}
.searchResultsActionShadow{ -webkit-box-shadow:0px 0px 6px #e1dfdf,#f9f9f9 1px 1px 0 0 inset;
 -moz-box-shadow: 0px 0px 6px #e1dfdf,#f9f9f9 1px 1px 0 0 inset;
 box-shadow: 0px 0px 6px #e1dfdf,#f9f9f9 1px 1px 0 0 inset;}
.searchResultsActionsBox{ border-color:#dddbdb #cac9c9 #c9c9c9 #d3d2d2; display:none;
background: #eeebeb;
background: -moz-linear-gradient(top, #eeebeb 0%, #f3f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeebeb), color-stop(100%,#f3f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeebeb 0%,#f3f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeebeb 0%,#f3f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeebeb 0%,#f3f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeebeb 0%,#f3f2f2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeebeb', endColorstr='#f3f2f2',GradientType=0 );  IE6-8 */}
.searchResultsActionsBox li{ border-color:#fff transparent #d2d2d2 transparent;}
.exportPdf{ background-position:-1px -83px;}
.exportExcel{ background-position:-1px -106px;}
.filterText{ color:#888888; text-shadow:0px 1px 0px #fff;}

.searchResult01{box-shadow:0px 5px 6px 0px rgba(119, 119, 119, 0.5)/*#777*/; -moz-box-shadow:0px 5px 6px 0px rgba(119, 119, 119, 0.5); -ms-box-shadow:0px 5px 6px 0px rgba(119, 119, 119, 0.5); -o-box-shadow:0px 5px 6px 0px rgba(119, 119, 119, 0.5); -webkit-box-shadow:0px 5px 6px 0px rgba(119, 119, 119, 0.5);
background: #1287a2; /* Old browsers */
background: -moz-linear-gradient(top,  #1287a2 0%, #08323d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1287a2), color-stop(100%,#08323d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1287a2 0%,#08323d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1287a2 0%,#08323d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1287a2 0%,#08323d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1287a2 0%,#08323d 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1287a2', endColorstr='#08323d',GradientType=0 );  IE6-8 */
}
.searchResult01 .inner{background:#fff; border-color:#83b9c5;}
.gridV01 th{background:#1f839a; color:#ffffff; box-shadow:none; border-top: 1px solid #4f9cb0; padding:10px;}
.gridV01 tr:hover {background:#f7f7f7;}
.gridV01 td {border-bottom:1px solid #166478; color:#666; padding:10px;}
.gridV01 .even {background: #fff;}
.gridV01 .odd {background: #fafafa;}

.loader{background: url(../images/pageLoading.gif) no-repeat; margin:10px auto; /*display:inline-block;*/ display:block; height:32px; width:32px;}
/* Search Results */
/*Sourcing*/
.card{border-color:#e4e3e3;background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #f1f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#f1f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#f1f0f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#f1f0f0 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#f1f0f0 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f0f0',GradientType=0 );  IE6-8 */
box-shadow:inset 1px 1px 0 0 #fff; -webkit-box-shadow:inset 1px 1px 0 0 #fff; -moz-box-shadow:inset 1px 1px 0 0 #fff;}
.cardTitle{background: #f6f5f5;
background: -moz-linear-gradient(top, #f6f5f5 0%, #f2f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(100%,#f2f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f5f5 0%,#f2f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f5f5 0%,#f2f1f1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f5f5 0%,#f2f1f1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f5f5 0%,#f2f1f1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#f2f1f1',GradientType=0 );  IE6-8 */
color:#1793ba;}
.cardTitle a{color:#1793ba;}
/*.sourcingRFQIcon{box-shadow:inset 1px 1px 0 0 #f3a256; -webkit-box-shadow:inset 1px 1px 0 0 #f3a256; -moz-box-shadow:inset 1px 1px 0 0 #f3a256;
background: #f5a745;}
.sourcingRFPIcon{box-shadow:inset 1px 1px 0 0 #f3a256; -webkit-box-shadow:inset 1px 1px 0 0 #f3a256; -moz-box-shadow:inset 1px 1px 0 0 #f3a256;
background:#f5a745;}
.sourcingRFIIcon{box-shadow:inset 1px 1px 0 0 #f3a256; -webkit-box-shadow:inset 1px 1px 0 0 #f3a256; -moz-box-shadow:inset 1px 1px 0 0 #f3a256;
background:#f5a745;}
.sourcingCardRFPHighlight{ background:#f5a745;text-shadow: 1px 1px 1px #f9cd95; color:#522811;}
*/

/*.sourcingRFQIcon{box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;
background: #F5A745;}
.sourcingRFPIcon{box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;
background:#F5A745;}*/
.sourcingRFIIcon{box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;
background:#F5A745;}
.sourcingCardRFPHighlight{ background:#f5a745;text-shadow: 1px 1px 1px #f9cd95; color:#522811;}
/*.sourcingAuctionIcon{ background:#f4a644; box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;}*/
.sourcingCardAuctionHighlight{background:#f5a745;text-shadow: 1px 1px 1px #f9cd95; color:#522811; /*background:#18bfb5; color:#0f5955;text-shadow: 1px 1px 1px #3dc9c1;*/}
.cardIcon span, .modules span{background-image:url(../images/moduleIconsNew.png);}
.sourcingRFQIcon span{ background-position:-3px -44px; }
.sourcingRFPIcon span{ background-position:-2px 0px;}
.sourcingRFIIcon span{ background-position:-3px 216px;}
.sourcingAuctionIcon span{ background-position:-1px -22px;}
.partnerIconNew span{ background-position:-1px -250px;}
.sourcingContractIcon{ background:#92d352;}
.sourcingP2PIcon{ background:#fad264;}
.sourcingP2PIcon span.requisition{ background-position:0px -83px;}
.sourcingP2PIcon span.PO{ background-position:-4px -113px;}
.sourcingP2PIcon span.receipt{ background-position:-4px -174px;}
.sourcingP2PIcon span.invoice{ background-position:-4px -144px;}
.sourcingP2PIcon span.invReconliation{ background-position:-4px -496px;}
.sourcingCardContractHighlight{background:#92d352;color:#4a771c;text-shadow: 1px 1px 1px #b5e389;}
.sourcingCardP2PHighlight{background:#FAD264; /*color:#353535;*/}
.sourcingContractIcon span{ background-position:-1px -65px;}
.cardContent{ border-bottom-color:#e2e2e2; /*background-color:transparent !important;*/}
.cardShareIcon{background-image:url(../images/generalIcons.png); background-position:-1px -170px;}
.cardHistoricalReviewIcon{background-image:url(../images/generalIcons.png); background-position:-32px -1486px;}
.cardPreviewIcon {background-image: url(../images/generalIcons.png);background-position: -23px -387px;}
.cardAddIcon{background-image:url(../images/generalIcons.png); background-position:-1px -190px;}
.cardButton{ border-color:#cccbcb #d0cfcf #cbcbcb #cecdcd; color:#666;background: #f5f5f5;
box-shadow:inset 1px 1px 0 0 #fff; -webkit-box-shadow:inset 1px 1px 0 0 #fff; -moz-box-shadow:inset 1px 1px 0 0 #fff;
background: -moz-linear-gradient(top, #f5f5f5 1%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 1%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 1%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 1%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(to bottom, #f5f5f5 1%,#dfdfdf 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dfdfdf',GradientType=0 );  IE6-8 */}
.cardButton:hover{ text-decoration:none;background: #f5f5f5;}
.cardParentContractIcon{background-position:0 -1190px!important;}
.splitButtonArrow{width:0;height:0;	border-left: 4px solid transparent;	border-right: 4px solid transparent;border-top: 4px solid #fff; margin-top:6px;}
.createRFPMenu{background:#1286a1;}
.createRFPMenu a{ color:#fff; line-height:25px; display:block; text-decoration:none !important;}
.createRFPMenu a:hover{ background:#12748b}
.createRFPMenu li{ border-bottom-color:#12768e;}
.templateCardHighlight{ background-color:#cdd4da !important;}
.templateCardIcon{background-color:#cdd4da !important; box-shadow:none!important}

/*edit by harshad for Partner management profile page*/
.createRFPMenu01{background:#1286a1;}
.createRFPMenu01 a{  line-height:21px; display:block; text-decoration:none !important;}
.createRFPMenu01 li{ border-bottom-color:#b8b7b7;}
.createRFPMenu01{background:#E1E0E0 !important; border: 1px solid #b8b7b7 !important;}
/*edit by harshad for Partner management profile page*/

/*Sourcing*/
/* Create - Basic Info */
.addBtn01 {border:1px solid #c2c2c2; -webkit-box-shadow:0 1px 0 0 #cdcdcd; box-shadow: 0 1px 0 0 #cdcdcd; 
background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dfdfdf));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #dfdfdf 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dfdfdf', GradientType=0 );*/
}
.addBtn01:hover{background: #f5f5f5; text-decoration:none;}
/* basic */
.shadetabs li a.selected {background: #0f7288;
	background: -moz-linear-gradient(top, #0f7288 0%, #1d88a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f7288), color-stop(100%,#1d88a7));
	background: -webkit-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -o-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -ms-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: linear-gradient(to bottom, #0f7288 0%,#1d88a7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7288', endColorstr='#1d88a7',GradientType=0 );*/
}
.contentInner {background:#fff;}
.asideBoxTabContent {/*box-shadow:1px 1px 0 0 #d3d5d8; -webkit-box-shadow:1px 1px 0 0 #d3d5d8;*/ border-right:1px solid #d3d5d8; border-bottom:1px solid #d3d5d8; }
.popupBox .asideBoxTabContent {box-shadow:none; -webkit-box-shadow:none; border-right:1px solid #D3D5D8}
.primaryBtn a {color:#fff;}
.createBtnHolder {box-shadow:0 2px 0 0 #c6c8cd; -webkit-box-shadow:0 1px 0 0 #c6c8cd; -webkit-box-shadow: inset 0px 2px 0px 0px #c6c8cd; box-shadow: inset 0px 1px 0px 0px #c6c8cd;
	background: #e2e5ea;
	background: -moz-linear-gradient(top, #e2e5ea 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e5ea), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #e2e5ea 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e2e5ea 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e2e5ea 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #e2e5ea 0%, #ffffff 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e5ea', endColorstr='#ffffff', GradientType=0 );*/
}
.timelineComp .timelineGrid th {border-bottom:1px solid #fff;}
.timelineComp .timelineGrid td {border-bottom:1px solid #fff;}
.timelineComp .timelineGrid tr.odd {background-color:#EEECEC;}
.timelineComp .timelineGrid tr.even {background-color:#D0E1E6;}

.asideBarControl span.arrowControlExpand, .asideTriger span.arrowControlExpand{background-position:0 1px;}

.shadetabs li a{background:none repeat scroll 0 0 #299CBD; color: #fff; /*text-shadow:1px 1px 0 #146E86;*/font-size:16px !important; }

.ddTextField span{ border:1px solid #e3e2e2; border-left:1px solid #dedede;
	background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/
	}

.ddTextField span a{background:url(../images/selectorArrowSprite.png) no-repeat -1px 0;}

 .openPanel {border:1px solid #e8e7e7; background:#fafafa;}
.openSum {/*background:#f0efef;*/ color:#333333;cursor:pointer;}
.iconArrow01 {background: url(../images/iconArrows.png) no-repeat; display:block;}
.iconDownArrow {background-position: 0px 2px;}
.iconLeftArrow {background-position: 0px -5px;}

/* popup*/
.popupBox .headBox .title{color:#fff; font-size:16px; text-shadow: 1px 1px 1px #1c5665;}
.fancybox-close {background:url(../images/closePopup.png) no-repeat;}
.bgWhite,.popupBoxBg{ border-top: 1px solid #4D9BAE;
background: #167c95; /* Old browsers */
background: -moz-linear-gradient(top,  #167c95 0%, #0e657c 46%, #062932 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#167c95), color-stop(46%,#0e657c), color-stop(100%,#062932)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #167c95 0%,#0e657c 46%,#062932 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #167c95 0%,#0e657c 46%,#062932 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #167c95 0%,#0e657c 46%,#062932 100%); /* IE10+ */
background: linear-gradient(to bottom,  #167c95 0%,#0e657c 46%,#062932 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167c95', endColorstr='#062932',GradientType=0 );  IE6-8 */
}
.highlightGrey{background:#f8f8f8;}

/* Suppliers */
.arrowUp, .arrowDown{background:url(../images/arrowsSmall.gif) no-repeat 0 -7px;}
.arrowUp{background-position:0 0;}

.highlightBox{background:#F6F6F6;}
.highlightBox h4{/*border-bottom:1px solid #ccc;*/ color:#b1b1b1;}

.idleField{color:#CCC !important;}
.focusField{color:#666 !important;}

.iconAttachment {background-position:-43px -1215px;}
.iconQuestType{background-position:0 -312px;}
.iconDeleteHidden, .iconDelete, .tabs03 li a.iconDelete{background-position:-35px -1048px !important}
.iconDeleteHiddenGray { background-position: -4px -1625px !important;}
.iconDeleteHiddenGray:hover{background-position:-19px -1625px !important;}
.iconAddPlus{background-position:0 -408px;}

.actionIcons{background:url(../images/actionIcons.png) no-repeat 0 0;}
.iconPreview {background-position:1px 5px/*background-position:0px -961px;*/}
.iconPreviewDis {background-position:-24px 5px;}
.iconIncombent{background:url(../images/iconIncombent.png) no-repeat 0 0;}
.iconIncombentInactive{background:url(../images/iconIncombent.png) no-repeat 0 -19px;}
.iconPencil{background-position:-3px -77px;}
.iconEraser{background-position:-3px -94px;}
.iconClear{background-position:-27px -77px;}
.iconSignatory{background-position:0 -109px}
.iconSignatoryDis{background-position:-27px -109px;}

.gridV2{}
.gridV2 th{background:#E5E5E5;}
.gridV2 td{border-bottom:1px solid #E5E5E5; background:#fff;}

.actionIcons24{background:url(../images/actionIcons24.png) no-repeat 0 0;}
.iconAdd24{background-position:0 0;}

/*Item*/
.addItemBox{ border-color:#dfdfdf;background: #f3f2f2; box-shadow: 0 0 0 0 #F9F9F9 inset; 
background: -moz-linear-gradient(top, #f3f2f2 0%, #ecebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#ecebeb));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#ecebeb 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#ecebeb 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#ecebeb',GradientType=0 );*/}
.gridVI{ border-color:#E5E5E5;}
.itemTableSettingsAction{ background-image:url(../images/generalIcons.png); background-position:-1px -190px;}
.itemTableSettings{ border-color:#177b95;background:#fff;
background: -moz-linear-gradient(top, #ffffff 0%, #edebec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edebec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#edebec 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#edebec 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edebec',GradientType=0 );  IE6-8 */}
.itemTableSettings .upArrow{ border-color: transparent transparent #187a97 transparent}
.itemTableSettings .downArrow{ border-color:  #187a97 transparent transparent transparent}
.itemTableSettingIcons{ background-image:url(../images/generalIcons.png); background-repeat:no-repeat;}
.itemTableSettingIconsSave{ background-position:left -244px;}
.itemTableSettingIconsSave:hover{ background-position:left -261px;}
.itemTableSettingIconsCancel, .iconCancelTitle{background-position:0 -278px;}
.itemTableSettingIconsCancel:hover, .iconCancelTitle:hover{background-position:0 -295px}
.settingsActionTrigger, .settingsActionTrigger1{ border-color:transparent transparent transparent rgba(99,99,99,.25) !important;}
.settingsActionTrigger.active{ border-color:#E2DFDF #CAC9C9 transparent #E1DEDE !important;}
.textRight{ text-align:right !important;}
/*Item*/
/*Sections*/
/*.attaments{background-position:0 -330px; cursor:pointer;}*/
.attaments{background-position:-34px -206px; cursor:pointer;}
.iconQuestTypes {background-position:0 -312px;}

/*Category*/
.firstLevel{background:#84bfd0 !important;}
.secondLevel{background:#bcd7ee !important;}
.secondLevel{background: #bcd7ee !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #bcd7ee 0%, #bcd7ee 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcd7ee), color-stop(100%,#bcd7ee)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bcd7ee 0%,#bcd7ee 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bcd7ee 0%,#bcd7ee 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bcd7ee 0%,#bcd7ee 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #bcd7ee 0%,#bcd7ee 100%) !important; /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd7ee', endColorstr='#bcd7ee',GradientType=0 );  IE6-8 */}
.thirdLevel{background: #ebebee !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #ebebee 0%, #ebebee 100% !important); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebee), color-stop(100%,#ebebee)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebebee 0%,#ebebee 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebebee 0%,#ebebee 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ebebee 0%,#ebebee 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #ebebee 0%,#ebebee 100%) !important; /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebee', endColorstr='#ebebee',GradientType=0 );  IE6-8 */}
.row {border-bottom:1px solid #E5E5E5;background:#ffffff !important;}

.fourLevel{background:#fff !important;}
.popupBody ul li.fourLevel .headTrigger{color:#979797;}
.firstlevelborder{border-bottom:1px solid #78b4c5;}
.firstlevelBordertop{border-top:1px solid #a3cfdc;}
.greenBorder{border-bottom:1px solid #78b4c5;}
.closeIcon{background-position:-4px 0;width:13px;height:13px;}
.borderbottomNone{border-bottom:none!important;}
.borderbottomWhite{ border-bottom-color: #FFFFFF !important}
.grayborder{border-bottom:1px solid #e4e9ed;}
.grayLeft{border-left:1px solid #e4e9ed;}
.lightGreen{border-left:1px solid #a3d0dc;}
.borderTop { border-top: 1px solid #e2dfdf; }
/*.plusIcon{background-position:-6px -113px;width:7px;height:7px;cursor:pointer;}*/
.plusIcon{background-position:-1px -1782px;width:16px;height:16px;cursor:pointer;}
/*.minusIcon{background-position:-4px -415px !important; width:7px;height:2px;margin-top:8px;cursor:pointer;}*/
.minusIcon{background-position:-15px -1782px !important; width:16px;height:16px;margin-top:1px;cursor:pointer;}
.folderIcon{background-position:4px -123px;width:10px;height:8px;padding:0 22px 0 0;}
.docIcon{background-position:8px -134px;width:8px;height:10px;padding:0 22px 0 0;}
.select{background:url(../images/sortingSelect.png) no-repeat;width:78px;height:49px;position:absolute;top:10px;left:0;}

.popupSearch{background: #eceaea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );  IE6-8 */
border:1px solid #e0dfdf;
}
.selectedCategories {background: -o-linear-gradient(top, rgba(237,217,180,1), rgba(228,183,118,1));/* Firefox 3.6+ */
background: -moz-linear-gradient(top, rgba(237,217,180,1), rgba(228,183,118,1));/* Chrome 7+ & Safari 5.03+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(237,217,180,1)), color-stop(1, rgba(228,183,118,1)));/* IE5.5 - IE7 */
/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFEDD9B4, EndColorStr=#FFE4B776); IE8 
-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFEDD9B4, EndColorStr=#FFE4B776);*/
border-color:#b07e4d;}
.categoryCount {background:#e6cba0;-moz-box-shadow:inset 0 1px 2px #c08f4e;-webkit-box-shadow: inset 0 1px 2px #c08f4e;box-shadow:inset 0 1px 2px #c08f4e;}
.selectedCategoryList {background:#fff;}
.selectedCategoryList li {border-bottom-color:#ccc;background:#fff;}
.selectedCategoryList li:hover {background:#f5f5f5;}
.selectedCategoryList li:last-child{border-bottom:none;}
/*Category*/

/* popup RFP Sharing */
.iconEdit {background-position:-2px -17px; width:19px;}
.iconEditDis {background-position:-27px -17px; width:19px;}
.iconCheck {background-position:-1px -38px; width:19px; height:17px;}
.iconCheckDis {background-position:-27px -38px; width:19px; height:17px;}
.iconScore {background-position:-1px -57px; width:19px; height:17px;}
.iconScoreDis {background-position:-27px -57px; width:19px; height:17px;}
.countState {background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/ border-top: 1px solid #f9f9f9; color:#353535;}

.searchBg {background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/ }

.alertCount{border-color:#fff; box-shadow: 0 0 2px 1px #bebebe; -moz-box-shadow: 0 0 2px 1px #bebebe; -ms-box-shadow: 0 0 2px 1px #bebebe; -o-box-shadow: 0 0 2px 1px #bebebe; -webkit-box-shadow: 0 0 2px 1px #bebebe; color:#fff;
background: #f6bec1; /* Old browsers */
background: -moz-linear-gradient(top,  #f6bec1 0%, #e75159 38%, #e1262f 40%, #af0002 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6bec1), color-stop(38%,#e75159), color-stop(40%,#e1262f), color-stop(100%,#af0002)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6bec1 0%,#e75159 38%,#e1262f 40%,#af0002 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6bec1 0%,#e75159 38%,#e1262f 40%,#af0002 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6bec1 0%,#e75159 38%,#e1262f 40%,#af0002 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6bec1 0%,#e75159 38%,#e1262f 40%,#af0002 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6bec1', endColorstr='#af0002',GradientType=0 );  IE6-8 */
}

.titleBg { border-bottom:1px solid #cbcbcb;
background: #f7f6f6;
background: -moz-linear-gradient(top, #f7f6f6 0%, #f2f1f1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f6), color-stop(100%,#f2f1f1));
background: -webkit-linear-gradient(top, #f7f6f6 0%,#f2f1f1 100%);
background: -o-linear-gradient(top, #f7f6f6 0%,#f2f1f1 100%);
background: -ms-linear-gradient(top, #f7f6f6 0%,#f2f1f1 100%);
background: linear-gradient(to bottom, #f7f6f6 0%,#f2f1f1 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f6', endColorstr='#f2f1f1',GradientType=0 );*/
}
.titleBg h3 {color: #1793BA; text-shadow: 0px 0px 2px #ffffff; -moz-text-shadow: 0px 0px 2px #ffffff; -ms-text-shadow: 0px 0px 2px #ffffff; -o-text-shadow: 0px 0px 2px #ffffff; -web-text-shadow: 0px 0px 2px #ffffff; font-size:18px; font-weight:normal;}
.titleBg .count{color:#666; -webkit-box-shadow: 0px 1px 1px 0px #fff; box-shadow: 0px 1px 1px 0px #fff;
	background: #c6c5c5;
background: -moz-linear-gradient(top, #c6c5c5 0%, #f3f2f2 3%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c5c5), color-stop(3%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #c6c5c5 0%,#f3f2f2 3%,#eceaea 100%);
background: -o-linear-gradient(top, #c6c5c5 0%,#f3f2f2 3%,#eceaea 100%);
background: -ms-linear-gradient(top, #c6c5c5 0%,#f3f2f2 3%,#eceaea 100%);
background: linear-gradient(to bottom, #c6c5c5 0%,#f3f2f2 3%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c5c5', endColorstr='#eceaea',GradientType=0 );*/}

.titleBg .count span{text-shadow: 0px 1px 1px #fff; -webkit-box-shadow: inset 0px 1px 1px 0px #c6c5c5; box-shadow: inset 0px 1px 1px 0px #c6c5c5;}

.selected{background:#eceaea; color:#fff;}
.selected h3{color:#333;}

.countAlert { color:#353535; border:1px solid #c6c6c6; background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #e2e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e2e1e1));
background: -webkit-linear-gradient(top, #eeeeee 0%,#e2e1e1 100%);
background: -o-linear-gradient(top, #eeeeee 0%,#e2e1e1 100%);
background: -ms-linear-gradient(top, #eeeeee 0%,#e2e1e1 100%);
background: linear-gradient(to bottom, #eeeeee 0%,#e2e1e1 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e2e1e1',GradientType=0 );*/
}

.iconBack {background: url(../images/iconBack.png) 0px 4px no-repeat; height: 30px; width:30px; display:inline-block;}

.gridVgrad td{background:#fff;
	/*background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #edebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#edebeb));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#edebeb 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#edebeb 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#edebeb 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#edebeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#edebeb',GradientType=0 );*/
}

.tabList ul {	
	background: #eceaea;
	background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2));
	background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );*/
}
.tabList ul li{ border-left:1px solid #f7f7f7; border-right:1px solid #fff; border-bottom:1px solid #dedede; border-top:2px solid #f9f9f9/*#f2f4f5*/;}
.tabList ul li a{ color:#fff; font-size:16px; color:#1793ba;text-shadow: 0px 1px 1px #fff;}
.tabList ul li a:hover, .tabList ul li a.active{border-bottom:1px solid #89b6c0;text-shadow: 0px 1px 1px #fff; color:#333;
	background: #d4dbdd;
	background: -moz-linear-gradient(top, #d4dbdd 0%, #c2d0d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4dbdd), color-stop(100%,#c2d0d3));
	background: -webkit-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -o-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -ms-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: linear-gradient(to bottom, #d4dbdd 0%,#c2d0d3 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dbdd', endColorstr='#c2d0d3',GradientType=0 );*/
}
/* popup RFP Sharing */

/*Comunication Center*/
.comunicationCenterTabs ul.tabList{background:#f0eeee;}
.comunicationCenterTabs{}
.comunicationCenterTabs li a{ background:#f0eeee; border-bottom-color:#b4b6b7; border-right-color:#b4b6b7;-moz-box-shadow: inset 1px 2px 0 1px #f9f9f9;
-webkit-box-shadow: inset 1px 2px 0 1px #f9f9f9; color:#000; text-decoration:none;
box-shadow: inset 1px 2px 0 1px #f9f9f9;}
.comunicationCenterTabs li a.active{ background-color:#d3dadc;-moz-box-shadow: inset 1px 2px 0 1px #f2f4f5;
-webkit-box-shadow: inset 1px 2px 0 1px #f2f4f5;
box-shadow: inset 1px 2px 0 1px #f2f4f5;}
.comunicationCenterTabs li a.active .activeArrow{ border-color:#D3DADC transparent transparent transparent; }
.comunicationCenterIcons{ background:url(../images/generalIcons.png);}
.emailIcon{ background-position:-24px 0px;}
.chatIcon{background-position:-24px -22px;}
.notificationIcon{background-position:-28px -44px;}
.comunicationCenterSearchBox{ border-right-color:#157992;}
.comunicationCenterSearchBoxInner{ border-color:#e0dfdf; border-bottom:none; -moz-box-shadow: inset 0 1px 0 0 #f9f9f9;-webkit-box-shadow: inset 0 1px 0 0 #f9f9f9;box-shadow: inset 0 1px 0 0 #f9f9f9;background: #f3f2f2;background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );  IE6-8 */}
.comunicationCenterSearchBox .searchbox{ border-color:#bebebe #eae9e9 #fff #e5e4e4; border-radius:15px; -webkit-border-radius:15px;
-moz-box-shadow: inset 0 1px 3px 1px #cecece;-webkit-box-shadow: inset 0 1px 3px 1px #cecece;box-shadow: inset 0 1px 3px 1px #cecece; background:#fff url(../images/headerActivities.png) no-repeat 4px -90px; }
.comunicationCenterSearchBox .fliterIcon{ background-image:url(../images/generalIcons.png); background-position:0 -348px;}
.comunicationContacts .asideBarList01 li{ border-right-color:#157992;}
.comunicationContacts .asideBarList01 li a{ padding:0; border-top-color:#dbdbdb;}
.comunicationContacts .asideBarList01 li a span.name{ color:#333333;}
.comunicationContacts .asideBarList01 li a span.department{ color:#7f7f7f; font-size:11px;}
.comunicationContacts .asideBarList01 li.active{border-right-color:#f7f7f7;}
.comunicationContacts .asideBarList01 li.active a.active{ background:#f7f7f7 !important; border-top:solid 1px #adadad; border-bottom:none; border-left:none; border-right:none;}
.comunicationContacts .asideBarList01 li a .contactStatus{ background:url(../images/generalIcons.png)}
.comunicationContacts .asideBarList01 li a .offline{background-position:-28px -114px;}
.comunicationContacts .asideBarList01 li a .online{background-position:-39px -114px;}
.comunicationContacts .bottomBox{ border-right-color:#157992; border-bottom-right-radius:0; -webkit-border-bottom-right-radius:0; -moz-border-radius-bottomright:0; -moz-box-shadow: inset 0 1px 0 0 #efeeee;-webkit-box-shadow: inset 0 1px 0 0 #efeeee;box-shadow: inset 0 1px 0 0 #efeeee;}
.toogleButton{ background: #050a0c;background: -moz-linear-gradient(top, #050a0c 0%, #0d1a20 10%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#050a0c), color-stop(10%,#0d1a20)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #050a0c 0%,#0d1a20 10%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #050a0c 0%,#0d1a20 10%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #050a0c 0%,#0d1a20 10%); /* IE10+ */
background: linear-gradient(to bottom, #050a0c 0%,#0d1a20 10%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050a0c', endColorstr='#0d1a20',GradientType=0 );  IE6-8 */
-moz-box-shadow: 0 0 1px 0 #000;
-webkit-box-shadow: 0 0 1px 0 #000;
box-shadow: 0 0 1px 0 #000;}
.toogleButton a.active{ background: #167c95;background: -moz-linear-gradient(top, #167c95 0%, #0e657c 24%, #062932 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#167c95), color-stop(24%,#0e657c), color-stop(100%,#062932)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #167c95 0%,#0e657c 24%,#062932 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #167c95 0%,#0e657c 24%,#062932 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #167c95 0%,#0e657c 24%,#062932 100%); /* IE10+ */
background: linear-gradient(to bottom, #167c95 0%,#0e657c 24%,#062932 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167c95', endColorstr='#062932',GradientType=0 );  IE6-8 */}
.toogleButton a.left{ border-top-left-radius:2; -webkit-border-top-left-radius:2px; -moz-border-radius-topleft:2px; border-bottom-left-radius:2; -webkit-border-bottom-left-radius:2px; -moz-border-radius-bottomleft:2px;}
.toogleButton a.right{ border-top-right-radius:2; -webkit-border-top-right-radius:2px; -moz-border-radius-topright:2px; border-bottom-right-radius:2; -webkit-border-bottom-right-radius:2px; -moz-border-radius-bottomright:2px; }
.toogleButton a span{ background-image:url(../images/generalIcons.png);}
.toogleButton a.left span{ background-position:-26px -71px;}
.toogleButton a.right span{background-position:-32px -94px;}
.comunicationCenterRightPanel{ border-top-color:#0d4c5c; background:#f7f7f7;}
.comunicationCenterRightPanel h1{text-shadow: 1px 1px 1px #fff;}
.comunicationCenterRightPanel .mailMessgeData li{ border-bottom-color:#e4e4e4; color:#000;}
.comunicationCenterRightPanel .mailMessgeData li span{ color:#666;}
.comunicationCenterRightPanel .mailMessgeData li a.attatchment{ color:#1793ba;}
.comunicationCenterRightPanel .chatBody .firstPerson{ background:#bcd7ee; color:#000; font-weight:bold;}
.comunicationCenterRightPanel .chatBody .secondPerson{ background:#dedede; font-weight:bold; color:#000;}
/*Comunication Center*/

/*Summary*/
.summaryBox{ border-color:#d6d8db; background:#fff;}
.summaryBox h1{text-shadow: 1px 1px 1px #fff;}
.summaryBox .editIcon{  background-position:-16px -278px;}
.summaryBox .alertReg{ border-color:#e48235;background: #fe9f40;background: -moz-linear-gradient(top, #fe9f40 0%, #f37635 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9f40), color-stop(100%,#f37635)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fe9f40 0%,#f37635 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fe9f40 0%,#f37635 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fe9f40 0%,#f37635 100%); /* IE10+ */
background: linear-gradient(to bottom, #fe9f40 0%,#f37635 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9f40', endColorstr='#f37635',GradientType=0 );  IE6-8 */}
.editIcon{background-position:-16px -278px;}
.formThreeColumn strong{color:#999;}
.darkFont{color:#666 !important;}
.rolesPrivilages{background:url(../images/rolesPrivilages.png) no-repeat 0 0;}
.view01{background-position:0 0;}
.approve01{background-position:0 -12px;}
.score01{background-position:0 -25px;}
.edit01{background-position:0 -42px;}
.signatory01{background-position:0 -60px;}
.review01{background-position:0 -76px;}
/*Summary*/

/* PartnerAssessment Basic Details */
.requiredTxt {color:#fb0415!important;}
.formSingleColumn span.requiredTxt {color:#fb0415!important;}
.iconSprite {background: url(../images/iconSprite.png) no-repeat transparent; display:block;}
.iconCalender { background-position:0px 0px; }
.iconTime {background-position:0px -17px; }

.ddTextField1 span{ border:1px solid #e3e2e2; border-left:1px solid #dedede;
	background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/
	}
	
.ddTextField1 span a{background: url(../images/selectorArrowSprite.png) no-repeat -1px -134px; }

.ddTextField2 span{ border:1px solid #e3e2e2; border-left:1px solid #dedede;
	background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/
	}
	
.ddTextField2 span a{background: url(../images/selectorArrowSprite.png) no-repeat -1px -161px; }

.borderBox {border: 1px solid #E0DFDF;}
.borderBtm { border-bottom: 1px solid #E0DFDF;}
/* PartnerAssessment Basic Details */

/* Partner Forms Suppliers */
.locks{background:url(../images/locks.png) no-repeat;}
.iconLock{background-position:0 0;}
.iconUnlock{background-position:0 -16px;}
/* Partner Forms Suppliers */

/*Create Catalog*/
.catlogTabs{border-color:#d5d5d5;}
.catlogTabs li a{ border-left-color:#cacaca; color:#436174; background:#f3f2f2;-moz-box-shadow: inset 1px 2px 0 0 #f9f9f9;-webkit-box-shadow: inset 1px 2px 0 0 #f9f9f9;box-shadow: inset 1px 2px 0 0 #f9f9f9;text-shadow: 1px 1px 1px #fff;}
.catlogTabs li a.active{ color:#fff;text-shadow: 1px 1px 1px #000;-moz-box-shadow: inset 1px 1px 0 0 #000;-webkit-box-shadow: inset 1px 1px 0 0 #000;
box-shadow: inset 1px 1px 0 0 #000;background: #bdbec0;background: -moz-linear-gradient(top, #bdbec0 0%, #444547 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbec0), color-stop(100%,#444547)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bdbec0 0%,#444547 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bdbec0 0%,#444547 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bdbec0 0%,#444547 100%); /* IE10+ */
background: linear-gradient(to bottom, #bdbec0 0%,#444547 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbec0', endColorstr='#444547',GradientType=0 );  IE6-8 */}
.catlogTabs li a:hover{ color:#fff;text-shadow: 1px 1px 1px #000;-moz-box-shadow: inset 1px 1px 0 0 #000;-webkit-box-shadow: inset 1px 1px 0 0 #000;
box-shadow: inset 1px 1px 0 0 #000;background: #bdbec0;background: -moz-linear-gradient(top, #bdbec0 0%, #444547 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbec0), color-stop(100%,#444547)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bdbec0 0%,#444547 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bdbec0 0%,#444547 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bdbec0 0%,#444547 100%); /* IE10+ */
background: linear-gradient(to bottom, #bdbec0 0%,#444547 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbec0', endColorstr='#444547',GradientType=0 );  IE6-8 */}
.catalogTemplate .thirdBtn{text-shadow: 1px 1px 1px #fff;}
.ddTextField3 span a{ background-position:-1px -79px;}
.ddTextField4 span a{ background-position:-1px -188px;}
.ddTextField5 span a{ background-position:-1px -215px;}
.ddTextField6 span a{ background-position:-2px -242px;}
.ddTextField7 span a{ background-position:-1px -407px;}
.ddTextField8 span a{ background-position:-2px -296px;}
.catalogUploadSection{ background:#f9f8f8; border-color:#ededed;}
.iconUpload{ background:url(../images/generalIcons.png) no-repeat 5px -424px;}
.infoTooltipTrigger{background:url(../images/generalIcons.png) no-repeat 0 -440px;}
.catalogUploadSection .partnerLogoContainer{ background:#fff; border-color:#ebebeb;}
.catalogUploadSection hr{ background:#ededed; border-top-color:#fff;}
.catalogUploadSection a{ color:#198fad;}
.bottomBoxLight{ background:#f9f8f8;}
.restrictArea{ color:#198fad; background-position:0 -295px;}
.catalogList tr:hover{ background:#f9f8f8;}
.catalogList tr th .highlightTxt{ color:#14798d;}
.catalogList th .iconFilter{ background-position:-1px -507px;}
.catalogList .highlightTxt{ color:#000;}
.catalogList .statusApproved{ color:#339933;}
.catalogList .statusPending{ color:#ff6600;}
.catalogList .statusReject{ color:#ff0000;}
.catalogList .iconHistory{ background-position:0 -489px;}
.catalogList .iconEdit{ background-position:0 -472px;}
.catalogList .iconDownload{ background-position:0 -455px;}
.catalogList .iconShare { background-position: -34px -408px !important;}
.pagination{ color:#0c6c80;}
.pagination a{color:#0c6c80;}
.pagination a.gotoFirst{ background-position:0px -519px;}
.pagination a.gotoLast{ background-position:0px -535px;}
.pagination ul li a{ border-right-color:#0c6c80;}
.pagination ul li a:hover{ color:#fff; background:#096b7d;}
/*Create Catalog*/

.partnerIcon{background:#9feafc;}
.partnerIcon span.assessment{background-position:-1px -246px;}
.partnerIcon span.form01{background-position:-1px -268px;}
.partnerCertificateIcon span.form01{background-position:0px -867px;}
.partnerHighlight{background: none repeat scroll 0 0 #9feafc; color: #5c5c5c;}

.sourcingContractIcon span.draft{background-position:3px -184px;}
.sourcingContractIcon span{height:20px; width:27px;}
.sourcingContractIcon span.online{background-position:-1px -203px;}
.sourcingContractIcon span.signed{background-position:0 -56px;}

/*supplier & lot*/
.pricingDetails{background:#f9f7f8;border:1px solid #ececec;}
.pricingTitle{color:#000;}
.pricingDetails .gridV td{border:none;}
.pricingDetails .gridVI{border:none;}
.itemTableSettingIconsEdit{background-position:0 -472px;width:16px;height:16px; }
.lotInput{width:65px;height:26px;border:1px solid #e7e7e7;border-radius:5px;text-align:right;padding-right:5px;}
.left25{left:25px;}
.verticalAlignM{vertical-align:middle;}
.itemEdit li{float:left;}
.favorites{background-position:-32px -169px;width:17px;height:16px;}
/*supplier & lot*/

/*Catalog Search Result Page*/
.catalogFilterIconBlack{ background-position:-17px -227px;}
.catalotSearchFilterPanel h1 a,.catalotSearchFilterPanel .heading1 a{ color:#1793ba;}
.catalotSearchFilterPanel hr{ border-top-color:#6faebf;}
.catalotSearchFilterPanel .filterBox{ border-color:#6faebf #daebef #daebef #daebef;}
.catalotSearchFilterPanel .filterBox .fliterBoxTitle{ color:#666; font-size:16px;}
.closeFilter{ background-position:-17px -262px;}
.openFilter{ background-position:-30px -262px;}
.catalotSearchFilterPanel .filterBox .filterBoxContent .helpText{ color:#999;}
.smallTextLink{ color:#1793ba;}
.catalotSearchFilterPanel .filterBox .searchFieldFilter .searchField{border-bottom-color:#BEBEBE;}
.selectedFilterList li{ /*background:#ddd;*/ color:#666; background:#E1E1E1;}
/*icon delete*/
/*.selectedFilterList li a{ border-color:#fff;background-color:#ddd; background-image:url(../images/generalIcons.png); background-position:-1px -575px; background-repeat:no-repeat;}*/
.selectedFilterList li a/*,.iconDelete*/{ border-color:#e6e5e5;background-color:#ddd; background-image:url(../images/generalIcons.png); background-position:-20px -1609px; background-repeat:no-repeat;}
.itemSplitView .requestersDetails .iconDelete{ border-color:#fff;background-color:#ddd; background-image:url(../images/generalIcons.png); background-position:-1px -575px !important; background-repeat:no-repeat;}
.foldAside{ background-position:0px -648px;}/*.itemsplitview added due to conflict with partner pages*/
.textShadow{text-shadow: 1px 1px 1px #fff;}
.catalogSearchResults .actionButtons li a{ background-image:url(../images/generalIcons.png); background-repeat:no-repeat;}
.catalogSearchResults .actionButtons li a.listView{ background-position:0 -591px;}
.catalogSearchResults .actionButtons li a.listViewActive{ background-position:0 -608px;}
.catalogSearchResults .actionButtons li a.gridView{ background-position:-17px -591px;}
.catalogSearchResults .actionButtons li a.gridViewActive{ background-position:-17px -608px;}
.catalogSearchResults .actionButtons li a.search{ background-position:-17px -243px;}
.catalogSearchResults .actionButtons li a.print{ background-position:-33px -244px;}
.catalogSearchResults .actionButtons li a.export{ background-position:-34px -227px;}
.catalogSearchResults .listView li{ border-top-color:#e2e5ea;}
.itemImg{ border-color:#d4d4d4;background:#fff;}
.newFlag{ background-position:-17px -312px;}
.outOfStock{ color:#ff4242;}
.iconLot{ background-position:-33px -278px;}
.iconShareSmall{ background-position:-1px -170px;}
.iconCompare{ background-position:-23px -352px;}
.showoffer{ background-position:-16px -1398px;}
.iconSuggestion{background-position:-23px -369px;}
/*Catalog Search Result Page*/

/*Shopping Cart*/
.shoppingCartIconGray{ background-position:-22px -625px;}
.shoppingCartList li{ border-bottom-color:#e2e5ea;}
.deleteListItem{ background-color:#ddd; background-position:0px -575px;}
.shoppingCartTotal{-moz-box-shadow: inset 0 1px 1px 0 #ededed;-webkit-box-shadow: inset 0 1px 1px 0 #ededed;box-shadow: inset 0 1px 1px 0 #ededed;}
.fullBoxShadow{-webkit-box-shadow:0px 5px 15px rgba(0, 0, 0, 0.65);-moz-box-shadow:0px 5px 15px rgba(0, 0, 0, 0.65);box-shadow:0px 5px 15px rgba(0, 0, 0, 0.65);}
.iconFavList{ background-position:-18px -483px;}
.iconAddFavList{background-position:-35px -483px;}
/*Shopping Cart*/

/*catalog recent Search & recently Procured*/
.headerTabLink{border-color:#d5d5d5;
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 0%,#ebebeb 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ebebeb',GradientType=0 );  IE6-8 */
}
.headerTabLink li{border-color:#cacaca;}
.headerTabLink li:hover,.headerTabLink .selected {
box-shadow:1px 2px 1px 0px #d2d0d1 inset; -moz-box-shadow:1px 2px 1px 0px #d2d0d1 inset; -ms-box-shadow:1px 2px 1px 0px #d2d0d1 inset; -o-box-shadow:1px 2px 1px 0px #d2d0d1 inset; -webkit-box-shadow:1px 2px 1px 0px #d2d0d1 inset;	
background: #cfcdce; /* Old browsers */
background: -moz-linear-gradient(top,  #cfcdce 0%, #dad6d5 20%, #dbd7d6 67%, #d5d3d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcdce), color-stop(20%,#dad6d5), color-stop(67%,#dbd7d6), color-stop(100%,#d5d3d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cfcdce 0%,#dad6d5 20%,#dbd7d6 67%,#d5d3d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cfcdce 0%,#dad6d5 20%,#dbd7d6 67%,#d5d3d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cfcdce 0%,#dad6d5 20%,#dbd7d6 67%,#d5d3d4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cfcdce 0%,#dad6d5 20%,#dbd7d6 67%,#d5d3d4 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcdce', endColorstr='#d5d3d4',GradientType=0 );  IE6-8 */
}
.headerTabLink li a{color:#666; }
.headerTabLink li:hover a,.headerTabLink .selected a {color:#333;  text-shadow: 0 1px 0px #fffeff; box-shadow:0px 1px 0px 0 #BABABA inset; -moz-box-shadow:0px 1px 0px 0 #BABABA inset; -ms-box-shadow:0px 1px 0px 0 #BABABA inset; -o-box-shadow:0px 1px 0px 0 #BABABA inset; -webkit-box-shadow:0px 1px 0px 0 #BABABA inset;	}
.bottomBox .headerTabLink{border-color:#ACACAC;}
.bottomBox .headerTabLink li{border-color:#ACACAC;}

.greyBg,.contentBox .btnPanel{background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #f1f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#f1f0f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#f1f0f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#f1f0f0 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f0f0',GradientType=0 );  IE6-8 */
}
.iconRemove{background-position:-33px -148px; height:17px; width:17px;}
.iconFavourite{background-position:-32px -168px; height:17px; width:17px;}
.iconFavouriteDis{background-position:-32px -185px; height:17px; width:17px;}
.imgPlaceholder,.imgPlaceholderSmall{background:#f3f3f3 !important;}
.priceDetails{color:#333; font-weight:bold;}
.fontGreyLight{color:#808080;}
.iconOfferUp{background-position:-14px -552px; width:37px; height:36px; display:inline-block; right:-13px; top:-11px;}
.iconOfferDown{background-position:0 -558px; width:14px; height:16px; display:inline-block; right:9px; bottom:7px;}
.iconCartCount{background-position:-39px -591px; display:inline-block; width:15px; height:13px;}
.iconSearchCount{background-position:-35px -606px;   display:inline-block;width:16px; height:14px;}

.navActions li{border-color:#1a8ba5 #157799 #1a8ba5 #2c94ac;}
.navActions .countBg{background-color:#16788e; width:17px; height:16px; text-align:center; border-radius:17px; -moz-border-radius:17px; -ms-border-radius:17px; -o-border-radius:17px; -webkit-border-radius:17px; vertical-align:middle; padding-top:1px; box-shadow:0 2px 0 0 #115c6c inset; -moz-box-shadow:0 2px 0 0 #115c6c inset; -ms-box-shadow:0 2px 0 0 #115c6c inset; -o-box-shadow:0 2px 0 0 #115c6c inset; -webkit-box-shadow:0 2px 0 0 #115c6c inset;}

.iconAddToCart{background-position:0 -625px; width:22px; height:22px; display:inline-block;}
.highlitedBlue{border-color:#5baec3 !important;}
.highlitedBlue h1{color:#fff; background: #259cbe; /* Old browsers */
background: -moz-linear-gradient(top,  #259cbe 0%, #1e9abd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#259cbe), color-stop(100%,#1e9abd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #259cbe 0%,#1e9abd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #259cbe 0%,#1e9abd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #259cbe 0%,#1e9abd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #259cbe 0%,#1e9abd 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#259cbe', endColorstr='#1e9abd',GradientType=0 );  IE6-8 */
box-shadow: inset 1px 1px 0px 0px #4cafca;
}
.asideBarList01 .treeView li{ background:#d2d3d2;}
.asideBarList01 .treeView .selected{ background:#95c4d3; color:#333;}
.asideBarList01 .treeView li ul li{ background:#dedfde;}
.asideBarList01 .treeView li ul li ul li{ background:#eeeeee;}
.asideBarList01 .treeView li ul li ul li ul li{ background:#fafafa;}
.asideBarList01 .treeView li ul li ul li ul li ul li{ background:#fff;}
/*catalog recent Search & recently Procured*/

/*Dashboard Widgets */
.closeWidget{background-position:-25px -464px;}
.previousDate{background-position:-30px -655px;}
.nextDate{background-position:-30px -684px;}
.popupControls{background:url(../images/popupControls.png) no-repeat;}
.prev{background-position:0 -45px;/*top:43%;left:0;*/width:21px;height:22px;}
.next{background-position:-31px -44px;/*top:43%;right:18px;*/width:21px;height:22px;}
.prevLight{background-position:0px -23px;}
.nextLight{background-position:-32px -22px;}
.prevLight01{background-position:0px -68px; height:22px;}
.nextLight01{background-position:-32px -68px;}
.nextLight01:hover, .nextLight:hover{background-position:-32px -44px;}
.prevLight01:hover, .prevLight:hover{background-position:0 -45px;}
.prevDisabled{background-position:0 -1px;}
.nextDisabled{background-position:-32px -1px;}
/*Dashboard Widgets */

/* Documents */
a:hover.listView, a.listViewActive{ background-position:0 -591px;}
a.listView{ background-position:0 -608px;}
a:hover.gridView, a.gridViewActive{ background-position:-17px -591px;}
a.gridView{ background-position:-17px -608px;}
/*.borderRound {border: 1px solid #e8e8e8;}*/
.borderLR {border-left:1px solid #ffffff; border-right:1px solid #ffffff;}
/*.borderRound table.gridV th {border-bottom:1px solid #ececef !important; color:#666666;}
.borderRound table.gridV tr:hover {background:#f7f7f7;}*/
.dashLink{color:#1793ba;}
 a.dashLink:link, a.dashLink:visited	{color:#1793ba;}
a.dashLink:hover{color:#1793ba;}
a.dashLink span { border-bottom: 1px dashed #1793ba;}
a.dashLink span:hover{border-bottom: 1px none #1793ba;}
.iconAttchmentSprit {background: url(../images/iconAttachmentSprite.png) no-repeat;}
.iconAttach {background-position:0px 0px; }
.iconChat {background-position:-17px 0px;}
.iconDownload {background-position:0px -455px;}
.iconDownloadCard {background-position:0px -2007px;}
.gridV td.bgG{ color:#505152; border-bottom:solid 1px #c9c9c9; border-top:solid 1px #d1d2d5; -webkit-box-shadow: inset 0 1px 0 0#f9f9f9; -moz-box-shadow:inset 0 1px 0 0#f9f9f9; box-shadow:inset 0 1px 0 0#f9f9f9;
background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #e7e5e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#e7e5e6));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#e7e5e6 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#e7e5e6 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#e7e5e6 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#e7e5e6 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#e7e5e6',GradientType=0 );  IE6-8 */
}
.itemTableSettings .upArrow01{ border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #187a97;}

.itemTableSettings .upArrow09{ border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #187a97;}
.borderRight01 {border-right: 1px solid #cccccc;}
/* Documents */

/* catalog item Details */
.tabPadding li a .arrow {background:url(../images/arrowsSmall.png) no-repeat 0 0;}
.dataList li a, .fontDark{color:#333333;}
.cartDetails{border-color:#ccc;}
.cartDetails li{border-bottom-color:#ccc;}
.iconSuggested,.iconSearchResult{padding-left:24px;}
.iconItemCost{background-position:0 -742px; width:20px; height:17px; margin:4px 10px 0 0;}
.iconShipping{background-position:0 -760px; width:20px; height:17px; margin:5px 10px 0 0;}
.iconCharges{background-position:0 -777px; width:20px; height:17px; margin:4px 10px 0 0;}
.iconCartBtn{background-position:0 -796px; width:27px; height:26px;}
.iconRatingEna{background-position:0 -828px; width:14px; height:16px;}
.iconRatingDis{background-position:-15px -828px !important; width:14px; height:16px;}

.tabbing .shadetabs li a:hover,.tabbing .shadetabs li a.selected{ color:#fff; text-shadow: 0 1px 1px #104a58;
	background: #0f7288;
	background: -moz-linear-gradient(top, #0f7288 0%, #1d88a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f7288), color-stop(100%,#1d88a7));
	background: -webkit-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -o-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -ms-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: linear-gradient(to bottom, #0f7288 0%,#1d88a7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7288', endColorstr='#1d88a7',GradientType=0 );*/
}

.iconSearchResult{background-position:0 -61px;}
.iconSuggested{background-position:0 -79px;}
/* catalog item Details */

/* requisition quick view */
.pageHeading{color:#10748b;
background: #f1eeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #f1eeee 27%, #d0cfcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#f1eeee), color-stop(100%,#d0cfcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1eeee 27%,#d0cfcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1eeee 27%,#d0cfcf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1eeee 27%,#d0cfcf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1eeee 27%,#d0cfcf 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eeee', endColorstr='#d0cfcf',GradientType=0 );  IE6-8 */
border-color:#bcbbbb;box-shadow:1px 1px 0 #fff inset; -moz-box-shadow:1px 1px 0 #fff inset; -ms-box-shadow:1px 1px 0 #fff inset; -o-box-shadow:1px 1px 0 #fff inset; -webkit-box-shadow:1px 1px 0 #fff inset;
}
/* requisition quick view */

/*Dashboard Settings Popup*/
.inputDisabled{background:#f2f2f2 !important;}
.passwordFields{background:#e9e9e9;border:1px solid #e5e3e3;}
a.settingPassword{color:#13788e;text-decoration:none;}
.arrowsSmall{background:url(../images/arrowsSmall.png) no-repeat; display:inline-block;}
.smallArrowDown{background-position:0 0;width:7px;height:5px;display:block;}
.smallArrowUp{background-position:0 -17px;width:7px;height:5px;display:block;}/*background-position:0 -6px;*/
.settingsList ul{background:#fff;}
.settingsList ul li a{color:#147b91;text-decoration:none;border-bottom:1px solid #dbdbdb;border-right:1px solid #dbdbdb;}
.settingsList ul li a.active{background:#F7F7F7;box-shadow:inset 0px 1px 1px 0px #dfdfdf;cursor:auto;color:#666;font-weight:bold;}
.settingsList ul li a:hover{background:#F7F7F7;box-shadow:inset 0px 1px 1px 0px #dfdfdf;cursor:auto;color:#666;font-weight:bold;}
.settingsWrap{background:#f7f7f7;}
.settingsHead{border-bottom:1px solid #fff;}
/*Dashboard Settings Popup*/

/* MESSAGES - ERROR, NOTIFICATION AND SUCCESS */
.notifyContainer {/*background:url(../images/popup_border_background.png) repeat 0 0;*/}
.notifyContainer .message { /*border:1px solid #E5E3B7;*/ background:#dff0d8; }
/*.notifyContainer .head {background:#dff0d8 url(../images/confirmationMsg.png) no-repeat 10px 10px; padding:10px 10px 10px 30px;}
.notifyContainer .errorContent {background:#fff; color:#5c5c5c;}*/
.confirmMesg .message{/*border:1px solid #ccc505;*/ border-radius:10px; -ms-border-radius:10px; -webkit-border-radius:10px; box-shadow:0 0 10px 10px #CCCCCC; -webkit-box-shadow:0 0 10px 10px #CCCCCC;}
.successMesg .message  { border:1px solid #c2dab8; border-radius:5px; -ms-border-radius:5px; -webkit-border-radius:5px; -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);  color:#468847; text-shadow: 1px 1px 0px #ffffff;/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}
.successMesg .head, .successAleartMesg .head {color:#74b22e; padding-left:30px; background:#E8F8D8 url(../images/success.png) no-repeat 10px 10px;}
.successMesg .errorContent, .successAleartMesg .errorContent { color:#4c4c4c; padding:15px; }
.successAleartMesg .message  { background:#fcf8e3; border:1px solid #ded9be; border-radius:5px; -ms-border-radius:5px; -webkit-border-radius:5px;  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);  color:#c09853; text-shadow: 1px 1px 0px #ffffff;/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}
.errorMesg .message { color:#b94a48; border:1px solid #cfa6a6; border-radius:10px; -ms-border-radius:10px; -webkit-border-radius:10px;-webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2); background:#f2dede;}
/*.errorMesg .head { background:#FFBFC2 url(../images/error.png) no-repeat 10px 10px;  color:#b42c33; padding-left:30px;}
.errorMesg .errorContent {color:#4c4c4c; padding:15px; }*/

.informationMesg .message  { background:#d9edf7; border:1px solid #b3cad6; border-radius:5px; -ms-border-radius:5px; -webkit-border-radius:5px; -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);  color:#3a87ad; text-shadow: 1px 1px 0px #ffffff;/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}

.notificationMsg{background-color:#f7f7f7; /*border:1px solid #f2ecce;*/ color:#b0b0b0; border-radius:5px; -webkit-border-radius:5px;text-shadow: 2px 1px 0 #FFFFFF; 
}
.errorMesg .list01{margin:0; padding:0; list-style-type:disc; margin-left:10px; padding-left:10px;}
.errorMesg .list01 li{padding:5px 5px 5px 0px; text-align:left;}
/*Material Accounting*/
.itemListImage{  border-color:#d3d3d3; background:#eee;}
.materialQuantity{background:#fbd4a3; color:#be6e17 !important;text-shadow: 1px 1px 0px #fff, -1px -1px 1px #301c06;}
.materialQuantity .arrow-down {border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #fbd4a3;}
.materialQuantity input{color:#be6e17 !important;-moz-box-shadow: inset 1px 1px 2px 0 #6a400c;-webkit-box-shadow: inset 1px 1px 2px 0 #6a400c;box-shadow: inset 1px 1px 2px 0 #6a400c;}
.materialQuantity .arrowDownBorder{border-top:11px solid #D4A66C;}
.materialItemDetails{border-bottom-color:#fffeff;-moz-box-shadow:inset 0px -1px 0px 0px #e3e1e2;-webkit-box-shadow:inset 0px -1px 0px 0px #e3e1e2;box-shadow:inset 0px -1px 0px 0px #e3e1e2;}
.inputTextBig{ border-color:#b1b1b1 #f0f0f0 #ededed #b1b1b1;color:#000 !important;-moz-box-shadow: inset 1px 1px 0 0 #e5e5e5;
-webkit-box-shadow: inset 1px 1px 0 0 #e5e5e5;box-shadow: inset 1px 1px 0 0 #e5e5e5; color:#373737;}
.bigButton{ border-color:#c16f16; color:#6f3a1d;text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.34);
background: #edad5c;
background: -moz-linear-gradient(top, #edad5c 0%, #e2922e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edad5c), color-stop(100%,#e2922e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #edad5c 0%,#e2922e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #edad5c 0%,#e2922e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #edad5c 0%,#e2922e 100%); /* IE10+ */
background: linear-gradient(to bottom, #edad5c 0%,#e2922e 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edad5c', endColorstr='#e2922e',GradientType=0 );  IE6-8 */}
.bigButton:hover{background: #edad5c;background: -moz-linear-gradient(top, #edad5c 0%, #dd7f0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edad5c), color-stop(100%,#dd7f0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #edad5c 0%,#dd7f0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #edad5c 0%,#dd7f0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #edad5c 0%,#dd7f0b 100%); /* IE10+ */
background: linear-gradient(to bottom, #edad5c 0%,#dd7f0b 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edad5c', endColorstr='#dd7f0b',GradientType=0 );  IE6-8 */}
.countType{ border-color:#939393;background:#fff;}
.switchOptions{color:#666;}
.switch{ border-color:#939393;
background: #cfcfcf; /* Old browsers */
background: -moz-linear-gradient(top,  #cfcfcf 0%, #fafafa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cfcfcf 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cfcfcf 0%,#fafafa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cfcfcf 0%,#fafafa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cfcfcf 0%,#fafafa 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#fafafa',GradientType=0 );  IE6-8 */
}
.requestersDetails{-moz-box-shadow: 0 0 5px 1px #c8c8c8,1px 1px 0 0 #fff inset;-webkit-box-shadow: 0 0 5px 1px #c8c8c8,1px 1px 0 0 #fff inset;box-shadow: 0 0 5px 1px #c8c8c8,1px 1px 0 0 #fff inset; border-color:#c8c8c8;}
.requestersList li.active .requestersDetails{ background:#fff;}
.requestersDetailsPanel{ background:#fff; border-color:#c8c8c8;-moz-box-shadow: 0 0 5px 1px #c8c8c8,1px 1px 0 0 #fff inset;-webkit-box-shadow: 0 0 5px 1px #c8c8c8,1px 1px 0 0 #fff inset;box-shadow: 0 0 5px 1px #c8c8c8,1px 1px 0 0 #fff inset;}
.lightGrayBG{ background:#eee;}
/*Material Accounting*/
/* END */

.actionBtnArrow{background-position:right -881px;}

.iconSettings {background:url(../images/iconSettings.png) no-repeat; width:17px; height:17px; position:absolute; float:right; top:5px; right:5px;}
.iconItemSelect {background: url(../images/iconSelectItem.png) no-repeat; padding:2px 0 0px 24px; float:left; color:#353535;}

/*My Suppliers Details */
.iconBack01{background-position:-24px -204px; height:17px; width:22px;}

/*Menu Status*/
ul.menuAlerts{background:#65acbe;border-radius:0 0 5px 5px;}
.borderLeftCart{border-left:1px solid #77b6c7;}
.glow{background-position:-30px -771px; width:15px;height:13px;}
.cartCount{background-position:-33px -796px; display:inline-block; width:14px; height:15px;}
.cartGlow{background-position:-33px -813px; display:inline-block; width:14px; height:15px;}
/*Menu Status*/

/*Auction Lots Set DateTime Box*/
.ddTextField5 span .iconSprite {background: url(../images/iconSpriteLots.png) no-repeat transparent !important; display:block;}
.ddTextField5 span .iconTime {background-position:5px -17px !important; }
.itemTableSettings .upArrow02 {border-color: transparent transparent #187A97;}
.itemTableSettings .upArrow11 {border-color: transparent transparent #187A97;}
.itemTableSettings .upArrow02 {border-style: solid; border-width: 10px; height: 0; left: 35px; position: absolute; text-align: left; top: -22px; width: 0;}
/*Auction Lots Set DateTime Box end*/

/* My supplier Start */
.fontColor01{ color:#333;}
.fontColor02{ color:#888;}
.innerContentBoxOuter .contentBox .content{ background:#f2f2f2; }
.Stars {	background: url(../../Themes/cumulusTheme/desktop/images/stars.png) no-repeat;	display:block;	width:87px;}
.DisableStars {	background-position: 0px 0px;	width:87px;	height:16px;}
.ActiveStars {	background-position: 0px -18px;	height:16px;	width:71%;}
.blockIndicator01{ background:#fbe7da; height:9px; width:9px; display:inline-block; border:1px solid #E1CDC0;}
.blockIndicator02{ background:#cae7e7; height:9px; width:9px; display:inline-block; border:1px solid #A2BFBF;}

/* list02 css Start */
.list02 ul li { color:#1a8ba5;}
.list02 ul li span{ color:#666;}
/* list02 css End */
/* general icons for my supplier page Start */
.iconLocation{ background-position:-35px -967px !important; display:inline-block; height:15px; width:14px;}
.iconPerson{ background-position:-34px -918px !important;display:inline-block; height:16px; width:14px;}
.iconPrimaryContactGrey{ background-position:-3px -1677px !important;display:inline-block; height:16px; width:14px;}
.iconTelephone{background-position:-34px -934px !important;display:inline-block; height:18px; width:14px;}
.iconMail{background-position:-33px -951px !important;display:inline-block; height:13px; width:15px;}
.iconInvitePartner{background-position:-34px -1121px !important;display:inline-block; height:17px; width:17px;}
/* general icons for my supplier page End   */
/* list02 css End  */

/* My supplier End */
/* quick Add supplier */

/* quick Add supplier */

/*Track Status*/
.spriteTrackStatus{ background:url(../images/spriteTrackStatus.png) no-repeat;}
.trackStatusNav{ height:34px; margin:5px 0 0; overflow:hidden; float:left; border-style:solid; border-width:0 1px 0 1px; border-color:#c2c2c2;}
.trackStatusNav li{ width:180px; height:36px; float:left;}
.trackStatusNav li a{background: #eae8e8;
background: -moz-linear-gradient(top, #eae8e8 0%, #dbd9d9 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae8e8), color-stop(99%,#dbd9d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eae8e8 0%,#dbd9d9 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eae8e8 0%,#dbd9d9 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eae8e8 0%,#dbd9d9 99%); /* IE10+ */
background: linear-gradient(to bottom, #eae8e8 0%,#dbd9d9 99%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8e8', endColorstr='#dbd9d9',GradientType=0 );  IE6-8 */
color:#353535;}
.trackStatusNav li a span.linkText{ border-top-color:#C2C2C2; border-bottom-color:#c2c2c2;}
.trackStatusNav li a .arrowRight{  background:url(../images/arrowsRightLeft.png) no-repeat -40px -127px; }
.trackStatusNav li a.selected{border-color:#fdf5ee transparent #f8a64b transparent;background: #fbecdb;
background: -moz-linear-gradient(top, #fbecdb 0%, #fde1c3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbecdb), color-stop(100%,#fde1c3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbecdb 0%,#fde1c3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbecdb 0%,#fde1c3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbecdb 0%,#fde1c3 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbecdb 0%,#fde1c3 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbecdb', endColorstr='#fde1c3',GradientType=0 );  IE6-8 */}
.trackStatusNav li a.selected span.linkText{ border-top-color:#F8A64B; border-bottom-color:#f8a64b;}
.trackStatusNav li a.selected .arrowRight{ background:url(../images/arrowsRightLeft.png) no-repeat -20px -127px; }
.trackStatusNav li a .backward { background:url(../images/arrowsRightLeft.png) no-repeat 0px -127px; }
.trackStatusNav li .checked{background-position:-85px -23px;}
.invoiceDetailList li{ border-color:#bcbcbc;-moz-box-shadow: inset 0 1px 0 0 #fdfdfd;-webkit-box-shadow: inset 0 1px 0 0 #fdfdfd;box-shadow: inset 0 1px 0 0 #fdfdfd;background: #f8f6f6;
background: -moz-linear-gradient(top, #f8f6f6 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f6f6), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f8f6f6 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f8f6f6 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f8f6f6 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom, #f8f6f6 0%,#ebebeb 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f6', endColorstr='#ebebeb',GradientType=0 );  IE6-8 */}
.invoiceDetailList li.approvalPending{ border-color:#f8bb45; background:#f8bb45 !important; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; color:#834b10;text-shadow:0px 1px 0px #fad07f; filter:none;}
.invoiceDetailList li .imagePlaceholder{ background:#dddada;}
.invoiceDetailList li .dateBlock{-moz-box-shadow: 1px 1px 2px 0 #c0c0c0;-webkit-box-shadow: 1px 1px 2px 0 #c0c0c0;box-shadow: 1px 1px 2px 0 #c0c0c0;}
.invoiceDetailList li .dateBlock .month{ background:#1e829c; color:#fff;}
.invoiceDetailList li .dateBlock .date{ background:#fff; color:#808080;}
.invoiceDetailList li .dateBlock .year{ background:#fff;}
.invoiceDetailList li.approvalPending .trakingStatusIcon{ background-position:-84px -71px;}
.cycleStatusApprovalPending .trakingStatusIcon{background-position:-84px -71px;}
.statusCards{ border-color:#a5a5a5;-moz-box-shadow: inset 0 1px 0 0 #fff;-webkit-box-shadow: inset 0 1px 0 0 #fff;box-shadow: inset 0 1px 0 0 #fff;
text-shadow:1px 0 0 #fff!important;}
.statusCardIcon{ background-position:-84px 0px;}
.statusCards .trackCardArrow{ background-color:#fff; background-position: -17px 0px;}
.approvalPendingStatusCard{ background: #efefef;background: -moz-linear-gradient(top, #efefef 0%, #faebce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#faebce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#faebce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#faebce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#faebce 100%); /* IE10+ */
background: linear-gradient(to bottom, #efefef 0%,#faebce 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#faebce',GradientType=0 );  IE6-8 */}
.cycleStatusApprovalPending{background:#f8bb45;}
.disabledStatusCards{background: #efefef;background: -moz-linear-gradient(top, #efefef 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom, #efefef 0%,#f7f7f7 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f7f7f7',GradientType=0 );  IE6-8 */}
.trackCardArrowDisabled{ background-position:-51px 0px !important;}
.statusCardIconDisabled{ background-position:-85px -46px;}
.showScrollList{background: #dad8d9; color:#454545;
background: -moz-linear-gradient(top, #818181 0%, #efefef 50%, #858384 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(50%,#efefef), color-stop(100%,#858384)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #818181 0%,#efefef 50%,#858384 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #818181 0%,#efefef 50%,#858384 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #818181 0%,#efefef 50%,#858384 100%); /* IE10+ */
background: linear-gradient(to bottom, #818181 0%,#efefef 50%,#858384 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#858384',GradientType=0 ); /* IE6-8 */}
.showScrollList .fontBlack{ color:#2f2f2f;}
.buttonShowlist{ border-color:#bbbbbb #c9c9c9 #c9c9c9 #cbcbcb;-moz-box-shadow: inset 0 1px 0 0 #eaeaea;-webkit-box-shadow: inset 0 1px 0 0 #eaeaea;box-shadow: inset 0 1px 0 0 #eaeaea;background: #f2f2f2;background: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f2f2 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f2f2 0%,#c9c9c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f2f2 0%,#c9c9c9 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f2f2 0%,#c9c9c9 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c9c9c9',GradientType=0 );  IE6-8 */}
.buttonShowlist .arrow{ background-position:-32px -832px;}
.dropDownListHoldler{border-color:#959595;}
.dropDownList{ background:#e7e7e7; }
.dropDownList li{ border-bottom-color:#c6c6c6;}
.dropDownList li:hover{ background-color:#f8f8f8; cursor:pointer;}
.dropDownList li .fontBlack{ color:#2f2f2f;}
/*Track Status*/
/*for mySupplier List partner Management page*/
.backgroundColor01{background:#f4f4f4;}
.backgroundColor02{background:#fff}
.backgroundColor03 {background:#fafafa; }
.backgroundColor04 {background:#ffff00; }
.backgroundColorE3E2E2{background:#e3e2e2;}
.AlphabetTable{background:#fff;}
.AlphabetTable td{border:1px solid #d5d5d5;line-height:25px;width:27px;text-shadow:2px 2px 2px #fff;box-shadow:1px 2px 5px #fff inset;
		color:#436174;background: #f3f2f2;
		background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%); /* W3C */
		/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2f2',endColorstr='#eceaea',GradientType='0');  IE6-9 */
	
		}

.AlphabetTable td.unactiveWord{color:#bfbfbf;}
.AlphabetTable td.currentSelectedWorld{border:1px solid #fa9300;text-shadow:2px 2px 2px #cf7a00;box-shadow:1px 2px 5px #cf7a00 inset;background:#ff9600;color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);}
.filterDropdown{width:55px; overflow:inherit;}
.filterDropdown .itemTableSettings{width:286px; top:32px!important; left:0!important; }
.filterDropdown .upArrow{left:18px;}
.filterDropdown a.popupLink, .filterDropdown a.popupLink:hover{padding:0; display:block; box-shadow:none!important;}
a.filter{width:35px}
a.filter .arrowDown{right:4px; top:9px;}
.iconQuickadd{background-position: -29px -1003px!important;height:16px;width:20px;}
.borderleft{border-left:1px solid #fff;}
/*for mySupplier List partner Management page*/

/* Auction Menu */
.auction ul{background: #37cec5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #37cec5 0%, #13beb4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37cec5), color-stop(100%,#13beb4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #37cec5 0%,#13beb4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #37cec5 0%,#13beb4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #37cec5 0%,#13beb4 100%); /* IE10+ */
background: linear-gradient(to bottom, #37cec5 0%,#13beb4 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37cec5', endColorstr='#13beb4',GradientType=0 );  IE6-8 */}
.auction ul li{border-right:1px solid #03aea2;border-left:1px solid #4EE3DA;}
.auction ul li a{color:#0d544f;}
.auction ul li a:hover, .auction ul li a.active
{background: #24bab0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #24bab0 0%, #03aea2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24bab0), color-stop(100%,#03aea2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #24bab0 0%,#03aea2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #24bab0 0%,#03aea2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #24bab0 0%,#03aea2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #24bab0 0%,#03aea2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24bab0', endColorstr='#03aea2',GradientType=0 );  IE6-8 */
}
/* Auction Menu */

/*Contract Menu*/
.contract ul{background: #97d45c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #97d45c 0%, #71bb29 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97d45c), color-stop(100%,#71bb29)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #97d45c 0%,#71bb29 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #97d45c 0%,#71bb29 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #97d45c 0%,#71bb29 100%); /* IE10+ */
background: linear-gradient(to bottom, #97d45c 0%,#71bb29 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d45c', endColorstr='#71bb29',GradientType=0 );  IE6-8 */}
.contract ul li{border-right:1px solid #5fa91a;border-left:1px solid #aae571;}
.contract ul li a{color:#305210;}
.contract ul li a:hover, .contract ul li a.active{background: #5fa919; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #5fa919 0%, #80bd44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa919), color-stop(100%,#80bd44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5fa919 0%,#80bd44 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5fa919 0%,#80bd44 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5fa919 0%,#80bd44 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5fa919 0%,#80bd44 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa919', endColorstr='#80bd44',GradientType=0 );  IE6-8 */
}
/*Contract Menu*/

/*P2P Menu*/
.p2p ul{background: #fad369; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #fad369 0%, #e4b940 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad369), color-stop(100%,#e4b940)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fad369 0%,#e4b940 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fad369 0%,#e4b940 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fad369 0%,#e4b940 100%); /* IE10+ */
background: linear-gradient(to bottom, #fad369 0%,#e4b940 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad369', endColorstr='#e4b940',GradientType=0 );  IE6-8 */}
.p2p ul li{border-right:1px solid #cea22b;border-left:1px solid #fbe198;}
.p2p ul li a{color:#5b4c24;}
.p2p ul li a:hover, .p2p ul li a.active{background: #dfb84e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #dfb84e 0%, #cea22b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfb84e), color-stop(100%,#cea22b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dfb84e 0%,#cea22b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dfb84e 0%,#cea22b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dfb84e 0%,#cea22b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dfb84e 0%,#cea22b 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfb84e', endColorstr='#cea22b',GradientType=0 );  IE6-8 */}
/*P2P Menu*/

/*Partner Menu*/
.partner ul{background: #90e1f4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #90e1f4 0%, #5dc3db 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90e1f4), color-stop(100%,#5dc3db)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #90e1f4 0%,#5dc3db 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #90e1f4 0%,#5dc3db 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #90e1f4 0%,#5dc3db 100%); /* IE10+ */
background: linear-gradient(to bottom, #90e1f4 0%,#5dc3db 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90e1f4', endColorstr='#5dc3db',GradientType=0 );  IE6-8 */}

.partner ul li{border-right:1px solid #4ba9bf;border-left:1px solid #baebf6;}
.partner ul li a{color:#25525d;}
.partner ul li a:hover, .partner ul li a.active{background: #73c3d6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #73c3d6 0%, #4aa8bf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73c3d6), color-stop(100%,#4aa8bf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #73c3d6 0%,#4aa8bf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #73c3d6 0%,#4aa8bf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #73c3d6 0%,#4aa8bf 100%); /* IE10+ */
background: linear-gradient(to bottom, #73c3d6 0%,#4aa8bf 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c3d6', endColorstr='#4aa8bf',GradientType=0 );*/
color:#fff; /* IE6-8 *//
}
/*Partner Menu*/

/*page Loading*/
.loadingOuter{background:rgba(255,255,255,0.6);}
.pageLoading{border-color:#5dc4dd; background:#f7f7f7 url(../images/pageLoading.gif) no-repeat center center!important; }
.loadingField{background:url(../images/loader_16.gif) no-repeat center center !important; height:16px; width:16px; border:none !important; }
.loadingMedium{border-color:#5dc4dd; background:#f7f7f7 url(../images/loader_24.gif) no-repeat center center!important; }
.loadingData{border-color:#5dc4dd; background:#f7f7f7 url(../images/loader_32.gif) no-repeat center center!important; }
.loading{background: url(../images/pageLoading.gif) no-repeat scroll center center #F7F7F7; border-color: #5DC4DD;}

/*Compare Items*/
.compareItemGrid tr:hover{ background:none !important;}
.compareItemGrid td{border-right-color:#eaeaea;}
.compareItemGrid td .compareImageHolder{ border-color:#d4d4d4; background:#efefef;}
.compareItemGrid td .compareSupplierLogoHolder{ border-color:#dfdfdf;}
.compareItemGrid .hightlightPriceSpec{ border-bottom-color:#eaeaea;background: #f6f6f6 !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eaeaea)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%) !important; /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ) !important;  IE6-9 */
box-shadow:inset  0  8px 8px -8px rgba(0, 0, 0, 0.12),inset  0 -8px 8px -8px rgba(0, 0, 0, 0.12) !important;
}/*contract landing page*/
.color01{color:#666 !important;}
.color02{color:#888;}
.color03{color:#7a7a7a;}
.color17{color:#7a7a7a;}
ul.compareItemList li.gray,ul.compareItemParameter li.gray{border-top:solid thin #f2f2f2;
border-bottom:solid thin #f2f2f2;
background:#f9f9f9;
padding-bottom:10px !important;
padding-top:10px !important;}
/*New Question And Answer*/
.attachmentSideLink{background: rgb(233, 233, 233);
background: -moz-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: -webkit-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: -o-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: -ms-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: linear-gradient(180deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%); border-color:#fff transparent #f1f1f1 #fff;
-moz-box-shadow: -2px 0 5px 0 #999;
-webkit-box-shadow: -2px 0 5px 0 #999;
box-shadow: -2px 0 5px 0 #999;}

/*.attachmentSideLink span{ background-position:-16px -848px;}*/
.attachmentSideLink span{ background-position:-34px -206px;}
.uploadedFilesPanel{ border-color:#fff; background:#e6e6e6;-moz-box-shadow: -2px 0 5px 0 #999;
-webkit-box-shadow: -2px 0 5px 0 #999;
box-shadow: -2px 0 5px 0 #999;
background: rgb(233, 233, 233);
background: -moz-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: -webkit-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: -o-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: -ms-linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%);
background: linear-gradient(180deg, rgb(233, 233, 233) 0%, rgb(235, 235, 235) 100%); border-color:#fff transparent #f1f1f1 #fff;}
.uploadedFilesPanel ul li{ border-bottom-color:#f4f4f4;-moz-box-shadow: inset 0 -1px 0 0 #ccc;-webkit-box-shadow: inset 0 -1px 0 0 #ccc;
box-shadow: inset 0 -1px 0 0 #ccc;}
.iconAddPlus1{ background-position:0px -983px;}
/*New Question And Answer*/

/* LOGIN */
.loginBg{-webkit-min-height:850px; -o-min-height:850px;
	background: #1d93af;
background: -moz-radial-gradient(center, ellipse cover, #1d93af 0%, #117a8d 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1d93af), color-stop(100%,#117a8d)) no-repeat;
background: -webkit-radial-gradient(center, ellipse cover, #1d93af 0%,#117a8d 100%);
background: -o-radial-gradient(center, ellipse cover, #1d93af 0%,#117a8d 100%);
background: -ms-radial-gradient(center, ellipse cover, #1d93af 0%,#117a8d 100%);
background: radial-gradient(ellipse at center, #1d93af 0%,#117a8d 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d93af', endColorstr='#117a8d',GradientType=1 );*/
}
.loginWrapper {width:385px; margin:94px auto 0 auto;}
.loginContHolder{padding:61px; color:#d5d5d5; text-align:left;}
.width224{width:224px;}
.borderTop01{border-top:1px solid #157a96; -webkit-box-shadow: inset 0px 1px 0px 0px #389bb2; box-shadow: inset 0px 1px 0px 0px #389bb2;}
.borderTop01 a{color:#0a3e4c; text-shadow: 0px 1px 0px #45a2b4;
filter: dropshadow(color=#45a2b4, offx=0, offy=1);}
.ddWidth220 div.selector span{width:220px;}
.width57{width:57px;}
.ddTextField span a.userName{background:url(../../Themes/cumulusTheme/desktop/images/selectorArrowSprite.png) no-repeat scroll -1px -80px}
.ddTextField span a.password{background:url(../../Themes/cumulusTheme/desktop/images/selectorArrowSprite.png) no-repeat scroll -1px -107px}

/* Partner Survery  */
.content01 .accordionBox .subAccordionbox .header, .content01 .subAccordionbox .header {	
	/*background: #def6fa;
	background: -moz-linear-gradient(top, #F0FEFE  0%, #d2edf5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0FEFE ), color-stop(100%,#d2edf5));
	background: -webkit-linear-gradient(top, #F0FEFE  0%,#d2edf5 100%);
	background: -o-linear-gradient(top, #F0FEFE  0%,#d2edf5 100%);
	background: -ms-linear-gradient(top, #F0FEFE  0%,#d2edf5 100%);
	background: linear-gradient(to bottom, #F0FEFE  0%,#d2edf5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F0FEFE', EndColorStr='#d2edf5');
	border:1px solid #acdce7; border-left:none; border-right:none; color:#666666;*/}

.content01 .accordionBox .subAccordionboxOpen .header, .content01 .subAccordionboxOpen .header {
	/*background: #beedf7;
	background: -moz-linear-gradient(top, #beedf7 0%, #a3ddeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#beedf7), color-stop(100%,#a3ddeb));
	background: -webkit-linear-gradient(top, #beedf7 0%,#a3ddeb 100%);
	background: -o-linear-gradient(top, #beedf7 0%,#a3ddeb 100%);
	background: -ms-linear-gradient(top, #beedf7 0%,#a3ddeb 100%);
	background: linear-gradient(to bottom, #beedf7 0%,#a3ddeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beedf7', endColorstr='#a3ddeb',GradientType=0 ); 
	color:#333; border:none;*/}
.content01 .accordionBox .subAccordionboxOpen{border:none !important; background:#fff; }	
.content01 .accordionBox .subAccordionbox .headerError{ border-bottom:2px solid #f9c62b;}
.levelTwoAccordion{ border:1px solid #83c8d8; }
.iconWeight{ background-position: 0 -1009px; height: 15px; width: 21px;}
/** Timeline **/
.ui-rangeSlider-withArrows .ui-rangeSlider-container{   -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);  -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);  box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);}
.ui-rangeSlider-noArrow .ui-rangeSlider-container{  border-left: solid 1px #878787;  border-right: solid 1px #878787;}
.ui-rangeSlider-container{ 	border-top: solid 1px #232a32;  border-top: solid 1px #949494;
  background: #b2b2b2;
  background: -moz-linear-gradient(top, #b2b2b2 0%, #949494 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#949494));}
.ui-rangeSlider-arrow{  border-top: solid 1px #232a32;  border-bottom: solid 1px #6a7179;  background: #67707F;  
  box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
  -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
  background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0));}
.ui-rangeSlider-leftArrow{  border-left: solid 1px #515862;}
.ui-rangeSlider-rightArrow{  border-right: solid 1px #515862;}
.ui-rangeSlider-arrow-inner{  border: 10px solid transparent;  }
.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{  border-right:10px solid #a4a8b7; }
.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{  border-right:10px solid #b3b6c2;}
.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{  border-left:10px solid #a4a8b7; }
.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{  border-left:10px solid #b3b6c2;}
.ui-rangeSlider-bar{ border-top:1px solid #cfa653;
	background: #ffc862;
	background: -moz-linear-gradient(top, #ffc862 0%, #ff9d37 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc862), color-stop(100%,#ff9d37));  
 }
.ui-rangeSlider-handle{	color:#fff; 
	background: #2c9bb7;
	background: -moz-linear-gradient(top, #2c9bb7 0%, #0f7b93 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c9bb7), color-stop(100%,#0f7b93));  	}
.ui-rangeSlider-label{
  	background: #333333;
  	background: -moz-linear-gradient(top, #333333 0%, #666666 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#666666));
  	-webkit-box-shadow: 0px 1px 0px #c2c5d6;  -moz-box-shadow: 0px 1px 0px #c2c5d6;  box-shadow: 0px 1px 0px #c2c5d6;  color:white;  }
.ui-editRangeSlider .ui-rangeSlider-label{}
.ui-rangeSlider-label-inner{border-left: 10px solid transparent;  border-right: 10px solid transparent;  border-top: 10px solid #666;}
.timelineComp01{border:1px solid #e0dfdf; background:#f7f7f7; }
.timelineComp01 .timelineGrid tr{background:#e8e6e6;}
.timelineComp01 .timelineGrid th{color:#333;}
.timelineComp01 .timelineGrid th, .timelineComp01 .timelineGrid td{border-bottom:1px solid #bebebe; border-top:1px solid #fff;}
.changeState{ background:green;}
.ui-rangeSlider-bar-changeState{ border-top:1px solid #6bab33;	background: #85ba58; background: -moz-linear-gradient(top, #85ba58 0%, #6ead44 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ba58), color-stop(100%,#6ead44));}
/** Timeline End **/

span.loader01{background: url(../images/loader_16.gif) no-repeat; display:inline-block; height:32px; width:32px; border:none;}

.iconSortDescending{background-position:-25px -1103px !important;}
.iconSortAscending{background-position:2px -1103px !important;}

/* Flip card */
.highliteExpirary{ background:#e95d4c; color:#fff;}
.highliteSubmission{ background:#60af35; color:#fff;}
/* Sourcing-Suppliers*/
.gridvTitle{background: #B1B1B1; background: linear-gradient(left bottom, #B1B1B1 0%, #FFFFFF 100%);
background: -o-linear-gradient(left bottom, #B1B1B1 0%, #FFFFFF 100%);
background: -moz-linear-gradient(left bottom, #B1B1B1 0%, #FFFFFF 100%);
background: -webkit-linear-gradient(left bottom, #B1B1B1 0%, #FFFFFF 100%);
background: -ms-linear-gradient(left bottom, #B1B1B1 0%, #FFFFFF 100%);
background: -webkit-gradient(linear,left bottom,right top,color-stop(0, #B1B1B1),color-stop(1, #FFFFFF));
border-color: #ffffff;
color:#fff;}
.gridvTitle1{background: #B1B1B1; background: linear-gradient(left bottom, #B1B1B1 0%, #ffffff 100%);
background: -o-linear-gradient(left bottom, #B1B1B1 0%, #ffffff 100%);
background: -moz-linear-gradient(left bottom, #B1B1B1 0%, #ffffff 100%);
background: -webkit-linear-gradient(left bottom, #B1B1B1 0%, #ffffff 100%);
background: -ms-linear-gradient(left bottom, #B1B1B1 0%, #ffffff 100%);
background: -webkit-gradient(linear,left bottom,right top,color-stop(0, #B1B1B1),color-stop(1, #ffffff));
border-color: #ffffff;
color:#fff;}
	.scoretxt{color:#b15806; display:block;}
.itemTableSettings .upArrow03,.itemTableSettings .upArrow04,.upArrow05,.itemTableSettings .upArrow06, .itemTableSettings .upArrow07,.itemTableSettings .upArrow08, .popover01 .upArrow07{
    border-color: transparent transparent #187A97;
}	
.iconInviteSprit{background:url(../images/inviteCount.png) no-repeat scroll 0 0 transparent; display:block;}
.inviteIcon{background-position:0px 0px !important;}
.inviteFevIcon{background-position:0px -17px !important;}
.unregisteredPartnerIcon{background-position:0px -65px !important;}
.inviteFevDisableIcon{background-position:0px -64px !important;}
.inviteScoreIcon{background-position:0px -37px !important;}
/* Sourcing-Suppliers*/
/* contract setting*/
.contenHidden{display:none;}
.bgGrey {background:#cccccc;}

.heading02{padding:11px 20px 12px; font-size:22px; color:#333333; font-weight:bold; text-shadow: 0px 1px 1px #fff;
	background: #dbd9d9;
background: -moz-linear-gradient(top, #eae8e8 1%, #dbd9d9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eae8e8), color-stop(100%,#dbd9d9));
background: -webkit-linear-gradient(top, #eae8e8 1%,#dbd9d9 100%);
background: -o-linear-gradient(top, #eae8e8 1%,#dbd9d9 100%);
background: -ms-linear-gradient(top, #eae8e8 1%,#dbd9d9 100%);
background: linear-gradient(to bottom, #eae8e8 1%,#dbd9d9 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8e8', endColorstr='#dbd9d9',GradientType=0 );*/	}

.subTitle{color:#999999;}

/*header icons for moduls */
/*.contractModuleDraft, .contractModuleOnline, .contractModuleSigned{background:#92d352; box-shadow:inset 1px 1px 0 0 #aae571;}*/
.contractModuleDraft span{background-position:-1px -57px;}
.contractModuleOnline span{background-position:-1px -203px;}
.contractModuleSigned span{background-position:1px -226px;}

.p2pModuleRequisition,.p2pModuleASN,.p2pModulePO, .p2pModuleReceipt, .p2pModuleInvoice{background:#fad264;box-shadow:inset 1px 1px 0 0 #fbe198;}
.p2pModuleRequisition span{background-position: 0px -83px;}
.p2pTmpRequisition span{background-position: 0px -400px;}
.p2pModulePO span{background-position: -4px -113px;}
.p2pModuleReceipt span{background-position:-4px -174px;}
.p2pModuleInvoice span{background-position: -4px -144px;}

.partnerModuleAssessment, .partnerModuleForm01{background:#9feafc;  box-shadow:inset 1px 1px 0 0 #baebf6;}  
.partnerModuleAssessment span{background-position:-4px -204px;}
.partnerModuleForm01 span{background-position: -4px -234px;}
.partnerModulePartner span{background-position:-1px -434px;}

/*.sourcingModuleAuction{background:#18bfb5; box-shadow:inset 1px 1px 0 0 #4EE3DA;background:#E18F29; box-shadow:inset 1px 1px 0 0 #F4A644;}*/
.pageHeading .sourcingModuleAuction{background:#18bfb5; box-shadow:inset 1px 1px 0 0 #4EE3DA;background:#E18F29; box-shadow:inset 1px 1px 0 0 #F4A644;}
.sourcingModuleAuction span{background-position:-2px -30px;}

/*.sourcingModuleRFP, .sourcingModuleRFQ{background:#f5a745; box-shadow:inset 1px 1px 0 0 #fbe198;}*/
.sourcingModuleRFP, .sourcingModuleRFQ{background:#e18f29; box-shadow:inset 1px 1px 0 0 #f4a644;}
.sourcingModuleRFP span{background-position:-4px 0;}
.sourcingModuleRFQ span{background-position:-3px -44px;}
.sourcingModuleContract{background:#92d352;  box-shadow:inset 1px 1px 0 0 #aae571;}
.sourcingModuleContract span{ background-position:-1px -65px;}

/*.workBenchModul{background:#18BFB5; box-shadow:inset 1px 1px 0 0 #98E3DE;}*/
.workBenchModul span{background-position:0 -324px;}
/*live - sourcing*/
.tabs01 ul{ border-color:#167973 #56ccc5 #60d3cc #1ca59d;}
.tabs01 ul li {border-left:1px solid #5dcdc5; border-right:1px solid #167973;}
.tabs01 ul li a {color:#fff;
background: #21b5ac; /* Old browsers */
background: -moz-linear-gradient(top, #21b5ac 0%, #2dcbc1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21b5ac), color-stop(100%,#2dcbc1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #21b5ac 0%,#2dcbc1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #21b5ac 0%,#2dcbc1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #21b5ac 0%,#2dcbc1 100%); /* IE10+ */
background: linear-gradient(to bottom, #21b5ac 0%,#2dcbc1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b5ac', endColorstr='#2dcbc1',GradientType=0 );  IE6-9 */ 
text-shadow: 1px 1px 1px #13736e;}
.tabs01 ul li a:hover, .tabs01 li.selected a{background:#1ca59d; color:#106863; text-shadow: 1px 1px 1px #77c9c4; filter:none !important;}

.iconAddSupplier {background:url(../images/iconAddSupplier.png) no-repeat; width:24px; height:25px; float:right;margin: 7px 12px 0 0;}

.liveSummary .card {-webkit-box-shadow: 0px 0px 3px 1px #a3a3a3;box-shadow: 0px 0px 3px 1px #a3a3a3;}
.liveSummary .cardTitle .title { color:#666;}
.liveSummary .cardContent {background: #f4f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f4f3f3 0%, #e8e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f3f3), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4f3f3 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4f3f3 0%,#e8e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4f3f3 0%,#e8e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #f4f3f3 0%,#e8e8e8 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#e8e8e8',GradientType=0 );  IE6-9 */}
.liveSummary .cardTitle {background: #eae8e8; /* Old browsers */
background: -moz-linear-gradient(top, #eae8e8 0%, #c0c0c0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae8e8), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eae8e8 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eae8e8 0%,#c0c0c0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eae8e8 0%,#c0c0c0 100%); /* IE10+ */
background: linear-gradient(to bottom, #eae8e8 0%,#c0c0c0 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8e8', endColorstr='#c0c0c0',GradientType=0 ); IE6-9 */}
.card .cardBottom { background:#F9F8F8;}
.timer02 {text-shadow: 1px 1px 1px #ffffff;}
.iconComment01 {background:url(../images/iconComments.png) no-repeat;color: #fff;float: left;font-size:11px;font-weight:bold;height:21px;padding:3px 6px;width: 14px;}
.iconComment01:hover {text-decoration:none;}
.textRed { color:#cc0000;}
.textGreen { color:#58b000;}
.color03 {color:#999;}
.color04 {color:#474747;}
.textYellow {color:#beaa05;}
.textGrey {color:#c0c0c0;}

.color10 {color:#10748b;}
.gridV .lastMinutes .numbers {color:#ff6600; font-weight:bold;}
.gridV .timer01 {background:#eeeded; border:1px solid #ddd; font-size:12px;}
.border02 {border:1px solid #c9c9c9;}

.hideGraph {background:url(../images/showGraph.png) no-repeat 0 -29px; width:42px; height:29px;}
.showGraph {background:url(../images/showGraph.png) no-repeat 0 0; width:42px; height:29px;}


.liveSGrid th{ background:#1781A0 !important; color:#fff;text-shadow: 1px 1px 1px #034261; filter:none;}

.liveSGrid td.lotName, .liveSGrid td.lotNameActive {background:#309ab8; color:#fff; text-shadow: 1px 1px 1px #187b75;}
.liveSGrid td.lotName:hover, .liveSGrid td.lotNameActive {background:#43bbe0; color:#034a46;text-shadow: 1px 1px 1px #59c9eb;}
.liveSGrid td.lotName span.arrow, .liveSGrid td.lotNameActive span.arrow {border-top: 7px solid transparent;border-bottom: 7px solid transparent; border-right:7px solid #fff; }

.liveSGrid .timer01 {background:#087598; border:1px solid; border-color:#0d6480 #1396bf #1396bf #0d6480; color:#fff;}

.liveSGrid .lastTime {background:#f6564e; border:1px solid #f6564e;}

.liveSGrid .bgPositive, .liveSGrid .bgNegative {color:#fff;}
.liveSGrid .bgPositive .seprator {border-left:1px solid #318b16; background:#6ece51;}
.liveSGrid .bgNegative .seprator {border-left:1px solid #cb3d16; background:#fe7f5d;}

/*live - sourcing*/
/* My supplier */
.slideToggle{ color:#1e96af; border:1px solid #cac8c9;
	background: #eceaeb;
	background: -moz-linear-gradient(top, #eceaeb 0%, #ebe9ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaeb), color-stop(100%,#ebe9ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eceaeb 0%,#ebe9ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eceaeb 0%,#ebe9ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eceaeb 0%,#ebe9ea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eceaeb 0%,#ebe9ea 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaeb', endColorstr='#ebe9ea',GradientType=0 );  IE6-8 */
}
.slideToggleContent{ background:#eaeaec; border:1px solid #cac8c9;}
/* My supplier End */
/*Command Center*/
.rightPanelFix { background:#1a819e;}
.auction {background:#F4A644;}

.cCenter .auction{ border:1px solid #E18F29; border-top-color:#E18F29;}
.cCenter .auctionIcon {border-right:1px solid #E18F29;}
.cCenter .headingLeft { color:#353535;} 


.timer01 {border-style:solid; border-color:#ccc #fff #fff #ccc;background:#ededed; color:#333;}

.timer01 .numbers { padding:3px 6px 3px 8px;}

.timer01 .stopTimer {background:#d9d7d7 url(../images/stopTimer.gif) no-repeat center center; display:block; padding:15px; *padding:8px 15px 0 15px; border-left:1px;border-radius:0 4px 4px 0; -webkit-border-radius:0 4px 4px 0;} 

.timer01 .playTimer {background:#d9d7d7 url(../images/iconPlay.png) no-repeat center center; padding:15px; *padding:8px 15px 0 15px; border-left:1px;border-radius:0 4px 4px 0; -webkit-border-radius:0 4px 4px 0;} 

.lotList ul li {background:#1c918a; border-bottom:1px solid #176d68; color:#fff;}
.lotList ul li a {color:#fff;border:1px solid transparent;}


.lotList li.selected {background:#fff;}
.lotList li.selected a, .lotList li a:hover {background:#18bfb5; border:1px solid #388782; } 

.lotTable tr td { pborder-bottom:1px solid #f9f9f9;}
.even td {background:#ecebeb;}
.percentage {color:#fff;}
td.bgPositive {background: #4ac225; /* Old browsers */
background: -moz-linear-gradient(left, #4ac225 85%, #3ea21f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(85%,#4ac225), color-stop(100%,#3ea21f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #4ac225 85%,#3ea21f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #4ac225 85%,#3ea21f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #4ac225 85%,#3ea21f 100%); /* IE10+ */
background: linear-gradient(to right, #4ac225 85%,#3ea21f 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac225', endColorstr='#3ea21f',GradientType=1 );  IE6-9 */}
td.bgNegative {background: #fe5f34; /* Old browsers */
background: -moz-linear-gradient(left, #fe5f34 84%, #d44f2b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(84%,#fe5f34), color-stop(100%,#d44f2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #fe5f34 84%,#d44f2b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #fe5f34 84%,#d44f2b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #fe5f34 84%,#d44f2b 100%); /* IE10+ */
background: linear-gradient(to right, #fe5f34 84%,#d44f2b 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5f34', endColorstr='#d44f2b',GradientType=1 );  IE6-9 */}

.buttonBg {background: #2f4e5c; /* Old browsers */
background: -moz-linear-gradient(top, #2f4e5c 0%, #02232b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4e5c), color-stop(100%,#02232b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2f4e5c 0%,#02232b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2f4e5c 0%,#02232b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2f4e5c 0%,#02232b 100%); /* IE10+ */
background: linear-gradient(to bottom, #2f4e5c 0%,#02232b 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4e5c', endColorstr='#02232b',GradientType=0 );  IE6-9 */
border:1px solid #031318; color:#fff;}
.headingCenter {color:#fff; }

.iconChat01 {background:url(../images/chatIcons.png) no-repeat; display:inline-block;}
.iconMessages {background-position:0 0; width:28px; height:21px;}
.iconChatting {background-position:0 -22px; width:36px; height:26px;margin-top:-2px;} 
.iconInformation {background-position:0 -51px; width:31px; height:29px;margin-top:-4px;} 
.iconCall {background-position:0 -83px; width:29px; height:29px;margin-top:-4px;}
/*.iconInfo{background-position: 0 -440px;height:15px;width:15px;}*/
.iconInfo{background-position: -35px -1399px;height: 16px;width: 16px;}
.onlineChat {background:url(../images/iconChats.png) no-repeat 0 0; width:26px; height:22px; float:right;margin:-4px 5px 0 0;}
.offlineChat {background:url(../images/iconChats.png) no-repeat 0 -45px; width:26px; height:22px; float:right;margin:-4px 5px 0 0;}
.idleChat {background:url(../images/iconChats.png) no-repeat 0 -22px; width:26px; height:22px; float:right;margin:-4px 5px 0 0;}
.iconCalculator {background-position: -4px -1761px;height: 16px;width: 15px; display: block;}
.iconMessages01 {background-position:0 -114px; width:24px; height:18px;margin-top:1px; }
.sortList ul li:hover .iconMessages01, li a.active .iconMessages01 {background-position:-26px -114px; }

.iconChatting01 {background-position:0 -134px; width:26px; height:19px;margin-top:1px;} 
.sortList ul li:hover .iconChatting01, li a.active .iconChatting01 {background-position:-28px -134px;}

.iconPartnerSharing01{background-image: url(../images/moduleIconsNew.png);  display:inline-block;} 
.iconPartnerSharing {background-position:-1px -348px; width:26px; height:19px;margin-top:1px;} 
.sortList ul li:hover .iconPartnerSharing, li a.active .iconPartnerSharing {background-position:-3px -527px;}

.iconTeamMembers01{background-image: url(../images/teamMembersIcon.png);  display:inline-block;} 
.iconTeamMembers02 {background-position:-9px -5px; width:28px; height:19px;margin-top:1px;} 
.sortList ul li:hover .iconTeamMembers02, li a.active .iconTeamMembers02 {background-position:-41px -5px;}

.iconRecent01 {background-position:0 -154px; width:18px; height:21px;margin-top:1px;} 
.sortList ul li:hover .iconRecent01, li a.active .iconRecent01 {background-position:-20px -154px;}

.iconGroupChat {background-position:0 -278px; width:33px; height:22px; } 
.sortList ul li:hover .iconGroupChat, li a.active .iconGroupChat {background-position:-35px -278px;}

.iconTeamMember {background-position:0 -178px; width:15px; height:15px;margin-top:1px;} 
.sortList ul li:hover .iconTeamMember, li a.active .iconTeamMember, .tabs03 li:hover .iconTeamMember {background-position:-17px -178px;}

.iconGroup {background-position:0 -195px; width:21px; height:15px;margin-top:1px;} 
.sortList ul li:hover .iconGroup, li a.active .iconGroup, .tabs03 li:hover .iconGroup {background-position:-23px -195px;}

.iconInbox {background-position:-32px -327px; width:17px; height:14px;} 
.sortList ul li:hover .iconInbox, li a.active .iconInbox, .tabs03 li:hover .iconInbox {background-position:-52px -327px;}

.iconOutbox {background-position:-32px -343px; width:17px; height:14px;} 
.sortList ul li:hover .iconOutbox, li a.active .iconOutbox, .tabs03 li:hover .iconOutbox {background-position:-52px -343px;}

.iconPin {background:url(../images/iconPin.png) no-repeat; width:15px; height:22px; display: inline-block;} 
.openDetail {background:#fff;}
.openDetail .heading01 {border-bottom:1px solid #c4c4c4; }
.openDetail .heading01 .title {font-size:24px;}

.iconNewMail {background-position:-55px -227px; width:13px; height:9px; float:left;margin: 3px 0 0;} 
.Mail_New {background-position:-55px -227px; width:13px; height:9px; float:left;margin: 3px 0 0;} 
.iconReadMail {background-position:-55px -238px; width:13px; height:12px; float:left;margin-top: 1px;}
.Mail_Read {background-position:-55px -238px; width:13px; height:12px; float:left;margin-top: 1px;} 
.iconComment04 {background-position:-55px -212px; width:13px; height:13px; float:left;margin: 2px 0 0;}
.Comment {background-position:-55px -212px; width:13px; height:13px; float:left;margin: 2px 0 0;}
.iconAlert {background-position:-53px -252px; width:16px; height:13px; float:left; margin: 1px 0 0;}
.Alert {background-position:-53px -252px; width:16px; height:13px; float:left; margin: 1px 0 0;} 
.iconReply {background-position:-1px -345px; width:23px; height:14px; float:right;} 
.iconReplyAll {background-position:-1px -328px; width:27px; height:14px; float:right;} 
.iconFwd {background-position:-2px -362px; width:23px; height:14px; float:right;} 
.iconAttachView {background-position:-62px -362px; width:8px; height:15px;} 
.iconReplyQuote {background-position:0px -403px; width:26px; height:21px;}

.addIcon {background:url(../images/addSign.gif) no-repeat;width:13px; height:14px; display:block; margin:4px 0;} 
li:hover .addIcon {background:url(../images/addSignHover.gif) no-repeat;}

.gridV td.secondaryLink{color:#1793ba;}
.gridV tr.selesupplier, .gridV tr.selesupplier td.secondaryLink{background-color:#e5f8f7;}
.gridV tr.selesupplier1, .gridV tr.selesupplier1 td.secondaryLink{background-color:#faf7dd;}
.iconComment02 {background: url(../images/iconComments.png) no-repeat scroll 0px -29px transparent;color: #FFFFFF;float: right;    font-size: 11px;font-weight: bold;height: 20px;padding: 0px;width: 22px;}
.lotsPreview{background: url(../images/iconLotsPreview.png) no-repeat scroll 0px 0px transparent;float: right;height: 11px;    padding: 0px;width: 16px;}
.lotsPreviewActive{
    background: url(../images/iconLotsPreview.png) no-repeat scroll 0px -13px transparent;float: right;height: 11px;padding: 0px;width: 16px;}
.color05 {color:#dec70a;}
.color06 {color: #72e203;}

.heading03 {background: #f2f1f1; /* Old browsers */
background: -moz-linear-gradient(top, #f2f1f1 0%, #eceaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f1f1), color-stop(100%,#eceaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f1f1 0%,#eceaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f1f1 0%,#eceaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f1f1 0%,#eceaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f1f1 0%,#eceaea 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#eceaea',GradientType=0 );  IE6-9 */
border-color:#d6d8db #d6d8db #dedede #d6d8db;}
.heading03 .title { color: #1c918a;}

.borderBtm01 {border-bottom:1px solid #f2f2f2;}
.color08 {color:#333;}
.color09 {color:#D15959 !important;}
.rankBg {background:url(../images/rankBg.png) no-repeat; width:28px; height:22px; float:left; color:#353535; font-size:13px; text-align:center; font-weight:bold;padding-top: 6px; margin:-7px 0 0 3px;}
.btnHighlight {background:#f9d146; border:1px solid #e2be42;color:#353535;}
.gridOuter {border:1px solid #f1f1f2;}

.gridV .textbox01 {border-color:#ccc;}
.gridV .bottomRow {background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfbfb 0%,#f2f2f2 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f2f2f2',GradientType=0 ); IE6-9 */}


.dataBox02 .heading {border:1px solid #c4c4c4;
background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/}

.dataBox02 .heading .title {color:#666666;}
.dataBox02 .contentB { border:1px solid #d6d6d6;}

.morePaddGridV2 .gridV2 th, .morePaddGridV2 .gridV2 td {padding:10px 6px;}
.gridV2 .lastRow td {border-bottom:0px;}
.height204 {height:204px;}


.sepVertical01 {border-left:1px solid #bcbbbb; background:#fff;}

.dataBox03 {border:1px solid #d6d8db;}
.dataBox03 .heading {background: #f2f1f1; /* Old browsers */
background: -moz-linear-gradient(top, #f2f1f1 0%, #eceaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f1f1), color-stop(100%,#eceaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f1f1 0%,#eceaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f1f1 0%,#eceaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f1f1 0%,#eceaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f1f1 0%,#eceaea 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#eceaea',GradientType=0 );  IE6-9 */
border-bottom:1px solid #ccc !important;}

.dataBox03 .heading .timer01 {background:#dadada;}

.iconPopout01 {background:url(../images/iconPopout.png) no-repeat 0 0; width:15px; height:16px;}
.iconPopout02 {background:url(../images/iconPopout.png) no-repeat 0 -16px; width:15px; height:16px;}
.iconPopin01 {background:url(../images/iconPopout.png) no-repeat 0 -33px; width:15px; height:16px;}

.cCenterInnerRight .catlogTabs li a.active, .cCenterInnerRight .catlogTabs li:hover a {background:#000 !important;}

.panelHistory {background: #b2b2b2; /* Old browsers */
background: -moz-linear-gradient(top, #b2b2b2 0%, #d8d8d8 10px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(10px,#d8d8d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b2b2b2 0%,#d8d8d8 10px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b2b2b2 0%,#d8d8d8 10px); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b2b2b2 0%,#d8d8d8 10px); /* IE10+ */
background: linear-gradient(to bottom, #b2b2b2 0%,#d8d8d8 10px); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#d8d8d8',GradientType=0 );  IE6-9 */
border:1px solid #ccc; margin-top:-5px; left:-1px;}

.bg07 {background:#fff !important;}

.iconcCenter {background:url(../images/iconCommandCenter.png) no-repeat; float:left; margin-left:8px;}
.iconChatUnread {background-position:0 -73px; width:23px; height:19px;}
.iconChatOnline {background-position:0 -19px; width:21px; height:18px;}
.iconChatOffline { background-position:0 0;width:21px; height:18px;}
.iconMinusSupplier {background-position:0 -56px; width:15px; height:17px;}
.iconGraph {background-position:0 -38px; width:23px; height:17px;}
.iconGraphSelected {background-position:0 -128px; width:23px; height:17px;}
.iconAddAgain {background-position:0 -93px; width:15px; height:17px; margin-left:18px;}
.iconFilter01 {background-position:0 -111px; width:14px; height:16px;}

.alertMesg .message { border:1px solid #AA833F;border-radius:10px; -webkit-border-radius:10px; background:#faf3d0;}
.alertMesg .notifyContainer {background:url(../images/overlay.png) repeat;border-radius:10px; -webkit-border-radius:10px; }

.textRed td {color:#f02121;}
.noBgColor {background: none !important;}
.bg08 {background:#d8d8d8;}
/*Command Center*/

/*supplier responses*/
.contentMarginL272 .tabConTopComp {background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f6 0%, #e0dfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e0dfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#e0dfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#e0dfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#e0dfdf 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#e0dfdf 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e0dfdf',GradientType=0 );  IE6-9 */}
.detailFull {background:#F8F1C5; border:1px solid; border-color:#fff #fff #CEC07B #fff;}
.partnerForm .detailFull {background:#D2EDF5 ; border:1px solid; border-color:#fff #fff #8fe0f3 #fff; }

.dataBox01 {border:1px solid #d6d6d6;}
.dataBox01 .header {background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top, #fafafa 0%, #f4f3f3 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f4f3f3)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fafafa 0%,#f4f3f3 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fafafa 0%,#f4f3f3 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fafafa 0%,#f4f3f3 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #fafafa 0%,#f4f3f3 100%) !important; /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f3f3',GradientType=0 ) !important;  IE6-9 */
border-bottom:1px solid #e5e4e4 !important; border-top:none;}

.dataBox01 .headerError{ color:red !important;}

.scoreNumbers li a {background:url(../images/pagingBgScore.png) no-repeat 0 -1px;  color:#666;}
.scoreNumbers li a:hover, .scoreNumbers li.active a{ background:url(../images/pagingBgScore.png) 0 -25px; color:#ffffff;}
.iconCheckMark {background:url(../images/iconCheck.png) no-repeat; width:16px; height:16px; display:inline-block; float:right;}
.borderRight1 {border-right:1px solid #E0DFDF;}
.iconPartner {background:url(../images/iconSupplier.png) no-repeat; float:right; padding:1px 0 1px 21px;}
/*.iconComment03 {background: url(../images/iconComments.png) no-repeat  0 -52px;color: #FFFFFF; font-size: 9px;height: 16px;padding: 1px 0;text-align: center;width: 18px;}*/
.iconComment03 {background: url(../images/iconComments.png) no-repeat  0 -70px;color: #FFFFFF; font-size: 9px;height: 16px;padding: 1px 0;text-align: center;width: 18px; text-decoration:none !important;}
.iconCheck01 {background:url(../images/iconCheckBig.png) no-repeat; width:24px; height:23px; display:inline-block; float:right;}
.iconCheck02 {background:url(../images/surveyScored.png) no-repeat;}
/*supplier responses*/

/*Score Summary */
.tabsLight .catlogTabs li a.active,  .tabsLight .catlogTabs li a:hover {background: #d8d4d3; /* Old browsers */
background: -moz-linear-gradient(top, #d8d4d3 0%, #dbd7d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d4d3), color-stop(100%,#dbd7d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d8d4d3 0%,#dbd7d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d8d4d3 0%,#dbd7d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d8d4d3 0%,#dbd7d6 100%); /* IE10+ */
background: linear-gradient(to bottom, #d8d4d3 0%,#dbd7d6 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d4d3', endColorstr='#dbd7d6',GradientType=0 );  IE6-9 */
-webkit-box-shadow: inset 1px 1px 0px 0px #cac6c5; box-shadow: inset 1px 1px 0px 0px #cac6c5; color:#426176;}

.verticalBordersGrid .gridV th {border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5;}
.verticalBordersGrid .gridV td {border-left: 1px solid #E5E5E5;}
.verticalBordersGrid .gridV { border-right: 1px solid #c2c2c2;border-bottom: 1px solid #c2c2c2;}
.bg01 {background:#e4e3e3 !important;}
.bg02 {background:#656464 !important;}
.color07 {color:#fff !important; }
.verticalBordersGrid .gridV td:first-child {background:#F5F5F5; border-bottom:1px solid #c2c2c2; font-weight:bold;}

.bg03 {background:#e0fde0;}
.bg04 {background:#45cc3a;}
.bg05 {background:#cacaca;}

.notResponded td { background:#f7f6f6; color:#9f9e9e; padding:2px 10px !important;}

.iconScoreCard {background-position:-34px -1140px; padding:1px 0 1px 22px;}
.iconPartner01 {background-position:-34px -1159px; padding:1px 0 1px 22px;}
.iconReminder {background-position:0 -1174px; width:16px; height:15px;}


.verticalBordersGrid .gridV th, .verticalBordersGrid .gridV td { border:1px solid #ccc;}

.bgGrad01 {background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f6 0%, #e2dfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e2dfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#e2dfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#e2dfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#e2dfdf 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#e2dfdf 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e2dfdf',GradientType=0 );  IE6-9 */}
.bg06 {background:#fff !important;}

.iconAddGrey {background-position:-34px -1177px; width:17px; height:17px;}

.gridFirstColumnBg tr td:first-child {background:#f6f6f6;}
/*Score Summary */
/* Partner forms supplier response page */
.hightlight01 {background:##FAF7DD;}
.iconError{ background-position:-35px -1195px;}

.notification01 {background: #fcf8e3 !important; border-bottom: 1px solid #ded9be; border-top: 1px solid #ded9be; color: #654500;text-shadow: 0 1px 0 #FEF1C9;}
.notification01 .taskBtn{color:#c09853; border-color: #d7cb8f !important; text-shadow: 0 1px 0 #ffffff;box-shadow: 1px 1px 0 0 #dfd9bb;
background: #fdfae8; /* Old browsers */
background: -moz-linear-gradient(top, #fdfae8 0%, #f7f0c8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfae8), color-stop(100%,#f7f0c8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fdfae8 0%,#f7f0c8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fdfae8 0%,#f7f0c8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fdfae8 0%,#f7f0c8 100%); /* IE10+ */
background: linear-gradient(to bottom, #fdfae8 0%,#f7f0c8 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfae8', endColorstr='#f7f0c8',GradientType=0 );  IE6-8 */
}
.notification01 .taskBtn:hover{  border-color: #d7cb8f; box-shadow: 1px 1px 0 0 #dfd9bb;
background: #fcf8e1; /* Old browsers */
background: -moz-linear-gradient(top, #fcf8e1 0%, #f5ecba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e1), color-stop(100%,#f5ecba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcf8e1 0%,#f5ecba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcf8e1 0%,#f5ecba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcf8e1 0%,#f5ecba 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcf8e1 0%,#f5ecba 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e1', endColorstr='#f5ecba',GradientType=0 );  IE6-8 */
}	
	
.highlightField{ border:1px solid #dd4b39 !important;}

h4{color:#5c5c5c; text-shadow:1px 1px #F2F2F2;
background: #d9d9d9; /* Old browsers */
background: -moz-linear-gradient(left,  #d9d9d9 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9d9d9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #d9d9d9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #d9d9d9 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #d9d9d9 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #d9d9d9 0%,#ffffff 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff',GradientType=1 );  IE6-8 */
}
/*Compare Documents*/
.rightpan{-webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.25);-moz-box-shadow:-1px 0px 1px rgba(0, 0, 0, 0.25);box-shadow:-1px 0px 1px rgba(0, 0, 0, 0.25);}
.leftpan{-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);-moz-box-shadow:1px 0px 1px rgba(0, 0, 0, 0.25);box-shadow:1px 0px 1px rgba(0, 0, 0, 0.25);}
.p2pBg{background: #fad369; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top, #fad369 0%, #e4b940 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad369), color-stop(100%,#e4b940)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fad369 0%,#e4b940 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fad369 0%,#e4b940 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fad369 0%,#e4b940 100%); /* IE10+ */
background: linear-gradient(to bottom, #fad369 0%,#e4b940 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad369', endColorstr='#e4b940',GradientType=0 );  IE6-8 */}
.vsplitbar {background:url(../images/splitter_drag.gif) no-repeat center;}
.vsplitbar{-moz-box-shadow: inset 0 0 5px 0 #999999;
-webkit-box-shadow: inset 0 0 5px 0 #999999;
box-shadow: inset 0 0 5px 0 #999999;}

.vsplitbar:hover{-moz-box-shadow: inset 0 0 5px 0 #888888;
-webkit-box-shadow: inset 0 0 5px 0 #888888;
box-shadow: inset 0 0 5px 0 #888888;}
/*Compare Documents*/

/* Basic Sourcing */
.color11 {color:#76aab7!important;}
.color12 {color:#a3a3a3!important;}

.iconGrid {background: url(../images/iconGrid.png); display:block;}
.iconItem{ background-position:0px 0; width:28px; height:34px;}
.iconSection{ background-position:-29px 0; width:31px; height:34px;}
.iconSurvey{ background-position:-62px 0; width:35px; height:34px;}
.iconPartners{ background-position:-99px 0; width:32px; height:34px;}
.iconDocument{ background-position:-132px 0; width:26px; height:34px;}
/* Basic Sourcing */
.color13{ color:#4c4c4c!important;}
.autocomplete{ background:url(../images/downArrow.gif) no-repeat 98% 10px !important;}

.gridDetails td{ border-bottom-color:#efefef !important; border-top-color:#fff !important;}
.gridDetails .highlightBox{border-bottom-color:#e1e1e1 !important; background:none; }
.gridDetails tr td.dottedBorder{border-bottom-color:#ddd !important; }
.gridV.gridDetails tr:hover{ background:none;}

/*progress bar*/
.progressBar{border:1px solid #dad9d9; border-radius:3px; -webkit-box-shadow:0 1px 2px -1px #FFFFFF;box-shadow:0 1px 2px -1px #FFFFFF;
	background: #e4e3e3;
	background: -moz-linear-gradient(top, #e4e3e3 1%, #f0f0f0 32%, #f0f0f0 33%, #edecec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4e3e3), color-stop(32%,#f0f0f0), color-stop(33%,#f0f0f0), color-stop(100%,#edecec));
	background: -webkit-linear-gradient(top, #e4e3e3 1%,#f0f0f0 32%,#f0f0f0 33%,#edecec 100%);
	background: -o-linear-gradient(top, #e4e3e3 1%,#f0f0f0 32%,#f0f0f0 33%,#edecec 100%);
	background: -ms-linear-gradient(top, #e4e3e3 1%,#f0f0f0 32%,#f0f0f0 33%,#edecec 100%);
	background: linear-gradient(to bottom, #e4e3e3 1%,#f0f0f0 32%,#f0f0f0 33%,#edecec 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e3', endColorstr='#edecec',GradientType=0 );*/
}
.progressMeter{background:#ade584; border:1px solid #97d668;-webkit-box-shadow: inset 0px 0px 0px 1px #c5eda8; box-shadow: inset 0px 0px 0px 1px #c5eda8;}	

/* Buttons */
.btn01 {background: #63c963;
background: -moz-linear-gradient(top, #63c963 0%, #359b35 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63c963), color-stop(100%,#359b35));
background: -webkit-linear-gradient(top, #63c963 0%,#359b35 100%);
background: -o-linear-gradient(top, #63c963 0%,#359b35 100%);
background: -ms-linear-gradient(top, #63c963 0%,#359b35 100%);
background: linear-gradient(to bottom, #63c963 0%,#359b35 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c963', endColorstr='#359b35',GradientType=0 );*/
-webkit-border-radius: 5px;
border-radius: 5px;
color: #FFFFFF;
border:1px solid #186918;
}

.btn02 {
	background: #fd4040;
background: -moz-linear-gradient(top, #fd4040 0%, #cf3434 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd4040), color-stop(100%,#cf3434));
background: -webkit-linear-gradient(top, #fd4040 0%,#cf3434 100%);
background: -o-linear-gradient(top, #fd4040 0%,#cf3434 100%);
background: -ms-linear-gradient(top, #fd4040 0%,#cf3434 100%);
background: linear-gradient(to bottom, #fd4040 0%,#cf3434 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4040', endColorstr='#cf3434',GradientType=0 );*/
-webkit-border-radius: 5px; border-radius: 5px; color: #FFFFFF; border:1px solid #921818;
}


.btn01:hover {background: #3e9e3e !important;
background: -moz-linear-gradient(top, #3e9e3e 0%, #1e7c1e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9e3e), color-stop(100%,#1e7c1e));
background: -webkit-linear-gradient(top, #3e9e3e 0%,#1e7c1e 100%);
background: -o-linear-gradient(top, #3e9e3e 0%,#1e7c1e 100%);
background: -ms-linear-gradient(top, #3e9e3e 0%,#1e7c1e 100%);
background: linear-gradient(to bottom, #3e9e3e 0%,#1e7c1e 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9e3e', endColorstr='#1e7c1e',GradientType=0 );*/
-webkit-border-radius: 5px;
border-radius: 5px;
color: #FFFFFF;
border:1px solid #186918;
}

.btn02:hover {background: #cd1c1c !important;
background: -moz-linear-gradient(top, #cd1c1c 0%, #a71616 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd1c1c), color-stop(100%,#a71616));
background: -webkit-linear-gradient(top, #cd1c1c 0%,#a71616 100%);
background: -o-linear-gradient(top, #cd1c1c 0%,#a71616 100%);
background: -ms-linear-gradient(top, #cd1c1c 0%,#a71616 100%);
background: linear-gradient(to bottom, #cd1c1c 0%,#a71616 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1c1c', endColorstr='#a71616',GradientType=0 );*/
-webkit-border-radius: 5px;
border-radius: 5px;
color: #FFFFFF;
/*border:1px solid #186918;*/
}

.color14 {color:#a9fff9;}
.iconReset{background-position:0px -72px;}

.iconCompareRemove{background-position:0 -1235px;}
.iconCompareRemove{width:17px;height:17px;}

.offerData .offerDataLink{color:#ffffff;}

.borderColor01{ border-color:#177B95; }
.inputFocus { border-color:#1687A2 !important; border-width:1px 1px 1px 0px !important;}


.color15 {color:#FFCC00;}
.tooltip01 {color:#fff; background: #545454; border: 1px solid #000000;} 

.tooltip01:after { border-color: rgba(84, 84, 84, 0); border-top-color: #545454; } 
.tooltip01:before { border-color: rgba(0, 0, 0, 0); border-top-color: #000000; }

/*communication center*/
.threeTabs .sortList ul li {border-bottom:1px solid #b5b4b4 !important; border-right-color:#b5b4b4 !important;}
.threeTabs .sortList ul li a:hover, .threeTabs .sortList ul li a.active {border-bottom:1px solid #157993;}

.statusIcon {background:url(../images/statusIcon.png) no-repeat; width:11px; height:11px; float:left;}
.statusOnline {background-position:0 0;}
.statusOffline {background-position:0 -11px;}

.listHeader {background: #fdfdfd;
background: -moz-linear-gradient(top, #fdfdfd 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #fdfdfd 0%,#dddddd 100%);
background: -o-linear-gradient(top, #fdfdfd 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #fdfdfd 0%,#dddddd 100%);
background: linear-gradient(to bottom, #fdfdfd 0%,#dddddd 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dddddd',GradientType=0 );*/
text-shadow: 1px 1px 1px #fff;}
.bg09 {background:#f7f7f7;}

.iconUnreadStar {background:url(../images/starUnread.gif) no-repeat; width:13px; height:14px; position:absolute; margin:6px 0 0 3px;}
.iconCheckMark01 {background:url(../images/check01.png) no-repeat; width:14px; height:12px; float:right; margin:9px 5px 0 0;}
.listHeader .iconCheckMark {margin-top:2px;}
.borderLeft01 {border-left:1px solid #ffffff;}
.borderBtm02 {border-bottom:1px solid #D3D5D8;}
.borderTop02 {border-top:1px solid #D3D5D8;}
.borderLR01 {border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7;}

.iconAddMember {background-position:0 -227px; height:23px; width:22px;}
.iconAddGroup {background-position:0 -211px; height:15px; width:27px;}
.iconNewTopic {background-position:0 -384px; height:16px; width:19px;}
.iconAddChat {background-position:-42px -383px; height:26px; width:29px;}

.incomingMessage {background: #b6d7f4; color:#333; } 
.incomingMessage:after { border-color: rgba(182, 215, 244, 0); border-right-color: #b6d7f4;}
.incomingMessage .heading01 {border-color:#82abce;}
.incomingMessage .heading01 .title {color:#3c77aa; }

.outgoingMessage {background: #f3dc8f; color:#333;} 
.outgoingMessage:after { border-color: rgba(243, 220, 143, 0); border-left-color: #f3dc8f; }
.outgoingMessage .heading01 {border-color:#d4bf79;}
.outgoingMessage .heading01 .title {color:#99843d;}

.notReceivedMsg { background-color:#e2e3e6; }

.iconCross {background:url(../images/iconCross.png) no-repeat 2px 9px; padding-left:25px !important;}
.iconMsgNotReceived {background:#e2e3e6 url(../images/iconMsgNotReceived.png) no-repeat 6px 10px; padding-left:30px !important;}
.color16 { color:#ff6600;}
.color25 {color :red;}
.groupName:hover {background:#fff; border:1px solid #e0dfdf;}

.tooltip02 { background: #ffffff; border: 1px solid #177c96; } 
.tooltip02:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; } 
.tooltip02:before { border-color: rgba(23, 124, 150, 0); border-bottom-color: #177c96; }
.bg10 {background:#f2f1f1;}

.inputWithButton {border:1px solid #ccc; background:#fff;}
.inputWithButton input[type='text'] { background:#fff;}
.inputWithButton input[type='button'] { background:#eeecec; border-left:1px solid #dedede; } 

.iconAddAttach {background:url(../images/iconAddAttach.png) no-repeat; width:17px; height:17px; float:left;}
/*communication center*/
/*find box on contract*/
.findBox{background:#f1f0f0; border:1px solid #d6d8dc; }

.ddTextField9 div.findNext,.ddTextField9 div.findPrv{
			background: #dfdfdf; /* Old browsers */
			background: -moz-linear-gradient(top,  #f4f4f4 0%, #dfdfdf 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #f4f4f4 0%,#dfdfdf 100%); /* W3C */
			/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf',GradientType=0 );  IE6-8 */	
}
.ddTextField9 div a { background:url(../images/selectorArrowSprite.png) no-repeat;}
.ddTextField9 div.findPrv a, .ddTextField9 div.findNext a{
	background-position:0 -349px ;
}
.ddTextField9 div.findNext{ border-left-color: #e2e2e2;}			
.ddTextField9 div.findNext a{background-position:0 -323px;}		
.btn03.BtnDown, .btn03.BtnUp{border-color:#1a93b4 transparent transparent;}
.btn03.BtnUp{border-color:transparent transparent #167f9b;}

.bntGroup{border-color:#e2e2e2; border-style:solid solid solid none; border-width:1px 1px 1px 0;  }


/* Screening Popup */
.gradientBtn { border: 1px #c8c6c6 solid;background: #f3f3f3; background: -moz-linear-gradient(top, #f3f3f3 0%, #d6d6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d6d6d6));
background: -webkit-linear-gradient(top, #f3f3f3 0%,#d6d6d6 100%);
background: -o-linear-gradient(top, #f3f3f3 0%,#d6d6d6 100%);
background: -ms-linear-gradient(top, #f3f3f3 0%,#d6d6d6 100%);
background: linear-gradient(to bottom, #f3f3f3 0%,#d6d6d6 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d6d6d6',GradientType=0 );*/
}
.screeningSprite {background:url(../images/screenFlag.png) no-repeat;}
.iconFlagDis {background-position: 0px 0px;}
.iconFlagEnb {background-position: 0px -15px; }
.dividerLine {background:url(../images/dividerLine.png) left top no-repeat;}
.dottedBorder01{border-top: dotted 1px #ddd !important;}
.itemTableSettings01{ border-color:#177b95;background:#fff;
background: -moz-linear-gradient(top, #ffffff 0%, #edebec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edebec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#edebec 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#edebec 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edebec',GradientType=0 );  IE6-8 */}
.itemTableSettings01 .upArrow{ border-color: transparent #187a97 transparent  transparent}



/*  MessageBoard Popup */
.itemTableSettings02{ border-color:#177b95;background:#fff;
background: -moz-linear-gradient(top, #ffffff 0%, #edebec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edebec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#edebec 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#edebec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edebec',GradientType=0 ); /* IE6-8 */}
.itemTableSettings02 .upArrow{ border-color: transparent transparent #187a97 transparent}
.itemTableSettings01 .upArrow01{ border-color: transparent transparent #187a97 transparent}
.itemTableSettings02 { border-width: 1px; border-style: solid; -moz-box-shadow: 0px -3px 6px #d7d7d7; -webkit-box-shadow: 0px -3px 6px #d7d7d7; /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#d7d7d7)";*/ box-shadow: 0px -3px 6px #d7d7d7; /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#d7d7d7);*/}

.sortList02 ul li{ /*border-left:1px solid #f7f7f7; border-right:1px solid #fff; border-top:2px solid #f9f9f9*//*#f2f4f5*/;}
.sortList02 ul li a{ color:#fff; font-size:16px; color:#1793ba;text-shadow: 0px 1px 1px #fff;}
.sortList02 ul{ border-bottom:1px solid #dedede;}
/*  MessageBoard Popup */


/*popup partnerChildeContract*/
#popupscroll span{color:#666!important;}

/* Basic Details Descriptive*/
.desView .formSingleColumn .lwapper .input .freeText { border:0 !important; padding:0 1px 2px !important; 
padding:0 1px 3px !important\9;
border-bottom: dotted 1px #398FDC !important; color: #666 !important; color:#666 !important; font-size:13px !important; font-family: Arial, Helvetica, sans-serif;
 border-radius:0 !important; -webkit-border-radius:0 !important;}
 @-moz-document url-prefix(){.desView .formSingleColumn .lwapper .input .freeText{padding:0 1px 3px !important;}


.desView .formSingleColumn .lwapper .input .textboxEditableMode { border:0 !important; padding:0 1px 1px !important; border-bottom: solid 1px #3B8EDE !important; color: #666 !important;font-size:13px !important; font-family: Arial, Helvetica, sans-serif;border-radius:0 !important; -webkit-border-radius:0 !important; text-align:center;}
.selectDropdown { color: #666; border-bottom: solid 1px #3b8ede; cursor:default; }
.selectDropdown span, .selectDropdown .inputFocus { border-top: 5px solid #3c8ed8 !important;}

.listContent .innerArrow {border-bottom: 5px solid #ccd9e2; }
.listContent .outerArrow {border-bottom: 5px solid #fff;}
/*.listContent ul { background: #fff;border: solid 1px #ccd9e2;}*/
.listContent ul li a { color: #3d8bdd; }
.listContent ul li a:hover { color: #000;}

.sectionHeading {color: #424242; }
.sectionHeading .seprator {border-bottom: solid 1px #c4c4c4; }
.formSingleColumn .lwapper .label { color: #999 !important; }
.desView .formSingleColumn .lwapper .input input.inputD { color: #1793ba/*666*/ !important; border-bottom: dotted 1px #398fdc; text-align:center;}

.desView .formSingleColumn .lwapper .input textarea { border-bottom: dotted 1px #398fdc; }
.desView .formSingleColumn .lwapper .input textarea:focus { border-color: #ccc; }
/* Basic Details Descriptive*/

.borderBtm03 {border-bottom:1px solid #cccccc;}
.arrowUp04 {background:url(../images/arrowUpDown.png) no-repeat 0 0; width:13px; height:7px; position:absolute; top:15px; right:5px;}
.arrowDown04 {background:url(../images/arrowUpDown.png) no-repeat 0 -7px; width:13px; height:7px; position:absolute; bottom:-7px; right:5px; top:inherit;}

/* Create User */
.arrowLeftRight{background: url(../images/arrowLeftRight.png) no-repeat scroll 0 0px transparent;}



/*add column*/
.input02 input { background: linear-gradient(180deg, #FFFFFF 80%, #F3F3F3 100%) repeat scroll 0 0 transparent; border: solid #C0C0C0;}
.input02 span a { background: none !important;color: #717880 !important; }
.input02 span { background: linear-gradient(to bottom, #F3F2F2 0%, #ECEAEA 100%) repeat scroll 0 0 transparent; border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0; }
.columnboxbg001 {filter:none;}
.columnboxbg001 { background-color: #D1D1D1; filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D1D1D1, endColorstr=#E5E5E5);
background-image: -moz-linear-gradient(top, #D1D1D1 0%, #E5E5E5 5%, #E5E5E5 95%, #d7d7d7 100%); background-image: linear-gradient(top, #D1D1D1 0%, #E5E5E5 5%, #E5E5E5 95%, #d7d7d7 100%); background-image: -webkit-linear-gradient(top, #D1D1D1 0%, #E5E5E5 5%, #E5E5E5 95%, #d7d7d7 100%); background-image: -o-linear-gradient(top, #D1D1D1 0%, #E5E5E5 5%, #E5E5E5 95%, #d7d7d7 100%); background-image: -ms-linear-gradient(top, #D1D1D1 0%, #E5E5E5 5%, #E5E5E5 95%, #d7d7d7 100%); background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #D1D1D1), color-stop(5%, #E5E5E5), color-stop(95%, #E5E5E5), color-stop(100%, #d7d7d7)); }
.columnBoxShadow { background-color: #fff;}
/*.columnBoxShadow .secondaryLink a:hover { background: url(../images/column-right-arrow.jpg) no-repeat 150px 14px #f7f7f7 !important; }*/
.addBtn02 { background: #efefef; background: -moz-linear-gradient(top, #fefefe 0%, #e0e0e0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e0e0e0)); background: -webkit-linear-gradient(top, #fefefe 0%, #e0e0e0 100%); background: -o-linear-gradient(top, #fefefe 0%, #e0e0e0 100%); background: -ms-linear-gradient(top, #fefefe 0%, #e0e0e0 100%); background: linear-gradient(to bottom, #fefefe 0%, #e0e0e0 100%); /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e0e0e0', GradientType=0 );*/border: 1px solid #ccc; }

.signSprite { background: url(../images/signSprite.png) no-repeat; }
a.addBtn02 .iconPlusColumn { background-position: 0px 0px !important; height: 14px; width: 14px; }
a.addBtn02 .iconMinusColumn { background-position: 0px -14px!important; height: 14px; width: 14px; }
a.addBtn02 .iconMultiplyColumn { background-position: 0px -28px; height: 14px; width: 14px; }
a.addBtn02 .iconDivideColumn { background-position: 0px -42px; height: 14px; width: 14px; }

.addBtn02 {color: #898989;}
.columnBtnBox { background: #fafafa; border-top: 1px solid #c2c2c2; }
.columnBtnBox .addBtn02 { text-shadow: 1px 1px 1px #FFFFFF; }

.columnboxbg001 .itemTableSettings { border-color: #d6b1b1; background: #f2dede; color: #b94a48; }
.columnboxbg001 .itemTableSettings .downArrow { border-color: #d6b1b1 transparent transparent transparent }
/*add column*/

/*add slider arrow*/

.showArrow{
	background:url(../images/arrowsSmall.gif) no-repeat; 	
	}
	
/*add slider arrow*/
.disabled { opacity:0.5;}
.disableBtn .iconPlus {background:url(../../../cumulusTheme/desktop/images/iconPlusGrey.png) no-repeat !important; text-shadow: 1px 0px 1px #d7d8d8; border:1px solid #e5e5e5; color:#8d9297; cursor:default;
background:#bfc1c1;
background: -moz-linear-gradient(top, #bfc1c1 0%, #b3b5b5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfc1c1), color-stop(100%,#b3b5b5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfc1c1 0%,#b3b5b5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfc1c1 0%,#b3b5b5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfc1c1 0%,#b3b5b5 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfc1c1 0%,#b3b5b5 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc1c1', endColorstr='#b3b5b5',GradientType=0 );  IE6-8 */}

/*Portal*/
.activityFilterIcon{background:url(../images/filterIcon.png) no-repeat;}
.widgets:hover{-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.30);-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.30);box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.30);}
.tasklists:hover{ box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
.widgets .widgetsIcons,.cardOuter .deleteWidgets{background-image:url(../images/widgetsHeaderBtns.png);}
.widgets .deleteWidgets,.cardOuter .deleteWidgets{background-position:-10px -14px;}
.widgets .deleteWidgets:hover,.cardOuter .deleteWidgets:hover{ background-position:-10px -56px;}
.widgets .expandWidgets {background-position:-49px -13px ;}
.widgets li.sep{ border-left-color:#cacaca; border-right-color:#fff;}
.widgets .expandWidgets:hover{background-position:-49px -53px;}
.iconAnalytics span{background-position:0 -1323px;}
.iconTimeline span{background-position:-31px -1326px;}
.mainNavLeftBorder{ border-left-color:#2E9AB9 !important;}
.mainNavLeftBorder a{ border-left-color:#177DA3 !important;}
.addNewWidget{color:#666;}
.blankWidget:hover .addNewWidget{color:#1793ba; text-shadow:1px 1px 1px #fff;}
.newWidgetIcon{background-position:-10px -190px; }
.blankWidget:hover .addNewWidget .newWidgetIcon{ background-position:-12px -51px;}
.blankWidget:hover{ border-color:#1793ba !important;}
.filterSetTrigger, .filterPaneTrigger, .filterRightSetTrigger{border-color:#c1c2c3 #c1c2c3 #c1c2c3;
background: #ebebeb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #ebebeb 0%, #e0e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 0%,#e0e0e0 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e0e0e0',GradientType=0 );  IE6-8 */}
.filterShadow{-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.10);-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.10);box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.10);}
.resetFilter{background:url(../images/resetFilter.png) no-repeat;}
.filterSetContent{border-color:#c1c2c3; border-right:0px;}
.filterSetContent .fliterTitle, .filterSetContentRight .fliterTitle{background: #ebebeb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #ebebeb 0%, #e0e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebebeb 0%,#e0e0e0 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e0e0e0',GradientType=0 );  IE6-8 */
text-shadow:1px 1px 1px #fff; border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.filterInner{background: #f0f0f0; border:1px solid #ccc; border-right:0px;}
.filterStatusDisable{background-position:0 -14px;}
.filterStatusEnable{background-position:0 -26px;}
.filterSep{ border-top-color:#c8c7c7; border-bottom-color:#fff;}
.cardViewList{background-position:-16px -1346px;}
.cardViewListSelected{background-position:-16px -1362px;}
.cardViewGridSelected span{background-position: 0 -1362px;}
.cardViewList span{background-position: -16px -1346px;}
.cardViewGrid{background-position:0px -1346px; }
.cardViewGridSelected{background-position:0px -1362px; }
.catalogSearchResults .listView li:first-child{border-top:none!important;}

/*Portal*/

/* Partner Page Styles */
.bigAttachIcon{background-position:-18px -848px;width:11px;height:22px;}
.borderLeftGray{border-left:1px solid #f1f1f1;}
.borderTopGray{border-top:1px solid #f1f1f1;}
.whiteBg{background:#ffffff !important;}
/* Partner Page Styles */

/* Catalog Page CompareItems Styles */
.compareitems {
margin-bottom:3px;
background:#F9F9F9;
-moz-box-shadow: 1px 1px 3px #cccccc;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 3px #cccccc;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 3px #cccccc;
/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#cccccc)";IE 8*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#cccccc);IE 5.5-7*/
}
/* Catalog Page CompareItems Styles */

/* Scoring page */
.verticalBordersGrid .headRow01 td{background: #eceaea; color:#505152; border-bottom:solid 1px #c9c9c9; -webkit-box-shadow: inset 0 1px 0 0#f9f9f9; -moz-box-shadow:inset 0 1px 0 0#f9f9f9; box-shadow:inset 0 1px 0 0#f9f9f9;
background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );  IE6-8 */
}
.arrowUp01, .arrowDown01{background: url(../images/arrowsSmall.gif) no-repeat 0 -7px;}
.arrowUp01{background-position:0 0;}
.tabs02 { list-style:none; border-bottom:1px solid #bcbbbb;}
.tabs02 li a,  .tabs02 li.selected .addNewTab {background: #e9e8e8; /* Old browsers */
background: -moz-linear-gradient(top, #e9e8e8 0%, #dddbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#dddbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9e8e8 0%,#dddbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9e8e8 0%,#dddbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9e8e8 0%,#dddbdb 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9e8e8 0%,#dddbdb 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#dddbdb',GradientType=0 );  IE6-9 */
color:#444; border:1px solid #cecccd;-webkit-box-shadow: inset 0px 1px 0px 0px #fafafa;box-shadow: inset 0px 1px 0px 0px #fafafa;}

.tabs02 li a:hover,  .tabs02 li.selected .addNewTab {background: #F9F9F9;-webkit-box-shadow: inset 0px 1px 0px 0px #fbfbfb;box-shadow: inset 0px 1px 0px 0px #fbfbfb;}
.tabs02 li.selected a,  .tabs02 li.selected .addNewTab {background: #F9F9F9; border-bottom:1px solid #F9F9F9;-webkit-box-shadow: inset 0px 1px 0px 0px #fbfbfb; box-shadow: inset 0px 1px 0px 0px #fbfbfb;}
.tabs02 a span.tabClose {background-color: transparent;  border: 1px solid #transparent;}

.tabs02 a:hover span.tabClose, .tabs02 a.active span.tabClose {background-color: #DDD; background-position: 0 -575px; border: 1px solid #fff;}
.scorePanes  {border:1px solid #cecccd; background:#F9F9F9;}
.addNew:hover a {background:#f3f3f3;}

.button01 {background:#eee; border:1px solid #CCC; -webkit-box-shadow: 0 2px 2px 0 #fff; box-shadow: 0 2px 2px 0 #A3A5A8;border-top:0px; }
.button01 a {  font-weight:bold !important; text-decoration:none;}
.lockSpirite {background:url(../images/lockUnlockIcon.png) no-repeat; display:inline-block;}
.iconLock01 {background-position: 0 0px;}
.iconUnLock01 {background-position: 0 -13px;}

.manageWeightcont .txtVal { background:#f8f8f8; border:1px solid #ccc;color: #EF9743 !important;font-family: arial;font-weight: bold;}
.manageWeightcont .txtVal01 { background:#ddd; border:1px solid #c7c7c7; }


.manageWeightcont .noTd { border-bottom:#F9F9F9 !important;}
.manageWeightcont .noTd01{ /*border-color:#F9F9F9 !important ;*/}
.verticalBordersGrid .manageWeightcont{ border-color:#F9F9F9 !important ;}
.manageWeightcont .gridV .td01 {border-left:1px solid #C2C2C2 !important;}

.manageWeightcont .ui-widget-header { background:#ef9743; border:1px solid #e7792c; left:-1px; bottom:-1px;}
.manageWeightcont .ui-slider-vertical { width:0.5em;}
.manageWeightcont .ui-widget-content {background:#d3d3d1; border:1px solid #c2c2c2;}
.manageWeightcont .ui-corner-all { border-radius:25px; -webkit-border-radius:25px;}
.manageWeightcont .ui-slider-handle {width:16px; height:16px; text-align:center; left:-6px !important; cursor:pointer; font-size:14px;
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #dadada 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfcfc 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfcfc 0%,#dadada 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfcfc 0%,#dadada 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfcfc 0%,#dadada 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dadada',GradientType=0 );  IE6-9 */}
.iconSuccessTick { background:url(../images/success.png) no-repeat; width:16px; height:16px; display:inline-block;}
.scoreGraphContent {background:#eee; border-bottom:1px solid #ccc; }
.bg11 {background:#93DA7F;}
.gridV .borderBtmWhite td {border-bottom:1px solid #fff !important;}
/* Scoring Page */
/*ScoringSupplierResponses page*/
.scoreNumbers .autoScore li a{background:none;}
.scoreNumbers .autoScore li a:hover{color:#666;}
.scoreNumbers .autoScore .active a,.scoreNumbers .autoScore .active a:hover{background: url(../images/pagingBgScore.png) repeat scroll 0 -51px ;color:#fff;
 }
/*ScoringSupplierResponses page*/.iconScore01 {
    background: url(../images/scoreIcons.png) no-repeat ;
}

/*bid icon style*/
.bestBid {
	background: url(../images/bestBidIindicator.gif) no-repeat ;
}
.newBid{
	background: url(../images/bidIndicator.gif) no-repeat;
}

/* SourcingLanding Listview */

.cardlist, .cardlist01 {background: #f7f5f6;border-color: #dfdede; /* Old browsers */}
.fulLeft .listCardOuter .whiteBg{background:#ffffff !important; filter:none !important;}
/*.cardlist .sourcingRFQIcon {background: none repeat scroll 0 0 #F5A745;box-shadow: 1px 1px 0 0 #F4A644 inset;border-right:1px solid #c46d32;}
.cardlist .sourcingContractIcon {background: none repeat scroll 0 0 #92D352;border-right:1px solid #659339;}
.cardlist .cardIcon span, .cardlist .modules span,.cardlist P2PIconRequisition {background-image: url("../images/moduleIcons.png");}*/
.cardlist .cardIcon span, .cardlist .modules span,.cardlist P2PIconRequisition {background-image: url("../images/iconModuleSmallNew.png");}
/*.cardlist .sourcingRFPIcon{box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644; background:#F5A745;border-right:1px solid #c46d32;}
.cardlist .sourcingRFIIcon{box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;background:#F5A745;border-right:1px solid #659339;}
.cardlist .sourcingAuctionIcon{ background:#f4a644; box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;border-right:1px solid #c46d32;}
.cardlist .contractModuleDraft,.cardlist .contractModuleOnline,.cardlist .contractModuleSigned{background:#92d352; box-shadow:inset 1px 1px 0 0 #aae571;border-right:1px solid #4c908b;}*/
.cardlist .contractModuleSigned span,.cardlist .contractModuleOnline span,.cardlist .contractModuleDraft span{background-position:1px -48px;}

/*.cardlist .P2PIconRequisition, .cardlist .P2PIconPO, .cardlist .P2PIconReceipt, .cardlist .P2PIconInvoice{ background:#fad264;border-right:1px solid #d3b15f;}*/
.cardlist .P2PIconRequisition span.contractIconNew{ background-position:0px -47px!important;}
.cardlist .P2PIconRequisition span{ background-position:0px -70px;}
.cardlist .P2PIconPO span{background-position:0px -130px;}
.cardlist .P2PIconReceipt span{ background-position:-1px -370px;}
.cardlist .P2PIconInvoice span{ background-position:-1px -162px;}

/*.partnerIconAssessment, .partnerIconForm01{background:#9feafc;border-right:1px solid #4c908b;}*/
.partnerIconAssessment span{background-position:-1px -162px;}
.partnerIconForm01 span{background-position:-1px -268px;}

/*Iconexception*/
.iconexception{background-position:-20px -1217px;}

/*SpendDashboard*/
.heading04{padding:5px 0px 5px 20px; font-size:20px; color:#333333; font-weight:bold; text-shadow: 0px 1px 1px #fff;}
.heading05{padding:5px 0px 5px 0px; font-size:15px; color:#333333; font-weight:bold; text-shadow: 0px 1px 1px #fff;}
.spendTabsCont{background-color:#d6d9de; -webkit-box-shadow: 0px 0px 1px 1px #eceef1;
box-shadow: 0px 0px 1px 1px #eceef1; }
/*SpendDashboard End*/

/* PORTAL - SCROLL WIDGET ON MOUSE OVER */
div.scrollingHotSpotLeft{background-image: url(../images/big_transparent.png);	background-repeat: repeat; background-position: center center;}

div.scrollingHotSpotLeftVisible{background-image: url(../images/arrow_left.png); background-color: #fff; background-repeat: no-repeat;	opacity: 0.35; -moz-opacity: 0.35; filter: alpha(opacity = 35);}

div.scrollingHotSpotRight{background: url(../images/big_transparent.png); background-repeat: repeat; background-position: center center;}

div.scrollingHotSpotRightVisible{background-image: url(../images/arrow_right.png);	background-color: #fff;	background-repeat: no-repeat; opacity: 0.35; filter: alpha(opacity = 35); -moz-opacity: 0.35;}
/* PORTAL - SCROLL WIDGET ON MOUSE OVER ENDS */

/* New Module Icons */
.sourcingRFXIcon{box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;background: #f5a745;}
.sourcingRFXIcon span {background-position: -4px 0px; background-image: url(../images/moduleIconsNew.png);}
.auctionIcon{box-shadow:inset 1px 1px 0 0 #f4a644; -webkit-box-shadow:inset 1px 1px 0 0 #f4a644; -moz-box-shadow:inset 1px 1px 0 0 #f4a644;background: #f5a745;}
.auctionIcon span {background-position: -2px -30px; background-image: url(../images/moduleIconsNew.png);}
.contractIcon{background: #92D352;}
.contractIcon span {background-position: -1px -57px; background-image: url(../images/moduleIconsNew.png); }
.p2pRequisitionIcon{background: #fad264;}
.p2pRequisitionIcon span {background-position: 0px -83px; background-image: url(../images/moduleIconsNew.png);}
.p2pOrderIcon{background: #fad264;}
.p2pOrderIcon span {background-position: -4px -113px; background-image: url(../images/moduleIconsNew.png);}
.p2pInvoiceIcon{background: #fad264;}
.p2pInvoiceIcon span {background-position: -4px -144px; background-image: url(../images/moduleIconsNew.png);}
.p2pReceiptIcon{background: #fad264;}
.p2pReceiptIcon span {background-position: -4px -174px; background-image: url(../images/moduleIconsNew.png);}
.partnerAssessmentIcon{background: #9feafc;}
.partnerAssessmentIcon span {background-position: -4px -204px; background-image: url(../images/moduleIconsNew.png);}
.partnerFormIcon{background: #9feafc;}
.partnerFormIcon span {background-position: -4px -234px; background-image: url(../images/moduleIconsNew.png);}
.partnerPrimaryFormIcon{background: #9feafc;}
.partnerPrimaryFormIcon span {background-position: -0px -434px; background-image: url(../images/moduleIconsNew.png);}
.partnerCertificateIcon{background: #9feafc;}
.partnerCertificateIcon span {background-position: -4px -264px; background-image: url(../images/moduleIconsNew.png);}
.partnerList{background: #9feafc;}
.partnerList span {background-position: -1px -348px; background-image: url(../images/moduleIconsNew.png);}

.partnerListIcon{background: #9feafc;}
.partnerListIcon span {background-position: -1px -348px; background-image: url(../images/moduleIconsNew.png);}

.templateCreationIcon,.scanInvoice{ background:#cdd4da;}
.templateCreationIcon span{background-position: -3px -374px; background-image: url(../images/moduleIconsNew.png);}
.scanInvoice span{background-position: 0px -516px; background-image: url(../images/moduleIcons.png);}
.scanInvoice span {height: 24px;margin: 10px 0 0 9px;width: 24px;}


/* New Module Icons end */

/* CATEGORY FILTER */
.dropDown01{border:1px solid #d8d7d7; background:#fff;}
.dropDown01 li{color:#666; border:none !important;}
.list04 li{background:url(../images/arrowLeft01.png) no-repeat left 4px;}
.breadCrumArrow01{background:url(../images/arrowLeft01.png) no-repeat left top;}
/*.selectedFilterList li a:hover{background-position:-37px -539px;}*/
.selectedFilterList li a:hover{background-position:-4px -1609px;}
.bg01 li{background:#E1E1E1;}
.bg01 li a{background-color:#E1E1E1;}
/* CATEGORY FILTER ENDS */

/* Score Summary */
.bg12{ background:#EDEDED !important;}
.borderBottom01{ border-bottom:1px solid #efefef;}
.borderBottomDashed02{border-bottom:1px dashed #ccc;}
.listOfFavItems .cursorPointer:hover{ background:#eee;}

/*Scan Card Icon*/
.p2pModuleInvoice span.scan {background-position: -2px -294px !important;}
.textEditor{border:1px solid #ccc;}
.or01{background:url(../images/orBg.png) no-repeat center center; color:#ACACAC;}

/* Add New Partner */
.footerBtnPanel{ background:url(../images/overlay.png) repeat;}
.autoSuggest01{border:1px solid #d8d7d7; background:#fff; }
.autoSuggest01 li{color:#666;}
.autoSuggest01 li:hover{ background:#ebebeb;}
/* Add New Partner */

.viewDivider{border-left:solid 1px #CACACA; border-right:solid 1px #fff;}

.tabs03 {border:1px solid #cdcbcc;  border-right:0px;}
.tabs03 li a {background: #f2f1f1; /* Old browsers */
background: -moz-linear-gradient(top, #f2f1f1 0%, #eceaeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f1f1), color-stop(100%,#eceaeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f1f1 0%,#eceaeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f1f1 0%,#eceaeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f1f1 0%,#eceaeb 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f1f1 0%,#eceaeb 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#eceaeb',GradientType=0 );  IE6-9 */
border-right:1px solid #cdcccd;  color: #5C5C5C; text-decoration:none;}
.tabs03 li a span.arrowActive {background:url(../images/tabs03ArrowTop.png) no-repeat;}
/*cammunication function*/
.inputWithButton01{
  background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
}
.inputWithButton01  input[type="text"]{
background:#fff;}
.inputWithButton01   input[type="button"]{
   background: none repeat scroll 0 0 #edebec;
    border-left: 1px solid #dedede;
	text-shadow:0  1px  0  #fff;
	color:#818181;

}
.borderRight02{border-right:1px solid #D7D7D7;}
.borderLeft03{border-left:1px solid #D7D7D7;}
.groupNameEditor   input[type="text"]{
background:#fff;
border: 1px solid #ccc;
}
.groupNameEditor   input[type="button"]{
	border: 1px solid #ccc;
   background: none repeat scroll 0 0 #edebec;
    border-left: 1px solid #dedede;
	text-shadow:0  1px  0  #fff;
	color:#818181;
}
.tooltip03{
border:1px solid #177C96;
 box-shadow: 0 0 4px 2px #bbb;
}
.tooltip03 .arrowBottom{	border-width:10px;
border-style:solid;
border-color:#f2f1f1 transparent transparent transparent ;}
.tooltip03 .arrowBottomInner{
border-width:10px;
border-style:solid;
border-color:#177C96 transparent transparent transparent ;
}
.color18{ color:#d8d8d8;}
.iconPunchoutCard{ background-position:-21px -1235px;}
.color19 { color: #009900 !important;}
/*add column*/
.addColumn01{
background: #eceaea; color:#505152; -webkit-box-shadow: inset 0 1px 0 0#f9f9f9;
background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );*/	
-webkit-box-shadow:inset 1px 0px 0px rgba(255, 255, 255, 0.9);
-moz-box-shadow:inset 1px 0px 0px rgba(255, 255, 255, 0.9);
box-shadow:inset 1px 0px 0px rgba(255, 255, 255, 0.9);
height:35px!important; 	
margin-top:0px!important;
	}
#filterBox ul{
 background:none;	
	}
	
/* Basic nav */
.rightArrowDarkGrey{border-color:transparent transparent transparent #717171;}
.leftDownArrow{border-color: transparent transparent #1a94b2 transparent;}
.documentList{ background:#f2eeef !important; border-color:#bcbabb !important;}
.documentList01{ background:#f2eeef !important; border-color:#bcbabb !important;}
.documentList02{ background:#f2eeef !important; border-color:#bcbabb !important;}
.iconError01 { background:url(../images/error.png) left top no-repeat;}
/* Basic nav End */


/*workbench logistics 17-april-13 JN*/

.workbenchLogistics{background: #34555a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #34555a 0%, #334f54 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34555a), color-stop(100%,#334f54));
background: -webkit-linear-gradient(top,  #34555a 0%,#334f54 100%);background: -o-linear-gradient(top,  #34555a 0%,#334f54 100%);
background: -ms-linear-gradient(top,  #34555a 0%,#334f54 100%);
background: linear-gradient(to bottom,  #34555a 0%,#334f54 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34555a', endColorstr='#334f54',GradientType=0 ); */
color:#fff;
border-top:1px solid #25292a;
border-bottom:1px solid #25292a;
}

.workbenchCardHighlight{ background:#fff;color:#666;}
.btn05{ 
border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; border-style:solid; border-width:1px;
border-color:#cccbcb #d0cfcf #cbcbcb #cecdcd; color:#666;background: #f5f5f5;
box-shadow:inset 1px 1px 0 0 #fff; -webkit-box-shadow:inset 1px 1px 0 0 #fff; -moz-box-shadow:inset 1px 1px 0 0 #fff;
background: -moz-linear-gradient(top, #f5f5f5 1%, #dfdfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#dfdfdf));
background: -webkit-linear-gradient(top, #f5f5f5 1%,#dfdfdf 100%);
background: -o-linear-gradient(top, #f5f5f5 1%,#dfdfdf 100%);
background: -ms-linear-gradient(top, #f5f5f5 1%,#dfdfdf 100%);
background: linear-gradient(to bottom, #f5f5f5 1%,#dfdfdf 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dfdfdf',GradientType=0 );*/}
.btn05:hover{ 
border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; border-style:solid; border-width:1px;
border-color:#cccbcb #d0cfcf #cbcbcb #cecdcd; color:#666;background: #f5f5f5;
box-shadow:inset 1px 1px 0 0 #fff; -webkit-box-shadow:inset 1px 1px 0 0 #fff; -moz-box-shadow:inset 1px 1px 0 0 #fff;
background: -moz-linear-gradient(top, #f5f5f5 1%, #ebebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#ebebeb));
background: -webkit-linear-gradient(top, #f5f5f5 1%,#ebebeb 100%);
background: -o-linear-gradient(top, #f5f5f5 1%,#ebebeb 100%);
background: -ms-linear-gradient(top, #f5f5f5 1%,#ebebeb 100%);
background: linear-gradient(to bottom, #f5f5f5 1%,#ebebeb 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ebebeb',GradientType=0 );*/}


/*leftnav sprite*/
.workbenchSprite,.workbenchCardIcon{background-image:url(../images/workbenchSprite.png);}

/*workbench logistics*/

/* Workbench Color Theam 

.workbench{background: #30c6bd; 
background: -moz-linear-gradient(top,  #30c6bd 0%, #18bfb5 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30c6bd), color-stop(100%,#18bfb5)); 
background: -webkit-linear-gradient(top,  #30c6bd 0%,#18bfb5 100%); 
background: -o-linear-gradient(top,  #30c6bd 0%,#18bfb5 100%); 
background: -ms-linear-gradient(top,  #30c6bd 0%,#18bfb5 100%);
background: linear-gradient(to bottom,  #30c6bd 0%,#18bfb5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c6bd', endColorstr='#18bfb5',GradientType=0 );
border-top:1px solid #98e3De;
}
.workbench ul li{border-right:1px solid #03aea2;border-left:1px solid #4EE3DA;}
.workbench ul li a{color:#333;}
.workbench ul li a:hover, .workbench ul li a.active{background: #24bab0; 
background: -moz-linear-gradient(top,  #24bab0 0%, #03aea2 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24bab0), color-stop(100%,#03aea2));
background: -webkit-linear-gradient(top,  #24bab0 0%,#03aea2 100%); 
background: -o-linear-gradient(top,  #24bab0 0%,#03aea2 100%);
background: -ms-linear-gradient(top,  #24bab0 0%,#03aea2 100%); 
background: linear-gradient(to bottom,  #24bab0 0%,#03aea2 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24bab0', endColorstr='#03aea2',GradientType=0 ); }
.workbench ul li span{padding:12px 18px; font-size:14px; color:#fff; float:left;}
.workbench ul li.clearBg{border:none;}
.workbench ul li.clearBg a{color:#333;}
.workbench ul li.clearBg a:hover, .workbench ul li a.active{background-color:trasparent;}
.workbench ul li.clearBg span{padding:0px; font-size:14px; color:#fff; float: none;}

 Workbench Color Theam */
/*workbench*/
.wbIcons { background: url(../images/workbenchSprite.png) no-repeat; display:block;}
.iconFav { background-position:0 0; width:66px; height:49px; }
.iconPersonalSpace{ background-position:0 -53px; width:66px; height:49px; }
.iconPersonalSpace:hover{ background-position:-64px -359px;}
.iconSharedSpace{background-position:0 -110px; width:66px; height:49px; }
.iconSharedSpace:hover{background-position:-64px -416px;}
.iconmro{background-position:0 -164px; width:48px; height:47px; }
.iconLogistics{background-position:0 -210px; width:49px; height:39px; }
.iconPackging{background-position:0 -249px; width:48px; height:47px; }
.icoEnergyUtility{background-position:0 -297px; width:48px; height:50px; }
.iconItTelecom{background-position:0 -350px; width:44px; height:48px; }
.iconCapital{background-position:0 -411px; width:50px; height:48px; }
.icoProfessionalServices{background-position:-64px -260px; width:48px; height:47px; }
.iconGeneralSuplies{background-position:-64px -306px; width:48px; height:45px; }
.iconMarketing{background-position:-64px -215px; width:48px; height:47px; }
.iconTopSavings{background-position:-131px -303px; width:67px; height:50px; }
.iconTopSavings:hover{background-position:-131px -415px;}
.iconSavingEstimator{background-position:-131px -247px; width:67px; height:50px; }
.iconSavingEstimator:hover{background-position:-131px -360px;}
/*.iconCategoryView {background-position: -145px -129px;height: 50px;width: 53px;}
.iconCategoryView:hover{background-position:-139px -472px;}
.iconRegionview {background-position: -148px -191px; height: 50px; width: 50px;}
.iconRegionview:hover {background-position:-139px -529px;}*/

.gridV04 td{border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5;}
.gridV04 td a{ color:#666;}
.gridV04 tr.noborderBottom td{ border-bottom:none !important;} 
.gridV04 tr.noborderTop td{ border-top:none !important;} 
.gridV04 td:first-child{ border-left:none; }
.gridV04 td:last-child{ border-right:none; }
.hover01:hover{background:#f7f7f7; border:1px solid #e5e5e5;}
.hover02:hover{background:#f7f7f7;}
.headerWorkbench{background:#335156; border-top:1px solid #25292a; box-shadow:0 1px 0 #526e73 inset; color:#fff;}
.bg13{
background: #0f7288;
	background: -moz-linear-gradient(top, #0f7288 0%, #1d88a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f7288), color-stop(100%,#1d88a7));
	background: -webkit-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -o-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -ms-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: linear-gradient(to bottom, #0f7288 0%,#1d88a7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7288', endColorstr='#1d88a7',GradientType=0 );*/
}
.bg14{background-color:#ebebeb;}
.lastchildBorderBottom tr:last-child td{border-bottom:1px solid #E5E5E5}
.gridV05 th{ color:#505152;border-bottom:1px solid #e5e5e5; }
.gridV05 td{ color:#666; border-bottom:1px solid #e5e5e5; border-top:1px solid #fff; *border-top:none; }
.gridV05 tr:last-child td{border-bottom:none;}
.borderLeft02{border-left:1px solid #fff;}
.borderRight03{border-right:1px solid #e5e5e5;}
.workbenchMarkSprite{background-image:url(../images/workbenchSprite.png);}
.iconWebContent{background-position:-144px -47px;}
.borderBottom02{border-bottom:1px solid #c3c3c2}	
.borderTop03{border-top:1px solid #fff;}	
.fontSize60{font-size:60px;}
.colorDarkgreen{color:#390;}
.heading06{
	background: #EAE7E7;
	background: -moz-linear-gradient(top, #EAE7E7 0%, #DBDADA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAE7E7), color-stop(100%,#DBDADA));
	background: -webkit-linear-gradient(top, #EAE7E7 0%,#DBDADA 100%);
	background: -o-linear-gradient(top, #EAE7E7 0%,#DBDADA 100%);
	background: -ms-linear-gradient(top, #EAE7E7 0%,#DBDADA 100%);
	background: linear-gradient(to bottom, #EAE7E7 0%,#DBDADA 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAE7E7', endColorstr='#DBDADA',GradientType=0 );*/
box-shadow: 0 1px 0 0 #F9F8F8 inset; color: #000; }
.heading07{
	background: #DEDEDE;box-shadow: 0 1px 1px 1px #F9F8F8 inset; color: #333; }
.iconTool{ background-position: -143px -1px;  }
.wbImgHolder02{ background-position: -143px -89px;}
.iconTemplate01{   background-position: -143px -30px; }

.docTypesSprite{background-image:url(../images/docTypesSprite.png); background-repeat:no-repeat;}
  /*icon Doctypes*/
.iconRss{background-position:0 -123px;}
.iconWord{background-position:-65px -38px;  width:20px; height:18px !important;}

.iconxls{background-position:-65px -109px; width:20px; height:18px !important;}
.iconSharexls{background-position:-64px -228px; width:20px; height:20px;}

.iconPdf{background-position:-65px 0px;  width:20px; height:18px !important;}
.iconSharePDF{background-position:-64px -252px !important;}

.iconPowerPoint{background-position:0px -225px;}
.iconSharePowerPoint{background-position:0px -246px;}

.iconJpg{background-position:-64px -144px; width:20px; height:20px;}
.iconShareJpg{background-position:-64px -164px; width:20px; height:20px;}

.iconTxt{background-position:0px -142px; width:20px; height:20px;}
.iconShareTxt{background-position:0px -162px; width:20px; height:20px;}

.iconVideo{background-position:0px -184px; width:20px; height:20px;}
.iconShareVideo{background-position:0px -203px; width:20px; height:20px;}

.iconComman{background-position:-64px -187px; width:20px; height:20px;}
.iconShareComman{background-position:-64px -207px; width:20px; height:20px;}

 /*icon Fev*/
		.iconWordFev{background-position:-65px -56px;}
		.iconxlsFev{background-position:-65px -127px;}
		.iconPdfFev{background-position:-65px -18px;}
		.iconPowerPointFev{background-position:-65px -91px;}

 /*icon Guide*/
.iconGuidePowerPoint{background-position:0 0;}
 .iconGuideXsl{background-position:0 -62px;}
 .iconGuidepdf{background-position:0 -93px;}
 .iconsWord {background-position:0 -31px;}
		 /*icon Guide fev*/
		 .iconGuidePowerPointFev{background-position:-31px 0;}
		 .iconGuideXslFev{background-position:-31px -62px;}
		 .iconGuidepdfFev{background-position:-31px -93px;}
		 .iconsWordFev{background-position:-31px -31px;}
/*workbench End*/

.template {
background: url(../images/templateCorner.png) right top no-repeat;
}
.selectedCard {border-color: #92cde1;-moz-box-shadow: 0 0 4px 0 #92cde1;-webkit-box-shadow: 0 0 4px 0 #92cde1;box-shadow: 0 0 4px 0 #92cde1;}
.bg21{
 background:#ccc !important;	
}

/*new track status*/
.floatingMenu01 {background:#f7f6f6; box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.2); }
.floatingMenu01 .goLeft { background: url(../images/arrowsRightLeft.png) no-repeat -1px -49px;}
.floatingMenu01 .goRight { background: url(../images/arrowsRightLeft.png) no-repeat -37px -49px; float:right;}
.floatingMenu01 .goLeftInactive { background: url(../images/arrowsRightLeft.png) no-repeat 0 0; cursor:default;}
.floatingMenu01 .goRightInactive { background: url(../images/arrowsRightLeft.png) no-repeat -38px 0px; float:right; cursor:default;}

.floatingMenu02 {background:#f7f7f7; border-top:1px solid #e7e7e7; }

.floatingMenu02 .goLeft { background: url(../images/arrowsRightLeft.png) no-repeat 0px -97px;}
.floatingMenu02 .goRight { background: url(../images/arrowsRightLeft.png) no-repeat -26px -97px; float:right;}
/*.floatingMenu01 .goLeftInactive {} .floatingMenu01 .goRightInactive { }*/

.boxShadowTop01 {-webkit-box-shadow:0 -1px 10px 0 rgba(0, 0, 0, 0.2);box-shadow:0 -1px 10px 0 rgba(0, 0, 0, 0.2); }

.mapBg {background:#fff url(../images/mapBg.gif) repeat;}

.poolBlock {background:#fff7b8; border:1px solid #d9d195;}
.parallelBlock {background:#daf0fe; border:1px solid #afd5ee;}

.approvedStatusCard .statusCardbg01 {background: #83e5a5;}
.rejectedStatusCards .statusCardbg01 {background: #ff9292;}
.approvalPendingStatusCard .statusCardbg01 {background: #dddada;}

.statusCardsOuter { border:1px solid #c3c3c3;}

.arrowNext {background:url(../images/spriteTrackStatus.png) no-repeat -48px -237px; width:16px; height:24px; display:inline-block;margin-bottom: -3px;}

.flippedCard { background: #fcfbf3; /* Old browsers */
background: -moz-linear-gradient(top, #fcfbf3 0%, #fff7cd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbf3), color-stop(100%,#fff7cd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfbf3 0%,#fff7cd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfbf3 0%,#fff7cd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfbf3 0%,#fff7cd 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfbf3 0%,#fff7cd 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf3', endColorstr='#fff7cd',GradientType=0 );  IE6-9 */}

.boxShadow02 {-webkit-box-shadow: 0px 0px 2px 2px rgba(000, 000, 000, 0.2); box-shadow: 0px 0px 2px 2px rgba(000, 000, 000, 0.2);}
.boxShadow03 {-moz-box-shadow: inset 0 1px 0 0 #fff;-webkit-box-shadow: inset 0 1px 0 0 #fff;box-shadow: inset 0 1px 0 0 #fff;}
.boxShadow04 {-moz-box-shadow: inset -1px 1px 0 0 #fff !important;-webkit-box-shadow: inset -1px 1px 0 0 #fff !important;box-shadow: inset -1px 1px 0 0 #fff !important;}
/*new track status*/


/* New Create Icons */
.bg16 {background:#f3f3f3;}
a.bg16 {background:url(../images/iconBlankDocument.png) no-repeat center 24px; box-shadow:1px 0 0 0 #FFFFFF inset;}
a:hover.bg16 {background:url(../images/iconBlankDocument.png) no-repeat center 24px #ffffff; box-shadow:1px 0 0 0 #FFFFFF inset;}
.iconCreateSpriteNew { background:url(../images/creationIcons.png) no-repeat; display:block;}
.iconCreateSourcingNew {background-position:-2px 0px;}
.iconCreateContractNew {background-position:-2px -65px;}
.iconCreatePoNew {background-position:-5px -134px;}
.iconCreateInvoiceNew {background-position:-5px -174px;}
.iconCreateReceiptNew {background-position:-5px -208px;}
.iconCreateAssessmentNew {background-position:-8px -239px;}
.iconCreateformNew {background-position:-8px -275px;}
.borderBottom04{ border-bottom:1px solid #E0DFDF;}

.template{background: url(../images/templateCorner.png) right top no-repeat; display:block; width:29px;
height:29px; margin:0px -1px 0 0;}
.packageCount{ background-position:-32px -1353px;}
.packageCount span{background:#75A7B8; color:#fff; }

.tdBrBtmBrRt01 {border-bottom: 1px solid #E8E8E8 !important;border-right: 1px solid #E8E8E8 !important;}

.bg15 {background:#f3f3f3;}
a.bg15 {background:#f3f3f3;}
a:hover.bg15 {background:#ffffff;}
.documentList01{ background:#f2eeef !important; border-color:#bcbabb !important;}
.iconCreateSprite { background:url(../images/DashboardCreationIcons.png) no-repeat; display:block;}

.iconCreateSourcingSmall { background-position:0px 0px;}
.iconCreateContractSmall {background-position:0px -41px; }
.iconCreatePoSmall {background-position:0px -82px;  }
.iconCreateInvoiceSmall {background-position:0px -123px;  }
.iconCreateReceiptSmall {background-position:0px -164px;  }
.iconCreateAssessmentSmall {background-position:0px -205px;  }
.iconCreateformSm {background-position:0px -246px;  }

.iconCreateform { background-position:0px -246px;}
.iconCreateSourcing { background-position:0px 0px;}
.iconCreateContract {background-position:0px -41px; }
.iconCreatePo {background-position:0px -82px;  }
.iconCreateInvoice {background-position:0px -123px;  }
.iconCreateReceipt {background-position:0px -164px;  }
.iconCreateAssessment {background-position:0px -205px;  }

.bg17{ background:#f3f3f3!important;}
.bgSourcing { background:#FFF url(../images/iconWatermarkSourcing.png) center no-repeat;}
.bgContract { background:#FFF url(../images/iconWatermarkContract01.png) center no-repeat;}
.bgPo { background:#FFF url(../images/iconWatermarkPuchaseOrder01.png) center no-repeat;}
/*.bgInvoice { background:#FFF url(../images/iconWatermarkSourcing.png) center no-repeat;}*/
.bgReceipt { background:#FFF url(../images/iconWatermarkReciept01.png) center no-repeat;}
.bgAssessment { background:#FFF url(../images/iconWatermarkAssessment01.png) center no-repeat;}

.createBottom {
	background-color:#f3f3f3;
	border-top:1px solid #dedede;
}
.contentBox .qcDesView .input .idleField{color:#CCC !important; font-size:13px !important; margin-bottom:1px;}
.contentBox .content{background-color:#fff;}
.desView .input .freeText { border:0 !important; border-bottom:dotted 1px #398FDC!important; color:#353535!important; background:none;  }
.iconChat02 {background:url(../images/chatIcons.png) no-repeat;  width: 16px; height: 16px;}

.arrow_box {
	-webkit-box-shadow: 0px 0px 8px 1px #b8b8b8;
	box-shadow: 0px 0px 8px 1px #b8b8b8;
	background: #ffffff;
}
.arrow_box1 {
	-webkit-box-shadow: 0px 0px 8px 1px #b8b8b8;
	box-shadow: 0px 0px 8px 1px #b8b8b8;
	background: #ffffff;
}
.itemTableSettings .upArrow10{border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #187a97;}
.itemTableSettings .gridV tr td{background:#fff;}
.itemTableSettings .gridV tr:hover td{background:#f7f7f7;}

.bg18{
 background:#009900 !important;	
}
.bg19{
 background:#89d8ff !important;	
}
.bg20{
 background:#ff8f44 !important;	
}
.bestScore{
   background: #b0e5ff;
    border: 1px solid #a7a6a6;	
	}
.bestSaving{
   background: #ffd891;
    border: 1px solid #a7a6a6;	
	}
.bestSavingScore{
	background: #93da7f;
    border: 1px solid #a7a6a6;
	}
	
.gridV tr .bestSavingScore{
	background: #93da7f !important;	
}
.gridV tr .bestSaving{
	background: #ffd891 !important;	
}
.gridV tr .bestScore{
	background: #b0e5ff !important;	
}	

.award01{ background:url(../images/awardIcon.png) no-repeat;}

.fontColor03 { color: #000; }
.accordionBoxOpen01 { -webkit-box-shadow: none !important; box-shadow: none !important; }
.accordionBox01 { margin-bottom: 8px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; }
.topRightBorderRadius{border-radius: 5px 5px 0 0;}
.card01 { border-color: #e4e3e3; background: #fff !important; height: auto !important; }
.contentBox01 { border-radius: 0 5px 5px 0px !important; }
.evenTRBlock{background: #f7f6f6}
.noHoverChange:hover{ background:none!important; color:#fff!important; cursor: default;}

/* More Menu Dropdwn */
.secondaryNavDropdown{ background:#ecb065 !important;}
.secondaryNavDropdown li{border-bottom-color:#d39452 !important;}
.secondaryNavDropdown li a:hover{ background:#e18f29 !important;}
.secondaryNavDropdownArrow{border-color: #c06e16 transparent transparent transparent;}
.secondaryNavDropdownArrow01{border-color: #73c3d6 transparent transparent transparent;}

/*sourcing createBasic leftnav navigation*/
.asideBarList01 .markedIcon01 ul li a.iconSortList:hover{
background:url(../images/iconsAsideTabs.png) no-repeat;
}
.asideBarList01 .markedIcon01 ul li a.iconStar:hover {
    background-position: 0 -12px;
}
.asideBarList01 .markedIcon01 ul li a.iconStarGray:hover {
    background-position: 0 -91px;
}

.asideBarList01 .markedIcon01 ul li.active{background:#f7f7f7; border:1px solid #e3e3e3; -webkit-box-shadow: inset 0px 1px 1px 0px #dfdfdf;
box-shadow: inset 0px 1px 1px 0px #dfdfdf; font-weight: bold;}

/*sourcing createBasic leftnav navigation*/

/*Search result page css*/
/*.even01{background: #f4f3f3;}
.fontColor04{color:#666 !important;}
.fontColor05{color:#999}*/
.listView{border-bottom:1px solid #E4E4E4;}
.listView.even{background: #f9f8f8; /* Old browsers */
background: -moz-linear-gradient(top, #f9f8f8 0%, #f5f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f8), color-stop(100%,#f5f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f8f8 0%,#f5f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f8f8 0%,#f5f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9f8f8 0%,#f5f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom, #f9f8f8 0%,#f5f4f4 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f8', endColorstr='#f5f4f4',GradientType=0 );  IE6-8 */border-color: #e4e4e4;box-shadow: 0px 0px 2px 0 #ffffff inset; /* Old browsers */   
    box-shadow: 0 0 2px 0 #FFFFFF inset;}
/*Search result page css*/

/* Setting New */

.boxNew {border:1px solid #cecece; background:#fff; border-radius:5px 5px 5px 5px; padding:10px}
.boxNew ul li {
	
	background: #ffffff; cursor:pointer;

}


.box03 {border:1px solid #cecece; background:#fff;}
.box03 ul li {
	border-bottom:1px solid #cecece;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fdfdfd));
	background: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #fdfdfd 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfdfd', GradientType=0 );*/
}
.box03 ul li .arrowRight01 {background:url(../images/arrowRight01.png) no-repeat left top; }
.off01 {background:url(../images/off.png) no-repeat left top;}
.on01 {	background:url(../images/on.png) no-repeat left top;}
.color20 {color:#395589;}
.backBtn {border:1px solid #191919;	-webkit-box-shadow: 0px 1px 1px 0px #3c5257;	color:#fff;	box-shadow: 0px 1px 1px 0px #3c5257;
	background: #2b434e;
	background: -moz-linear-gradient(top, #2b434e 0%, #002129 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b434e), color-stop(100%, #002129));
	background: -webkit-linear-gradient(top, #2b434e 0%, #002129 100%);
	background: -o-linear-gradient(top, #2b434e 0%, #002129 100%);
	background: -ms-linear-gradient(top, #2b434e 0%, #002129 100%);
	background: linear-gradient(to bottom, #2b434e 0%, #002129 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b434e', endColorstr='#002129', GradientType=0 );*/
}	
.rightSign {background:url(../images/iconRight.png) no-repeat;}	

.settingsTooltip{ border-color:#177b95;background:#fff;
background: -moz-linear-gradient(top, #ffffff 0%, #edebec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edebec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#edebec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#edebec 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#edebec 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edebec',GradientType=0 );  IE6-8 */}
.settingsTooltip .rightArrow{border-top: 10px solid transparent;
	border-left: 15px solid #187a97;
	border-bottom: 10px solid transparent;}
	
.rightArrow{border-top: 10px solid transparent;
	border-left: 15px solid #187a97;
	border-bottom: 10px solid transparent;}	
	
.box03 ul li.selbg{background:#ddd !important;}

/* Setting New */
/* Partner Sharing Popup */
.shareGridComp .gridV {border:none; background:transparent;}
.shareGridComp .gridV tr td{background:transparent !important;border:none;}
.shareGridComp .gridV th{background:transparent; }
.shareGridComp .gridV tr:hover {background:transparent !important;}
/* Partner Sharing Popup End */

/*catalog Landing Page*/
.list_carousel{background-color: #fff;}
.list_carousel li {color: #999;background-color: #fff;}
.listOfFavItems .cursorPointer:hover{ background:#eee;}
.deals{background-position:0 -1379px;}
.actionMenuList li{border-color:transparent #cac9c6 transparent #fff; text-shadow:0 1px 0  #fff;}
.bannerHeading{color:#666e72;text-shadow:0 1px 0 #FBFBFB;}
.bannerPlace{border:1px solid #666e72;}
.scrollingArrows{background-image:url(../images/scrollingArrows.png);}
.arrowLeftEna{background-position:1px 0;}
.arrowRightEna{background-position:-24px 0;}
.arrowLeftDis{background-position:0 -22px;}
.arrowRightDis{background-position:-24px -22px;}
/*catalog Landing Page*/
.showDocumentList .fontSize16 {color:#707070;}



/*catalog Pages Product card*/

.productflip{background:#fdfdfd}
.offerparentheighlight{background:#1990B2;}
.offerData1{background:#1990b2; color:#fff;box-shadow: 1px -2px 0 0 #46a9c6 inset;}

/*catalog Pages Product card*/
.nextArrow{width:0;height:0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #fff;}
/*compare score page*/
.iconPricingW{ background-image:url(../images/iconManageColumn.png);background-repeat:no-repeat; float:right;}

.scoreNumbers01 .scoreInstruction {background:url(../images/pagingBgScore.png) no-repeat 0 -25px;  color:#fff;}
.bg22{background:#cff5ff;}
.paddingBottom4{padding-bottom:4px !important;}
.scoreCell .scoreNumbers li a:hover {background:url(../images/pagingBgScore.png) no-repeat 0 -1px;  color:#666;}
.borderDashTop {border-top:dashed #bbb 1px !important;}


/*Landing Catlog page*/
.asideBarRControl{
border-bottom-color:#dedede !important; -webkit-box-shadow: inset 1px 2px 0px 0px #f7f6f6;box-shadow: inset 1px 2px 0px 0px #f7f6f6;
background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/
}
.asideBarRControl span.arrowRControl{ background:url(../images/sidebarArrowR.png) no-repeat;}
.asideBarRControl{
-webkit-border-radius: 0px 5px 5px 0px;border-radius: 0px 5px 5px 0px; padding:15px 3px 11px 4px; right:-15px !important; top:0; z-index:100;cursor:pointer}
.asideBarRControl span.arrowRControlExpand{background-position:-1px -3px !important;}
.asideBarRControl span.arrowRControlCollapse{ background-position:-9px -3px;}
.asideBarRControl{ border:1px solid #D6D8DB; }
/*Landing Catlog page*/

.highlightbox01 {background: #dedede; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #dedede 0%, #fafafa 25%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(25%,#fafafa), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dedede 0%,#fafafa 25%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dedede 0%,#fafafa 25%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dedede 0%,#fafafa 25%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #dedede 0%,#fafafa 25%,#ffffff 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 );  IE6-8 */}
.iconRightArrow01 { background-image: url(../images/column-right-arrow.jpg); }
a.noHoverBg:hover{ background:none !important;}

.borderTop04 {border-top: 1px solid #C3C3C2;}
.tabs03 li.btn011 a {background: #f2f1f1; /* Old browsers */
background: -moz-linear-gradient(top, #f2f1f1 0%, #eceaeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f1f1), color-stop(100%,#eceaeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f1f1 0%,#eceaeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f1f1 0%,#eceaeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f1f1 0%,#eceaeb 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f1f1 0%,#eceaeb 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#eceaeb',GradientType=0 );  IE6-9 */
border-right:1px solid #cdcccd;  color: #5C5C5C; text-decoration:none;}
.tabs03 li.btn011 a:hover {background: none repeat scroll 0 0 #F5F5F5 !important;
border-right:1px solid #cdcccd;  color: #5C5C5C; text-decoration:none;}

.iconsImportExportExcel{background-image:url(../images/iconsImportExport.png);background-repeat: no-repeat;}
.btnApproveReeject{
bottom: 23px;
margin-left: -15px;
position: fixed;
width: 1003px;}

.btnApproveRejectHolder{background:url(../images/acceptRejectTransparentImg.png) repeat;
/*background-color: rgba(17, 17, 17, 0.7);
background-color/*\**//*: #6f6f6f\9; 

color: rgba(17, 17, 17, 0.7);*/

line-height: 23px;
padding: 8px;
text-align:center;
}

.iconAssign {background:url(../images/iconAssign.gif) no-repeat; width:21px; height:16px; float:left;}


/****Work Bench***/

.boxLink { border: 1px solid #c2c2c2; padding: 5px; -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; background: #e9e8e8; background: -moz-linear-gradient(top, #e9e8e8 0%, #dcdada 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e8e8), color-stop(100%, #dcdada)); background: -webkit-linear-gradient(top, #e9e8e8 0%, #dcdada 100%); background: -o-linear-gradient(top, #e9e8e8 0%, #dcdada 100%); background: -ms-linear-gradient(top, #e9e8e8 0%, #dcdada 100%); background: linear-gradient(to bottom, #e9e8e8 0%, #dcdada 100%);  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#dcdada', GradientType=0 );*/
}
.boxLink a { color: #353535; font-size: 14px; font-weight: bold; }
.iconTooltip{ background-position: -143px -4px;}
.iconSanDoc{background-position:-161px -47px}
.width93P{ width:93%}

/*vendor mapping popup*/

.fontColor04{color:#cbcbcb;}
.asideBarList03 ul{background:#fff;}
.asideBarList03 ul li{border-bottom:1px solid #ededed;}
.asideBarList03 ul li a{color:#666;}
.asideBarList03 ul li:hover .iconAddHidden{/*background:#f7f7f7;*/ visibility:visible; width:100%;}
.asideBarList03 ul li:hover{background:#f7f7f7;}




.asideBarList04 ul li a{color:#666;}
.asideBarList04 ul li:hover .iconAddHidden{/*background:#f7f7f7;*/ visibility:visible; width:100%;}


.searchField01{ color:#666; /*border-color: #bebebe #bebebe transparent #bebebe !important;*/ background:#fff url(../images/headerActivities.png) no-repeat 6px -90px;}

.searchField03{ color:#666; /*border-color: #bebebe #bebebe transparent #bebebe !important;*/ background:#fff url(../images/headerActivities.png) no-repeat 6px -90px;}

/*vendor mapping*/



.searchUL{ float:left; width:100%}
.searchUL li.first{ background:none!important; padding-left:0!important;}
.searchUL li { background:url("../images/arrowLeft01.png") no-repeat scroll left 4px transparent!important;float:left; padding:0 0 0 10px !important; margin-right:4px;}


/*tooltip for titles*/
.tipsy-inner { background-color: #000; color: #fff;}
.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; } 
.tipsy-arrow { border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy1 .tipsy-inner { background-color: #fff; color: #5c5c5c;border:2px solid #177B95;}
.tipsy1 .tipsy-inner { box-shadow:none; -webkit-box-shadow: none; -moz-box-shadow:none; } 
.tipsy1 .tipsy-arrow { border: 5px dashed #177B95; }
.tipsy1 .tipsy-arrow-n { border-bottom-color: #177B95; }
.tipsy1 .tipsy-arrow-s { border-top-color: #177B95; }
.tipsy1 .tipsy-arrow-e { border-left-color: #177B95; }
.tipsy1 .tipsy-arrow-w { border-right-color: #177B95; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
/*tooltip for titles*/
.webCont li{color:#666; border-bottom:1px solid #D8D8D8; border-top:1px solid #fff; *border-top:none;}
.list03 li {border-bottom: 1px solid #E5E5E5; border-top: 1px solid #ffffff; color: #2F2F2F;}
.webContRss{background:url("../images/iconRss.gif") no-repeat scroll 6px 5px transparent !important;}
.bg14 .borderRight03{border-right:1px solid #d8d8d8;}

.catUlSel li{ padding:5px !important;}
/*.borderRound table.gridV tr.borderLR th{ border-bottom:1px solid #C9C9C9 !important;}*/


/* New Login Page */
.loginNewBg{background:url(../images/loginBodyBg.png) no-repeat left top #ffffff;}
.loginNewWrapper{background:url(../images/loginBg.png) no-repeat left bottom transparent;}
.loginFrm .loginInput, .changePassword .loginInput {border:1px solid #bbd1e0;}
.loginBtnContHolder .loginArrow{background:url(../images/arrowSprite.png) no-repeat 0px 0px;}
.loginBtnContHolder .loginArrowHover{background:url(../images/arrowSprite.png) no-repeat 0px -57px;}
.smartLogo{background:url(../images/smartGepLogo.jpg) no-repeat left top transparent;}
/* New Login Page Ends */

.fifthBtn{ background: none repeat scroll 0 0 #ECEAEA; border: 1px solid #B8B7B7; box-shadow: 1px 1px 0 0 #FFFFFF inset; color: #666666;}
.fifthBtn:hover { background: none repeat scroll 0 0 #E1E0E0; border: 1px solid #B8B7B7; box-shadow: 1px 1px 0 0 #FFFFFF inset;}
/* Add new partner */
.list05 ul li{ display:inline-block; float:left;padding:3px 8px; border-left:1px solid #999; display:inline;}
.list05 ul li:first-child{ border-left:none; padding-left:0;}
/* Add new partner End */

/*popover*/
.popover01 { border:1px solid #177B95;
background: #ffffff;}

.popover01 .heading { background:#ebeaea;}
.popover01 .heading .title {color:#666;}

.popover01 .upArrow,.popover01 .upArrowCenter{ border-color:transparent transparent #187A97;}
.popover01 .downArrow { border-color: #187A97 transparent transparent;}
.popover01 .leftArrow { border-color:transparent #187A97 transparent transparent;}
.popover01 .rightArrow { border-color:transparent transparent transparent #187A97;}
.popover01 .downRightArrow { border-color: #187A97 transparent transparent;}
.popover01 .bottomBox {background:#fff; border-top:1px solid #ccc; box-shadow:none;}
.popover01 .downLeftArrow { border-color:transparent #187A97 transparent transparent;}
.popover01 .bottomRightArrow { border-color:transparent transparent transparent #187A97;}
/*popover*/

.color21 {color:#468847;}

.priceDecrease{ background-position:0 -1456px;}
.priceIncrease{background-position:-12px -1456px;}

.listPadding03 li{border-bottom:1px solid #EDEDED;}
/* BROOKFIELD Partner  PROFILE */
.iconBronze{ background-position:0 -1474px; height:16px; width:14px;}
.iconSilver{ background-position:0 -1508px; height:16px; width:14px;}
.iconGold{ background-position:0 -1491px; height:16px; width:14px;}
/* BROOKFIELD Partner  PROFILE */

a.disableWidget:hover{background-color:#F3F3F3 !important; cursor:default;}
a.disableWidget .disableCont,a.disableWidget .disableCont span{opacity:0.25;filter:alpha(opacity=25);}
.borderRightNone{border-right:none!important;}
.borderLeftNone{border-left:none!important;}
.borderLeft04{border-left:2px solid #cccccc;}
.disableField{opacity:0.40;filter:alpha(opacity=40);}


/***ANALYTICS CSS***/
.analyticsHead{border:1px solid #c8cbcf !important; -webkit-box-shadow: inset 1px 2px 0px 0px #f7f6f6;box-shadow: inset 1px 2px 0px 0px #f7f6f6;
background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/ padding:12px 12px 10px;
border-width:1px; border-style:solid; border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0;-o-border-radius:5px 5px 0 0; -webkit-border-radius:5px; overflow:hidden;}
.analyticsLeft{ padding:10px 10px 10px 35px;color:#E8E8E8; font-size:16px; background:#0f7c94 url("../images/iconReports.png") no-repeat 10px 10px;}


.popupHeader {background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top, #f6f6f6 0%, #e0dfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e0dfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6f6f6 0%,#e0dfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6f6f6 0%,#e0dfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6f6f6 0%,#e0dfdf 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6f6f6 0%,#e0dfdf 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e0dfdf',GradientType=0 );  IE6-9 */}
.detailFull {background:#F8F1C5; border:1px solid; border-color:#fff #fff #CEC07B #fff;}
.partnerForm .detailFull {background:#D2EDF5 ; border:1px solid; border-color:#fff #fff #8fe0f3 #fff; }


.selectWidth{ width:130px}
.selectWidth span{ width:130px!important}
.selectWidth span select{ width:130px!important}

.gridListViewIcon{background-image: url("../images/gridListViewIcon.png"); height:15px; width:20px}

.iconGraph01{background-position: 0 0px;display: block; }
/*.iconGraph01:hover{background-position: 0 -17px;display: block; }*/
.selected .iconGraph01 {background-position: 0 -17px !important;display: block; }
.iconGraph01Select{background-position: 0 -34px;display: block; }

.iconTabular{ background-position:-21px 0px; height:15px; width:18px}
/*.iconTabular:hover{ background-position:-21px -17px; height:15px; width:18px}*/
.selected .iconTabular { background-position:-21px -17px !important; height:15px; width:18px}
.iconTabularSelect{ background-position:-21px -34px; height:15px; width:18px}


.iconGT{background-position:-41px 0px; height:15px; width:26px}
/*.iconGT:hover{background-position:-41px -17px; height:15px; width:26px}*/
.selected .iconGT {background-position:-41px -17px !important; height:15px; width:26px}
.iconGTSelect{background-position:-41px -17px; height:15px; width:26px}


.iconPing{ background: url("../images/iconPing.png") no-repeat; height:16px; width:16px}
.iconStars01{ background-position:0 -40px; height:20px; width:20px}
.bottom2{ bottom:2px!important;}
.paddingRight7{ padding-right:7px}
.borderColor02{ border:1px solid #cccccc!important;}
.borderColor03{ border:#e1e0e0 solid 1px !important;}


.filterSearch{ background:#fbfbfb; border-bottom:1px solid #eeeeee}
.itemSaveCancel{padding-right:7px; margin-left:7px; margin-right:7px;border-right:1px solid #ccc;}
.borderBottomAnalytics{ background:#f5f4f4!important;border-bottom:1px solid #d7d8da!important;  border-right:1px solid #d7d8da !important}

.newNotification{background-color:#ff6600; color:#fff;}
#searchResultActionBox4 ul li{ padding:0 20px!important;} 

.activityIcons{background-image: url("../images/activityIcons.png"); height:15px; width:16px}
.iconPing01{     background-position: 16px -2px;
    display: block;}
	
	.iconPing01:hover{     background-position:17px 16px;
    display: block;}
	
	.disableCardButton{ border-color:#dddada; color:#C5C3C3 !important;background: #EFEFEF !important;}
.disableCardButton:hover{ text-decoration:none;background: #EFEFEF;}

#analyticsRightPane .contentInner{ border:none!important; border-radius:0!important;}

/***********Portal Admin***********/

.iconAdmin span{ background-position: 0 -1525px;}
.iconAddNewGroup{background: url(../images/iconAddNewGroup.png) no-repeat center center; height:16px; width:16px}
.iconAddGroupNew {background: url(../images/iconAddGroup.png) no-repeat;}
.iconAddUserNew {background: url(../images/iconAddUser.png) no-repeat;}
/*popup track status preview*/
/*.borderRight03{border-right:1px solid #fff!important;}*/
.statusCards, .trackStatusPreview .flippedCard,.StatusCardDeactive .flippedCard {
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f8f8f8 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8f8f8 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8f8f8 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8f8f8 0%,#f2f2f2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f2f2f2',GradientType=0 );  IE6-8 */}
.StatusCardDeactive, .StatusCardDeactive .color22, .StatusCardDeactive .statusCardFooter{color:#c4c4c4!important;}
.checkbox01{background:url(../images/checkbox01.png) no-repeat 0 0;}
.checkbox01Checked{background-position:0 0}
.checkbox01Unchecked{background-position:0 -18px;}

.borderBottomDotted{border-bottom:1px dotted #c8c6c6;}
.selectedFilterList01 li{ background:#f0f0f0; color:#666; -moz-box-shadow: 0px 1px 1px 0 #ccc;-webkit-box-shadow: 0px 1px 1px 0 #ccc;box-shadow: 0px 1px 1px 0 #ccc;}
.selectedFilterList01 li.bg23{ background:#fbf4d0; color:#666; -moz-box-shadow: 0px 1px 1px 0 #ccc;-webkit-box-shadow: 0px 1px 1px 0 #ccc;box-shadow: 0px 1px 1px 0 #ccc;}
.selectedFilterList01 li a{background-image:url(../images/cross.png); background-position:0px 0px; background-repeat:no-repeat;}
.addItemBox2{ border-color:#dfdfdf; box-shadow: 0 0 0 0 #F9F9F9 inset;}
.boxShadow01 { -moz-box-shadow: 0px 1px 1px 0 #ccc;-webkit-box-shadow: 0px 1px 1px 0 #ccc;box-shadow: 0px 1px 1px 0 #ccc; font-weight:bold;}
.addItemBox3{ border-color:#e6e6e6;background: #f5f5f5; box-shadow: 0 0 0 0 #F9F9F9 inset; }
.color22{color:#353535;}
.color23{color:#2f2f2f;}
.bg23{background:#f2f2f2;}
.color24 { color: #000000 !important;}
.rejectedStatusCards .statusCards{
background: #f8f8f8; /* Old browsers */
background: -moz-linear-gradient(top, #f8f8f8 0%, #fde4e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#fde4e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f8f8f8 0%,#fde4e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f8f8f8 0%,#fde4e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f8f8f8 0%,#fde4e4 100%); /* IE10+ */
background: linear-gradient(to bottom, #f8f8f8 0%,#fde4e4 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fde4e4',GradientType=0 );  IE6-8 */

}


.approvedStatusCard .statusCards{
background: #efefef;
background: -moz-linear-gradient(top, #efefef 0%, #dcfce8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dcfce8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#dcfce8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#dcfce8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#dcfce8 100%); /* IE10+ */
background: linear-gradient(to bottom, #efefef 0%,#dcfce8 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dcfce8',GradientType=0 );  IE6-8 */

}

.showScrolllisting{
border-radius:3px; 
box-shadow:0 0 25px -4px #3C3C3C inset;
background: #c9c9c9; /* Old browsers */
background: -moz-linear-gradient(top, #c2c2c2 0%, #f0f0f0 49%, #e4e3e3 50%, #bebcbc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2c2c2), color-stop(49%,#f0f0f0), color-stop(50%,#e4e3e3), color-stop(100%,#bebcbc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c2c2c2 0%,#f0f0f0 49%,#e4e3e3 50%,#bebcbc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c2c2c2 0%,#f0f0f0 49%,#e4e3e3 50%,#bebcbc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c2c2c2 0%,#f0f0f0 49%,#e4e3e3 50%,#bebcbc 100%); /* IE10+ */
background: linear-gradient(to bottom, #c2c2c2 0%,#f0f0f0 49%,#e4e3e3 50%,#bebcbc 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#e4e3e3',GradientType=0 );  IE6-8 */

}
.showListingTrigger{
border-radius:2px; border:1px solid #c9c9c9;
background: #c9c9c9; /* Old browsers */
background: -moz-linear-gradient(top, #f1f1f1 0%, #c9c9c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f1f1f1 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f1f1f1 0%,#c9c9c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f1f1f1 0%,#c9c9c9 100%); /* IE10+ */
background: linear-gradient(to bottom, #f1f1f1 0%,#c9c9c9 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#c9c9c9',GradientType=0 );  IE6-8 */
}
.invoicesortByListBox{color:#454545; text-decoration:none!important;}
.showListingTrigger .arrow01{background-position:-32px -832px;}
.createddetailBox{ border-right:1px solid #d5d5d5;color:#808080;text-shadow:0px 1px 0 #fff;}
.createddetailBox .dateBlock{box-shadow: 1px 1px 2px 0 #C0C0C0;}
.createddetailBox .dateBlock .month{background:#1E829C;color:#fff;border-radius:3px 3px 0 0 ;
text-shadow:1px 1px 1px #146981;
background: #187d9a; /* Old browsers */
background: -moz-linear-gradient(top, #187d9a 0%, #2092ab 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#187d9a), color-stop(100%,#2092ab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #187d9a 0%,#2092ab 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #187d9a 0%,#2092ab 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #187d9a 0%,#2092ab 100%); /* IE10+ */
background: linear-gradient(to bottom, #187d9a 0%,#2092ab 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187d9a', endColorstr='#2092ab',GradientType=0 );  IE6-8 */

}
.createddetailBox .dateBlock .date{font-size:22px;font-weight:bold;background:#fff;color:#808080;}
.createddetailBox .dateBlock .year{background:#fff; padding-bottom:1px; border-radius:0 0 3px 3px;}
.borderLeft05{border-left:1px solid #fff;}
.showingTrackStatus{ border-radius:0 3px 3px 0 ; }
/*approval reject*/
.approvalStatusReject{background:#ff9292; color:#7d1515; text-shadow:0 1px 0 #ffbbbc;}
.approvalStatusReject .spriteTrackStatus{background-position:5px -147px;}
/*approval pending*/
.approvalStatusPending{background:#F8BB45; color:#834B10; text-shadow:0 1px 0 #facd77;}
.approvalStatusPending .spriteTrackStatus{background-position:-79px -71px;}

/*approval approved*/
.approvalStatusApproved{background:#83E5A5; color:#1b9b48; text-shadow:0 1px 0 #ade8c2;}
.approvalStatusApproved .spriteTrackStatus{background-position:-76px -147px;}

.approvalTimeLeft .iconTimeLeft{background-position:-59px -345px; }
.approvalsendAlert .iconTimeLeft{background-position:-59px -327px;}
.approvalsendAlert .statusCardbg01{background:#f8bb45; }
.approvalsendAlert .statusCardbg01 .statusIcon01 {background-position:-46px -278px;}
.statusCardFooter{color:#333;}
.reqListBox{border:1px solid #959595; background:#e7e7e7;}
.reqListBox li{border-bottom:1px solid #c6c6c6;}
.adHoc .adhocRibbon{background:url(../images/adhocRibbon.png) no-repeat; }
.arrowBorder01{border-width: 6px; border-style: solid; height:0; width:0; position:relative; display:block; border-color:transparent}
.rightArrow01{ border-left-color: rgb(194, 194, 194)!important;}
.bottomArrow01{border-top-color: rgb(194, 194, 194)!important; }
.leftArrow01{border-Right-color:rgb(194, 194, 194)!important;}
.borderTopDashed01{border-top: 1px dashed #8b8b8b;}
.borderRightDashed01{border-right: 1px dashed #8b8b8b;}
/*popup track status preview*/

/*PUNCHOUT CART BACKGROUND*/
.bgpunchout
{
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #ffffff 0%, #d1e4b2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1e4b2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#d1e4b2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#d1e4b2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#d1e4b2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#d1e4b2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1e4b2',GradientType=0 );  IE6-8 */	
}
.iconMoreOptions {background: url(../images/iconMoreOptions.png) no-repeat center center;}
.iconDefaultCategory {background: url(../images/iconDefaultCategory.png) no-repeat center center;}	
.iconShiptolocation{ background:url(../images/iconShiptolocation.png) no-repeat center center; }
.iconDefaultBU {background: url(../images/iconDefaultBU.png) no-repeat center center;}	
.iconDefaultRegion {background: url(../images/iconDefaultRegion.png) no-repeat center center;}	
.iconProfilePhoto,.customizeIcon {background: url(../images/iconMoreOptions.png) no-repeat center center;}	
.categorySetup .arrowRight, .selectDefaultCategroy .arrowRight, .selectDefaultRegion .arrowRight, .selectDefaultBU .arrowRight, .uploadProfilePhoto .arrowRight, .selectShipLocation .arrowRight, .popover01 .arrowRight{border-color: transparent transparent transparent #187a97;}
.levelFirst { background-color: #84bfd0 !important; }
.levelSecond { background-color: #BCD7EE !important;}
.levelThird {background-color: #EBEBEE !important;}
.catSelect, .catSelect01, .catSelect02, .catSelect03, .catSelect04, .catSelect05 { background:#2d7d98; }
.catSelect a, .catSelect01 a, .catSelect02 a, .catSelect03 a, .catSelect04 a, .catSelect05 a {color:#fff; }
.alertRegNew {color:#000;background: #EA5206 \0/;border:1px solid #fff;}
.iconRssFolder { background:url(../images/rssFolder.png) no-repeat 0px 1px;}
.iconUpA, .iconDownA { background:url(../images/iconUpDownArrow.png) no-repeat;}
.iconRss01 { background:url(../images/rss-small.png) no-repeat 0px 1px;}
.bg24{background:#f7f4f4;}
.rssBtn{background: url("../images/iconRssFolders.png") no-repeat scroll -9px -122px transparent;}
/*proccess listing css*/
.proccessBgSprite{background-image:url("../images/navBg01.png");background-repeat: no-repeat;}
.secondaryNavProccess{background-position:0 0; background-repeat:repeat-x;}
.proccesBreadcrumbs li{ float:left; font-size:14px; text-shadow:-1px 1px 0 rgba(255, 255, 255, 0.7);}/*background-position:0 -336px; background-repeat:repeat-x;*/
.proccessTitle{color:#999; background:none!important;}/*background-position:0 -210px;  #666*/
.proccessTitle:hover{text-decoration:none;}
.proccessArrow{background-position:0 -44px;}
.proccesCompleted, .proccesActive{background-repeat:repeat-x;}

.proccesCompleted{background-position:0 -264px!important;}
.proccesCompleted .proccessTitle{ color:#393!important;}/*background-position:0 -126px; */
.proccesCompleted .proccessArrow{background-position:0 -308px;}
.proccesActive{background-position:0 -176px !important; }
.proccesActive .proccessTitle{color:#b47d10
!important;}/*background-position:0 -168px; */
.proccesActive .proccessArrow{background-position:0 -220px !important;}
.companyStructreAside li a{
	font-size:14px!important;
}
/*proccess listing css end*/

.gridV .border05 td{ border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #ffffff;}
.gridV .border05 tr:hover{ background:none !important;}



/********Search Result Page*******/
.searchHead{background: #eceaea; font-weight:bold; font-size:12px; padding:5px; color:#505152; border-bottom:solid 1px #c9c9c9; border-top:solid 1px #f9f9f9; -webkit-box-shadow: inset 0 1px 0 0#f9f9f9; -moz-box-shadow:inset 0 1px 0 0#f9f9f9; box-shadow:inset 0 1px 0 0#f9f9f9;
background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 ); IE6-8 */
 }
 
 
/* Company Structure css */ 
.box04{border-radius:8px;border:1px solid #6eacc9;box-Shadow:1px 2px 2px rgba(0, 0, 0, 0.27), 1px 1px 0 #FFFFFF inset;
color:#3885a9;font-size:16px; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);text-align:center;  position:relative;
background: #e0f3fc; /* Old browsers */
background: -moz-linear-gradient(top, #e0f3fc 0%, #aee0f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fc), color-stop(100%,#aee0f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e0f3fc 0%,#aee0f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e0f3fc 0%,#aee0f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e0f3fc 0%,#aee0f7 100%); /* IE10+ */
background: linear-gradient(to bottom, #e0f3fc 0%,#aee0f7 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fc', endColorstr='#aee0f7',GradientType=0 );  IE6-9 */
}
.box04.entityBoxUnActive:hover {
background: #e0f3fc; /* Old browsers */
background: -moz-linear-gradient(top, #e0f3fc 0%, #aee0f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fc), color-stop(100%,#aee0f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e0f3fc 0%,#aee0f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e0f3fc 0%,#aee0f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e0f3fc 0%,#aee0f7 100%); /* IE10+ */
background: linear-gradient(to bottom, #e0f3fc 0%,#aee0f7 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fc', endColorstr='#aee0f7',GradientType=0 );  IE6-9 */
}

.entityBoxUnActive{ opacity:0.5;filter:alpha(opacity=50);}
.entityBoxUnActive:hover .btnEdit { visibility: hidden;} 
.btnAddNewEntity{border-radius:8px;border:1px solid #a7a5a5;box-Shadow:1px 2px 2px rgba(0, 0, 0, 0.27), 1px 1px 0 #FFFFFF inset;
color:#1793ba;font-size:14px; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);text-align:center;
 text-decoration:none;
background: #e8ebec; /* Old browsers */
background: -moz-linear-gradient(top, #e8ebec 0%, #cfd0d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ebec), color-stop(100%,#cfd0d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e8ebec 0%,#cfd0d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e8ebec 0%,#cfd0d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e8ebec 0%,#cfd0d1 100%); /* IE10+ */
background: linear-gradient(to bottom, #e8ebec 0%,#cfd0d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebec', endColorstr='#cfd0d1',GradientType=0 );  IE6-9 */
}
.btnAddNewEntity .generalIcons{background-position:-31px -1459px;}
.mapBg01{background-image:url(../images/mapBg01.gif);}
.arrowNext01{background-position:-20px -1486px;}
.dropEntity{font-weight:700; color:#bdbdbd; font-size:13px; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
background:#edeceb; border:1px dashed #bdbdbd; border-radius:5px; text-align:center; box-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
}
.btnClose,.btnEntitiesChildClose {background-position:-25px -1510px;  }
.btnEdit, .btnEntitiesChildEdit{background-position:-41px -455px;}
.btnEdit,.btnClose,.iconMapEntities, .btnEntitiesChildEdit{cursor:pointer;}
.iconMapEntities{background-position:-38px -1507px; }
.data03{font-size:9px;color:#666; }
.entityChildpipeLine{border-top:2px solid #989898;}
.box04:hover{background:#def2fc;}
.box04Hover{background:#def2fc;}
.entityBox:hover .iconMapEntities,.entityBox:hover .btnClose,.entityBox:hover .btnEdit{ visibility:visible;}
.entityBoxUnActive:hover .iconMapEntities,.entityBoxUnActive:hover .btnClose,.entityBoxUnActive:hover .btnEdit{ visibility:hidden !important;}
.iconUpload01{background-position:-49px 0;}
.entityChildBox{
border-radius:8px;border:1px solid #c8c96e;box-Shadow:1px 2px 2px rgba(0, 0, 0, 0.27), 1px 1px 0 #FFFFFF inset;color:#663;
font-size:16px; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);text-align:center; position:relative;
background: #f4f7ae; /* Old browsers */
background: -moz-linear-gradient(top, #fcfbe0 0%, #f4f7ae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbe0), color-stop(100%,#f4f7ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfbe0 0%,#f4f7ae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfbe0 0%,#f4f7ae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfbe0 0%,#f4f7ae 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfbe0 0%,#f4f7ae 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbe0', endColorstr='#f4f7ae',GradientType=0 );  IE6-9 */
}
.entityChildBox:hover{background:#f8f9c5;}
.accountingEntity:hover{background:#daf9c7;}
.entityChildBox:hover .btnEntitiesChildClose, .accountingEntity:hover .btnEntitiesChildClose,.entityChildBox:hover .btnEntitiesChildEdit, .accountingEntity:hover .btnEntitiesChildEdit, .entityChildBox:hover .iconMapEntities{ visibility:visible;}
.entityChildReltive{border-right:2px solid #989898;}
.entityChildReltive span{border-top:2px solid #989898; display:block;}
.entityChildBoxListing li{background:url(../images/entityListingArrow.png)  no-repeat 0 24px;}
.box05{border-radius:8px;border:1px solid #6ec977;box-Shadow:1px 2px 2px rgba(0, 0, 0, 0.27), 1px 1px 0 #FFFFFF inset;color:#5d9363;font-size:16px; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.8);text-align:center; position:relative;
background: #e0f3fc; /* Old browsers */
background: -moz-linear-gradient(top, #e7fce0 0%, #cdf7ae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7fce0), color-stop(100%,#cdf7ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e7fce0 0%,#cdf7ae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e7fce0 0%,#cdf7ae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e7fce0 0%,#cdf7ae 100%); /* IE10+ */
background: linear-gradient(to bottom, #e7fce0 0%,#cdf7ae 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7fce0', endColorstr='#cdf7ae',GradientType=0 );  IE6-9 */
}
.primaryBtnDisable, .primaryBtnDisable:hover  {
    border: 1px solid #a5a7ab !important;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    padding: 1px 10px 3px;
    text-align: center;
    box-shadow: 1px 1px 0 0 rgba(255,255,255,0.3) inset;
    color: #f8f9fa;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	background: #b0b2b6; /* Old browsers */
	background: -moz-linear-gradient(top, #b0b2b6 0%, #adaeb0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0b2b6), color-stop(100%,#adaeb0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b0b2b6 0%,#adaeb0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b0b2b6 0%,#adaeb0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b0b2b6 0%,#adaeb0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b0b2b6 0%,#adaeb0 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b2b6', endColorstr='#adaeb0',GradientType=0 );  IE6-9 */
	
}
.itemTableSettings  .leftArrow{
 border-color:transparent #187A97 transparent transparent; border-width:10px; border-style:solid;}
 .iconMapEntities .alertReg{text-shadow:none;}
/* Company Structure css end here */ 



/***Sourcing Icons Small 16 X 16 **/

.sourcingIconSmall{ background-image:url(../images/sourcingIconSmall.png)!important;}
.iconRfx{  background-position: -1px 0 !important;height: 22px !important;margin: 7px 0 0 6px !important;padding: 0 2px 2px !important;width: 22px !important;}
.iconAuction01{ background-position: 0px 164px !important;
    height: 22px !important;
    margin: 7px 0 0 6px !important;
    padding: 0 2px 2px;
    width: 22px !important;}
.iconContract01{   background-position: 0 129px !important;
    height: 22px !important;
    padding: 0 2px 2px !important;
    width: 20px !important; margin: 5px 5px 0 6px !important;}
.iconAddGroupNew {background: url(../images/iconAddGroup.png) no-repeat;}
.iconAddUserNew {background: url(../images/iconAddUser.png) no-repeat;}

.heightWidth32{ height:32px; width:32px}



.popupBorder{ border:2px solid #177b95!important;}
.left48{ left:48px !important; }
.workBenchNav{ width:18px; height:30px}
.arrowGrey{background: url(../images/arrowGreyBottom.png) no-repeat; height:10px; width:10px; display:block}

.list06 ul li { border-left: 1px solid #d4d4d4; vertical-align: middle; text-align: center; }
.list06 ul li:first-child { border-left: none; }
.list06 ul li a { color: #666;}
.list06 ul li a:hover { color: #333; text-decoration: none; }
.iconCreateNonBuying { background-position: -2px -40px }
.iconCreateWidget { background: url(../images/createWidgetIcons.png) no-repeat; display: inline-block; }
.list07 ul li {border-left-color: #ebebeb; }
.heading08 {font-weight: bold; color: #a8a6a6; 
background: #eeeded;
background: -moz-linear-gradient(left, #eeeded 0%, #ffffff 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeded), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(left, #eeeded 0%, #ffffff 100%); 
background: -o-linear-gradient(left, #eeeded 0%, #ffffff 100%);
background: -ms-linear-gradient(left, #eeeded 0%, #ffffff 100%);
background: linear-gradient(to right, #eeeded 0%, #ffffff 100%);  
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeded', endColorstr='#ffffff', GradientType=1 );*/
}
.heading09 { border-bottom: 1px solid #ebebeb; }
.heading09 span.insideTitle { background: #ebebeb; }
.proxyBox { border: 1px solid #e2dfdf;}
.proxyBox1 { border: 1px solid #e2dfdf;}
.contentBox h1 { -webkit-user-select: none; -moz-user-select: none; }
.creatIconDeactive a { opacity: 0.2; filter: alpha(opacity=20); color: #666666!important; }
.creatIconDeactive a:hover .iconRFXCreate { background-position: 0 0; }
.creatIconDeactive a:hover .iconContractCreate { background-position: 0 -42px; }
.creatIconDeactive a:hover .iconAssessmentCreate { background-position: 0 -78px; }
.creatIconDeactive a:hover .iconREQCreate { background-position: 0 -119px; }
.creatIconDeactive a:hover .iconPOCreate { background-position: 0 -158px; }
.creatIconDeactive a:hover .iconReceiptCreate { background-position: 0 -198px; }
.creatIconDeactive a:hover .iconASNCreate { background-position: 0 -239px; }
.creatIconDeactive a:hover .iconInvoicereate { background-position: 0 -269px; }
.creatIconDeactive a:hover .iconCatlogCreate { background-position: 0 -313px; }
.creatIconDeactive a:hover .iconTemplateCreate { background-position: 0 -338px; }
.creatIconDeactive a:hover .iconBlankCreate { background-position: 0 -362px; }
.creatIconDeactive a:hover .iconRequestFormCreate { background-position: 0 -413px; }
.creatIconDeactive a:hover .iconItemCreate { background-position: 0 -438px; }
.creatIconDeactive a:hover .iconRequisitionCreate { background-position: 0 -460px; }
.creatIconDeactive a:hover .iconPOCreate01 { background-position: 0 -482px; }
.widgetHeading .title {color: #7f7f7f;}

.iconRFXCreate { background-position: 0 0; }
		a:hover .iconRFXCreate { background-position: -47px 0px; }
.iconAuctionCreate { background-position: 0 -504px; }
		a:hover .iconAuctionCreate { background-position: -47px -504px; }
.iconContractCreate { background-position: 0px -42px; height: }
		a:hover .iconContractCreate { background-position: -47px -42px; }
.iconAssessmentCreate { background-position: 0px -78px; }
		a:hover .iconAssessmentCreate { background-position: -47px -78px; }
.iconREQCreate { background-position: 0px -119px;}
		a:hover .iconREQCreate { background-position: -47px -119px; }
.iconPOCreate { background-position: 0px -158px;}
		a:hover .iconPOCreate { background-position: -47px -158px; }
.iconReceiptCreate { background-position: 0px -198px; }
		a:hover .iconReceiptCreate { background-position: -47px -198px; }
.iconASNCreate { background-position: 0px -239px;}
		a:hover .iconASNCreate { background-position: -47px -239px; }
.iconInvoicereate { background-position: 0px -269px;}
		a:hover .iconInvoicereate { background-position: -47px -269px; }
.iconCatlogCreate { background-position: 0px -313px;}
		a:hover .iconCatlogCreate { background-position: -47px -313px; }
.iconTemplateCreate { background-position: 0px -338px;}
		a:hover .iconTemplateCreate { background-position: -47px -338px; }
.iconBlankCreate { background-position: 0px -362px;}
		a:hover .iconBlankCreate { background-position: -47px -362px; }
.iconRequestFormCreate { background-position: 0px -413px;}
		a:hover .iconRequestFormCreate { background-position: -47px -413px; }
.iconItemCreate { background-position: 0px -438px;}
		a:hover .iconItemCreate { background-position: -47px -438px; }
.iconRequisitionCreate { background-position: 0px -460px;}
		a:hover .iconRequisitionCreate { background-position: -47px -460px; }
.iconPOCreate01 { background-position: 0px -482px;}
		a:hover .iconPOCreate01 { background-position: -47px -482px; }

/*dashboard 14-6-13*/

.queryLinks a{border-bottom:1px solid #d8d8d8!important; border:none; line-height:normal; font-size:12px;}
.queryLinks a:last-child{border-bottom:none!important}
/* new one ///////  .RfxQuickBoxContent{
border:3px solid #c13d09; border-radius:3px; color:#666;
background: #ffffd0; 
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffd0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffd0)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffd0 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#ffffd0 100%); 
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffd0 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#ffffd0 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffd0',GradientType=0 ); 
cursor:pointer;
}
.RfxQuickBoxContent:hover{color:#333;}
.iconRfxQuickView{background:url(../images/iconTakeMeThere.png) no-repeat;}*/

.RfxQuickBoxContent{
border:3px solid #c13d09; border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; color:#666; border-top:0;
background: #ffffd0; 
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffd0 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffd0)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffd0 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#ffffd0 100%); 
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffd0 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#ffffd0 100%); /
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffd0',GradientType=0 ); */
cursor:pointer;
}
.RfxQuickBoxContent:hover{color:#333;}
.iconRfxQuickView{background:url(../images/IconTakeMeThere.png) no-repeat;}
.boxShadow02{box-shadow:0 0 15px rgba(0, 0, 0, 0.3);}
.addInWidgets{background-position:-68px -12px;}
.addInWidgets:hover{background-position:-68px -52px;}
.configureNewsWidgets{background-position:-208px -13px;}
.configureNewsWidgets:hover{background-position:-208px -53px;}
.borderDashed01{border:dashed 1px #888;}
.bg25{ background:#f7f7f6;}
.bg26{background:#10738a !important;}
.fontColor05{color:#666666;}
.iconUpload01{background:url(../images/uploadIcon01.png) no-repeat; padding-left:21px;}
/*dashboard 14-6-13 end*/
.collapsibleRightPanelIcon, .collapsibleRightPanelIcon1 { background:#1A819E; }
.iconComment05 {background:url(../images/iconComments01.png) no-repeat; width:22px; height:18px; float:left; margin:13px 0 0 6px}
/* Sortlist for workbench */
.sortList03 ul {	
	background: #eceaea;
	background: -moz-linear-gradient(top, #eceaea 0%, #f3f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2));
	background: -webkit-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%);
	background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );*/
}
.sortList03 ul li{ border-left:1px solid #f7f7f7; border-right:1px solid #fff; border-bottom:1px solid #dedede; border-top:2px solid #f9f9f9/*#f2f4f5*/;}
.sortList03 ul li a{ color:#fff; font-size:16px; color:#1793ba;text-shadow: 0px 1px 1px #fff;}
.sortList03 ul li a:hover, .sortList03 ul li a.active{border-bottom:1px solid #89b6c0;text-shadow: 0px 1px 1px #fff;
	background: #d4dbdd;
	background: -moz-linear-gradient(top, #d4dbdd 0%, #c2d0d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4dbdd), color-stop(100%,#c2d0d3));
	background: -webkit-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -o-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: -ms-linear-gradient(top, #d4dbdd 0%,#c2d0d3 100%);
	background: linear-gradient(to bottom, #d4dbdd 0%,#c2d0d3 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dbdd', endColorstr='#c2d0d3',GradientType=0 );*/
}
.asideBoxTabsHead ul li.singleTab{color:#FFFFFF;
	background: #0f7288;
	background: -moz-linear-gradient(top, #0f7288 0%, #1d88a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f7288), color-stop(100%,#1d88a7));
	background: -webkit-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -o-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: -ms-linear-gradient(top, #0f7288 0%,#1d88a7 100%);
	background: linear-gradient(to bottom, #0f7288 0%,#1d88a7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7288', endColorstr='#1d88a7',GradientType=0 );*/}

.btn06{border:1px solid #dddcdc; border-radius:5px; color:#a09f9f; text-shadow:0 1px 1px #fff; text-decoration:none; padding:5px 10px; text-align:center;
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e4e4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e4e4));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e4e4 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e4e4 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e4e4 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5e4e4 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e4e4',GradientType=0 );*/
	}
.btn06:hover{text-decoration:none;}

.iconMobileFolder{background:url(../images/iconMobileFolder.png) no-repeat; height: 20px; width: 20px;}
.iconEmpFolder{background-position:0px 0px !important;}
.iconShareFolder{background-position:0px -22px !important;}

.iconShareWord{background-position:0px -66px !important;}

.iconMyspace{background:url(../images/iconMySpace.png) no-repeat; height: 16px; width: 18px; display:inline-block;}
.iconMyspaceShare{background-position:0px -49px !important;}
.iconMyspacePersonalSpace{background-position:0px -68px !important;}
.rssBtn1{background: url("../images/iconRssFolders.png") no-repeat; float: left; height: 25px; width: 32px;}
.iconCreatFolder1 { background-position: -9px -159px;}
.iconUpload1 { background-position: -10px -251px; margin:0px 0px 0px 0px;}
.iconUploading1 { background-position: -10px -220px;}
.iconShareWhite { background-position: 0px -87px;}

.listView03 ul { padding: 0px; margin: 0px; list-style: none; }
.listView03 ul li { float: left; width: 100%; margin: 0px; border: none !important; }
.listView03 li a { background: #fff; font-size: 16px; color: #353535; padding: 11px 12px; border-bottom: 1px solid #dadada; display: block; height: 20px; margin: 0 !important; }
.listView03 ul li:last-child a { -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; }

.uploadBtn{background: url("../images/uploading.gif") no-repeat; float: left; height: 25px; width: 25px; margin:0px 4px 0px 3px;}
.iconUploadingGif { background-position:0px 0px;}
.btn09 {border: 1px solid #b8b8b8; border-radius: 3px; -webkit-border-radius: 3px; padding: 2px 8px; float: left; background: #fff;}

/* UNDER CONSTRUCTION */
.underConstruction01{background:url(../images/underConstruction01.jpg) no-repeat 0 0;}
.underConstruction02{background:url(../images/underConstruction02.jpg) no-repeat 0 180px;}
.underConstruction03{background:url(../images/underConstruction03.jpg) no-repeat center 105px;}
.underConstruction04{background:url(../images/underConstruction04.jpg) no-repeat 259px 99px;}
.underConstruction05{background:url(../images/underConstruction05.jpg) no-repeat center 95px;}
.underConstruction06{background:url(../images/underConstruction06.jpg) no-repeat 2px 2px;}
/* UNDER CONSTRUCTION ENDS */

.filterPaneTrigger{right:-33px; border-style:solid; border-width:1px; width:33px; height:44px; border-radius:0 5px 5px 0;z-index:2; margin:0 0 0 -1px; border-left:none; -webkit-border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0;}
.filterPaneTrigger span{width:15px; height:29px;  margin:8px 0 0 10px;}
.filterPaneTrigger .filterPane{background:url(../images/resetFilter.png) no-repeat 0 -38px;}

.linkList01 li {border-top:1px solid #fff; border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
/*.linkList01 li:first-child{ border-top:none;}*/
.linkList01 li a {color:#666;}
.linkList01 li.selected a {background:#fff; color:#333; font-weight:bold; margin-right:-3px;}
.linkList01 .sideNavigation li:hover{ background-color:#f7f7f7;}
.linkList01 .sideNavigation li.noHoverBg:hover{ background-color:transparent;}
.filterOption {background:url(../images/arrowsSmallDown.gif) no-repeat right center; float:right; margin-right:8px;}
.filterOptionUp {background:url(../images/arrowsSmallUp.gif) no-repeat right center; float:right; margin-right:8px;}
.rightPanelInsetShadow{-moz-box-shadow: inset 1px -1px 3px 0 #c1c2c3;-webkit-box-shadow: inset 1px -1px 3px 0 #c1c2c3;box-shadow: inset 1px -1px 3px 0 #c1c2c3;
border-left:solid 1px #c1c2c3\0/;}
.iconFev{background: url("../images/fevSprite.png") no-repeat; float: left; height:22px; width:22px;}
.iconFevYellow{background-position:0px 0px !important;}
.iconFevGrey{background-position:0px -25px !important;}
.contentDivFilterOpen { background:#f0f0f0 !important; border-left:1px solid #ccc !important;}
/*work bench search with refresh */
.searchPanel01{
border-color:#BEBEBE #BEBEBE transparent !important;
box-shadow:0 1px 2px 1px #CECECE inset;
color:#666;
background:url("../images/headerActivities.png") no-repeat scroll 6px -90px #fff
}
.searchInputRefreash, .searchInputRefreash:hover{background:url("../images/headerActivities.png") no-repeat scroll -3px -257px !important; filter:none; background-color:none; }
/* ---- EXCEL TABS ---- */
.tabsExcel{border-bottom:1px solid #828282;
background: #9b9b9b;
background: -moz-linear-gradient(top, #9b9b9b 0%, #bdbdbd 35%, #bababa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b9b9b), color-stop(35%,#bdbdbd), color-stop(100%,#bababa));
background: -webkit-linear-gradient(top, #9b9b9b 0%,#bdbdbd 35%,#bababa 100%);
background: -o-linear-gradient(top, #9b9b9b 0%,#bdbdbd 35%,#bababa 100%);
background: -ms-linear-gradient(top, #9b9b9b 0%,#bdbdbd 35%,#bababa 100%);
background: linear-gradient(to bottom, #9b9b9b 0%,#bdbdbd 35%,#bababa 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#bababa',GradientType=0 );*/
}
.tabsExcel ul{border-top:1px solid #b5b5b5;}
.tabsExcel li a{color:#505050; background:url(../images/tabsExcel.png) no-repeat right top;}
.tabsExcel li a span{background:url(../images/tabsExcel.png) no-repeat left top}
.tabsExcel li a:hover{background-position:right bottom;}
.tabsExcel li a:hover span{background-position:left bottom;}
.tabsExcel li.selectedTab a{background-position:right bottom;}
.tabsExcel li.selectedTab a span{background-position:left bottom;}

.pagination01 a{background:url(../images/pagination01.gif) no-repeat;}
.pagination01 a.toFirst{background-position:0 0;}
.pagination01 a.prev{background-position:-1px -8px;}
.pagination01 a.next{background-position:-1px -16px;}
.pagination01 a.toLast{background-position:0 -24px;}
/* ---- EXCEL TABS ENDS ----*/

.tabsDisabled{
 pointer-events:none !important;
 cursor:default !important;
 opacity:0.3 !important;
 filter:alpha(opacity=40) !important; /* For IE8 and earlier */ 	 
}
.color26{color:#1793BA !important;}
/*pop up approver*/
.lineHeight16{line-height:16px;}
.iconUser{background-position:0 -117px;}
.iconUserGroup{background-position:0 -141px;}



.iconAction{background-position: -29px -1531px; width:22px; height:17px;}
.selectedBg {background:#e1e0e0;}


.itemTableSettings .rightArrow02{ border-top: 10px solid transparent;border-bottom: 10px solid transparent;	border-left: 10px solid #187a97;}
.mySpace{background:url(../images/mySpaceLandingBg.png) no-repeat;}
.iconCreateBlankDocument{ background-position:0 -1550px;}


.list01HR li { color:#666;border-right:1px solid #ccc;}
/*.slider01 .arrowPOuter, .slider01 .arrowPOuterInactive { background:#faf9f9; border-right:1px solid #e9e9e9;}
.slider01 .arrowNOuter, .slider01 .arrowNOuterInactive { background:#faf9f9; border-left:1px solid #e9e9e9;}*/
.slider01 .arrowPOuter .arrowDiv {background:url(../images/arrowSlider.png) no-repeat 0 0; width:7px; height:12px; float:left;}
.slider01 .arrowPOuterInactive .arrowDiv {background:url(../images/arrowSlider.png) no-repeat 0 -12px; width:7px; height:12px; float:left;}
.slider01 .arrowNOuter .arrowDiv {background:url(../images/arrowSlider.png) no-repeat -7px 0; width:7px; height:12px; float:right;}
.slider01 .arrowNOuterInactive .arrowDiv {background:url(../images/arrowSlider.png) no-repeat -7px -12px; width:7px; height:12px; float:right;}
/*new theme css*/
.newTheme .navPanel{/*box-shadow:1px 2px 1px 0 rgba(0, 0, 0, 0.2)!important;*/}
.newTheme .pageHeading{color:#686f79!important; font-size:15px!important;
border-color:#d7d8dc!important;
box-shadow:1px 2px 0 rgba(255, 255, 255, 0.4) inset!important;
background: #f1f1f1!important; /* Old browsers */
background: -moz-linear-gradient(top, #f1f1f1 0%, #edebec 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#edebec))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f1f1f1 0%,#edebec 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f1f1f1 0%,#edebec 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f1f1f1 0%,#edebec 100%)!important; /* IE10+ */
background: linear-gradient(to bottom, #f1f1f1 0%,#edebec 100%)!important; /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#edebec',GradientType=0 ) 
 IE6-8 */
} 

.newTheme .secondaryNav, .newTheme .secondaryNav ul li span.activeArrow, .newTheme .secondaryNav ul li.active, .newTheme .secondaryNav ul li.active:hover, .newTheme .secondaryNav ul li:hover{background-image:url("../images/navBg01.png");}
.newTheme .contentInner{border:1px solid #dadada!important; border-top:none!important;}
.newTheme .secondaryNav{ background-repeat:repeat-x!important;}
.newTheme .secondaryNav ul{background:none!important; filter:none!important;}
.newTheme .secondaryNav ul li{border:none!important; position:inherit!important; cursor:pointer!important;}
.newTheme .secondaryNav ul li a,.newTheme .secondaryNav ul li a:hover{color:#1c85a3!important; text-shadow:-1px 1px 0 rgba(255,255,255,0.7); background:none!important; filter:none!important;}
.newTheme .secondaryNav ul li span.activeArrow{border:none!important; left:0!important; background-repeat:no-repeat!important; background-position: 0 -44px!important;}
.newTheme .secondaryNav ul li.active, .newTheme .secondaryNav ul li.active:hover{background-repeat:repeat-x!important;background-position: 0 -176px!important; }
.newTheme .secondaryNav ul li.active a, .newTheme .secondaryNav ul li.active:hover a{color:#b47d10!important;}
.newTheme .secondaryNav ul li.active span.activeArrow, .newTheme .secondaryNav ul li.active:hover span.activeArrow{background-repeat: no-repeat!important; background-position: 0 -220px !important;}/*z-index:9999 !important; */
.newTheme .secondaryNav ul li:hover{background-repeat: repeat-x!important; background-position: 0 -88px!important;}
.newTheme .secondaryNav ul li:hover span.activeArrow{background-repeat: no-repeat!important; background-position: 0 -132px!important;}
/*Secondary Navigation with light Shadow css start*/
.newTheme .secondaryNavLight .secondaryNav, .newTheme .secondaryNavLight .secondaryNav ul li span.activeArrow, .newTheme .secondaryNavLight .secondaryNav ul 
li.active, .newTheme .secondaryNavLight .secondaryNav ul li.active:hover, .newTheme .secondaryNavLight .secondaryNav ul li:hover{
background-image:url("../images/navBg02.png");}
.newTheme .secondaryNavLight .secondaryNav{ background-repeat:repeat-x!important;}
.newTheme .secondaryNavLight .secondaryNav ul{background:none!important; filter:none!important;}
.newTheme .secondaryNavLight .secondaryNav ul li{border:none!important; position:inherit!important; cursor:pointer!important;}
.newTheme .secondaryNavLight .secondaryNav ul li a,.newTheme .secondaryNavLight .secondaryNav ul li a:hover{color:#1793ba!important; text-shadow:-1px 1px 0 rgba(255,255,255,0.7); background:none!important; filter:none!important;}
.newTheme .secondaryNavLight .secondaryNav ul li span.activeArrow{border:none!important; left:0!important; background-repeat:no-repeat!important; background-position: 0 -44px!important;}
.newTheme .secondaryNavLight .secondaryNav ul li.active, .newTheme .secondaryNavLight .secondaryNav ul li.active:hover{background-repeat:repeat-x!important;background-position: 0 -176px!important; }

.newTheme .secondaryNavLight .secondaryNav ul li.active a, .newTheme .secondaryNavLight .secondaryNav ul li.active:hover a{color:#ca7d32!important;}
.newTheme .secondaryNavLight .secondaryNav ul li.active span.activeArrow, .newTheme .secondaryNavLight .secondaryNav ul li.active:hover span.activeArrow{background-repeat: no-repeat!important; background-position: 0 -220px !important;}

.newTheme .secondaryNavLight .secondaryNav ul li:hover{background-repeat: repeat-x!important; background-position: 0 -88px!important;}
.newTheme .secondaryNavLight .secondaryNav ul li:hover span.activeArrow{background-repeat: no-repeat!important; background-position: 0 -132px!important;}
/*Secondary Navigation with light Shadow css end*/
.newTheme .modules span{ background:url("../images/moduleIconsNew01.png") no-repeat!important;}
.newTheme .p2pModuleASN,.newTheme .sourcingModuleRFP, .newTheme .contractModuleDraft,.newTheme .contractModuleOnline,.newTheme .contractModuleSigned, .newTheme .partnerModuleAssessment, .newTheme .partnerModuleForm01,.partnerModuleForm02,.newTheme .sourcingModuleAuction,.newTheme .p2pModuleRequisition,.newTheme .p2pTmpRequisition, .newTheme .p2pModulePO,.newTheme .p2pModuleReceipt, .newTheme .p2pModuleInvoice, .newTheme .sourcingModuleContract,.newTheme .workBenchModul,.newTheme .partnerList{background:none!important; box-shadow:none!important;}
.newTheme .sourcingModuleRFP span, .newTheme .sourcingModuleContract span{background-position:0 0!important;}
.newTheme .sourcingModuleAuction span{background-position:0 -28px!important;}
.newTheme .contractModuleDraft span{background-position:0 -55px!important;}
.newTheme .contractModuleOnline span{background-position:0 -55px!important;}
.newTheme .contractModuleSigned span{background-position:0 -55px!important;}
.newTheme .partnerModuleAssessment span{background-position:0 -185px!important;}
.newTheme .partnerModuleForm01 span{background-position:0 -239px !important;}
.newTheme .partnerModuleForm02 span{background-position: 0 -208px !important;
    height: 28px;
    margin-top: 5px;
    width: 20px;}
.newTheme .p2pModuleRequisition span{background-position: 0 -78px!important;}
.newTheme .p2pModulePO span{background-position: 0 -104px !important;}
.newTheme .p2pModuleReceipt span{background-position:0 -158px!important;}
.newTheme .p2pModuleInvoice span{background-position: 0 -131px!important;}
.newTheme .p2pModuleIR span{background-position: 0 -376px!important;}
.newTheme .p2pModuleASN span{background-position: 0 -318px!important; margin-left:0px!important;;}
.newTheme .workBenchModul span{background-position:0 -266px !important;}
.newTheme .partnerList span{background-position:0 -294px!important;}
.newTheme .asideBoxTabsHead{border-bottom:none!important;}
.newTheme .iconTemplate,.newTheme .iconTempletes{padding-bottom:2px;}
/*new theme css end*/
.boxShadow05 {-webkit-box-shadow: 1px 1px 5px 2px #1793cc; box-shadow: 1px 1px 5px 2px #1793cc;}

/* My partner Forms */
.card:hover .iconDeleteHidden01{ border-color:#fff;background-color:#ddd; background-image:url(../images/generalIcons.png); background-position:-1px -575px !important; background-repeat:no-repeat;}

.teamMemberPanel:hover .iconDeleteHidden02{ border-color:#fff;background-color:#ddd; background-image:url(../images/generalIcons.png); background-position:-1px -575px !important; background-repeat:no-repeat;}

.partenerPanel:hover .iconDeleteHidden02{ border-color:#fff;background-color:#ddd; background-image:url(../images/generalIcons.png); background-position:-1px -575px !important; background-repeat:no-repeat;}

.iconBack02 {background:url(../images/iconBack01.png) no-repeat; width:22px; height:16px; float:right; margin:-2px 3px 0 0;}
.seprator01 {border-bottom:1px solid #ddd;}
.seprator01 .sepTxt {background:#ddd; color:#878787; }
/* P2P order item quick/detailed */
.gridV tr.textDecorationStrikeTh td, .textDecorationStrikeTh span, .gridV tr.textDecorationStrikeTh td .label, tr.textDecorationStrikeTh td .input{ color:#c5c5c5 !important;}
.iconCancelHidden{background-position:-34px -1550px  !important}
/* P2P order item quick/detailed End */

.cardIcon span.returnNote{background:url(../images/returnNote.png) no-repeat; width:26px; height:28px; margin:8px 0 0 8px}

.p2pNewIcons{background-image:url("../images/p2pNewIcons.png")!important; }

.p2pNewIcons span.p2pOrderIconNew{width:20px!important; height:20px!important; margin:8px 0 0 8px; background-position:-4px -94px}

.p2pNewIcons span.p2pReceiptIconNew{width:20px!important; height:20px!important; margin:8px 0 0 8px; background-position:-4px -141px}
.p2pNewIcons span.p2pInvoiceIconNew{width:20px!important; height:20px!important; margin:8px 0 0 8px; background-position:-4px -117px}
.p2pReturnNoteIcon{width:20px!important; height:20px!important; margin:8px 0 0 8px; background-position:184px 114px; position:absolute; left:0; top:0;}



.color27{color:#4b5e6f !important;}
.color28{color:#878787 !important;}
.color29{color:#c3c3c3 !important;}

.bgRight1px {background:#f0f0f0 url(../images/borderBg.png) repeat-y right;}
.breadcrumbArrow{background:url(../images/breadcrumbsArrow.png) no-repeat 0px 2px; }
.subQuestionArrow{background:url(../images/subQuestionArrow.png) no-repeat 0px 2px; }
.iconUpload02{background:url(../images/uploadIcon01.png) no-repeat 0 0;}
.iconDownload01{background:url(../images/uploadIcon01.png) no-repeat 0 -17px;}
.UploadInProgress{background:url(../images/uploadIconAnimate.gif) no-repeat 0 0;}
.DownloadInProgress{background:url(../images/uploadIconAnimate.gif) no-repeat 0 -17px;}

/*p2p asn icons*/
.sourcingP2PIcon span.ASN{background-position:0px -466px;}
.p2pNewIcons span.p2pASNIconNew{background-position: -4px -232px;}
.p2pModuleASN span{background-position:0px -465px;}
/*p2p asn icons*/
.sortingArrows,.onHoverShowArrows{background-image:url(../images/arrowsSmall.png)!important; background-repeat: no-repeat;}
.sortingArrowUp{background-position:right 5px; background-image:none;}
.sortingArrowDown {background-position:right -12px!important; background-image:none;}
.border03{ border:1px solid #cbccce;}
.border04{ border:1px solid #1687A2;}
.bg27{ background:#ffd050;}
.congratulationMsg01{color:#f69e04;}
.oppsMsg01{color:#cc0000;}
.thankYouMsg01{color:#4dbd45;}

/* Workbench Recent Project */
.colTooltipList{background:#fff;}
.colTooltipList ul li{border-bottom:1px solid #ddd;}

/* Nexus Partner Profile */
.imageBlock01{ border:1px solid #dfdfe0; }
.borderBottom06{ border-bottom:1px solid #dfdfe0;}
.borderTop05{ border-top:1px solid #dfdfe0;}
.bg28{ background:#E8E8E8;}
.textShadow01{text-shadow: 1px 1px 0px #fafafa;}
.borderBottomDashed03{border-bottom:1px dashed #dedede;}
.border06{ border-color:#E7E7E7 #E6E6E6 #E2E2E2; border-width:1px;border-style:solid;}
.inconSocialNet{ background:url(../images/socialNetworkSprite.gif) no-repeat; display:block;}
.iconFB{ height:20px; width:19px; background-position:0 0;}
.iconTwit{height:20px; width:19px; background-position:0 -21px;}
.iconLinkedIn{height:20px; width:20px; background-position:0 -42px;}
.border07{ border:1px solid #eeeeee;}
.bg29{ background:#f9f8f8;}
.borderBottom07{ border-bottom:1px solid #ededed;}
.borderBottom08{ border-bottom:1px solid #ffffff !important;}
.borderTop06{ border-top:1px solid #fff;}
.catalogCoverImg{border:1px solid #dbdbdb; background:#fff;}
.bg30{ background:#f7f5f6;} 
/* Nexus Partner Profile End */

.boxShadowInside { background: #f2f2f2; }
.boxShadowInside .arrowTop01 { background: url(../images/arrowBoxShadowInside.png) no-repeat; width: 20px; height: 15px; position: absolute; top: -10px; left:130px; }

.selectedRows {background:#FFF; height: 600px; position: absolute;}

.countState1 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 1%, #f9f5d5 1%, #f3e6a9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(1%,#f9f5d5), color-stop(100%,#f3e6a9));
background: -webkit-linear-gradient(top, #ffffff 1%,#f9f5d5 1%,#f3e6a9 100%);
background: -o-linear-gradient(top, #ffffff 1%,#f9f5d5 1%,#f3e6a9 100%);
background: -ms-linear-gradient(top, #ffffff 1%,#f9f5d5 1%,#f3e6a9 100%);
background: linear-gradient(to bottom, #ffffff 1%,#f9f5d5 1%,#f3e6a9 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3e6a9',GradientType=0 );*/
border-color:#ccbf7e;}

.sideNavigationChild li{ background:#fafafa; border-bottom:1px solid #cccccc; border-right:none;padding-left:20px}
.sideNavigationChild li.first{ border-top:1px solid #CCCCCC}
.sideNavigationChild li.last{ border-bottom:none}
 .sideNavigationChild li.selected{ background:#fff!important; width:255px}
 .sideNavigationChild li:hover{ background:#fff!important; }
.sideNavigationChild li a:hover{ }
.sideNavigationChild li a{ padding:10px 16px;}
#listHolder01{ padding:15px}

/*copy of styles of h1*/
.headingBar{
	h1{
border-bottom-color:#dedede !important; -webkit-box-shadow: inset 1px 2px 0px 0px #f7f6f6;box-shadow: inset 1px 2px 0px 0px #f7f6f6;
background: #f3f2f2;
background: -moz-linear-gradient(top, #f3f2f2 0%, #eceaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f2), color-stop(100%,#eceaea));
background: -webkit-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -o-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: -ms-linear-gradient(top, #f3f2f2 0%,#eceaea 100%);
background: linear-gradient(to bottom, #f3f2f2 0%,#eceaea 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f2', endColorstr='#eceaea',GradientType=0 );*/}
/*copy of styles of h1*/

/*Toolkit page workbench*/
.asideBarList01 ul.toolkit li .editDelete01 a:hover{ background-image: url(../images/generalIcons.png) !important; cursor:pointer;}
.toolkit li .saveCancelBox01 a:hover.itemTableSettingIcons {
    background-image: url("../images/generalIcons.png") !important;
    background-repeat: no-repeat !important;
	
}
.toolkit li .saveCancelBox01 a:hover.itemTableSettingIconsSave{background-position: 0px -244px !important;}
		
.toolkit li .saveCancelBox01 a:hover.iconCancel01{background-position: 0 -278px !important;}
/*Toolkit page workbench*/

.sourcingRFPIconNew{background-image:url("../images/iconModuleSmallNew.png"); background-repeat:no-repeat;}

.newSelect{ border-radius:5px; height:22px; line-height:20px; border:1px solid #D5D5D5; padding:0px 5px;	 
	background: #eceaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceaea 0%, #f3f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceaea), color-stop(100%,#f3f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceaea 0%,#f3f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eceaea 0%,#f3f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eceaea 0%,#f3f2f2 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceaea', endColorstr='#f3f2f2',GradientType=0 );  IE6-9 */
}
.selectedDD .newSelect{ border-bottom:none;}
.newSelectActive { border-bottom:none; border-color: #1687A2; border-radius:5px 5px 0 0;}
.newSelect:hover{ border:1px solid #a0a0a0;}
.newSelectActive:hover{ border:1px solid #1687A2; border-bottom:none !important;}
.itemDropDown { background:#f3f2f2; z-index:101;border:1px solid #1687A2 !important;}
.itemDropDown .asideBarList01 ul{background:#f3f2f2 !important; }


.tabs04 { list-style:none; border-bottom:1px solid #bcbbbb;}
.tabs04 li a {background: #e9e8e8; /* Old browsers */
background: -moz-linear-gradient(top, #e9e8e8 0%, #dddbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#dddbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9e8e8 0%,#dddbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9e8e8 0%,#dddbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9e8e8 0%,#dddbdb 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9e8e8 0%,#dddbdb 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#dddbdb',GradientType=0 );  IE6-9 */
color:#444; border:1px solid #cecccd;-webkit-box-shadow: inset 0px 1px 0px 0px #fafafa;box-shadow: inset 0px 1px 0px 0px #fafafa;}

.tabs04 li a:hover {background: #F9F9F9;-webkit-box-shadow: inset 0px 1px 0px 0px #fbfbfb;box-shadow: inset 0px 1px 0px 0px #fbfbfb;}
.tabs04 li.selected a {background: #ffffff; border-bottom:1px solid #ffffff;-webkit-box-shadow: inset 0px 1px 0px 0px #fbfbfb; box-shadow: inset 0px 1px 0px 0px #fbfbfb;}
.tabs04 a span.tabClose {background-color: transparent;  border: 1px solid #transparent;}

.tabs04 a:hover span.tabClose, .tabs04 a.active span.tabClose {background-color: #DDD; background-position: 0 -575px; border: 1px solid #fff;}


/* MyspaceLanding */

.folderContent{background:#f8f8f8;}
.folderAccoTitle{background:#F8F8F8;
 font-weight:bold;
-moz-box-shadow: inset 0 1px 0px 0 #bcbcbc;-webkit-box-shadow: inset 0 1px 0px 0 #bcbcbc;box-shadow: inset 0 1px 0px 0 #bcbcbc;
}
.folderAccoTitle1{background:#f2f1f1;
font-weight:bold;

}
.folderAccoContent{background:url(../images/tapBgWhite.png) repeat top left;}
.bgWhite01{background:#ffffff !important;}
.sharedUser{background: #edebeb; /* Old browsers */
background: -moz-linear-gradient(top, #edebeb 0%, #fbfafa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edebeb), color-stop(100%,#fbfafa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #edebeb 0%,#fbfafa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #edebeb 0%,#fbfafa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #edebeb 0%,#fbfafa 100%); /* IE10+ */
background: linear-gradient(to bottom, #edebeb 0%,#fbfafa 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edebeb', endColorstr='#fbfafa',GradientType=0 );  IE6-8 */
border:1px solid #c6c6c6;
}

.sharedUserItem{background: #e1e0e0; /* Old browsers */
background: -moz-linear-gradient(top, #e1e0e0 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e0e0), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e1e0e0 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e1e0e0 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e1e0e0 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom, #e1e0e0 0%,#efefef 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#efefef',GradientType=0 );  IE6-9 */
border:1px solid #c6c6c6;
}

.shareContList{border-bottom:1px dashed #cdcdcd;}
.iconAddToCart{border-color:#3d7b8c #378a9f #3a7c8e #528998;
/*background: rgb(58,196,227); 
background: -moz-linear-gradient(top,  rgba(58,196,227,1) 0%, rgba(41,166,201,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,196,227,1)), color-stop(100%,rgba(41,166,201,1)));
background: -webkit-linear-gradient(top,  rgba(58,196,227,1) 0%,rgba(41,166,201,1) 100%); 
background: -o-linear-gradient(top,  rgba(58,196,227,1) 0%,rgba(41,166,201,1) 100%);
background: -ms-linear-gradient(top,  rgba(58,196,227,1) 0%,rgba(41,166,201,1) 100%);
background: linear-gradient(to bottom,  rgba(58,196,227,1) 0%,rgba(41,166,201,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac4e3', endColorstr='#29a6c9',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: inset 0 1px 0 0 #86dbee;-webkit-box-shadow: inset 0 1px 0 0 #86dbee;box-shadow: inset 0 1px 0 0 #86dbee;
}
.iconAddToCart span{ background-position:0px -1441px;}
/*.iconAddToCart:active{ background:#38c1e1;}*/

.upArrow{width:14px; height:9px; background-position:0px -32px !important;}
.downArrow{width:14px; height:9px; background-position:0px -22px;}

/*.viewDoc{background:url(../images/viewDoc.png) no-repeat center top;}
.viewDocInvalidFormat{background:url(../images/viewDocInvalidFormat.png) no-repeat center top; float:right;}*/


.shareArrow {
    background-image: url("../images/sharePopupDown.png");
    background-repeat: no-repeat;
}

.deleteListItem {
    background: url("../images/del.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
}

.folderAccoContent .sharedUserItem{font-size:12px;}


/* Workbench Left Slide */
.slideRight {background:url(../images/slideArrow.png) no-repeat 0px 0px;  }
.slideLeft {background:url(../images/slideArrow.png) no-repeat -10px 0px;  }

.slideRoot{background:url(../images/slideArrow.png) no-repeat 0px -16px;}
.slideRootDisabled{background:url(../images/slideArrow.png) no-repeat -15px -16px;}

.newTheme .iconCatalogHeader span {background-position: 0px -345px !important;}


.selectedFilterList li.addNewTag{border:none!important; background:none;}
.selectedFilterList li.addNewTag input{border:none; color:#666!important; }

/*****Template Icons ***/

.templateIcons{background-image:url(../images/templateIcons.png)!important; background-repeat:no-repeat;}

.noBoxShadow{ box-shadow:none !important;}

.filterPaneTrigger01 {border-left:1px solid #CCCCCC;}



.arrowbg{ padding:10px; background: #74bcd2; /* Old browsers */
background: -moz-linear-gradient(top,  #74bcd2 0%, #74bcd2 34%, #74bcd2 63%, #74bcd2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74bcd2), color-stop(34%,#74bcd2), color-stop(63%,#74bcd2), color-stop(100%,#74bcd2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #74bcd2 0%,#74bcd2 34%,#74bcd2 63%,#74bcd2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #74bcd2 0%,#74bcd2 34%,#74bcd2 63%,#74bcd2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #74bcd2 0%,#74bcd2 34%,#74bcd2 63%,#74bcd2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #74bcd2 0%,#74bcd2 34%,#74bcd2 63%,#74bcd2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74bcd2', endColorstr='#74bcd2',GradientType=0 );  IE6-9 */
}


.accordinArrow{background-image:url(../images/arccordinArrow.png)}
.accordinUpArrow{ background-position:0 2px; background-repeat:no-repeat; height:10px;width:10px; display:block}
.accordinDownArrow{ background-position:0 -10px; background-repeat:no-repeat; height:10px;width:10px; display:block}
.hideOffer{background-position: 0px -1398px;bottom: 7px;display: inline-block;height: 16px;right: 6px;width: 14px;}

.iconattach01{background-position:-31px -204px;height:20px; width:20px}
.shoppingCartIconBlue{background-position:-3px -1571px;}
.iconAddFavListGray{background-position:-34px -1571px}
.iconPrint{background-position:-1px -1591px;}

.comingSoon{background-image:url(../images/comingSoon.png) }


.errorName01, .selectedFilterList li.addNewTag input.errorName01{ background:#ffcacd;border: 1px solid #df5b57;
-moz-border-radius: 3px;/*Firefox*/
-webkit-border-radius: 3px;/*Safari, Chrome*/
border-radius: 3px;
padding:3px;
display:inline-block;}

.selectedTagList li {border:1px solid #D6D5D5 !important; background:#E1E1E1; }

.iconCalender01{background-image:url(../images/iconCalendar.png) }

ul.dropDown li.disableMenu a, ul.nav li.disableMenu a{ color:#0c4b5e!important; text-shadow:1px 1px #33a0bb}
ul.nav li.disableMenu:hover{background:none!important;}
ul.nav li.disableMenu a:hover{ cursor:default; border:none; border-radius:0px;margin:0px;padding:8px 18px; border-right:0px }

.button02{ border:1px solid #f7931e; color:#ffffff; cursor:pointer;
-webkit-box-shadow: inset 1px 1px 1px 0px #ffd8a0;
box-shadow: inset 1px 1px 1px 0px #ffd8a0;
background: -moz-linear-gradient(top, #fbab1a 0%, #f7931e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbab1a), color-stop(100%,#f7931e)) !important;
background: -webkit-linear-gradient(top, #fbab1a 0%,#f7931e 100%) !important;
background: -o-linear-gradient(top, #fbab1a 0%,#f7931e 100%) !important;
background: -ms-linear-gradient(top, #fbab1a 0%,#f7931e 100%);
background: linear-gradient(to bottom, #fbab1a 0%,#f7931e 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbab1a', endColorstr='#f7931e',GradientType=0 );*/
}

.button02:hover{
	background: #f7931e;
background: -moz-linear-gradient(top, #f7931e 1%, #fbab1a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7931e), color-stop(100%,#fbab1a)) !important;
background: -webkit-linear-gradient(top, #f7931e 1%,#fbab1a 100%) !important;
background: -o-linear-gradient(top, #f7931e 1%,#fbab1a 100%);
background: -ms-linear-gradient(top, #f7931e 1%,#fbab1a 100%);
background: linear-gradient(to bottom, #f7931e 1%,#fbab1a 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#ffd8a0',GradientType=0 );*/
	}
	
.graph {background:url(../images/graph.png) no-repeat; width:28px; height:17px;}
.errorMsg {color: #B94A48;}
.successMsg {color: #468847;}
.marginTop107 {margin-top: 107px;}
.secondaryTierPartner {background:url(../images/secondaryTierSupplier.png) no-repeat left top;}
.iconRecommendedPartners{background-position:-160px -30px;}
.iconRecentProjects{background-position:-144px -64px;}
.noHoverState:hover{background:none !important; border:none !important;}
/*workbench Edit category library*/

.borderTop07{border-top:1px solid #ccc;}
.borderLeft06{border-left:1px solid #e0dfdf}
.borderBottom10{border-bottom:1px solid #ccc}
.tabConTopComp01{
background: #f6f6f6;
background: -moz-linear-gradient(top, #f6f6f6 1%, #e0dfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6f6f6), color-stop(100%,#e0dfdf));
background: -webkit-linear-gradient(top, #f6f6f6 1%,#e0dfdf 100%); 
background: -o-linear-gradient(top, #f6f6f6 1%,#e0dfdf 100%); 
background: -ms-linear-gradient(top, #f6f6f6 1%,#e0dfdf 100%);
background: linear-gradient(to bottom, #f6f6f6 1%,#e0dfdf 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e0dfdf',GradientType=0 );*/
}
.selectedFilterList li.addNewTag input.errorName01{color:#94111f!important; padding:2px 2px 1px;}
.iconViewTag{background-position:-36px -1612px;}
.smoothScroller01 .content a{border-right:1px solid #ccc; border-left:1px solid rgba(255,255,255,0.5); color:#666;  text-shadow:1px 1px 0px rgba(255,255,255,0.7)}
.smoothScroller01 .currentActive a,.smoothScroller01 .currentActive a:hover{color:#7e7e7e;}
.smoothScroller01 .content:hover{background:#ececec;}
.smoothScroller01 .currentActive, .smoothScroller01 .currentActive:hover {background:#e4e4e4;}
.smoothScroller01 .currentSelectedArrow{background-position:-35px -1597px;}
.smoothScroller01 .scrollingHotSpotLeft, .smoothScroller01 .scrollingHotSpotRight{background:#d3d6d6!important;
opacity:1;filter:1;-moz-opacity:1;zoom: 0;}
.smoothScroller01 .scrollingHotSpotRightVisible, .smoothScroller01 .scrollingHotSpotLeftVisible{opacity:1!important;
filter:1!important;	-moz-opacity:1;	zoom: 1;}
.smoothScroller01 .scrollingHotSpotRight span, .smoothScroller01 .scrollingHotSpotLeft span{
background:url(../images/generalIcons.png) no-repeat;}
.smoothScroller01 .scrollingHotSpotRight span{background-position:-29px -1643px;}
.smoothScroller01 .scrollingHotSpotLeft span{background-position:-21px -1643px;}

/*workbench Edit category library end*/


.addBtn01Disabled {border:1px solid #e0e0e0; -webkit-box-shadow:0 1px 0 0 #e6e6e6; box-shadow: 0 1px 0 0 #e6e6e6; 
background: #fafafa;
}
.addBtn01Disabled:hover{text-decoration:none;}
/*cumulus report page icon also used in repport*/
.reportShareIcon { background-image:url(../images/reportShareIcon.png);}
.iconShare01{ background-position:0px 0px; background-repeat:no-repeat; height:16px; width:16px; display:block; }
.exportPdf01{ background-position:-31px -1px; background-repeat:no-repeat; height:16px; width:20px; display:block; }
.exportExcel01{ background-position:-64px -1px; background-repeat:no-repeat; height:16px; width:19px; display:block; }
.iconRefresh { background-position:-91px -2px; background-repeat:no-repeat; height:14px; width:14px; display:block; }

/*Sourcing Dashboard Classes*/
.bg31 { background-color: #fcb064; }
.bg32 { background-color: #9bcff3; }
.bg33 { background-color: #f8b4d8; }
.bg34 { background-color: #b2e183; }
.moduleCard { height: 72px; background: #f7f6f6; /* Old browsers */
background: -moz-linear-gradient(top, #f7f6f6 0%, #e2e1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f6), color-stop(100%,#e2e1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7f6f6 0%,#e2e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7f6f6 0%,#e2e1e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7f6f6 0%,#e2e1e1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f7f6f6 0%,#e2e1e1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f6', endColorstr='#e2e1e1',GradientType=0 );  IE6-8 */}

.active .moduleCard {
height: 103px;
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top, #efefef 0%, #fbfbfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#fbfbfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#fbfbfb 100%); /* IE10+ */
background: linear-gradient(to bottom, #efefef 0%,#fbfbfb 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fbfbfb',GradientType=0 );  IE6-8 */
}
.delete { background-position: -22px -1727px; width: 12px; height: 12px; display: block;}
.delete:hover { background-position: -38px -1727px; width: 12px; height: 12px; display: block;}
.tabbingList li.active {border: 1px solid #d3d3d3; position: relative; height: 134px; z-index:100; border-bottom: none !important; -webkit-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #edecec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edecec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#edecec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#edecec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#edecec 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#edecec 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edecec',GradientType=0 );  IE6-8 */
}
.tabbingList li.active .circleBox {
padding: 8px 20px 5px 21px; 
background: #cecece; /* Old browsers */
background: -moz-linear-gradient(top, #cecece 0%, #edecec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#edecec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cecece 0%,#edecec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cecece 0%,#edecec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cecece 0%,#edecec 100%); /* IE10+ */
background: linear-gradient(to bottom, #cecece 0%,#edecec 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#edecec',GradientType=0 ); IE6-8 */
}
.closeBar {
background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top, #fbfbfb 0%, #fdfdfd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%,#fdfdfd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%,#fdfdfd 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfbfb 0%,#fdfdfd 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fdfdfd',GradientType=0 );  IE6-8 */
height: 25px;
}
.grayUpDownArrow {background: url(../images/grayUpDownArrow.png);}
.upArrowGray { background-position: 0 0; width: 13px; height: 8px; display: block;}
.downArrowGray { background-position: 0 -9px !important; width: 13px; height: 8px; display: block;}
.leftRightArrow {background: url(../images/leftRightArrow.png);}
.leftArrow { background-position: 0 0; width: 5px; height: 10px; display: block;}
.rightArrow { /*background-position: 0 -11px; width: 5px; height: 10px; display: block;*/}
.iconInfinite{ width:15px; height:10px; background-position:-19px -1712px;}

.iconPartialBidding {background:url(../images/partialBiddingIcon.png) left top no-repeat; width:16px; height:16px; display:block;}


.cardLoader{margin:60px auto!important;}
.cardErrorDiv{ background:#f2dedf; color:#ba4a49; padding:15px 10px; border:1px solid #ebc9c8;border-radius:3px; -webkit-border-radius:3px; text-align:center;text-shadow: 1px 1px 0px #fff6f7; font-size:13px; position:absolute; bottom:90px;width:100%;box-sizing:border-box;-moz-box-sizing:border-box; }

.cardSuccessDiv{ background:#e0efd8; color:#468946; padding:15px 10px; border:1px solid #c3ddb8;border-radius:3px; -webkit-border-radius:3px; text-align:center;text-shadow: 1px 1px 0px #fff6f7; font-size:13px; position:absolute; bottom:90px;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;}





 