/*	
Title:		Rovi B2B Stylesheet
Author:		David Tang / Rovi Corporation
comments:	added back missing reddot smartedit style
Updated:	10.10.11
Updated:	11.29.11
Updated:	12.19.11, 3:13pm
Updated:	12.28.11, 4:38pm by CS
Updated:	1.04.12, by ces
Updated:	01.07.12, 6:20am by CS
Updated:	02.24.12, 10:32am by CS
*/





/*Wrapper styles ==============================================================================================*/


* {
	margin: 0;
	padding: 0;
}
* body {
	font-size: x-small; /* For IE5/Win */
	f\ont-size: small; /* For other IE versions */
}
body {
	font: small/1.2em Arial, Helvetica, sans-serif;
	color: #474646;
	margin: 0;
	padding: 0;
	background: #000;
}


*:focus {outline: none;} /*Globally removes border in Chrome for active fields*/


img {
	border: none;
}
a {
  color:#4a1534;
	text-decoration: underline;
	outline: none;
}
a:hover {
  color:#ec9622;
	text-decoration: underline;
}
a:active {
	outline: none;
}
#container {
}



#header {
	background: #000 url('/webdocuments/global/hdr-bg.gif') bottom left repeat-x;
	border-bottom: 1px solid #d40028;
}
#home #header{
	border-bottom: 1px solid #000;
}

#header-container {
	margin:0 auto;
	width: 960px;
	padding: 15px 0 10px 0;
}
#header-container #logo {
	float: left;
}
#header-container #menu {
	float: left;
	padding: 18px 0 0 30px;
}
#nav {
	float: left;
	width: 650px; /*Width of Menu Items */
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/* Cause grey bar on top right hand corner in firefox
	border-bottom: 1px solid #ccc;
	*/
	text-align: left;
}
#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 106%;
}
#nav a.expand {
}
#nav a.top {
	font-size: 116%;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li a.top {
	padding:10px 10px 10px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	min-height: 14px;
	margin-right: 4px;
}
#nav li a.selected {
	padding:10px;
	display:block;
	background: #3f3f3f;
	font-size: 116%;
	margin-right: 4px;		
}


/* submenu definition */
	#nav li ul {
		position: absolute;
		left: -999em;
		font-weight: normal;
		width: 200px;
		z-index: 100;
		border: 1px solid #3f3f3f;
		background: #272727;
		margin-left: 0; /*set margin of top nav*/
		padding: 0/* remove padding 5px 0 5px 0*/;
	}
/* end submenu definition */

#nav li li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	display: block;
	float: none;
	padding: 0;
	width: 200px;
	font-size:90%;
}
#nav li ul a {
	color: #b1b1b1;
	text-decoration: none;
	display: block;
	background: #272727;  /* IE6 Bug */
	padding: 6px 0 6px 10px;
	width: 190px;
}
/* end drop down styles */

#nav li ul ul.nav-expand {
	/* margin: 2px 0 0 200px; for top align menu */
	margin: -28px 0 0 200px;
	width: 200px;
	cursor: pointer;
}
#nav li ul ul.nav-expand h4 {
	padding: 5px 0 10px 10px;
	width: 340px;
}
#nav li ul ul ul {
	float: left;
	position: relative;
	width: 350px;
	z-index: 100;
	border: none;
	background: #272727;
	padding-bottom: 15px;
}
#nav li ul ul ul li {
	float: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	display: block;
	float: none;
	padding: 0;
	width: 200px;
}
#nav li ul ul ul li a {
	color: #b1b1b1;
	text-decoration: none;
	display: block;
	background: #272727;  /* IE6 Bug */
	padding: 5px 0 5px 10px;
	width: 340px;
}
#nav li:hover ul ul, #nav li.over ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {
	left: auto;
}
#nav li:hover ul ul ul, #nav li.over ul ul ul {
	left: 0;
}
#nav li li li:hover ul, #nav li li li.over ul {
	left: 0;
}
#nav li:hover, #nav li.over {
}
#nav li:hover a.top, #nav li.over a.top {
	color: #f8b55b;
	background: #3f3f3f;
}
#nav li li:hover a.expand, #nav li li.over a.expand {
	color: #fff;
	text-decoration: none;
	background: #373636;
}
#nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #373636;
}
#nav li:hover ul, #nav li.over ul {
	left: auto;
	color: #f8b55b;
}
#nav ul ul {
	left: 181px;
	/* top: -3px;  align sub menus top */
}

#nav li.nav-products:hover, #nav li.nav-support:hover, #nav li.nav-solutions:hover, #nav li.nav-licensing-certification:hover, #nav li.over, #nav li.company:hover {
	background-position: left -80px;
}
/* begin hover styles */







/*Search styles*/
#header-container #search {
	float: right;
}


#search {
	padding: 26px 0 0 0;
}
#search input, #search textarea {
   -webkit-appearance: none;
 }


#search .nav-search {
	float: left;
	background: #262626; /*url('/webdocuments/home/search-icon.png') right no-repeat; /*f4f4f4*/
	width: 130px;
	height: 20px;
	color: #959595;
	padding-left: 5px;
	border:1px solid #474747;
}
/*#search .nav-search:hover {
	background: #fff;
	color: #555;
}*/

#search .nav-search:focus {
 outline:none;
        border: 1px solid #464545;
        background:#464545;  /*url('/webdocuments/home/search-icon.png') right no-repeat;*/
        color:#fff;
}

#search .btn-search {
	float: left;
	background: url('/webdocuments/global/search-btn.gif') no-repeat top left;	
	width: 25px;
	height: 22px;
	margin: 0 0 0 0;
}
#search .btn-search:hover {

}
#content {
	min-height: 470px;
	height: auto !important;
	height: 470px;
}



/*Footer Styles*/
	
	#footer {
		background: #000 url('/webdocuments/global/ftr-bg.gif') top left repeat-x;
		font-size: 93%;
    		line-height: 1.18182em;
    		color:#555;
	}
	#footer a {
		color: #555 /*#959595 /*#808080*/;
		text-decoration: none;
	}
	#footer ul {
		list-style: none;
	}
	#footer li {
		padding: 3px 0 3px 0;
	}
	#footer a:hover {
		color: #787777 /*#ccc*/;
	}
	#footer-container {
		margin:0 auto;
		width: 940px;
		padding: 30px 0 20px 20px;
	}
	#footer-links {
		color: #555 /*#959595*/;
		padding: 0 0 10px 0;
		margin-bottom:0;
	}
	#footer-links h4 {
		padding: 0 0 8px 0;
		color: #777 /*#787777 /*#474646*/;
		font-size:100%;
	}
	
	
	
		#footer-links #footer-about {
			float: left;
			width: 350px;
			padding-right: 45px;
		}
		
		#footer-links #footer-about a:link{
			text-decoration:none;
		}
		#footer-links #footer-about p{
			line-height:170%;
		
			
		}	
		
		#footer-links #footer-products {
			float: left;
			display:inline-block;
			margin-right: 45px;
		}
		#footer-links #footer-solutions {
			float: left;
			display:inline-block;
			margin-right: 45px;
		}
		#footer-links #footer-company {
			float: left;
			display:inline-block;
			margin-right: 45px;
		}
		#footer-links #footer-stay-connected {
			float: left;
						display:inline-block;
			/*width: 240px;*/
		}
		
		
	/*Footer Social Links*/	
		#footer-stay-connected .ftr-facebook a {
			display: block;
			background: url('/webdocuments/global/social-icons.jpg') 0 -89px no-repeat; /*icon-ftr-facebook.gif*/
			padding: 2px 0 2px 20px;
		}
		#footer-stay-connected .ftr-youtube a {
			display: block;
			background: url('/webdocuments/global/social-icons.jpg') 0 -112px no-repeat; /*icon-ftr-youtube.gif*/
			padding: 2px 0 2px 20px;
		}
		#footer-stay-connected .ftr-twitter a {
			display: block;
			background: url('/webdocuments/global/social-icons.jpg') 0 -135px no-repeat; /*icon-ftr-twitter.gif*/
			padding: 2px 0 2px 20px;
		}
		#footer-stay-connected .ftr-rss a {
			display: block;
			background: url('/webdocuments/global/social-icons.jpg') 0 -158px no-repeat; /*icon-ftr-rss.gif*/
			padding: 2px 0 2px 20px;
		}
		#footer-stay-connected .ftr-facebook a:hover { background-position: 0 3px; }		
		#footer-stay-connected .ftr-youtube a:hover {	background-position: 0 -20px; }	
		#footer-stay-connected .ftr-twitter a:hover { background-position: 0 -43px; }
		#footer-stay-connected .ftr-rss a:hover { background-position: 0 -66px; }
				
	/*END Footer Social Links*/



	/*Footer Feat sites*/
		#footer-sites{
		float:left;
		width:650px;
		padding:10px 0 20px 0;
		background: #000 url('/webdocuments/global/footer-top-border.jpg') top left no-repeat;
		}
		#footer-sites h4{
		margin-bottom:10px;	
		font-size:100%;
		}
		#footer-sites p{
		margin-bottom:8px;
		}
		#footer-sites ul li{
			float:left;
			margin-right:20px;
			font-size:130%;
			font-family: Century Gothic;
			font-weight:bold;	
		}
		
	#footer-text {
		clear:both;
		font-size:90%;		
		padding:10px 0 0 0;
		height: auto !important;
		border-top: 1px solid #141414 ;
	}
	#footer-text p {
		float: left;

		padding: 5 15px 0 0;
	}
	#footer-text ul {
		float: right;
		padding: 0;
	}
	#footer-text ul li {
		float: left;
		padding: 0 14px;
		border-left: 1px solid #141414;
		
	}
	
	#locales {
		float:right;
		background: url('/webdocuments/global/ftr-map.gif') no-repeat;
		background-position: 0 15px;
		padding: 22px 58px 0 90px;
		/*min-height: 61px;
		height: auto !important;*/
		height: 31px;
	}
/*	#locales:hover {
		background: url('/images/b2b/ftr-map.gif') no-repeat;
		background-position: 0 -70px;
	}
*/

#locales-selector, #locales-selector ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
#locales-selector li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */

}
#locales-selector li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)

							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
#locales-selector li li {
	float: none;/* items of the nested menus are kept on separate lines */
	
}
#locales-selector ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
	border: 1px solid #3f3f3f;	
	background: #272727;
}
#locales-selector li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}
#locales-selector li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}
/* -- float.clear --

	force containment of floated LIs inside of UL */

#locales-selector:after, #locales-selector ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#locales-selector, #locales-selector ul {	/* IE7 float clear: */
	min-height: 0;		
}
/* -- float.clear.END --  */



/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu

	YOU SHOULD NOT STYLE the background of the "#locales-selector UL" or this feature may not work properly!

	if you do it, make sure you 110% know what you do */

#locales-selector ul {
	background-image: url("/webdocuments/global/blank.gif");	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0;
	margin: 0;/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.

								you can also use to adjust the safe area to your requirement */

}
#locales-selector ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 -30px -10px;
}
/* - - - ADxMenu: DESIGN styles - - - */



#locales-selector, #locales-selector ul li {
	color: #808080;
}
#locales-selector ul {
	width: 180px;
	padding: 0 /* padding removed 5px 0 5px 0*/;
}
#locales-selector a {
	text-decoration: none;
	color: #959595;
	padding: 6px 10px 6px 10px;
	display: block;
	position: relative;
}
#locales-selector a:hover, #locales-selector li:hover>a {

	color: #fff !important;
	background: #3f3f3f;
}



#locales-selector li li {	/* create borders around each item 
	border: 1px solid #3f3f3f; */
	padding: 0;
}
#locales-selector ul>li + li {	/* and remove the top border on all but first item in the list 
	border-top: 0; */
	padding-top: 0;
}
#locales-selector li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu

	placed here to clarify the terminology I use when referencing submenus in posts */

#locales-selector>li:first-child>a, #locales-selector li + li + li li:first-child>a {
	color: #808080;
}
/* Fix for IE5/Mac \*//*/

#locales-selector a {

	float: left;

}

/* End Fix */



/*]]>*/







/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*END Wrapper styles ==============================================================================================*/


#nav li a.current-menu-selection {
    color:#f8b65c;
}
#content {
    height: auto !important;
    height:100%;
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    margin-bottom:20px;
}
#breadcrumb {
    height:27px;
    margin-left:0 /*15px*/;
}
#breadcrumb li{
    display:inline;
    padding-right:10px;
}


#breadcrumb a {
    color:#808080;
    text-decoration:none;
}
#breadcrumb a:hover {
    color:#f8b65c;
    text-decoration:none;
}
#breadcrumb a:active {
    color:#f8b65c;
    text-decoration:none;
}
#breadcrumb .current-breadcrumb-selection {
    color:#f8b65c;
    text-decoration:none;
}
#background {
    background: #fff url("/webdocuments/global/side-nav-bg.gif") top right repeat-y;
    position:relative;    
    float:left;
    margin-bottom:20px;
    width: 960px;		
}
#imageheader {
    position:relative;
    top:-7.5em;
    left:25px;
    color:#FFFFFF;
    font-size:23px;
    font-weight:bold;
    width:300px;
    height:1px;
    line-height: 27px !important;
}
#imageteaser {
    position:relative;
    top:-7.5em;
    left:25px;
    color:#FFFFFF;
    font-size:15px;
    width:280px;
    height:1px;
    line-height: 17px !important;
}
#maincontent {
    padding-left: 10px;
    padding-top: 10px;
    width: 684px;
    float: left;
    background-color:#fff;

}
#maincontent h1{
    color:#d91f32;
    margin-top:20px;
    font-weight:500;
    margin-bottom:18px;
    font-size:20px;
}
#maincontent h2{
    color:#d91f32;
    font-weight:400;
    margin:-10px 0 20px 0;
    font-size:16px;
    font-style:italic;
}
#maincontent p{
    line-height:18px;    
    margin-bottom:10px;
}
#maincontent .content-list{
    list-style:none;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    line-height:18px;
}
.header-image {
    width:684px;
    height:234px;
}
.content-list li{
    padding-bottom:10px
}

/* BEGIN UPDATED FONT SIZE - 10 was too small */

#maincontent em{
    font-size:12px;    
}
/* END UPDATED FONT SIZE - 10 was too small */

			
			
#content-container {
    padding: 0 16px;
    padding-bottom:20px;
    border-style:solid;
    border-color:#e0e0e0;
    border-width:0px;
    /*-moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
    height: auto;
    width:650px;
    margin-bottom:10px;
    margin-top:5px; 
    *margin-top:3px;
    float:left;
}

#content-container ul {padding-top: 5px; padding-bottom: 10px; padding-left: 1em; margin-left: 1em; }
#content-container ul li {padding-bottom: 5px;}

#content-container a{
    color:#4a1534;
    font-size:12px;
}
#content-container a:hover{
    color:#ec9622;
    font-size:12px;
}
#content-container h1{
line-height:110%;
}

/* BEGIN Added to cover when they are not linked to anything for Jen's special request */

#content-container #category-subcategory-list .prodaudience {
    color:#6b5d5a;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

/* END Added to cover when they are not linked to anything for Jen's special request */


#content-container h1 a, #content-container h2 a, #content-container h3 a, #content-container h4 a {
    color:#6b5d5a;
    text-decoration:none;		
}

#content-container h1 a:hover, #content-container h2 a:hover, #content-container h3 a:hover, #content-container h4 a:hover {
    color:#ec9622;
}
#content-container #category-subcategory-list{
    padding-left:15px;
    padding-right:2px;
}
#content-container #category-subcategory-list h4 a{
    color:#6b5d5a;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}
#content-container #category-subcategory-list h4 a:hover{
    color:#ec9622;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}
#content-container #category-subcategory-list h5 {
    color:#6b5d5a;
    font-size:13px;
    font-style:italic;
}
#content-container ul, #content-container ol {
    margin-bottom: 10px;
}
#content-container li {
    list-style-type: disc;
    margin-left: 25px;
}

/* BEGIN Added 12/28/11 - CS - Fixes styles in lists */

.SubHeader2 a {
	font-weight:bold;
	color:#6b5d5a;
	font-size:13px;
	text-decoration:none;
}

.SubHeader2 a:hover {
	font-weight:bold;
	color:#ec9622;
	font-size:13px;
	text-decoration:none;
}
#content-container .SubHeader3 {
	font-style:italic;
	color:#6b5d5a;
	font-size:13px;
	text-decoration:none;
}
.MoreLink a, #blog-box .MoreLink a {
	font-weight:bold;
	color:#4a1534;
	font-size:12px;
	text-decoration:underline;
}

.MoreLink a:hover {
	font-weight:bold;
	color:#ec9622;
	font-size:12px;
	text-decoration:underline;
}
#content-container .StripNavInactive a, #content-container a.StripNavInactive {
	font-weight:normal;
	color:#A50336;
	font-size:12px;
	text-decoration:none;
}

#content-container .StripNavInactive a:hover, #content-container a.StripNavInactive:hover {
	font-weight:normal;
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
#content-container .StripNavActive {
	font-weight:bold;
	color:#A50336;
	font-size:12px;
	text-decoration:none;
}


/* END Added 12/28/11 - CS - Fixes styles in lists */


/* BEGIN Added 01/06/12 - CS - for normal size red text for landing page use*/

.reqmsg
{
    color: #d91f32;
    font-size: 12px;
}

/* END Added 01/06/12 - CS - for normal size red text for landing page use */



#content-container-sitemap {
    padding:16px;
    border-style:solid;
    border-color:#e0e0e0;
    border-width:1px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    width:650px;
    margin-bottom:10px;
    margin-top:5px; 
    *margin-top:3px;
    float:left;
}
#tabbed-overview {
    height: auto !important;
    height:100%;
    margin: 0 auto;
    padding: 10px 0 0 20px;
    margin-bottom:10px;
    background-color:#ffffff;
    position:relative;    
    float:left;
}
#tabbed-overview h1{
    color:#d91f32;
    margin-top:20px;
    font-weight:500;
    margin-bottom:18px;
    font-size:20px;
}
#tabbed-overview h2{
    color:#d91f32;
    font-weight:400;
    margin:-10px 0 20px 0;
    font-size:16px;
    font-style:italic;
}
#tabbed-overview p{
    line-height:18px;    
    margin-bottom:10px;
}
#rightnav {
    height:100%;
    width:256px;
    vertical-align:top;
    background-color:#e6dcdb;
    line-height:22px;
    float:left;
     padding-bottom:30px; 
    margin-left:10px;
}
#rightnav h3 {
    font-size:14px;
    height:28px;
    width:246px;
    background-color:#433a38;
    color:#fff;
    padding-left:10px;
    padding-top:6px;
    margin-bottom:6px;
    margin-left:0px;
}
#rightnav h3 a{
    font-size:14px;
    color:#fff;
    text-decoration:none;
    padding-top:6px;
    padding-left:3px;
    margin-bottom:6px;
}
#rightnav h3 a:hover{
    font-size:14px;
    color:#ec9622;
    text-decoration:none;
    padding-top:6px;
    padding-left:3px;
    margin-bottom:6px;
}
#rightnav ul {
    margin-bottom:10px
}
#rightnav ul li{
    list-style:none;
}
#rightnav li{
    font-size:12px;
    padding-left:15px; 
}
#rightnav li a {
    text-decoration:none;
    color:#433a38;
}
#rightnav li a:hover {
    color:#f8b55b;
    font-weight:bold;
}
#rightnav #current-rightnav-selection {
    color:#f8b55b;
    font-weight:bold;
}

/* BEGIN Updated 12/10/11 */
#right-nav-box1-header H3{
    background-color:#4a1534;
    width:243px;
    height:28px;
    color:#fff;
    padding-left:13px;
    padding-top: 5px !important;
		padding-bottom: 5px !important;
}
/* END Updated 12/10/11 */

#right-nav-box1 {
    background-color:#78174c;
    width:243px;
    height:auto;
    color:#f8b55b;
    padding:0px 0px 10px 13px;
    font-size:12px;
    margin-top:-10px;
}

/* BEGIN Updated 12/10/11 */
#right-nav-box1 img{
    position:relative;
    padding: 0 3px 0 2px;
}
/* END Updated 12/10/11 */

#right-nav-box1 p#title{
    font-weight:bold;
    padding-top:10px;
    font-size:13px;
}
#right-nav-box1 p.wrap{
    width:170px;
    margin-left: 30px;
    margin-top:-20px;
    line-height:15px;
}
#right-nav-box1 a{
    text-decoration:underline;
    color:#fff;
    width:20px;
}
#right-nav-box2 {
    width:226px;;
    padding:8px;
    background-color:#efefef;
    line-height:16px;
    margin-top:8px;
    margin-left:6px;
    border-style:solid;
    border-color:#ddd;
    border-width:1px;
}


#right-nav-box2 .title {
    margin-top:5px;
    margin-left:5px;
    font-size:14px;
    color:#71173f;
    font-weight:bold;
}
#right-nav-box2 p {
    margin-top:5px;
    margin-left:5px;
    margin-bottom:5px;
    font-size:11px;
    width:220px;
}
#right-nav-box2 a {
    padding-top:5px;
    margin-left:5px;
    color:#71173f;
    font-weight:bold;
    font-size:13px;
}
 
/* BEGIN Table styles from orig design */
 
table.chart
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: #ddd 1px solid;
    BORDER-LEFT: #ddd 1px solid;
    BORDER-BOTTOM: medium none;
    border-spacing: 0
}
table.chart td
{
    font-family: Arial, Helvetica, sans-serif;
    BORDER-RIGHT: #ddd 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 8px;
    font-size: 12px;
    PADDING-BOTTOM: 4px;
    VERTICAL-ALIGN: top;
    BORDER-LEFT: medium none;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #ddd 1px solid;
    TEXT-ALIGN: left
}
table.chart a
{
    font-weight: bold
}
TABLE.plain {
    BORDER-RIGHT: medium none; 
    BORDER-TOP: medium none; 
    BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; border-spacing: 0;
}
table.plain th
{
    font-family: Arial, Helvetica, sans-serif;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 8px;
    font-size: 13px;
    PADDING-BOTTOM: 4px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 4px;
    TEXT-ALIGN: left;
    Font-Weight: Bold;
}

table.plain td
{
    font-family: Arial, Helvetica, sans-serif;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 8px;
    font-size: 12px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 4px;    
    TEXT-ALIGN: left;
}

table.onlytableborder
{
    BORDER-RIGHT: #ddd 1px solid;
    BORDER-TOP: #ddd 1px solid;
    BORDER-LEFT: #ddd 1px solid;
    BORDER-BOTTOM: #ddd 1px solid;
    border-spacing: 0;
}
table.onlytableborder td
{
    font-family: Arial, Helvetica, sans-serif;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 8px;
    font-size: 12px;
    PADDING-BOTTOM: 4px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 4px;
    TEXT-ALIGN: left;
}

table.channel
{
    BORDER-RIGHT: #ddd 1px solid;
    BORDER-TOP: #ddd 1px solid;
    BORDER-LEFT: #ddd 1px solid;
    BORDER-BOTTOM: #ddd 1px solid;
    border-spacing: 0;
}
table.channel td
{
    font-family: Arial, Helvetica, sans-serif;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    font-size: 12px;
    PADDING-BOTTOM: 0px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 0px;
    TEXT-ALIGN: center;
    BORDER-RIGHT: #ddd 1px solid;
    BORDER-LEFT: #ddd 1px solid;
    BORDER-BOTTOM: #ddd 1px solid;
    height: 28px;
}

 
/* END Table styles from orig design */
 
 
/*    
    From Original Stylesheet - for the Site Map
    Keeping until we can have time to edit the site map template
*/
 
 
.SolutionCategory {FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #A50336; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif;}
A.SolutionCategory:link {FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #A50336; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}
A.SolutionCategory:visited {FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #A50336; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}
A.SolutionCategory:hover {FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ec9622; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}
A.SolutionCategory:active {FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ec9622; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}
.SolutionSubCategory {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR: #4a1534; 
    FONT-STYLE: normal; 
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.SolutionSubCategory:link {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR: #4a1534; 
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.SolutionSubCategory:visited {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR: #4a1534; 
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.SolutionSubCategory:hover {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR: #ec9622; 
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.SolutionSubCategory:active {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR: #ec9622; 
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.SolutionSub2Category {BACKGROUND-POSITION: left center; PADDING-LEFT: 10px; FONT-WEIGHT: normal; LIST-STYLE-POSITION: inside; FONT-SIZE: 12px; COLOR: #4a1534; BACKGROUND-REPEAT: no-repeat; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; LIST-STYLE-TYPE: circle;}
A.SolutionSub2Category:link {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4a1534; FONT-FAMILY: Arial, Helvetica, sans-serif;}
A.SolutionSub2Category:visited {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4a1534; FONT-FAMILY: Arial, Helvetica, sans-serif;}
A.SolutionSub2Category:hover {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ec9622; FONT-FAMILY: Arial, Helvetica, sans-serif;}
A.SolutionSub2Category:active {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ec9622; FONT-FAMILY: Arial, Helvetica, sans-serif;}
.SolutionSub3Category {
    BACKGROUND-POSITION: left center; 
    PADDING-LEFT: 20px; 
    FONT-WEIGHT: normal; 
    LIST-STYLE-POSITION: inside; 
    FONT-SIZE: 12px; 
    COLOR: #4a1534; 
    BACKGROUND-REPEAT: no-repeat; 
    FONT-STYLE: normal; 
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    LIST-STYLE-TYPE: circle;
}
A.SolutionSub3Category:link {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4a1534; FONT-FAMILY: Arial, Helvetica, sans-serif;}
A.SolutionSub3Category:visited {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4a1534; FONT-FAMILY: Arial, Helvetica, sans-serif;}
A.SolutionSub3Category:hover {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ec9622; FONT-FAMILY: Arial, Helvetica, sans-serif;}
A.SolutionSub3Category:active {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ec9622; FONT-FAMILY: Arial, Helvetica, sans-serif;}











/* FORM styles */
	table td.label {
		padding: 5px 0 5px 0;
		vertical-align: top;
	}
	table td input {
	}
	table td textarea {
	}
	table td select {
	}
	table td input.submit-button {
		border: none;
	}
/* END FORM styles */



/* BEGIN - reddot smart edit mode */
.reddot {
 font-family: Arial, Verdana, Helvetica, Default; font-size: 10px; color: #FF0000;
}
/* END - reddot smart edit mode */


	  
	  
	  





/*PAGE SPECIFIC STYLES---------------------------------------------------------------------------------------- */



/*NEWSCENTER PAGE*/

	.pr-articles .Header1, .speaking-engagements .Header1{
	padding:10px 0 13px 0;
	}
	.Header1 a {  
	color: #D30028;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px !important;
	font-weight: normal;
	text-decoration:none;
	}
	.Header1 a:hover {   color: #EC9622       }
	
	#blog-box .Header1 {
	background:#000;
	padding:6px 0 12px 0;

	}
	#blog-box .Header1 a {   
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
	font-size: 20px;
	font-weight: normal;
	text-decoration:none;
	}
	#blog-box .Header1 a:hover {   color: #EC9622 }
	
	.SubHeader3 a{
	color: #6B5D5A !important;
	}
	.MoreLink{
	padding-right:10px;
	}

         
	/*VIDEO STYLES*/
	 #video-box{
	   background:#000; /*443c39;*/

	   position:relative;
	 }
	 #video-box-corner{
	 	position:absolute;
		top:0;
		left:675px;
		z-index:100;	 	
	 }
	 /*BLOG STYLES*/
	 #blog-box{
	 	border:7px solid #000;
	 	padding:0;
	 	margin-bottom:20px;
	 }
	 #blog-box h4{
	 	display:block;
	 	background:#000;
	 	color:#fff;
	 	padding:6px;
	 }
	 .blog-content{
	 	padding:8px;
	 }
	 .blog-content .SubHeader3{
	 	padding-bottom:0;
	 }
	 .blog-content .MoreLink{
	 	padding-bottom:13px;
	 }
	 /*PRESS ARTICLES SPEAKING*/
	.border-box{
	border-top:1px solid #e6dcda;
	padding:0 !important;
	}
	.pr-articles{
	width: 310px;
	float:left;
	padding:0 25px 10px 0 !important; 
	margin:0;		
	}
	.pr-art-col2{
	width: 315px !Important;	
	padding:0 0 10px 0 !important;
	}
	.pr-articles .SubHeader2{
	/*padding: 13px 0 0 0;*/
	}
	.pr-articles .SubHeader3{
	
	}
	.pr-articles .MoreLink{
	/*	padding-top:13px;*/
	}

	.pr-articles .SubHeader3{
		
	}
	/*SPEAKING ENGAGEMENT STYLES*/
	.se-row{
		clear:both;
		border:0px solid #000;
		padding-bottom:13px;
	}
	.se-date{
		width:140px;
		padding:0 30px 0 0;
		float:left;
		font-weight:bold;
		text-align:right;
		font-size:13px;

	
	}
	.se-details{
		float:left;
		width:470px;	
	}
	/*END SPEAKING ENGAGEMENT STYLES*/

 
	/*SIDE CONTENT*/ 
 	#twitter-widget{
	  float:right;
	  padding-top:0px;
	  background:#000;
	  position:relative;
	}
	#twitter-corner{
		position:absolute;
		top:0;
		left:0;
		z-index:100;		
	}
 /*END NEWSCENTER PAGE*/
 
 
 /*VIDEO STYLES*/
	 #video-box{
	 	
	 /*TEMP*/
	   width: 683px /*683px*/;	
	 /*TEMP*/
	   background:#000 url('/webdocuments/global/videolaser-tile.gif') repeat-x; /*443c39;*/
	   height: 256px;
	   padding:34px 0 34px 0;
	   margin-bottom:10px;
	   position:relative;	   
	 }
	 #video-box-corner{
	 	position:absolute;
		top:0;
		left:675px;
		z-index:100;
		/*patch*/
		display:none;
	 }
	 #videolaser-point{
	 	position:absolute;
		top:107px;
		left:0;
		z-index:110;	 		 
	 }
	 .thevideo{
	 	display:block;
	 	float:left;
	 	background:#fff;
	 	width:450px;
	 	height:253px;
	 	border-left:34px solid #000;
	
	 	
	 }
	  .video-box-title{
	  	font-family: Century gothic;
	  	font-size:16px;
	  	color:#f00;
	  	padding-left:10px;
	  	display:block;
	  	float:left;
	  	width:180px;
	  	height:70px;
	  	padding-bottom:0;
	  	margin-top:0; 
	  	position:relative;
	
	  }
	  .video-box-title h4{
		position:absolute;
		bottom:0px;
		padding:0 0 4px 0; margin:0;
	  }
	  .video-descrip{
	  	display:block;
	  	float:left;
	  	width:180px;
	  	padding-left:14px;	  	
	  	margin-top:120px;
		color:#fff;
		font-family: arial;
		font-size:12px;
	  }
/*END VIDEO STYLES*/  
 

 
/*END PAGE SPECIFIC STYLES---------------------------------------------------------------------------------------- */









