/*.header {
	text-align: center;  /* Cancelled so it stops moving CBH logo to the center of the cell
}
*/

.bold {
	font-weight: bold;
}

.leftcol {
	background-color: #474B45;
	color: #FFFFFF;
	font-weight: bold;
}

table {
	font-size: 11px;
	width: 100%;
}

td {
	border-color: #000000;
	vertical-align: top;
}

.header td {
	vertical-align: bottom; /* Modified from tr.header to .header so it gets v-align to bottom, instead of middle.*/
}
  
tr.header td {
	text-align: center; /* points directly to where tr.header is, without affecting the table.header where LOGO is displayed*/
	vertical-align: middle;
}
 
  
ul {
	list-style: none;
	list-style-image: url(images/smallArrowRight.gif);
	margin: 0;
	margin-left: 1.5em;
	padding: 0;
}

li {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

ul ul {
	font-style: italic;
	list-style-image: url(images/smallArrowDown.gif);
}

  /* */
  
  
  
  
/*****  Broker Product Matrix  *****/  
.addedvalue {
font-weight:bold; /*bolded Options*/
}


/*** Behavioral ***/
.behavioral {
font-weight:bold; /*bolded Options*/
}
.bMatrix .shadeLight{
	background-color:#CCD25A;
}
.bMatrix .shadeDark{
	background-color:#A6BB03;
}

/*** Assistance ***/
.assistance {
font-weight:bold; /*bolded Options*/
}
.aMatrix .shadeLight{
	
}
.aMatrix .shadeMedium{
	
}
.aMatrix .shadeDark{
	
}

/*** Productivity ***/
.productivity {
	font-weight:bold; /*bolded Options*/
}
.pMatrix .shadeLightest{
	
}
.pMatrix .shadeLight{
	
}
.pMatrix .shadeMedium{
	
}
.pMatrix .shadeDark{
	
}


/*****  Broker Product Matrix Ends  *****/  
/*****  Broker application/form  *****/  

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #FF9900;
	border-bottom:1px
	
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;

}

.row0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCE6F0;
}

.rowBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCE6F0;
}

.rowGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3EAB7;
}


.salesToolsNav {

}

tr.salesToolsNav {
	height:30px;
	background-color: #DCE6F0;
	vertical-align: middle;
	padding: 5px;

}
td.salesToolsNav {
	vertical-align: middle;

}


a.salesToolsNav {
	color: #4977B6;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight:bold;
	border:1px black solid;
	padding:2px 5px;
	margin-right: 20px;
	text-decoration: none;
}
a.salesToolsNav:hover {
	color: #005F6F;
	background-color: white

}

.salesToolsNavCancel {

}


a.salesToolsNavCancel {
	color: Red;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	border:1px black solid;
	padding:2px 5px;

}

a.salesToolsNavCancel:hover {
	color: black;
	background-color: #FF9999;

}

a.salesToolsLink {
	color: #4977B6;
	font-family: Verdana, Arial;
	font-size: 14px;
	padding:2px 5px;
	text-decoration: underline;
}
a.salesToolsLink:hover {
	color: #005F6F;
}



/*****  Broker application/form Ends  *****/  

#salesToolsInfo {
	 width:516px;
	 padding:7px;
	 background-color:#DCE6F0;
}

/* standard input styling for site. */ 

label,input {
	display: block;
/*	width: 150px; */
	float: left;

}

input,textarea,select,option {
	margin-bottom: 7px;
	margin-left:3px;
	font-weight: normal;
	font-family: Verdana, Arial;
}

label {
	text-align: right;
	width: 130px;
	margin-bottom: 2px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial;
	text-align:left;
}

br {
	clear: left;
}