/* trigger button */
#download_now {
	background:transparent url(/img/home/download.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#download_now:hover {
	background-position:0 -144px ;		
}

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(assets/images/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

/* trigger button */
#download_now {
	background:transparent url(/img/home/download.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}
/* mouseover state */
#download_now:hover {
	background-position:0 -144px;
}
/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}
/* tooltip styling */
.tooltip {
	display:none;
	background:url(assets/images/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}
.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

/* NEW Services classes for partner list*/


.prm_strategy, .prm_mailprep, .prm_datam, .prm_print, .prm_responsem {
	text-align:left;
	font-weight:bold;
	padding-left: 30px;
	line-height: 25px;
}

.prm_strategy {background:url('../../../app/partnership/images/Strategy-Services_25px.gif') center left no-repeat;}
.prm_mailprep {background:url('../../../app/partnership/images/Mail-Preparation-Services_25px.gif') center left no-repeat;}
.prm_datam {background:url('../../../app/partnership/images/Data-Management-Services_25px.gif') center left no-repeat;}
.prm_print {background:url('../../../app/partnership/images/Print-Services_25px.gif') center left no-repeat;}
.prm_responsem {background:url('../../../app/partnership/images/Response-Management-Services_25px.gif') center left no-repeat;}

/* eLearning flash movie - Become a partner, for Chrome browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	object#elearning-movie {
	  position: relative;
	  left: -60px;
	  width: 1058px;
	  height: 717px;
	  overflow: hidden;
	}

	#dashboardTabs h1 {
	  padding-left: 16px;
	  line-height: 40px;
	  color: #fff;
	  background: #3C4B66 url(../../assets/images/structure/tabs_bg.gif) repeat-x left top;
	  width: 960px;
	  margin-left: -10px;
	}

	.toolBorder {
	  border: 1px solid #ffffff;
	  border-bottom: 0px solid #ffffff;
	}
}