﻿/* SCOTTS WEBPARTS */
.rlContainer,
.silContainer {
	background-image:url('/_layouts/images/b2b/lines-content-h.png');
	background-repeat:repeat-x;
	background-position:50% top;
	padding-top:15px;
	margin-top:15px;
}

.rlTitle
.silTitle {
	font-size:14px !important;
	color:#A4050F !important;
}

.rlItem,
.silItem {
	list-style:none;
	background-image:url('/_layouts/images/b2b/bullet.jpg');
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 10px 10px;
}
/* SHARONS CASE STUDY LIST  */
.cslContainer
{
				
	width:100%;
	border:0;
}
.cslHeaderRow {
				
	background:#a2d0ee;
	font-size:14px !important;
	margin-bottom:2px;
	outline:white solid medium;

}
.cslHeader {
				
	background:#a2d0ee;
	font-size:14px !important;
	font-weight:bold;
	letter-spacing:1pt;

}

.cslSummaryTitle {
	display:none;
}

.cslSummaryLabel {
	font-weight:bold;
	color:#666666 !important;
	font-size:12px !important;
	width:20%;
}
.cslSummaryData {
				
	font-size:12px !important;
}
.cslSummaryDataLink {
				
	font-size:12px !important;
	color:#5e82ab !important;
	font-weight:bold;
}

.cslDataBold {
				
	font-weight:bolder;
	font-size:12px !important;
}
/* SCOTT'S CASE STUDY */

#b2btext h3 span {
	font-size:18px !important;
	line-height:1.5;
	height:auto;
	overflow:visible;
	text-transform:none;
	color:#a4050f !important;
}

.uirSummaryTitle {
	display:none;
}

.uirSummaryLabel {
	font-weight:bold;
	color:#666666 !important;
	font-size:14px !important;
	width:20%;
}
.uirSummaryData {
				
	font-size:14px !important;
}

.uirSummary {
	padding-top:30px;
}

.uirSummary div {
	border-top:1px solid #a4050f;
	padding-top:30px;
}

.uirSummary div div {
	border:0px;
	padding-top:0px;
}

.uirSummary ul {
	padding:5px 0px 15px 30px;
}

.uirSummary li {
	list-style-type:none;
	list-style-position:outside;
	background-image:url('/_layouts/images/b2b/bullet.jpg');
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 15px;
}

/* ----------------------------- */
/* DANIEL EDITS 16FEB2010 */
/* BULLETS ON INFORMATION REQUEST */
/* JQUERY TO REPLACE BULLET/PERIOD */
.uirSummary p.MsoNoSpacing span span {
	border:0px solid white;
	background-image:url('/_layouts/images/b2b/bullet.jpg');
	background-repeat:no-repeat;
	background-position:0px -1px;
	padding-right:5px;
}
.uirSummary p.MsoNoSpacing span span span {
	border:0px solid white;
	background-image:none; 
}
/* ----------------------------- */
/* CASE STUDY COLOR BACKGROUND LIST */

.cslContainer tr {
	outline:none !important;
}

/* ----------------------------- */
/* DANIEL EDITS 17FEB2010 */
/* SYSTEM DROPDOWN MENUS FOR SAFARI/CHROME */
.ms-MenuUIPopupBody {
	z-index:9999;
	/* border:1px solid green !important; */
}

/* RIGHT TITLE COLOR FOR SAFARI/CHROME */
#links h3 span {
	color:#4c4c4c !important;
}
