﻿/* Coke Solutions - CSS Document */


/* Global CSS - Master Layout */

body {
background-color:#666666;
vertical-align:top;
}

/* for margin 5 px (top - right - bottom - left) */
.cc-mart5{
margin-top:5px;
}
.cc-marr5{
margin-right:5px;
}
.cc-marb5{
margin-bottom:5px;
}
.cc-marl5{
margin-left:5px;
}

/* for margin 10 px (top - right - bottom - left) */
.cc-mart10{
margin-top:10px;
}
.cc-marr10{
margin-right:10px;
}
.cc-marb10{
margin-bottom:10px;
}
.cc-marl10{
margin-left:10px;
}
/* for padding 10 px (top - right - bottom - left) */
.cc-pad10{
padding:10px;
}
.cc-padt10{
padding-top:10px;
}
.cc-padr10{
padding-right:10px;
}
.cc-padb10{
padding-bottom:10px;
}
.cc-padl10{
padding-left:10px;
}
/* for padding 5 px (top - right - bottom - left) */
.cc-pad5{
padding:5px;
}
.cc-padt5{
padding-top:5px;
}
.cc-padr5{
padding-right:5px;
}
.cc-padb5{
padding-bottom:5px;
}
.cc-padl5{
padding-left:5px;
}

/* for padding 15 px (top - right - bottom - left) */
.cc-padt15{
padding-top:15px;
}
.cc-padr15{
padding-right:15px;
}
.cc-padb15{
padding-bottom:15px;
}
.cc-padl15{
padding-left:15px;
}

/* for right side webpart Margin 20 px (bottom) */
.cc-marb20{
margin-bottom:20px;
}

/* Style for Masterpage - Header  */
.cc-header {
background-image:url('../Images/cocacola/header_bg.gif');
background-repeat:repeat-x;
/*background-color:#1a1a1a;*/
height:96px;
}

/* for content area with background */
.cc-contentBg {
background-image:url('../Images/cocacola/contentArea_bg.gif');
background-repeat:repeat-x;
background-color:#f7f7f7;
}

.cc-contentBgColor {
background-color:#f7f7f7 !important;
}

.cc-whiteBg {
background-color:#ffffff !important;
}

/* style for set border (dotted - solid , top - bottom) */
.cc-border{
border:1px #e2e2e2 solid;
}

.cc-borderTop{
border-top:1px #e2e2e2 solid;
}

.cc-borderBottom{
border-bottom:1px #e2e2e2 solid;
}

.cc-webpartBorder{
border-top:2px #e2e2e2 solid;
}

.cc-imageBorder{
border:1px #e2e2e2 solid;
}

/* for L1 pages Header Title */
.cc-contentHeaderTitle {font-family:Verdana;color:#000000;font-size:22pt !important;font-weight:normal !important;}
.cc-contentCokeAdvantageTitle {font-family:Verdana !important;color:#181f27 !important;font-size:22pt !important;}
.cc-contentOurProductsTitle {font-family:Verdana;color:#89317f;font-size:22pt !important;}
.cc-contentSpecialtyBeveragesTitle {font-family:Verdana;color:#b3204a;font-size:22pt !important;}
.cc-contentBrandswMealsTitle {font-family:Verdana;color:#e5a527;font-size:22pt !important;}
.cc-contentBusinessSolutionsTitle {font-family:Verdana;color:#3279ad;font-size:22pt !important;}
.cc-contentMarketingIdeasTitle {font-family:Verdana;color:#e2522f;font-size:22pt !important;}
.cc-contentGoGreenTitle {font-family:Verdana;color:#32a645;font-size:22pt !important;}
.cc-contentFLOTitle {font-family:Verdana;color:#6f5f62;font-size:22pt !important;font-weight:normal !important;}

/* for content header text with black color (eg. - News content Header Text) */
.cc-contentHeader {
font-family:Verdana !important;
color:#000000 !important;
font-size:13pt !important;
}

/* for content gray body text */
.cc-contentText {
font-family:Verdana !important;
color:#333333 !important;
font-size:9pt !important;
}

.cc-contentTextMandatory {
font-family:Verdana !important;
font-size:9pt !important;
}


.cc-contentTextGray {
font-family:Verdana !important;
color:#666666 !important;
font-size:9pt !important;
}

/* style for gray text - bold */
.cc-contentTextBold {
font-family:Verdana !important;
color:#666666 !important;
font-size:9pt !important;
font-weight:bold !important;
text-decoration:none !important;
}

/* For R3 */

p, x:-moz-any-link, x:default {
margin-top:0px!important;
}

.cc-thumb120 img {
width:120px;
height:120px;
}

.cc-contentTextNormal{
font-family:Verdana !important;
color:#000000 !important;
font-size:8pt !important;
font-weight:normal !important;
}

.cc-floatLeft{
float:left;
}

.cc-floatRight{
float:right;
}

/* home page bottom web parts*/

.cc-width205{
width:205px !important;
}

.cc-customDIV{
width:205px;
float:left;
word-wrap: break-word;
}

.cc-wordWrap140{
width:140px;
float:left;
word-wrap: break-word;
}


/* Style for word-wrap */
.cc-wordWrap{
float:left;
/*word-wrap: break-word;
 word-break: break-all; */
word-wrap: break-word;
width:98% !important;
}


/* Start roundered Corner CSS for table-----*/
.cc-tdTLcorner{
width:6px;
height:6px;
background-image: url('/Style Library/Images/cocacola/top_left.gif');
background-repeat: no-repeat;
background-position: top left;
}

.cc-tdTRcorner{
width:6px;
height:6px;
background-image: url('/Style Library/Images/cocacola/top_right.gif');
background-repeat:no-repeat;
background-position:top right;
}

.cc-tdBRcorner{
width:6px;
height:6px;
background-image: url('/Style Library/Images/cocacola/bottom_right.gif');
background-repeat:no-repeat;
background-position:bottom right;
}
.cc-tdBLcorner{
width:6px;
height:6px;
background-image: url('/Style Library/Images/cocacola/bottom_left.gif');
background-repeat:no-repeat;
background-position:bottom left;
}


.cc-tdTopCenter{
background-image: url('/Style Library/Images/cocacola/top_center.gif');
background-repeat:repeat-x;
background-position:top;
}

.cc-tdRightCenter{
background-image: url('/Style Library/Images/cocacola/right_center.gif');
background-repeat:repeat-y;
background-position:center right;
}
.cc-tdBottomCenter{
background-image: url('/Style Library/Images/cocacola/bottom_center.gif');
background-repeat:repeat-x;
background-position:bottom;
}

.cc-tdLeftCenter{
background-image: url('/Style Library/Images/cocacola/left_center.gif');
background-repeat:repeat-y;
background-position:center left;
}  


/* style for webpart area gray number text */
.cc-rightNumbers{
float:left;
font-family:Arial;
color:#cccccc;
font-size:30pt !important;
font-weight:normal !important;
}

/* style for link - News Header Link */
a.cc-newsHeader{
font-family:Verdana !important;
color:#000000 !important;
font-size:13pt !important;
font-weight:normal !important;
text-decoration:none !important;
cursor:pointer;
}
a.cc-newsHeader:hover{
font-family:Verdana !important;
color:#000000 !important;
font-size:13pt !important;
font-weight:normal !important;
text-decoration:underline !important;
cursor:pointer;
}

/* style for link - search result top link */

.cc-paginationSelected{
font-family:Verdana;
color:#000000 !important;
font-size:8pt !important;
font-weight:bold !important;
text-decoration:none !important;
margin:0px 4px 0px 4px;
}

a.cc-contentSearchlink{
font-family:Verdana;
color:#666666 !important;
font-size:8pt !important;
font-weight:bold !important;
text-decoration:underline !important;
margin:0px 4px 0px 4px;
}
a.cc-contentSearchlink:hover{
font-family:Verdana;
color:#000000 !important;
font-size:8pt !important;
font-weight:bold !important;
text-decoration:none !important;
margin:0px 4px 0px 4px;
}
a.cc-contentSearchlink:active{
font-family:Verdana;
color:#000000 !important;
font-size:8pt !important;
font-weight:bold !important;
text-decoration:none !important;
margin:0px 4px 0px 4px;
}
.cc-pagination{
vertical-align:middle;
}
.cc-contentSearchSelected{
font-family:Verdana;
color:#000000 !important;
font-size:9pt;
font-weight:normal !important;
text-decoration:none !important;
}

/* style for link - Search Result word wrap */

.cc-searchResultWrap{
width:425px;
word-wrap: break-word;
float:left;
}

/* style for link - gray bold color text with underline */
a.cc-contentlinkGray{
font-family:Verdana!important;
color:#666666!important;
font-size:9pt;
font-weight:bold!important;
text-decoration:underline!important;
cursor:pointer!important;
}
a.cc-contentlinkGray:hover{
font-family:Verdana!important;
color:#666666!important;
font-size:9pt;
font-weight:bold!important;
text-decoration:underline!important;
cursor:pointer!important;
}


/* style for Help Webpart */

a.cc-tabHeaderSelected {
font-family:Verdana !important;
color:#666666 !important;
font-size:11pt !important;
font-weight:bold !important;
text-decoration:none !important;
}


a.cc-tabHeaderlink {
font-family:Verdana !important;
color:#118CDE !important;
font-size:11pt !important;
font-weight:bold !important;
text-decoration:none !important;
}

a.cc-tabHeaderlink:hover {
font-family:Verdana !important;
color:#118CDE !important;
font-size:11pt !important;
font-weight:bold !important;
text-decoration:none !important;
}

a.cc-tablink {
font-family:Verdana !important;
color:#666666 !important;
font-size:9pt !important;
text-decoration:none !important;
}
a.cc-tablink:active {
font-family:Verdana !important;
color:#666666 !important;
font-size:9pt !important;
font-weight:bold !important;
text-decoration:none !important;
}
 
a.cc-tablink:hover {
font-family:Verdana !important;
color:#666666 !important;
font-size:9pt !important;
font-weight:bold !important;
text-decoration:none !important;
}
 


/* bubble tooltip */
a.tt{
    position:relative;
   /* z-index:24; */
    text-decoration:none !important;
}
a.tt span{display: none;}
/*background:; ie hack, something must be changed in a for ie to execute it*/
/*a.tt:hover{ z-index:25;} */

a.tt:hover{ z-index:1;}

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:-190px;
	padding: 0 0 0 0;
	width:200px;
	color: #ffffff;
	font-family:Verdana;
	font-size:10pt;
	font-weight:normal!important;
	font-style:normal;
	text-decoration:none!important;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url('/Style Library/Images/cocacola/bubble.gif') no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url('/Style Library/Images/cocacola/bubble_filler.gif') repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url('/Style Library/Images/cocacola/bubble.gif') no-repeat bottom;
}

/* style for link - small gray color text with underline */
a.cc-contentlink{
font-family:Verdana;
color:#666666!important;
font-size:9pt;
text-decoration:none;
cursor:pointer!important;
}
a.cc-contentlink:hover{
font-family:Verdana;
color:#666666!important;
font-size:9pt;
text-decoration:underline;
cursor:pointer!important;
}

/* style for link - gray bold color text */
a.cc-contentlinkBold{
font-family:Verdana;
color:#666666!important;
font-size:9pt;
font-weight:bold!important;
text-decoration:none;
cursor:pointer;
}
a.cc-contentlinkBold:hover{
font-family:Verdana;
color:#666666!important;
font-size:9pt;
font-weight:bold!important;
text-decoration:underline;
cursor:pointer;
}

/* style for link with blue color (eg. - more news) */
a.cc-bluelink{
font-family:Verdana!important;
color:#118CDE!important;
font-size:9pt!important;
font-weight:bold!important;
text-decoration:none!important;
cursor:pointer!important;
}
a.cc-bluelink:hover {
font-family:Verdana!important;
color:#118CDE!important;
font-size:9pt!important;
font-weight:bold!important;
text-decoration:underline!important;
cursor:pointer!important;
}

/* style for footer container */
.cc-footer {
background-color:#252524;
height:97px;
}

/* style for footer text */
.cc-footerText{
font-size:8pt;
background:transparent;
font-family:Verdana;
color:#fdfdfd;
padding-bottom:10px;
}

/* style for footer link */
a.cc-footerLink {
font-family:Verdana !important;
color:#118CDE !important;
font-size:8pt !important;
font-weight:normal !important;
text-decoration:none !important;
}
a.cc-footerLink:hover {
font-family:Verdana !important;
color:#118CDE !important;
font-size:8pt !important;
font-weight:normal !important;
text-decoration:underline !important;
}

/* style for link - black bold color text */
a.cc-contentlinkBlack{
font-family:Verdana;
color:#000000!important;
font-size:9pt;
font-weight:bold!important;
text-decoration:none;
}
a.cc-contentlinkBlack:hover{
font-family:Verdana;
color:#000000;
font-size:9pt;
font-weight:bold;
text-decoration:underline;
}

.cc-inputField {
border:0px transparent solid;
font-family:Verdana;
color:#999999;
font-size:9pt;
height:18px !important;
}

.cc-newsletterInputField {
font-family:Verdana;
color:#999999;
font-size:9pt;
border:1px #e2e2e2 solid;
width : 180px; /* Resize Width */
height:22px;
}

.cc-newsletterInputFieldSmall {
font-family:Verdana;
color:#999999;
font-size:9pt;
border:1px #e2e2e2 solid;
width : 50px; /* Resize Width */
height:22px;
}

.cc-newsletterInputSelect {
font-family:Verdana;
color:#999999;
font-size:9pt;
border:1px #e2e2e2 solid;
width : 180px; /* Resize Width */
height:22px;
}

.cc-logoSelectBox {
font-family:Verdana;
color:#999999;
font-size:9pt;
border:1px #e2e2e2 solid;
width : 120px; /* Resize Width */
height:22px;
}

.cc-searchScopeBg {
background-image:url('../Images/cocacola/search_center_bg.jpg');
background-repeat:repeat-x;
background-position:center 45%;
height:23px !important;

/*added for searchscope alignment 2010 */
}

/* style for link - red color text with underline */
a.cc-contentlinkRed{
font-family:Verdana;
color:#F40000 !important;
font-size:9pt !important;
text-decoration:none;
cursor:pointer;
}
a.cc-contentlinkRed:hover{
font-family:Verdana;
color:#F40000 !important;
font-size:9pt !important;
text-decoration:underline;
cursor:pointer;
}


/* Edited from microsoft base CSS file */

.ms-bannerContainer{
padding-left:12px !important;
background-color:#fdfdfd;
background-image:url('../Images/cocacola/topNavigation_bg.gif');
background-repeat:repeat-x;
border:0px #ffffff solid;
}

.ms-bodyareaframe{
padding:20px 0px 20px 0px !important;
border:0px #ffffff solid;
background-color:#f7f7f7 !important;
}

.ms-globallinks{
font-size:9pt;
background:transparent;
font-family:Verdana;
color:#D7D5D5;
}
.ms-globallinks a{
color:#D7D5D5;
text-decoration:none;
font-family:Verdana;
text-decoration:none;
}
.ms-globallinks a:hover{
color:#D7D5D5;
text-decoration:none;
font-family:Verdana;
text-decoration:underline;
}

.ms-sblink a:visited{
color:#D7D5D5 !important;
font-family:Verdana;
font-size:8pt;
}
.ms-sblink a:link{
color:#D7D5D5 !important;
font-family:Verdana;
font-size:8pt;
}
.ms-sblink a:hover{
color:#D7D5D5 !important;
font-family:Verdana;
font-size:8pt;
text-decoration:underline;
}

.ms-consolemptablerow{
background-color:#fdfdfd !important;
}

#mpdmconsole{
background-color:#f7f7f7 !important;
}

/* style for Microsoft default dropdown menu */
.ms-MenuUIPopupBody, .ms-MenuUILarge{
background-color:#f7f7f7 !important;
COLOR: #118CDE !important;
border:1px #e2e2e2 solid;
}
.ms-MenuUIItemTableHover {
border:1px #f7f7f7 solid !important;
background-color:#f7f7f7 !important;
COLOR: #118CDE !important;
}
.ms-MenuUIItemTable{
COLOR: #118CDE !important;
}
.ms-MenuUI, .ms-MenuUILarge, .ms-MenuUIRtL, .ms-MenuUILargeRtL{
background-image:none !important;
}

.ms-pagebreadcrumb {
background-color:transparent!important;
padding-left:0px!important;
padding:1px 3px 3px 0px!important;
border:0px transparent solid;
font-family:Verdana;
color:#999999!important;
font-size:8pt!important;
font-weight:bold;
height:15px;
}
.ms-pagebreadcrumb a{
font-family:Verdana!important;
color:#118CDE!important;
font-size:8pt!important;
font-weight:bold!important;
background-color:transparent!important;
text-decoration:none;
white-space:nowrap!important;
}
.ms-pagebreadcrumb a:hover{
font-family:Verdana!important;
color:#118CDE!important;
font-size:8pt!important;
font-weight:bold!important;
background-color:transparent!important;
text-decoration:underline;
white-space:nowrap!important;
}

.cc-tdWidth
{
width:210px!important;
}

.cc-padL130{
	padding-left:130px;
}

.cc-width80{
	width:80px;
}
.cc-submitPad{
	
	padding-top:15px;
	padding-right:35px;
}


.cc-slcMultiLineInputField {
font-family:Verdana;
color:#999999;
font-size:9pt;
border:1px #e2e2e2 solid;
width : 180px; /* Resize Width */

}

/*-Calendar*/


.TESTcpYearNavigation,.TESTcpMonthNavigation{
background-color:#e2e2e2;
text-align:center;
vertical-align:center;
text-decoration:none;
color:#666666;
font-weight:bold;
}
.TESTcpDayColumnHeader,.TESTcpYearNavigation,.TESTcpMonthNavigation,.TESTcpCurrentMonthDate,.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDate,.TESTcpCurrentDateDisabled,.TESTcpTodayText,.TESTcpTodayTextDisabled,.TESTcpText{
font-family:arial;
font-size:8pt;
}
TD.TESTcpDayColumnHeader{
	text-align:right;
	border:solid thin #e2e2e2;
	border-width:0 0 1 0;
	}
.TESTcpCurrentMonthDate,.TESTcpOtherMonthDate,.TESTcpCurrentDate{
text-align:right;
text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDateDisabled{
color:#666666;
text-align:right;
text-decoration:line-through;
}
.TESTcpCurrentMonthDate	{
color:#e2e2e2;
font-weight:bold;
}
.TESTcpCurrentDate{
color: #333333;
font-weight:bold;
}
.TESTcpOtherMonthDate{
color:#808080;
}
TD.TESTcpCurrentDate{
color:#333333;
background-color: #e2e2e2;
border-width:1;
border:solid thin #000000;
}
TD.TESTcpCurrentDateDisabled{
border-width:1;
border:solid thin #FFAAAA;
}
TD.TESTcpTodayText,TD.TESTcpTodayTextDisabled{
border:solid thin #e2e2e2;
border-width:1 0 0 0;
display:none;
}
A.TESTcpTodayText,SPAN.TESTcpTodayTextDisabled{
height:20px;
}
A.TESTcpTodayText{
color:#e2e2e2;
font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled{
color:#66666;
}
.TESTcpBorder{
border:solid thin #999999;
}

.cc-padL160{
	padding-left:160px;
}


/* Start Scope Drop Down*/

.cc-selectbox{
	font-family:Verdana;
    color:#999999;
	font-size:9pt;
}

/*down styles*/
div.dropDownSearchBox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  text-align:left;
  overflow:auto;
  
/*added for searchscope dropdown alignment 2010 */
  /*
  top:65px;
  left:705px;
  */
  }

/*down list styles*/
div.dropDownSearchBox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.dropDownSearchBox-wrapper ul li.selected { 
  background-color: #f7f7f7;
}

/* Hover state for dropdown list */
div.dropDownSearchBox-wrapper ul li.current { 
  background-color: #f7f7f7;
}

/* down list items style*/
div.dropDownSearchBox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0px 0px 0px 5px;
  padding:5px;
  font-size:9pt;
  font-family:Verdana;
  cursor:pointer;
  color:#999999;
  height:18px;
}

/* Look and feel of select box */
.dropDownSearchBox{
  background-position: 0% 45%;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 0px 10px;
	font-family:Verdana;
  	font-size:9pt;/* Resize Font*/
  	width : 205px; /* Resize Width */
  	display : block;
  	text-align:left; 
  	height:23px;
  	cursor: pointer;
  	border:0px solid transparent;
  	color:#999999;
  
  /*added for searchscope alignment 2010 */
  	background-color: transparent;
	background-image: url('../Images/cocacola/search_bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/* END Scope Drop Down*/



/* start edited CSS for sharepoint 2010 */

.s4-trc-container-menu{
display:none!important;
}

/* end edited CSS for sharepoint 2010 */

.cc-searchScopeBg{
background-position:0% 0%\0/ !important; /* IE 8 */
} 

@media screen and (-webkit-min-device-pixel-ratio:0) {
.cc-searchScopeBg{background-position:0% 0%; /* safari */}
}

.dropDownSearchBox{
background-position:0% 0%\0/ !important; /* IE 8 */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.dropDownSearchBox{background-position:0% 0%; /* safari */}
}

html>/**/body .dropDownSearchBox {
padding-top:2px;
}

/* Edited from Microsoft base CSS file for safari browser */
.ms-bodyareacell{
background-color:#f7f7f7 !important;
}

.loadingBg{
left:0%;
left:0%\0/ !important; /* for IE 8 */
top:0%;
top:0%\0/ !important;/* for IE 8 */
position:absolute;
background:#FFF;
opacity:0.80;
filter:alpha(opacity = 80);
width:500px; 
height:650px; 
overflow:hidden!important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.loadingBg{left:0%!important;top:0%!important;}
}

html>/**/body .loadingBg{
left: 25.7%;
top:24.7%;
}

.loading{
left:25%;
top:25%;
position:absolute;
left:25%\0/ !important; /* for IE 8 */
top:25%\0/ !important;/* for IE 8 */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.loading{left:25%!important;top:25%!important;}
}

html>/**/body .loading{
left: 42%;
top:64%;
}

/* Start CSS Class for SP-2010 page height issue */

html>/**/body #s4-bodyContainer{height:100%;min-height:100%;}
#s4-bodyContainer {min-height:100% !important;height:100% !important;}

table.ms-nav td{vertical-align:top;}

.ms-main{
background-color:#f7f7f7\0/ !important;
}

/* End CSS Class for SP-2010 page height issue */

.CCRRC-width-IE{
width:97%\0/ !important;/* for IE8 */
}

a[disabled]{font-family:Verdana!important;font-size:9pt!important;font-weight:bold!important;text-decoration:none!important;color:#aca8af!important;}
a[disabled]:hover{font-family:Verdana!important;font-size:9pt!important;font-weight:bold!important;text-decoration:none!important;color:#aca8af!important;}

.cc-disableLink {
font-family:Verdana!important;font-size:9pt!important;font-weight:bold!important;color:#aca8af!important;text-decoration:none;
}
.tblProductLogo a.cc-ProductLogoLink{
font-family:Verdana!important;
color:#118CDE!important;
font-size:9pt!important;
font-weight:bold!important;
text-decoration:none!important;
cursor:pointer!important;
}
.tblProductLogo a.cc-ProductLogoLink:hover {
font-family:Verdana!important;
color:#118CDE!important;
font-size:9pt!important;
font-weight:bold!important;
text-decoration:underline!important;
cursor:pointer!important;
}

.tblProductLogo a[disabled]{
font-family:Verdana!important;
font-size:9pt!important;
font-weight:bold!important;
text-decoration:none!important;
color:#aca8af!important;
cursor:default!important;
}

.tblProductLogo a[disabled]:hover{
font-family:Verdana!important;
font-size:9pt!important;
font-weight:bold!important;
text-decoration:none!important;
color:#aca8af!important;
cursor:default!important;
}

/************** R3 Enhancements****************/ 
/* for Spinner image---*/
.loading{height: 100%;position: fixed;z-index:9999;top: 0;width: 100px;left:50%;top:50%;}  
 /* hidden bg with % */ 			 
.loadingBg {position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 99;background-color: white;filter: alpha(opacity=50);opacity: 0.5;}

/* perPageDropDownBox  */
/*down styles*/
div.perPageDropDownBox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin-top:-5px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*down list styles*/
div.perPageDropDownBox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.perPageDropDownBox-wrapper ul li.selected { 
  background-color: #f7f7f7;
}

/* Hover state for dropdown list */
div.perPageDropDownBox-wrapper ul li.current { 
  background-color: #f7f7f7;
}

/* down list items style*/
div.perPageDropDownBox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0px 0px 0px 5px;
  padding:5px;
  font-size:9pt;
  font-family:Verdana;
  cursor:pointer;
  color:#999999;
}

/* Look and feel of select box */
.perPageDropDownBox{
  margin: 4px 5px 5px 0px;
  padding:4px 0px 0px 3px;
  font-family:Verdana;
  font-size:8pt;/* Resize Font*/
  width : 57px; /* Resize Width */
  display : block;
  text-align:left; 
  background: url('../Images/cocacola/roundedPerPage.gif') no-repeat; 
  height:21px;
  cursor: pointer;
  border:0px solid transparent;
  color:#999999;
  font-weight:bold!important;
}

/* Style added for SP-2010 drop down menu */
.paginationDropDownBox{
  font-family:Verdana;
  font-size:8pt;/* Resize Font*/
  color:#999999;
}

/* Search Results Per Page  */
span.cc-contentlinkBlack{
	font-family:Verdana;
	color:#000000!important;
	font-size:9pt;
	font-weight:bold!important;
	text-decoration:none;
	font-weight:bold!important;
	padding-right:5px;
}
/*Search Border*/
.cc-borderMDWN{
font-family:Verdana !important;
color:#cccccc !important;
font-size:9pt !important;
}

/* perPageDropDownBox  */
/*down styles*/
div.perPageDropDownBox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin-top:-5px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*down list styles*/
div.perPageDropDownBox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.perPageDropDownBox-wrapper ul li.selected { 
  background-color: #f7f7f7;
}

/* Hover state for dropdown list */
div.perPageDropDownBox-wrapper ul li.current { 
  background-color: #f7f7f7;
}

/* down list items style*/
div.perPageDropDownBox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0px 0px 0px 5px;
  padding:5px;
  font-size:9pt;
  font-family:Verdana;
  cursor:pointer;
  color:#999999;
}

/* Look and feel of select box */
.perPageDropDownBox{
  margin: 4px 5px 5px 0px;
  padding:4px 0px 0px 3px;
  font-family:Verdana;
  font-size:8pt;/* Resize Font*/
  width : 57px; /* Resize Width */
  display : block;
  text-align:left; 
  background: url('../Images/cocacola/roundedPerPage.gif') no-repeat; 
  height:21px;
  cursor: pointer;
  border:0px solid transparent;
  color:#999999;
  font-weight:bold!important;
}

/* Style added for SP-2010 drop down menu */
.paginationDropDownBox{
  font-family:Verdana;
  font-size:8pt;/* Resize Font*/
  color:#999999;
}




/*Added for ManageT1T2 Header */
.cc-contentTrainingTitle {
FONT-FAMILY: Verdana; COLOR: #000000; FONT-SIZE: 22pt !important; FONT-WEIGHT: normal !important
}
table th.cc-headerBGTraining{
display:block\0/;
background-color:#cccccc!important;
}

/*for hyperlink in ManageT1T2*/
a.cc-bluelink{
font-family:Verdana;
color:#118CDE!important;
font-size:9pt;
font-weight:bold!important;
text-decoration:none;
}
a.cc-bluelink:hover {
font-family:Verdana;
color:#118CDE;
font-size:9pt;
font-weight:bold;
text-decoration:underline;
}

/* added for webpart topline image */
.cc-lineImgCenter{
background-image:url('/Style%20Library/Images/cocacola/lineimg_center.gif');
background-repeat:repeat-x;
background-position:center;
background-position:center 70%\0/ !important; /* IE 8 */
}

