/* -------------------------------------------------------------------------
PLEASE SET YOUR PREFERENCES TO FORMAT CSS AS
SEMI-EXPANDED SO THERE AREN'T INCONSISTENCIES.
------------------------------------------------------------------------- */

/* FORMAT HTML TAGS */
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#000;
	padding:0;
	background:url(../images/back_big.gif) repeat;
}
a {
	color:#1268a7;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
form {
	margin:0;
	border:none;
}
h2 {
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #c8c8c8;
	font-size:15px;
	color:#1268a7;
	font-weight:bold;
}	
h3 {
	margin-top:0;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
img {
	border:none;
}
input,
textarea {
	padding:2px;
	border:solid 1px #1268a7;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#000;
}
input[disabled='disabled']{
	padding:2px;
	border:solid 1px #1268a7;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#aca899;
}	

label {
	font-weight:bold;
}
p {
	margin-top:0;
}
select {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	background-color:#fff;
	border:1px solid #aea870;
}
table {
	border:none;
}

/* COMMON STYLES ======================== */
html > body #wrap {
	height:100%;
}
#wrap {
	padding:0 20px 20px 20px;
}
.alert, .instructionsAlert {
	color:#cc0000;
	font-weight:bold;
}
.btn, .trainingBtn {
	width:0; /* IE PADDING FIX */
	overflow:visible; /* IE PADDING FIX */
	height:20px;
	padding-right:10px !important;
	padding-bottom:3px !important;
	padding-left:10px !important;
	background:url(../images/btn_back.jpg) repeat-x top left;
	border:none;
	font-size:12px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
.btn[class] { /* WIDTH FOR ALL OTHER BROWSERS. IE IGNORES [class] */
    width:auto;
}
.btnClear {
	clear:both;
	float:right;
	padding-left:6px;
}
.btnSpacer {
	float:left;
	width:10px;
}
.btnWrap {
	float:left;
	margin:0;
	padding:1px;
	background:#1268a7;
}
.clear {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
}
.fullrow {
	clear:both;
	width:100%;
	float:left;
}
.linkTable {
	border-top:solid 1px #CCCCCC;
	margin-top:10px;
	width:auto;
	border-collapse:collapse;	
}
.linkTable_td {
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:5px;
	padding-top:5px;
	border-collapse:collapse;	
	padding-right:10px;
	border-spacing:0px 0px;
}
.linkTable tr {
	border-bottom:solid 0px #CCCCCC;
	padding-bottom:5px;
	border-collapse:collapse;	
	padding-right:10px;
	border-spacing:0px 0px;
}
.loginTable {
	width:300px;
	margin:0 auto;
}
.loginTable td {
	padding:10px 10px 0 0;
}
.noBorder input {
	padding:0;
	border:none;
}
.noBorder select {
	margin:0 !important;
}
.salesImpactsLegend table {
	padding:10px 0 0;
}
.salesImpactsLegend td {
	padding-right:10px;
}
.whitebox {
	background:#fff;
	border:1px solid #666;
	padding:10px;
	text-align:left;
}
/* Button Box */
.box {
	margin-bottom:10px;
	padding:10px;
	background:#f5f3e7;
	border:solid 1px #999;
	text-align:left;
}
.left .box {
	width:242px;
}
.box select {
	width:240px;
	margin:0 0 15px 0;
	color:#168dfc;
	line-height:1.5em;
}
.boxTable td {
	width:275px;
	vertical-align:top;
}

.boxTable div.box {
	background: White;
}

.boxTable td td {
	width:auto;
	padding: 1px 3px;
}
.box_button {
	display:inline;
	width:29px;
	padding:10px 5px 0 0;
	background:#f5f3e7;
	vertical-align:middle;
}
.left .box_button {
	float:right;
	width:29px;
	padding:0 0 0 5px;
	background:#f5f3e7;
}
.box_content {
	font-size:12px;
	color:#000;
	font-weight:normal;
}
.left h2 {
	float:none;
	margin-bottom:10px;
	border-bottom:solid 1px #c8c8c8;
	font-size:14px;
	color:#1268a7;
	font-weight:bold;
	line-height:20px;
}
/* Nested Boxes */
.box .box {
	width:auto;
	margin:0 10px 10px 0;
	padding:10px;
	background:#f5f3e7;
	border:solid 1px #999;
	text-align:left;
}
.box .box h2 {
	font-size:12px;
}
.box .box .box_button {
	display:inline;
	background:none;
}

/* HEADER AND FOOTER STYLES */
html > body #content-wrap {
	height:100%;
}
#footer {
	padding:10px 0 5px 6px;
	font-size:10px;
}
#header {
	margin:0;
	padding:0;
	font-size:11px;
	color:white;
}
#header-wrap {
	width:100%;
	height:1.5em;
	font-size:11px;
	color:#000;
}
.logo {
	width:215px;
	height:47px;
	vertical-align:top;
}
.topbar {
	height:17px;
	background-color:#000;
	padding-left:24px;
	font-size:11px;
	color:#fff;
	vertical-align:middle;
}
.topNav {
	width:100%;
	height:17px;
	color:#9c7c3b;
	text-align:right;
	line-height:17px;
}
.topNav a {
	padding:0 9px;
	border-right:solid 1px #9c7c3b;
	color:#000;
	text-decoration:none;
}
.topNav a:hover {
	text-decoration:underline;
}
a.topNavActive {
	font-size:12px;
	color:#024d85;
	font-weight:bold;
}

/* LEFT COLUMN STYLES ========================= */
.left {
	width:284px;
	background:#fff;
	border:1px solid #333;
	vertical-align:top;
}
.left_content {
	padding:10px 0 0 10px;
	border-top:1px solid #333;
}
/* Marketing Stages Legend */
.keyaveragepercentage {
	width:20px;
	height:20px;
	background-color:#aacc99;
	border:1px solid #333 !important;
}
.keyawareness {
	width:20px;
	height:20px;
	background-color:#99B0CC;
	border:1px solid #333 !important;
}
.keyconsideration {
	width:20px;
	height:20px;
	background-color:#cc3333;
	border:1px solid #333 !important;
}
.keypurchase {
	width:20px;
	height:20px;
	background-color:#F3E26D;
	border:1px solid #333 !important;
}
.mktgLegend td {
	padding:0 10px 5px 0;
	vertical-align:middle;
}
/* Current Selections and Lightbox */
.selections {
	padding-bottom:10px;
}
.selections a {
	color:#cc0000;
	text-decoration:underline;
}
.selections a:hover {
	text-decoration:none;
}
.selections h4 {
	margin:0;
	padding:0 0 4px 0;
	font-size:13px;
	color:#024c83;
	font-weight:bold;
}
.selections h5,
#lightbox h5 {
	margin:0;
	padding:0 0 4px 0;
	font-size:12px;
	color:#168dfc;
	font-weight:bold;
}
.selections h6,
#lightbox h6 {
	margin:0;
	padding:0 0 4px 0;
	font-size:12px;
	color:#024c83;
	font-weight:normal;
}
.selections table {
	width:100%;
	margin:0 0 10px 0;
	background:#fff;
	border-collapse:collapse;
}
.selections td {
	padding:4px 6px;
	border:solid 1px #ccc;
}

/* Training Request Lightbox ====*/
.trainingRequest input {
	width:258px;
}

.trainingRequest .multiLine {
	height:200px;
	width:750px;
}
/* Commercial Specifications button box ======== */
#commSpecTable {
	margin-top:0px;
}
#commSpecTable p {
	margin:0px;
	padding:0px;
}
#commSpecTable .firstPara {
	padding-bottom:5px;
}
#commSpecTable .ButtonCell {
	padding-right:0px;
	padding-top:0px;
}
/* RIGHT COLUMN STYLES ========================= */
.right {
	margin-left:10px;
	width:100%;
	background:#fff;
	border:1px solid #333;
	vertical-align:top;
}
.right_content {
	clear:both;
	padding:10px 10px 0;
}
/* Top Menu */
.menuWrap {
	background:url(../images/menu_back.jpg) repeat-x top center;
}
.menu {
	height:33px;
	width:850px;
	background:url(../images/menu_back.jpg) repeat-x top center;
}
.menu img {
	display:inline;
}
.submenu {
	height:34px;
	background:url(../images/submenu_back.jpg) repeat-x top center;
	white-space:nowrap;
	line-height:32px;
}
.submenu a {
	display:block;
	padding:0 10px;
	color:#1268a7;
	font-weight:bold;
	text-decoration:none;
	line-height:32px;
}
.submenu a:hover {
	background:url(../images/submenu_back_on.jpg) repeat-x top center;
	text-decoration:none;
}
.submenu a.active {
	background:url(../images/submenu_back_on.jpg) repeat-x top center;
	color:#000;
	text-decoration:none;
}
.submenu ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
.submenu li {
	float:left;
}

/* MAIN MENU PAGE STYLES ========================= */
.mainMenu {
	margin:0 auto;
	width:875px;
	text-align:left;
}
.mainMenu a {
	color:#93928b ;
	text-decoration:none;
}
.mainMenu a:hover {
	color:#000000;
	text-decoration:none;
}
.mainMenu a:visted {
	color:#93928b;
	text-decoration:none;
}
.mainMenu ol {
	padding:5px 0px 5px 0px;
	list-style-type:none;
	margin: 5px 5px 5px 20px;
	padding-left:0;
	font-size:14px;
	color:#93928b;
	text-align:left;
}
.mainMenu li {
	margin-left:0;
	padding:3px 0 8px;
}
.mainMenu table {
	margin:30px 0;
}
.mainMenu td,
.mainMenu th {
	vertical-align: top;
	width:25%;
	border-right:solid 1px #CCCCCC;
}
.mainMenu th {
	padding:0 10px 5px;
	border-right:solid 1px #CCCCCC;
	font-size:14px;
	color:#60b2ff;
	text-align:center;
}
.mainMenu_whitebox {
	width:900px;
	margin:0 auto;
	padding:15px 0px 10px 0px;
	background:#fff;
	border:1px solid #666;
	text-align:left;
}

/* BLOG */	
.blogList table {
	border-collapse:collapse;
}
.blogList td,
.blogList th {
	padding:3px 5px;
	border:solid 1px #ccc;
	vertical-align:top;
}
.blogList th {
	background:#ececec;
}
/* Resource Centre Blog */
.RCblog_title {
	vertical-align:top;
	height:100%;
	color:#1268a7;
	font-size:medium;
	font-weight:bold;
	border-bottom:solid 1px #CCCCCC;
}
.RCblog_text {
	height:100%;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:5px;
	border-collapse:collapse;
}
.RCblog_header {
	border-collapse:separate;
	padding-bottom:10px;
	height:100%;
	border-bottom:solid 1px #CCCCCC;
	color:#1268a7;
}
.RCblog_box_end {
	height:100%;
	border-right:solid 1px #C0C0C0;
	border-left:solid 1px #C0C0C0;
	border-bottom:solid 1px #C0C0C0;
	border-top:solid 1px #C0C0C0;
}
.RCblog_content {
	color:Black;
	font-weight:normal;
	font-size:12px;
	font-family:Courier New;
}
.blogContent p {
	font-family:Courier New;
}
.blogPosts_next {
	float:right;
	width:45%;
	padding:10px 0;
	text-align:right;
}
.blogPosts_next a {
	padding-right:24px;
	background:url(../images/iconsm_arrowright.jpg) no-repeat top right;
	color:#004476;
	text-decoration:none;
}
.blogPosts_prev {
	float:left;
	width:45%;
	padding:10px 0;
}
.blogPosts_prev a {
	padding-left:24px;
	background:url(../images/iconsm_arrowleft.jpg) no-repeat top left;
	color:#004476;
	text-decoration:none;
}

/* Optimizer / Cross Target Shared */
.awareness {
	background-color: #99b0cc;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	padding-right: 2px;
	padding-left: 2px;
}
.consideration {
	background-color: #cc3333;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	padding-right: 2px;
	padding-left: 2px;
}
.purchase {
	background-color: #F3E26D;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	padding-right: 3px;
	padding-left: 3px;
}
.high {
	color: #990000;	
}
.medium {
	color: #0066cc;	
}
.average {
	color: black;	
}
.below {
	color: #808080;
}
.font_bold {
	font-weight: bold;
}
.verticalLine {
	background-color: #666;
	width: 3px;
}
.verticalLineLight {
	background-color: #999;
	border: 1px solid #666;
	width: 3px;
}

/* Cross Target */
.crossTarget {
	border: 2px solid #666;
	border-collapse: collapse;
}
.crossTargetXHeader {
	border: 1px solid #666;
	background-color: #ccc799;
	color: Black;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
.crossTargetXHeaderWrap {
	border: 1px solid #666;
	background-color: #ccc799;
	color: Black;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	white-space: normal;
}
.crossTargetYHeader {
	border: 1px solid #666;
	background-color: #ccc799;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.crossTargetCnHeader {
	border: 1px solid #666;
	background-color: #ccc799;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
.crossTargetSubHeader {
	border: 1px solid #666;
	background-color: #ece9d8;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: Black;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.contentCell {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	color: black;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #666;
}
.contentCellPpt {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 7pt;
	color: black;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #666;
}
.cnPPCell {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	color: black;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #666;
}
.cnContentCell {
	background-color: white;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #666;
}
.frequencyCell {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #666;
	text-align: center;
}

/* Trends */
.trendsLegend {
	background-image: url(../images/trends_legend.gif);
	background-repeat: no-repeat;
	border: 1px solid #666;
	background-color: White;
	width: 159px;
	height: 87px;
}
.trendsCell {
	font-weight: bold;
	border: 1px solid #666;
	background-color: white;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}
.trendsLegendCell {
	background-color: white;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	text-align: center;
}
.trendsArrow1 {
	padding: 0;
	background-image: url(../images/arrow_up1.gif);
	background-repeat: no-repeat;
}
.trendsArrow2 {
	padding: 0;
	background-image: url(../images/arrow_up2.gif);
	background-repeat: no-repeat;
}
.trendsArrow3 {
	padding: 0;
	background-image: url(../images/arrow_up3.gif);
	background-repeat: no-repeat;
}
.trendsArrow-1 {
	padding: 0;
	background-image: url(../images/arrow_down1.gif);
	background-repeat: no-repeat;
}
.trendsArrow-2 {
	padding: 0;
	background-image: url(../images/arrow_down2.gif);
	background-repeat: no-repeat;
}
.trendsArrow-3 {
	padding: 0;
	background-image: url(../images/arrow_down3.gif);
	background-repeat: no-repeat;
}

/* Optimizer */
.optimizer {
	border: 2px solid #666;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}
.optimizerLegend {
	background-color: #ffffff;
	background-image: url(../images/impactlegend.gif);
	background-repeat: no-repeat;
	border: 1px solid #666;
	width: 159px;
	height: 87px;
}

.optimizerLegend08 {
	background-color: #ffffff;
	background-image: url(../images/impactlegend08.gif);
	background-repeat: no-repeat;
	border: 1px solid #666;
	width: 159px;
	height: 87px;
}

.optimizerHeader {
	border: 1px solid #666;
	background-color: #ece9d8;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}
.optimizerMessagingFrequency {
	background-color: #aacc99;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
}
.optimizerCell {
	border: 1px solid #666;
	background-color: white;
	font-size: 9px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	text-align: center;
}
.optimizerTech1 {
	background-color: #809AAC;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	white-space:nowrap;
}
.optimizerTech2 {
	background-color: #F3E26D;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	white-space:nowrap;
}
.optimizerTech3 {
	background-color: #8380AC;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	white-space:nowrap;
}

/* Content Table and similar tables */
.contenttable {
	background-color: #666;
	border: 2px solid #666;
	border-bottom: 2px solid #666;
	border-collapse: collapse;
	color: Black;
	font-size: 11px;
}
.pptContentTable {
	background-color: #666;
	border: 2px solid #666;
	border-bottom: 2px solid #666;
	border-collapse: collapse;
	color: Black;
	font-size: 14px;
}
.yaxistitles {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ccc799;
	border: 1px solid #666;
	border-right: 2px solid #666;
	vertical-align: middle;
	font-weight: bold;
	white-space:nowrap;
}
.yaxistitlesfixed {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ccc799;
	font-weight: bold;
	border: 1px solid #666;
	border-right: 2px solid #666;
	border-collapse: collapse;
	height: 25px;
	white-space:nowrap;
	vertical-align: middle;
}
.yAxisTitlesWithWrap{
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ccc799;
	font-weight: bold;
	border: 1px solid #666;
	border-right: 2px solid #666;
	border-collapse: collapse;
	height: 25px;
	vertical-align: middle;
}
.xaxistitles {
	background-color: #ece9d8;
	border: 1px solid #666;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
.xaxisStageTitles {
	background-color: #ece9d8;
	border: 1px solid #666;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.xaxistitlesNoBold {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ece9d8;
	border: 1px solid #666;
	vertical-align: middle;
	text-align: left;
}
.verticalXAxisTitles {
	background-color: #ece9d8;
	border: 1px solid #666;
	vertical-align: middle;
	text-align:left;
	font-weight: bold;
	font-size: 12px;
}
.defaulttablecell {
	background-color: #666;
	color: black;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666;
	padding: 0;
	margin: 0;
}
.axislargefont {
	padding: 4px;
	font-size: 16px;
}
.axismediumfont {
	padding: 6px;
	font-size: 12px;
}
.cellmediumfont {
	font-size: 12px;
}
.celllargefont {
	font-size: 16px;
}
.purchaseprocesscell {
	background-color: #666;
	color: black;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666;
	padding: 0;
	margin: 0;	
}
.nopercentage {
	background-color: white;
}
.highpercentage {
	background-color: #cc3333;
}
.mediumpercentage{
	background-color: #99B0CC;
}
.averagepercentage {
	background-color: #aacc99;
}
.belowpercentage {
	background-color: #F3E26D;
}

/* Steps */
.stepimages {
	height:17px;
	width:21px;
	border-width:0px;
	cursor: pointer;
}
.stepstext {
	color: #005AAE;
	border: 0px;
	padding: 1px;
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 	
	border-bottom-style: none;
}

/* Sequencing Tables */
.sequencingTable {
	border: 5px solid white;
	border-collapse:collapse;
	background-color: white;
}
.sequencingPercentage {
	text-align: right;
}
.sequencingLabel {
	text-align: left;
}
.purchaseTable {
	background-color: white;
	background-image: url(../images/PurchaseLength.jpg);
	background-repeat: no-repeat;
	border: 0px solid #666;
	border-collapse: collapse;
	color: Black;
	font-size: 11px;
	width: 217px;
	height: 105px;
	margin:	0em 0em 0em 0em;
	
}
.red {
 color: Red;
}
.remainingsteps {
	color:Red;
	font-weight:bold;
}
.purchaseTableRow {
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	width: 217px;
}
.pagettl {
	font-size: 14px;
	font-weight: bold;
	color: #996633;
	background-color:Transparent;
}

/* Actuals Table */
.actualsTable {
	background-color: white;
	border: 2px solid #666;
	border-collapse: collapse;
	color: Black;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}
.actualsVehicles {
	background-color: #ece9d8;
	border: 1px solid #666;
	font-weight: bold;
	padding: 3px;
	width: 150px;
}

.actualsContent
{
	background-color: #ccc799;
	border: 1px solid #666;
	font-weight: bold;
	padding: 3px;
	width: 150px;
}

.actualsCategoryDirectSignOn
{
	font-size: 14px;
	background-color: #FF9900;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryPrint {
	font-size: 14px;
	background-color: #004a20;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategorySearch {
	font-size: 14px;
	background-color: #c3ae15;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryOpinion {
	font-size: 14px;
	background-color: #21528c;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryOnline {
	font-size: 14px;
	background-color: #882500;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategorySales {
	font-size: 14px;
	background-color: #c2143c;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryEvents {
	font-size: 14px;
	background-color: #5d3a8c;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryBroadcasts {
	font-size: 14px;
	background-color: #63524d;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategorySocialMedia {
	font-size: 14px;
	background-color: #882500;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}

/* Consumer Acutals */
.actualsCategoryPrintDirect {
	font-size: 14px;
	background-color: #004a20;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;	
}
.actualsCategoryBroadcast {
	font-size: 14px;
	background-color: #c3ae15;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryOnlinePersonal {
	font-size: 14px;
	background-color: #21528c;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;	
}
.actualsCategoryOnlineGeneral {
	font-size: 14px;
	background-color: #882500;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryOnlineSpecific {
	font-size: 14px;
	background-color: #c2143c;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryLiveProviderInteractions {
	font-size: 14px;
	background-color: #5d3a8c;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryOpinionWordofMouth {
	font-size: 14px;
	background-color: #c2143c;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}
.actualsCategoryOnlineGeneralFinancial {
	font-size: 14px;
	background-color: #882500;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: White;
}

.actualsCell {
	border: 1px solid #666;
	font-size: 10px;
	width: 150px;
	height: 30px;
	padding: 1px;
}
.actualsPptCell {
	border: 1px solid #666;
	font-size: 11px;
	width: 150px;
	height: 30px;
	padding: 1px;
}
.actualsScroll {
	padding-top: 0px;
	padding-right: 0px;
	background-color: #ccc799;
	border: 0px solid #666;
	border-left: 0px solid #666;
	vertical-align: middle;
	font-weight: bold;
	white-space:nowrap;
}
.actualsYAxis {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ccc799;
	border: 0px solid #666;
	border-right: 0px solid #666;
	vertical-align: middle;
	font-weight: bold;
	white-space:nowrap;
}

/* Content By Category */
.contentCategoryTitle {
	font-size: 14px;
	background-color: #ccc799;
	border: 1px solid #666;
	font-weight: bold;
	text-align: center;
	color: Black;
}

/* MESSAGING */
.chart {
	border:1px solid #D1D0BF;
	border-collapse:collapse;
}
.chartboxtitle {
	background-color:#FFFFFF;
	padding-right:6px;
	font-size:14px;
	color:#034bd7;
	font-weight:bold;
	white-space:nowrap;
}
.messagingPercentageOdd {
	width:35px;
	background-color:#ECECEC;
	border-left:1px solid #D1D0BF;
	border-right:1px solid #D1D0BF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.messagingPercentageEven {
	width:35px;
	background-color:#E6D7CE;
	border-left:1px solid #D1D0BF;
	border-right:1px solid #D1D0BF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.messagingRowEven {
	background-color:#F4E6DD;
}
.messagingRowOdd {
	background-color: White;
}
.messagingLabel {
	padding-left: 6px;
	vertical-align:middle;
}
.messageattribute {
	width:35px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.keyS {
	color:#47699B;
}
.keyE {
	color:#6E4119;
}
.keyP {
	color:#A04317;
}
.messagingDriverRowEven {
	background-color:#EBEFF5;
}
.messagingTopBorder {
	border-top: 1px solid #D1D0BF;
}
.messagingDriverPercentageEven {
	width:35px;
	background-color:#D6D9DF;
	border-left:1px solid #D1D0BF;
	border-right:1px solid #D1D0BF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.significantDriver {
	color:#CD0000;
}
.messageKeyTable {
	border: 1px solid black;
}
.messageKeyHeader {
	font-size:10pt;
	text-align:center;
	color:#0033CC;
	border-bottom: 1px solid black;
	border-top: none;
	border-left: none;
	border-right: none;
}
.messageKey {
	font-size:10pt;
	text-align:left;
	color:black;
}

/* Uh... keep this below the messaging stuff. ~jw */
.msg_caption {
	border-bottom: 1px solid #D1D0BF;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

/*  Sale Leads */
.salesxaxistitles {
	background-color: #ece9d8;
	border: 1px solid #666;
	vertical-align: middle;
	font-weight: bold;
	padding: 0;
	text-align:center;
}
.salesyaxistitles {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ccc799;
	border: 1px solid #666;
	border-right: 2px solid #666;
	vertical-align: middle;
	font-weight: bold;
	white-space:nowrap;
}
.salesLeadsTable {
	background-color: white;
	border-collapse: collapse;
	color: Black;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}
.salesLeadsCells {
	border: 1px solid #666;
	font-size: 11px;
	height: 30px;
	padding: 1px;
}

/*  Sales Touch  */
.salestouchtable {
	background-color: white;
	border: 2px solid #666;
	border-collapse: collapse;
	color: Black;
	font-size: 11px;
	padding-left:400px;
}
.salesTouchPptTable {
	background-color: white;
	border: 2px solid #666;
	border-collapse: collapse;
	color: Black;
	font-size: 14px;
	padding-left:400px;
}

.salestouchtablecell {
	color: black;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666;
	padding: 0;
	margin: 0;
	width: 125px;
}

/* Execution */
.executionPercentage {
	background-color: #000000;
	border-bottom: 1px solid #7F8481;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
.executionMessage {
	background-color: White;
	border-bottom: 1px solid #7F8481;
	color: black;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	padding-left: 5px;
}
.quadrantttl {
	color:#996633;
	font-size:12px;
	font-weight:bold;
}
.quadrantcorner {
	border:2px solid #333333;
	background-color:#9D9C6E;
}
.quadrantbordertop {
	border:2px solid #333333;
	background-color:#9D9C6E;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	width:200px;
}
.quadrantbordertopsm {
	border:2px solid #333333;
	background-color:#9D9C6E;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:60px;
}
.quadrantborderside {
	border:2px solid #333333;
	background-color:#9D9C6E;
	height:200px;
	vertical-align:middle;
	text-align:center;
}
.quadrantbordersidesm {
	border:2px solid #333333;
	background-color:#9D9C6E;
	height:60px;
	vertical-align:middle;
	text-align:center;
}
.quadrant {
	border:1px solid #333333;
	background-color:#ECE9D8;
	text-align:center;
	vertical-align:middle;
}
.quadrant a:link, .quadrant a:visited {
	background-color:#ECE9D8;
}
.quadrant a:hover {
	background-color:#99B0CC;
	display:block;
	height:100%;
	width:100%;
}
.quadrantdiv {
	text-align:center;
	vertical-align:middle;
}
.abctable {
	background-color:#EEEEEE;
}
.textcenter {
	text-align:center;
}
.ppt_table {
	border: 1px solid #666;
}
.font_small {
	font-size: 8pt;
}
.font_medium {
	font-size: 10pt;
}
.ppt_cell {
	border: 1px solid #666;
}
.text_black {
	color: black;
}
.blackwhitebig {
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: black;
	text-align: center;
	vertical-align: middle;
}
.ppt_caption {
	border-top: none;
	border-right: none;
	border-left: none;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}
.magnetvehicle {
	font-style:italic;
}
.hookvehicle {
	font-weight:bold;	
}

/*PODCAST STYLES*/
.podback {
	vertical-align:top;
}
.podDesc {	
}
.podLink {
	text-align:right;
	border-bottom:solid 1px #CCCCCC;
	padding-right:20px;
}
.podsubjecttext {
	font-size:12px;
	color:black;	
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	width:auto;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:5px;
}
.podTable {
	border-top:solid 1px #CCCCCC;	
}
.podTitle {
	font-size: 14px;
	font-weight: bold;
	color:#1268a7;
}

/* AVAILABLE SIMULATORS LISTING */
.simCell {
	border:1px solid #666;
	padding-left:5px;
}
.sims {
	padding-left: 3px;
	border: 1px solid #666;
	vertical-align: top;
	white-space:nowrap;
}
.simTable {
	margin-top:20px;
	background-color: white;
	border:2px solid #666;
	border-collapse:collapse;
}
.simTable td {
	padding:7px 10px;
}
.simTitles {
	height:30px;
	background:#d1e9ff;
	border:1px solid #666;
	font-weight:bold;
	padding:10px;
}
ul.simulators {
	list-style-type:disc;
	list-style-position:inside;
	margin:20px 0 0;
	padding:20px 0 0;
}
ul.simulators li {
	margin:0;
	padding:0;
}
.messagingtopboarder {
	border-top:1px solid #D1D0BF;
}
.messaging {
	border-top:1px solid #D1D0BF;
	border:1px solid #D1D0BF;
	vertical-align: middle;
	text-align: left;
}
.checkboxlistEven {
	background-color: #ccc;
}
.checkboxlistOdd {
	background-color: inherit;
}
.leftColumn {
	float: left;
}
* html .floatHolder {
	height: 1%;
}
.targetProfile {
	border-top:1px solid #D1D0BF;
	border:1px solid #D1D0BF;
	vertical-align: middle;
	text-align: left;
}
.targetProfileCaption {
	border-bottom: 1px solid #D1D0BF;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
.targetProfileLabelOdd {
	border:1px solid #D1D0BF;
	background-color: #E1ECF5;
}
.targetProfilePercentageEven {
	border:1px solid #D1D0BF;
	background-color: #C0C0C0;
}
.targetProfilePercentageOdd {
	border:1px solid #D1D0BF;
	background-color: #DFDFDF;
}

/* Brand Management */
.messagingComponent {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

/* PR Analyst & Relations */
.prAnalystNote {
	width:250px;
}

/* CONTROL PANEL */
.cpMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.cpMenu li {
	padding-bottom:10px;
}
.cpTopBar {
	height:33px;
	background:url(../images/menu_back.jpg) repeat-x top center;
}
.cpTagCheckboxes {
	padding:0 10px 20px;
}
/* Brand Broadcaster */
.npAboveAverage {
	width:20px;
	height:20px;
	background-color:#008000;
	border:1px solid #000000 !important;
}
.npAverage img {
	width: 20px;
	height: 3px;
	background-color:#008000;
}
.npBelowAverage {
	width:20px;
	height:20px;
	background-color:#000000;
	border:1px solid #000000 !important;
}

/* Slider used on the GNOME page */
.currentObjective table {
	margin:0 0 10px 0;
	background:#fff;
	border-collapse:collapse;
	border:solid 1px #ccc;
}
.currentObjective td {
	padding:4px 6px;
}

.slider {
	position: relative;
}
.valueWrap {
	width: 450px;
	height: 30px;
}
.valueWrap div {
	float: left;
	height: 10px;
	font-weight: bold;
	font-size: 14px;
}
.awarenessSliderValue {
	text-align: left;
	width: 150px;
	color: #99b0cc
}
.considerationSliderValue {
	text-align: center;
	width: 150px;
	color: #cc3333;
}
.purchaseSliderValue {
	text-align: right;
	width: 150px;
	color: #f3e26d
}
.spanWrap {
	width: 450px;
	height: 10px;
	background: url(../images/considerationSliderSpan.jpg) no-repeat -2px center;
}
.spanWrap div {
	float: left;
	height: 10px;
	border: 1px solid black;
	margin-top: -1px;
	margin-left: -1px; /* should be the negative of border width */
	margin-right: -1px;
}
.awarenessSliderSpan {
	background: url(../images/awarenessSliderSpan.jpg) no-repeat center left;
	padding-right: 5px; /* should be 1/2 the width of .handle */
	border-right: none;
}
.considerationSliderSpan {
	padding-right: 5px; /* should be 1/2 the width of .handle */
	border-left: none;
}
.purchaseSliderSpan {
	background: url(../images/purchaseSliderSpan.jpg) no-repeat center right;
	/*padding-right: 5px; /* should be 1/2 the width of .handle */
}
.track {
	width: 450px;
	height: 10px;
	position: absolute;
	top: 30px; /* should equal the height of the valueWrap */
}
.handle {
	position: absolute;
	top:-10px;
	width: 10px;
	height: 30px;
	background: transparent url('../images/sliderhandle.gif') top left no-repeat;
	cursor: col-resize;
	float: left;
}

.awarenessText {
	color: #99b0cc;
	font-weight: bold;
}

.considerationText {
	color: #cc3333;
	font-weight: bold;
}

.purchaseText {
	color: #f3e26d;
	font-weight: bold;
}


/* WhitePapers Flash */
.flashContent {
	width:950px;
	margin:0 auto;
}
.flashThumbHdr {
	display:block;
	padding:10px 0;
	background:#004476;
	border:solid 1px #004476;
	border-top:none;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.flashThumbHdr:hover {
	background:#266391;
	text-decoration:none;
}
.flashThumbWrap {
	border:solid 1px #004476;
}
.flashWrap {
	width:100%;
	background:#000 url(../images/flash_back.jpg) repeat-x bottom left;
	margin-top: 10px;
}

.isSolution
{
	color:black;
}

.advGnomeTableRowEven {
	background-color:#EBEFF5;
}

.advGnomeTableRowOdd {
	background-color:#FFFFFF;
}

.advGnomeTableCell 
{
	border-right: 1px solid #666;
	text-align: left;
	padding-left: 10px;
}

.advGnomeTableCellPercentage 
{
	border-right: 1px solid #666;
	text-align: center;
}

.advGnomeTableHeaderCell
{
	background-color: #ccc799;
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	white-space:nowrap;
}

.advGnometextbox
{
	text-align: center;
}

.advGnomeTextCell {
	background-color: white;
	border: 2px solid #666;
	color: Black;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}

#vehicleGroupingTable th {
	background-color: #ccc799;
	font-size: 14px;
}

.vehicleHeader {
	background-color: Black;
	font-weight: bold;
	font-size: 14px;
	color: White;
	padding: 1px 5px;
	text-align: left;
}

.vehicleCell {
	border: 1px solid #666;
	font-size: 12px;
	padding: 1px 5px;
	text-align: left;
}

.vehicleCell span {
	white-space: nowrap;
}

.vehicleGroup {
	font-size: 14px;
	border: 1px solid #666;
	font-weight: bold;
	text-align: left;
	color: White;
	padding: 5px;
}

.vehicleGroup1 { background-color: #FE9900; }
.vehicleGroup2 { background-color: #014A1F; }
.vehicleGroup3 { background-color: #C3AE15; }
.vehicleGroup4 { background-color: #21528C; }
.vehicleGroup5 { background-color: #872302; }
.vehicleGroup6 { background-color: #C2133E; }
.vehicleGroup7 { background-color: #5A3A8C; }
.vehicleGroup8 { background-color: #73B500; }
.vehicleGroup9 { background-color: #009BD3; }