#content {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 17px;
	color: #665c53;
}
#content .cTop {
	/*margin-top: 15px;*/
}
#content .cMain {
	margin-top: 15px;
}
#content .lCol {
	float: left;
	width: 180px;
}
#content .rCol {
		width: 650px;
}
#content .mCol {
	float: left;
	width: 510px;
	min-height: 350px;
	padding: 25px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/r_background_middle.gif) top center no-repeat;
}
#content .rColSmall {
	float: right;
	width: 190px;
	min-height: 100px;
	padding: 25px 0 25px 10px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/r_background_side.gif) top center no-repeat;
	
}
#content .cTop .lCol {
	width: 190px;
	/*height: 115px;*/
	padding: 50px 10px 0 0;
	text-align: right;
}
/*#content .cTop .lCol img {
	margin: 25% 10px 0 0;
}*/
#content .copy {
	width: 668px;
	padding: 0 0 0 0;
	min-height: 350px;
	/*background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/r_background.gif) top center no-repeat;*/
}
#content .btns {
	float: right;
}
.clear { clear: both; }

/* Padding */
.pdLt { padding-left: 10px; }
.pdRt { padding-right: 20px; }
.pdTop { padding-top: 10px; }

/* Overrides */
#content a:link, #content a:visited {
	color: #ea8300;
}
#content a:hover {
	text-decoration: none;
	color: #007f64;
}
#content img {
	border: none;
}
#content h1 {
	color: #303030;
}
/* KH Added 11/12/10 */
#content h1.green {
	color: #007f64;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
/* KH Added 11/12/10 */
#content .bdrBottom {
	border-bottom: 1px solid #dfdfdf;
}
/* KH Added 11/12/10 */
#content .legend {
	margin: 30px 0 15px 0;
	padding: 15px 30px;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
#content h2 {
	font-size: 18px;
	line-height: 22px;
	color: #665c53;
	font-weight: normal;
}
#content h4 {
	color: #303030;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#content hr {
	border: 1px solid #d8d9cf;
	padding: 0px;
	margin: 0px;
}
#content p {
	margin: 15px 0;
}
#content a.launch {
	display: block;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/launch.gif) left center no-repeat;
	padding: 5px 0 5px 30px;
}

/* Tab */
#content table.tabs {
	width: 668px;
	margin: 0 0 10px 0;
	padding: 0px;
	clear: both;
}
#content table.tabs td {
}
#content table.tabs td a {
	display: block;
	height: 25px;
	padding: 9px 0;
	text-align: center;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/tab.gif) top left repeat-x;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}
#content table.tabs td.lEnd a {
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-o-border-radius: 0 0 2px 2px;
}
#content table.tabs td.rEnd a {
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-o-border-top-right-radius: 2px;
	-o-border-bottom-right-radius: 2px;
}
/* KH: 5-9 */
#content table.tabs td a:hover {
	color: #ea8300;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/tab_hover.gif) top left repeat-x;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}
#content table.tabs td.active a {
	color: #fff;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/tab_active.gif) top left repeat-x;
	text-shadow: none;
}

/* Side Navigation */
ul#sidenav {
	width: 185px;
	height: 331px;
	padding: 20px 0 0 0;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/l_background.gif) top left no-repeat;
}
ul#sidenav li.title {
	padding: 4px 0 4px 15px;
	color: #007f64;
	font-weight: bold;
	background: none;
}
ul#sidenav li {
	padding: 4px 0 4px 25px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/arrow.gif) center left no-repeat;
}
ul#sidenav li ul li {
	padding: 2px 0 2px 5px;
	background: none;
}
ul#sidenav li.active {
	font-weight: bold;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/l_highlight.gif) top left no-repeat;
}
ul#sidenav li a {
	display: block;
	color: #000;
	text-decoration: none;
}
ul#sidenav li.active a {
	margin-bottom: 4px;
}
ul#sidenav li ul {
	margin-left: 10px;
}
ul#sidenav li ul li a {
	text-decoration: underline;
	font-weight: normal;
}
ul#sidenav li.callouts {
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/l_rule.gif) top left no-repeat;
}
ul#sidenav li.callouts a {
	display: block;
	color: #ea8300;
	text-decoration: underline;
	margin: 2px 0;
}

/* Testimonial */
.testimonial {
	width: 155px;
	height: 188px;
	padding: 50px 15px 0 15px;
	font-size: 11px;
	line-height: 12px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/testimonial_bg.jpg) top left no-repeat;
}

/* Accordion */
#content dl#accordion {
	
}
#content dl#accordion dt {
	background-color: #eee;
	padding: 8px 0px 8px 10px;
}
#content dl#accordion dt span {
	display: block;
	padding-left: 18px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/accordion_btns.gif) 0px 2px no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: #ea8300;
}
#content dl#accordion dd {
	padding: 0 20px;
	border-bottom: 1px solid #d8d9cf;
	margin-bottom: 10px;
	overflow: hidden;
}
#content dl#accordion dd.closed {
	overflow: hidden;
	height: 0px;
}
#content dl#accordion dt.closed span {
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/accordion_btns.gif) 0px 2px no-repeat;
}
#content dl#accordion dd.opened {
	height: auto;
}
#content dl#accordion dt.opened span {
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/accordion_btns.gif) 0px -14px no-repeat;
}
#content dl#accordion dd ul {
	margin: 0 0 10px 5px;
	padding-left: 10px;
}
#content dl#accordion dd ul li {
	list-style: disc;
	margin-left: 10px;
}
#content dl#accordion dd .close {
	display: block;
	margin-bottom: 10px;
	clear: both;
	color: #ea8300;
	cursor: pointer;
}
#content .rCol .lCol {
	float: left;
	width: 400px;
	padding-right: 25px;
}
#content .rCol .rCol {
	float: right;
	border-left: 1px solid #d8dad0;
	margin-top: 15px;
	padding-left: 25px;
	width: 175px;
}

/* Quote */
#content .quote {
	width: 668px;
	height: 104px;
	padding: 25px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/quote_bg.gif) top center no-repeat;
	font-style: normal;
	font-size: 12px;
	margin-left: -25px;
	position: relative;
}
*html #content .quote { width: 685px; }

/* KH Added 11/12/10 */
#content .quote_gray {
	width: 645px;
	height: 119px;
	padding: 25px 45px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/testimonial_gray_bg.jpg) top center no-repeat;
	font-style: normal;
	font-size: 12px;
	margin-top: 25px;
	margin-left: -25px;
	position: relative;
}
/* KH Added 11/12/10 */
#content .quote_gray p {
	margin: 10px 0;
}
/* KH Added 11/12/10 */
#content .overview_img {
	margin-right: 20px;
}

/* Tab Interface */
#tabInterface {
	width: 100%;
	margin-top: 20px;
}
#tabInterface table.tabs {
	width: 710px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#tabInterface table.tabs td {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#tabInterface table.tabs td a {
	display: block;
	height: 25px;
	padding: 4px 10px 4px 20px;
	font-weight: bold;
	text-align: left;
	color: #303030;
	text-decoration: none;
	background: #afafaf url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/tab.gif) top left repeat-x;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}
#tabInterface table.tabs td.lEnd a {
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0 0 0 0;
}
#tabInterface table.tabs td.rEnd {
	border: none;
}
#tabInterface table.tabs td.rEnd a {
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0 0 0 0;
}
#tabInterface table.tabs td.active a {
	color: #fff;
	background: #999 url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/tab_active.gif) top left repeat-x;
	text-shadow: none;
	font-weight: normal;
}
#tabInterface table.tabs td.active {
	border-bottom: 1px solid #999;
}
#tabInterface .tabBody {
	border: 1px solid #999;
	border-top: 4px solid #999;
	padding: 20px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-o-border-bottom-right-radius: 4px;
}
#tabInterface .tabArrows {
	clear: both;
	text-align: right;
	color: #665c53;
}
#tabInterface .tabArrows .prev {
	color: #665c53;
}
#tabInterface .tabArrows .next {
	
}

/* White Papers */
.documents {
	width: 100%;
	border-top: 1px solid #d8d9cf;
}
.documents td {
	padding: 0 0 10px;
}
.documents .doc {
	width: 80px;
}
.documents .docLink {
	width: 200px;
}

/* Two Column Table */
table.twoCol {
	border-top: 1px solid #d8d9cf;
}
table.twoCol td {
	width: 50%;
	vertical-align: top;
}
table.twoCol .brdBottom {
	border-bottom: 1px solid #d8d9cf;
}

/* Bullet List */
#content ul.bulletList {
	margin: 0 0 10px 5px;
	padding-left: 10px;
}
#content ul.bulletList li {
	list-style: disc;
	margin-left: 10px;
}

/* Partner */
.partnerTitle {
	border-left: 1px solid #d8dad0;
	padding-left: 10px;
	margin-left: 10px;
}

/* Home */
#content .homeTop .lCol {
	width: 700px;
	float: left;
}
#content .homeTop .lCol table.tabs {
	width: 700px;
	margin-top: 15px;
}
#content .homeTop .rCol {
	width: 250px; /* KH: 5-9 */
	min-height: 330px; /* KH: 5-9 */
	float: right;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/l_background.gif) top left no-repeat;
	/* KH: 5-9 */
	font-size: 12px;
	line-height: 14px;
}
#content .homeTop .rCol p {
	margin: 10px 50px 0px 20px; /* KH: 5-9 */
}
#content .homeMiddle {
	clear: both;
	/* KH: 5-9 */
	margin-bottom: 25px;
}
#content .homeMiddle .module {
	float: left;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/home_round_bg.gif) top left no-repeat;
	width: 219px;
	height: 278px;
	padding: 5px;
	margin: 3px;
}
#content .homeMiddle .module h2 {
	font-weight: bold;
	font-size: 12px;
	color: #303030;
	margin: 10px 10px 5px 10px;
}
#content .homeMiddle .module p {
	font-size: 11px;
	line-height: 14px;
	margin: 10px;
}
#content .homeMiddle .module p .lCol, #content .homeMiddle .module p .rCol {
	width: 50%;
	padding: 0px;
	margin: 0px;
}
#content .homeMiddle .module p .lCol span, #content .homeMiddle .module p .rCol span {
	display: block;
}
/* KH: 5-9-10 */
#content a.arrow {
	padding-left: 8px;
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/page/orange_arrow.gif) center left no-repeat;
	font-size: 11px;
}
#content .homeBottom {
	clear: both;
}
#content .homeBottom .spotlightTitle {
	margin: 10px 0 0 25px;
}
#content .homeBottom .spotlight {
	width: 960px;
	padding: 10px 0px 25px 0px;
	margin: 0px 0 0 -18px;
}
#content .homeBottom .spotlight img {
	margin-right: 5px;
}
#content .homeBottom .spotlight img.leftArrow {
	position: relative;
	top: -34px;
	left: 18px;
	margin: 0px;
	padding: 0px;
}
#content .homeBottom .spotlight img.rightArrow {
	position: relative;
	top: -75px;
	right: -8px;
	margin: 0px;
	padding: 0px;
	float: right;
}
/* KH: 5-9 */
#spotlight {
	background: transparent url(/~/media/Category/CRM/SalesLogix/Assets/Images/home/feature_bg.gif) top left no-repeat;
	width: 186px;
	height: 100px;
	padding-top: 10px;
	margin: 10px 50px 0px 20px;
	text-align: center;
}
.footnote {
	font-size: 10px;
	line-height: 12px;
}
ul.navigation table, tr, td {
    border-collapse: collapse;
    margin: 0;
    padding: 1px;
}

/* Remove Gray Content Container Line */
#wide_content {background: none !important;}