/* global2  ========================================================*/

.cj-account-manager .fakeTextArea {
	overflow: auto;
	overflow-y: scroll;
	padding-left: 10px;
	width: 90%;
	height: 90%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #ccc;
	background-color: #f4f4f4;
}

.cj-account-manager .fieldSetLabelWhite {
	padding:3px 8px;
	position:absolute;
	background-color:#ffffff;
	z-index:10;
	visibility:visible;
	font-weight: 600;
}

.cj-account-manager .fieldSetOuterWhite {
	border: #DEDEDE 1px solid;
}

.cj-account-manager .fieldSetInnerWhite {
	clear: right;
	padding-top:25px;
}

.cj-account-manager .fieldSetLabelGray {
	padding-right:8px;
	padding-left:8px;
	background-color:#eeeeee;
	font-weight: 600;
	margin-top:-0.5em;
	margin-bottom:1em;
}

.cj-account-manager .fieldSetOuterGray {
	border-top: #cccccc 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #cccccc 1px solid;
}

.cj-account-manager .fieldSetInnerGray {
	border-top: #ffffff 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #ffffff 1px solid;
	clear: right;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
}

.cj-account-manager .bodyGray {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: black;
	background-color: #eeeeee;
}

.cj-account-manager .SpacerClearRight {
	clear: right;
	font-size: 1px
}

.cj-account-manager .SpacerClearLeft {
	clear: left;
	font-size: 14px
}

.cj-account-manager .oldbrowsers {
	display: none
}
/*
.cj-account-manager .avisited {
	font-size: 12px;
    color: #4280FF;
	text-decoration: none;
}

.cj-account-manager .avisited:hover {
    color: #4280FF;
	text-decoration: none;
}*/

.cj-account-manager .error {
    color: #F37C7C;
}

.cj-account-manager .errorData {
	color: #FF0000;
}

.cj-account-manager .padding4px {
	padding-left: 4px; padding-right: 4px;
}

.cj-account-manager .padding_left {
	padding-left: 40px;
}

.cj-account-manager .vertDivider {
	border-top: #ccc 1px dashed;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	color: #333;
	padding: 4px 3px;
}

/* table display ------------------------------------------------- */
.cj-account-manager .displayTable {
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

.cj-account-manager .displayIndentCol   {
	padding: 5px 5px 5px 25px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: top;
}

.cj-account-manager .displayNoIndentCol {
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: top;
}

.cj-account-manager .displayNoBordersCol {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}

.cj-account-manager .displayNoPaddingCol {
	padding: 0;
	border-bottom: 1px solid #eeeeee;
}

.cj-account-manager .displayTitle {
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
}

/* table complex ------------------------------------------------- */
.cj-account-manager .complexTable     {
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-left: #cccccc 1px solid;
	border-bottom: 1px solid #cccccc;
	border-right: #cccccc 1px solid;
}

.cj-account-manager .complexOddRow {
	background-color:#efefef;
}

.cj-account-manager .complexEvenRow {
	background-color:#ffffff;
}

.cj-account-manager .complexButtonRow {
	background-color:#ffffff;
}

.cj-account-manager .complexIndentCol {
	padding: 5px 5px 5px 25px;
	border-bottom: 1px solid #eeeeee;
	border-right: #eeeeee 1px solid;
	vertical-align: top;
}

.cj-account-manager .complexNoIndentCol {
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	border-right: #eeeeee 1px solid;
	vertical-align: top;
}

.cj-account-manager .complexNoPaddingCol {
	padding: 0;
	border-bottom: 1px solid #eeeeee;
	border-right: #eeeeee 1px solid;
}

.cj-account-manager .complexCell {
	padding: 5px 11px;
	border-bottom: 1px solid #eee;
	border-right: #eee 1px solid;
}

.cj-account-manager .complexTitle {
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
}

.cj-account-manager .complexHeader {
	background-color:#ffffff;
	text-align: center;
	color : #000000;
	padding: 5px 11px;
	border-bottom: 1px solid #eeeeee;
	border-right: #eeeeee 1px solid;
}

.cj-account-manager .complexHeaderSorted {
	text-align: center;
	padding: 5px 11px;
	border-bottom: 1px solid #eeeeee;
	border-right: #eeeeee 1px solid;
	background-color: #efefef;
	color: #000000;
}

.cj-account-manager .complexTitleRow {
	background-color:#ffffff;
	padding: 5px 11px;
	border-bottom: 1px solid #eeeeee;
	border-right: #eeeeee 1px solid;
}

.cj-account-manager .complexTitleCell {
	font-weight: 600;
}

/* crumbtrail -------------------------------------------------- */
.cj-account-manager .crumbTrailTable {
	color: #99cc00;
	background-color: #99cc00;
	border-bottom: #000 1px solid;
 	padding: 3px;
 	height: 6px;
}


/* header ------------------------------------------------- */
table.brandedHeader {
	background-color: #000000;
	padding: 0;
	border: 0;
	text-align: right;
}

td.brandedHeader {
	background-color: #000000;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}

table.brandedNested {
	border-bottom: #454747 1px solid;
	border-right: #454747 1px solid;
}

td.brandedNested {
	border-top: #454747 1px solid;
	border-left: #454747 1px solid;
	white-space:nowrap;
	background-color: #000000;
	height: 19px;
	color: #7C7C7C;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

td.brandedNestedLogout {
	text-align: center;
	background-color: #000000;
	font-size: 10px;
	padding-left: 10px;
}

td.brandedNestedNoPad {
	border-top: #454747 1px solid;
	border-left: #454747 1px solid;
	background-color: #000000;
	height: 20px;
}

.cj-account-manager .brandedNested a {
	font-size: 10px;
	color: #99CCFF;
	text-decoration: none;
}

.cj-account-manager .brandedNested a:visited {
	font-size: 10px;
	color: #99CCFF;
	text-decoration: none;
}

.cj-account-manager .brandedNested a:hover {
	font-size: 10px;
	color: #99CCFF;
	text-decoration: underline;
}

.cj-account-manager .dialog {
	font-size: 12px;
	text-align: left;
	padding-bottom: 6px;
}

.cj-account-manager .dialogTotals {
	font-size: 12px;
	text-align: right;
	color: #999999;
	padding-bottom: 5px;
}

/*---Greeting table---*/
td.greeting {
	height: 67px;
	text-align: center;
	vertical-align: middle;
}

.cj-account-manager .salutation {
	color:#999;
}

.cj-account-manager .contactName {
	color:#fff;
}

.cj-account-manager .darr2 {
	font-size: 10px;
	color: #4280FF;
}

.cj-account-manager .darr3 {
	font-size: 10px;
	color: #3E5200;
}

/* --------------FORMS ---------------*/

/* tables------------------------------------------------- */

/* general table used for home page, account .etc ------------------------------------------------- */

/*table.default {
	background-color: #999999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}*/

td.headerColSpan {
	height: 35px;
/*	border-bottom: 1px solid #eee;*/
	background-color: white;
	font-weight: 600;
	font-size: 12px;
	padding-left: 11px;
	vertical-align: middle;
}

td.headerNoColSpan {
	height: 35px;
/*	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	background-color: white;
	font-weight: 600;
	font-size: 12px;
	padding-left: 11px;
	vertical-align: middle;
}

td.leftCellTitle {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;*/
	border-right: #eee 1px solid;
}

td.rightCellTitle {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;*/
}

td.middleCellTitle {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;*/
	border-right: #eee 1px solid;
}

td.leftCellText {
	height: 25px;
/*	background-color: white; */
/*	border-bottom: 1px solid #eee; */
/*	border-right: #eee 1px solid;*/
/*	padding-left: 25px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}

td.leftCellTextIndent {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;*/
/*	border-right: #eee 1px solid;*/
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.rightCellText {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee; */
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.middleCellText {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;*/
/*	border-right: #eee 1px solid; */
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.middleLastRow {
	height: 25px;
	background-color: white;
/*	border-bottom: 0 solid #eee;*/
/*	border-right: #eee 1px solid;*/
	padding-left: 10px;
}

td.rightLastRow {
	height: 25px;
	background-color: white;
	padding-left: 10px;
}

td.leftLastRow {
	height: 25px;
	background-color: white;
/*	border-right: #eee 1px solid;*/
	padding-left: 25px;
}

td.leftCellCentered {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;
	border-right: #eee 1px solid; */
	text-align: center;
}

td.rightCellCentered{
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee; */
	text-align: center;
}

td.middleCellCentered {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;
	border-right: #eee 1px solid; */
	text-align: center;
}

#number {
	padding-right: 10px;
	text-align: right;
}

td.headerNoColSpan2 {
	height: 35px;
	background-color: white;
	font-weight: 600;
	font-size: 12px;
}

td.headerNoBorder {
	height: 35px;
/*	border-right: 1px solid #eee;*/
	background-color: #ffffff;
	font-weight: 600;
	font-size: 12px;
	padding-left: 11px;
}

td.NoBorder {
	height: 25px;
	border-bottom: 1px solid #fff;
	background-color: #ffffff;
	font-size: 12px;
	padding-left: 11px;
}

td.defaultBold {
	height: 25px;
	background-color: white;
	font-weight: 600;
	font-size: 12px;
}

td.defaultMessageBody {
	background-color: white;
	text-align: left;
	font-size: 12px;
}

td.leftNoIndent {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;
	border-right: #eee 1px solid;*/
}

td.BrdrBottomIndent {
	height: 25px;
	background-color: white;
	padding-left: 25px;
/*	border-bottom: 1px solid #eee;*/
}

td.Action {
	height: 35px;
	background-color: white;
	padding-left: 25px;
/*	border-bottom: 1px solid #eee;*/
}

td.leftLastRowAction {
	height: 35px;
	background-color: white;
	padding-left: 25px;
}

td.BorderTop {
	height: 35px;
	border-top: #ccc 1px solid;
	background-color: white;
	padding-left: 11px;
}

td.vanilla {
	background-color: white;
	height: 35px;
	padding-left: 11px;
	padding-left: 25px;
}

td.vanilla25px {
	background-color: white;
	height: 25px;
	padding-left: 11px;
	padding-left: 25px;
}

td.vanillaNoIndent {
	background-color: white;
	height: 35px;
}

td.vanillaBigIndent {
	background-color: white;
/*	border-bottom: 1px solid #eee;*/
	height: 35px;
	padding-left: 25px;
}

td.leftNoBorder {
	height: 35px;
	background-color: white;
	padding-left: 25px;
}

td.leftNoBorderSubField {
	height: 35px;
	background-color: white;
	padding-left: 50px;
}

td.NumberRow {
	height: 25px;
	background-color: white;
/*	border-bottom: 1px solid #eee;
	border-right: #eee 1px solid;*/
	padding-right: 10px;
	text-align: right;
}

td.NumberBottom {
	height: 25px;
	background-color: white;
	padding-right: 10px;
	text-align: right;
}

td.depressed {
	background-color: #eeeeee;
	border-top: 1px solid #E9E9E9;
}

td.bucket {
	background-color: white;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

td.dashed {
	height: 25px;
	border-bottom: 1px dashed #B1B1B1;
	padding-left: 17px;
}

td.dashed2 {
	height: 25px;
	border-bottom: 1px dashed #EEEEEE;
	padding-left: 17px;
}

td.solid {
	height: 25px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 17px;
}

td.logo {
	height: 25px;
	border-bottom: 1px dashed #B1B1B1;
	padding-left: 12px;
}

td.actionHeader {
	height: 5px;
	padding-left: 30px;
}

td.leftdashed  {
	height: 25px;
	background-color: white;
	border-bottom: 1px dashed  #eee;
	border-right: #eee 1px solid;
	padding-left: 25px;
}

td.rightdashed  {
	height: 25px;
	background-color: white;
	border-bottom: 1px dashed #eee;
	padding-left: 10px;
}

td.yellow {
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	border-top: #eeeeee 1px solid;
	padding-left: 25px; color: #ff0000
}

td.minBalance {
	background-color: #ffffff;
/*	border-bottom: 1px solid #eee;
	border-top: #eeeeee 1px solid;*/
	padding-left: 25px;
	color: #ff0000;
}

table.buttonTable {
	height: 25px;
	background-color: #efefef;
	border-right: #B5B2B5 1px solid;
	border-bottom: #B5B2B5 1px solid;
	border-left: #fff 1px solid;
	border-top: #FFF 1px solid;
}

table.buttonTableHiLite {
	height: 25px;
	background-color: #EEEEEE;
	border-right: #fff 1px solid;
	border-bottom: #B5B2B5 1px solid;
	border-left: #B5B2B5 1px solid;
	border-top: #B5B2B5 1px solid;
}

table.buttonDefault {
	height: 25px;
	background-color: #EEEEEE;
	border-right: #B5B2B5 1px solid;
}

table.buttonSpacer{
	height: 100%;
	background-color: #EEEEEE;
	border-right: #B5B2B5 1px solid;
}

.cj-account-manager .greycells {
	background-color:#efefef;
	height: 35px;
}

.cj-account-manager .greycellsMail {
	background-color:#f4f4f4;
	height: 20px;
}

.cj-account-manager .whitecells {
	background-color:#ffffff;
	height: 35px;
}

.cj-account-manager .highlight2 {
	background-color:#E4F1FF;
	height: 20px;
	border-right: red 1px solid;
}

.cj-account-manager .groove {
	border-top: #CCCCCC 1px solid;
	font-size: 10px;
	height: 25px;
	text-align: center;
	color: #666;
}

/* subterainian table------------------------------------------------- */
table.subTable {
	background-color: #999999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
}

td.SubBttmBrdr {
	border-bottom: 1px solid #eeeeee;
}

td.subTabRight {
	border-right: 1px solid #eeeeee;
	background-color: #ffffff;
	height: 25px;
}

td.subTabLeft {
	border-left: 1px solid #eeeeee;
	background-color: #ffffff;
	height: 25px;
}

td.subTabLeftIndent {
	border-left: 1px solid #eeeeee;
	background-color: #ffffff;
	height: 25px;
	padding-left: 11px;
}

td.BBsubTabRight {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
}

td.BBsubTabLeft {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
}

td.DarkSubTabRight {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #E4E4E4;
}

td.DarkSubTabMiddle {
	border-right: 1px solid #E4E4E4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #E4E4E4;
	background-color: #f4f4f4;
}

td.DarkSubTabRightBB {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #E4E4E4;
}

td.DarkSubTabLeft {
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #E4E4E4;
}

td.DarkLeftNoTopBrdr {
	border-bottom: 1px solid #E4E4E4;
	background-color: #f4f4f4;
	height: 25px;
}

td.DarkRightNoTopBrdr {
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	background-color: #f4f4f4;
	height: 25px;
}

td.DarkMiddleNoTopBrdr {
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	background-color: #f4f4f4;
	height: 25px;
}

td.leftCellTextDarkFirst {
	height: 25px;
	background-color: #f4f4f4;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-right: #E6E6E6 1px solid;
	padding-left: 25px;
}

td.leftCellTextDark {
	height: 25px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #E6E6E6;
	border-right: #E6E6E6 1px solid;
	padding-left: 25px;
}

td.rightCellTextDark {
	height: 25px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 10px;
}

td.rightCellTextDarkFirst {
	height: 25px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding-left: 10px;
}

td.middleCellTextDark {
	height: 25px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #E6E6E6;
	border-right: #E6E6E6 1px solid;
	padding-left: 10px;
}

td.middleCellNoIndentDark {
	height: 25px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #E6E6E6;
	border-right: #E6E6E6 1px solid;
}

/* navigation------------------------------------------------- */

table.navigation {
	 background-color: #99cc00;
	 height: 23px;
}

td.BGNav {
	background-image: url(../../../../foundation/images/bg_green.gif);
}

td.navHighlight {
	background-color: #B4EB08;
}

/* green subtab------------*/

.cj-account-manager .tabActive {
	border-right: 1px solid #000;
	border-right: 1px solid #194070;
	border-top: 1px solid #194070;
	border-left: 1px solid #194070;
	text-align: center;
	font-size: 12px;
	background-color: #eeeeee;
	color: #333;
	padding-right: 12px;
	padding-left: 12px;
}

.cj-account-manager .tabActive a:visited {
	font-weight: normal;
}

.cj-account-manager .tabInActive {
	border-bottom: 1px solid #194070;
	font-size: 12px;
	color: #333;
	padding-right: 12px;
	padding-left: 12px;
}

.cj-account-manager .tabInActive a {
	color: #000;
	text-decoration: none;
	height: 15px;
	text-align: center;
	font-weight: normal;
}

.cj-account-manager .tabInActive a:visited {
	font-weight: normal;
	color: #000;
}

.cj-account-manager .tabInActive a:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.cj-account-manager .tabInActive a:active {
	font-weight: normal;
	color: #000;
}


/*----green subtab---*/

.cj-account-manager .subTab {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
	padding: 7px 15px;
}


.cj-account-manager .subTab a {
	height: 15px;
	text-decoration: none;
	color: #000000;
}

.cj-account-manager .subTab a:hover {
	color: #000000;
	text-decoration: underline;
}

.cj-account-manager .subTab a:visited {
	color: #000000;
}

.cj-account-manager .subTab a:active {
	color: #000000;
	font-weight: normal;
}

.cj-account-manager .subTabActive {
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	background-color: #ffffff;
	padding-right: 14px;
	padding-left: 14px;
}


.cj-account-manager .subTabActive a:visited {
	font-weight: normal;
	color: #000;
}

.cj-account-manager .subTabActive a:active {
	font-weight: normal;
	color: #000;
}


.hide-legacy-get-links-tab{
    display:none !important;
}

.show-legacy-get-links-tab.hide-legacy-get-links-tab{
    display:inherit !important;
}

td.colorBar {
	background-color: #99cc00;
	border-bottom: #000 1px solid;
}

table.crumbTrail {
	height: 25px;
	color: #99cc00;
	background-color: #99cc00;
	border-bottom: #000 1px solid;
}

.cj-account-manager .crumbTrailActive {
	text-align: center;
	font-size: 12px;
	color: #333;
	padding-right: 4px;
	padding-left: 4px;
}

.cj-account-manager .darrCrumbTrail {
	color: #000000;
	padding-bottom: 1px;
}

.cj-account-manager .crumbTrailInActive a {
	color: #013AD1;
	font-weight: normal;
}

.cj-account-manager .crumbTrailInActive a:hover {
	color: #013AD1;
}

.cj-account-manager .crumbTrailInActive a:visited {
	font-weight: normal;
	color: #013AD1;
}

.cj-account-manager .crumbTrailInActive {
	text-align: center;
	font-size: 12px;
	color: #3E5200;
	padding-right: 4px;
	padding-left: 4px;
}

.cj-account-manager .buttonNoPad {
	border-bottom: 1px solid #194070;
}

.cj-account-manager .sortedBy {
	border-right: 1px solid #B4EB08;
	border-bottom: 1px solid #B4EB08;
	border-top: 1px solid #3E5200;
	border-left: 1px solid #3E5200;
	font-size: 12px;
	background-color: #99cc00;
	color: #333;
}

.cj-account-manager .activeColumnTab {
	border-right: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	padding-left: 5px;
	color: #333;
}

.cj-account-manager .activeColumnTab a {
	display: block;
}

.cj-account-manager .activeColumnTab a:active {
	font-weight: normal;
}

.cj-account-manager .inactiveColumnTab {
	border-right: 1px solid #D8D8D8;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	font-size: 12px;
	text-align: left;
	background-color: #F4F4F4;
	padding-left: 5px;
	color: #333;
}

.cj-account-manager .inactiveColumnTab a:visited {
	font-weight: normal;
}

.cj-account-manager .inactiveColumnTab a {
	display: block;
	font-weight: normal;
}

.cj-account-manager .spacerColumnTab {
	border-bottom: 1px solid #D4D4D4;
	font-size: 12px;
}

.cj-account-manager .resultColumn {
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	padding:7px;
}

.cj-account-manager .indent {
	padding-left: 20px;
}

.cj-account-manager .underline u {
	font-color: red;
	color: red;
	text-decoration: underline;
}

.cj-account-manager .underline a:hover {
	color: blue;
	font-color: red;
	text-decoration: underline;
}

.cj-account-manager .fineprint {
	font-size: 9px;
	line-height: 11px;
	color: #888888;
}

.cj-account-manager .thirdNav {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.cj-account-manager .thirdNav .title {
	font-weight : bold;
	background-color: #FFFFFF;
}

.cj-account-manager .thirdNav .selected {
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.cj-account-manager .thirdNav td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 10px;
	background-color: #EEEEEE;
	font-size: 12px;
}

.cj-account-manager .thirdNav .notext {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Form Styles */
.cj-account-manager .sub-label {
	padding-left: 50px;
}

/* Tooltip Styles */
.cj-account-manager .info-tooltip {
    background-color: #FFFFFF;
    color: #585858;
    font-size:9pt;
    font-weight: normal;
    padding: 10px;
    position: absolute;
    max-width: 200px;
    z-index: 3000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #00AF66;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/* guido  ========================================================*/

body {
    background-color: #FFFFFF;
    font-size: small;
}

body, h1, h2, div, span {
    margin: 0;
    padding: 0;
}

body, h1, h2 {
    color: #000000;
}

td, th {
    color: #000000;
/*    vertical-align: top;*/
}

body p, div, td, th, span {
    font-size: small;
}

input, select, textarea {
    font-size: small;
    font-weight: normal;
}

textarea {
    border-top: 1px #666 solid;
    border-left: 1px #666 solid;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    width: 90%;
}

iframe {
    border-top: 1px #666 solid;
    border-left: 1px #666 solid;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    width: 90%;
}

h1, h2 {
    padding-bottom: 3px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    font-weight: 600;
}

h1 {
	background: url(../../../../foundation/images/guido/titlebk.gif) repeat-x bottom;
	font-size: 1em;
}

h1 a {
    font-weight: 600;
}

h1 a:hover {
    text-decoration: underline;
}

h1 span {
    padding-left: 15px;
    font-weight: normal;
}

h2 {
    border-bottom: #CCCCCC 1px solid;
    font-size: .9em;
}

h2 a {
    font-weight: 600;
}

h2 a:hover {
    text-decoration: underline;
}

h2 span {
    padding-left: 15px;
    font-weight: normal;
}

form {
    margin: 0;
}

ul {
    margin: 0;
}

.cj-account-manager .disabled {
    color: #999999;
}

.cj-account-manager .logobox {
    background-color: #000000;
    text-align: left;
    padding: 10px;
}

.cj-account-manager .logoproduct {
    background-color: #000000;
    text-align: right;
    padding: 10px;
    padding-right: 14px;
}

.cj-account-manager .nav1 {
    background-color: #505050;
    padding-top: 1px;
    border-top: #666666 1px solid;
}

.cj-account-manager .nav1 td {
    background-color: #4C4C4C;
    border-bottom: #191919 1px solid;
    text-align: center;
    font-size: 12px;
}

.cj-account-manager .nav1 td#first {
    padding-right: 10px;
    padding-left: 9px;
    border-bottom: #191919 1px solid;
}

.cj-account-manager .nav1 a {
    border-top: #4C4C4C 1px solid;
    border-left: #4C4C4C 1px solid;
    border-right: #4C4C4C 1px solid;
	padding: 6px 12px;
	color: #FFFFFF;
    display: block;
}

.cj-account-manager .nav1 a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    display: block;
}

.cj-account-manager .nav1 a:visited {
    color: #FFFFFF;
    display: block;
}

.cj-account-manager .nav1 td#selected {
    background-color: #EEEEEE;
    border-left: #191919 1px solid;
    border-top: #191919 1px solid;
    border-right: #191919 1px solid;
    border-bottom: #EEEEEE 1px solid;
    font-weight: 600;
}

.cj-account-manager .nav1 td#selected a {
    color: #000000;
    border: 0;
}

.cj-account-manager .nav1on {
    background-color: #333333;
    border-bottom: #000000 1px solid;
    font-size: 12px;
}

.cj-account-manager .nav1on a {
    border-top: 1px solid #191919;
    border-left: 1px solid #191919;
    border-right: 1px solid #191919;
    background-color: #333333;
	padding: 6px 12px;
	color: #FFFFFF;
    display: block;
}

.cj-account-manager .nav1on a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    display: block;
}

.cj-account-manager .nav1on a:visited {
    color: #FFFFFF;
    display: block;
}

.cj-account-manager .nav2 {
	padding-top: 1px;
	background: #EEEEEE url(../../../../foundation/images/guido/nav2bk.gif) repeat-X bottom;
}

.cj-account-manager .nav2 td {
    background-color: #EEEEEE;
    border-bottom: #BBBBBB 1px solid;
    text-align: center;
    font-size: 12px;
}

.cj-account-manager .nav2 td#first {
	padding: 0 10px 0 9px;
	border-bottom: #BBBBBB 1px solid;
}

.cj-account-manager .nav2 a {
    border-left: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 1px solid;
	padding: 6px 12px;
	color: #000000;
    display: block;
}

.cj-account-manager .nav2 a:hover {
    color: #000000;
    text-decoration: underline;
    display: block;
}

.cj-account-manager .nav2 a:visited {
    color: #000000;
    display: block;
}

.cj-account-manager .nav2 td#selected {
    background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	border-bottom-color: #FFFFFF;
	font-weight: 600;
}

.cj-account-manager .nav2 td#selected a {
    border: 0;
    color: #000000;
}

.cj-account-manager .nav2on {
    background-color: #DEDEDE;
    border-bottom: #BBBBBB 1px solid;
    font-size: 12px;
}

.cj-account-manager .nav2on a {
    border-left: #BBBBBB 1px solid;
    border-top: #BBBBBB 1px solid;
    border-right: #BBBBBB 1px solid;
    background-color: #DEDEDE;
	padding: 6px 12px;
	color: #000000;
    display: block;
}

.cj-account-manager .nav2on a:hover {
    color: #000000;
    text-decoration: underline;
    display: block;
}

.cj-account-manager .nav2on a:visited {
    color: #000000;
    display: block;
}

.cj-account-manager .nav3 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    text-align: right;
    vertical-align: top;
    font-size: 0.7em;
}

.cj-account-manager .nav3 a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    border-right: #BBBBBB 1px solid;
}

.cj-account-manager .nav3 a:hover {
    text-decoration: underline;
}


/*.cj-account-manager .content {
    padding: 15px 15px 2px 15px;
}*/

.cj-account-manager .manageAdsContent {
	padding: 0 10px;
}

/* -------------- form fields --------------- */

.cj-account-manager .formFieldDefault {
	border: 1px solid #666;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 90%;
}

.cj-account-manager .formFieldStatic {
	border: 1px solid #666;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

.cj-account-manager .listBox {
    height: 100px;
	border: 1px solid #666;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 90%;
}

/* -------------- other --------------- */

.cj-account-manager .requiredSign {
    color: #FF7D18; /*blue: 316BB2;*/
}

.cj-account-manager .raw {
    padding: 0;
    margin: 0;
    border: 0;
}

.cj-account-manager .raw td {
    padding: 0;
    margin: 0;
    border: 0;
}

.cj-account-manager .listReport {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: #cccccc 1px solid;
    width: 100%;
}

.cj-account-manager .listreport td {
    border-bottom: 1px solid #cccccc;
    border-right: #cccccc 1px solid;
    padding: 3px;
    vertical-align: top;
}

.cj-account-manager .listreport td td {
    border: 0;
    padding: 0;
}

.cj-account-manager .listreport th {
    border-bottom: 1px solid #cccccc;
    border-right: #cccccc 1px solid;
    padding: 5px;
    vertical-align: middle;
    font-weight: normal;
}

.cj-account-manager .listreport th a {
    padding: 0;
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .listreport th a:hover {
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .listreport th a:visited {
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .listreport th td {
    border: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.cj-account-manager .listreport th#selected {
    background-color: #E5E5E5;
}

.cj-account-manager .listData {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: #cccccc 1px solid;
    width: 100%;
}

.cj-account-manager .listData td {
    border-bottom: 1px solid #cccccc;
    border-right: #cccccc 1px solid;
	padding: 3px 5px;
	vertical-align: top;
}

.cj-account-manager .listData td td {
    border: 0;
    padding: 0;
}

.cj-account-manager .listData th {
    border-bottom: 1px solid #cccccc;
    border-right: #cccccc 1px solid;
    padding-right: 4px;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
}

.cj-account-manager .listData th a {
    padding: 0;
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .listData th a:hover {
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .listData th a:visited {
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .listData th td {
    border: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.cj-account-manager .listData th#selected {
    background-color: #E5E5E5;
}

.cj-account-manager .listData .buttonDefault {
    margin-left: 5px;
    margin-right: 5px;
}

.cj-account-manager .listData .buttonIconCB {
    margin-left: 5px;
    margin-right: 5px;
}

.cj-account-manager .listTotalRow {
    background-color: #E5E5E5;
}

.cj-account-manager .listOddRow {
    background-color: #EFEFEF;
}

.cj-account-manager .listEvenRow {
    background-color: #FFFFFF;
}

.cj-account-manager .highlight {
    background-color: #EFF7FF;
}

.cj-account-manager .title {
    padding: 5px;
    font-weight: 600;
    text-align: left;
}

.cj-account-manager .link {
    font-weight: normal;
    float: right;
    margin-top: -2em;
    margin-right: 10px;
}

.cj-account-manager .clickThrough {
    text-align: right;
}

.clickThrough a:hover {
    text-decoration: none;
}

.cj-account-manager .note {
    font-size: .7em;
}

.cj-account-manager .note span {
    font-size: .95em;
}

.cj-account-manager .footnote {
    font-size: .7em;
}

.cj-account-manager .fieldSetLabel {
/*    padding-left: 8px;*/
    padding-right: 8px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
}

/* -------------- reports --------------- */
.cj-account-manager .report {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: #cccccc 1px solid;
    width: 100%;
    margin-bottom: 2px;
}

.cj-account-manager .report th {
    border-bottom: 1px solid #cccccc;
    border-right: #cccccc 1px solid;
    padding: 5px;
	font-weight: normal;
    vertical-align: top;
    empty-cells: show;
}

.cj-account-manager .report th a {
    display: block;
    padding: 0;
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .report th a:visited {
    color: #000000;
    text-decoration: underline;
}

.cj-account-manager .report th#selec {
    background-color: #EFF7FF;
    font-weight: 600;
}

.cj-account-manager .report th#selec a {
    color: #000000;
    display: block;
}

.cj-account-manager .report th#over {
    background-color: #EFF7FF;
    font-weight: normal;
}

.cj-account-manager .report th#over a {
    color: #000000;
    display: block;
}

.cj-account-manager .report td {
    border-bottom: 1px solid #cccccc;
    border-right: #cccccc 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    empty-cells: show;
}

.cj-account-manager .reportTotalRow {
    background-color: #F7F7F7;
}

.cj-account-manager .reporttotalrow td {
    font-weight: 600;
}

.cj-account-manager .reportSubTotalRow {
    background-color: #FFFFFF;
}

.cj-account-manager .reportsubtotalrow td {
    font-weight: 600;
}

.cj-account-manager .reportEvenRow {
    background-color: #FFFFFF;
}

.cj-account-manager .reportOddRow {
    background-color: #F7F7F7;
}

.cj-account-manager .reportEvenRowDim {
    background-color: #FFFFFF;
}

.cj-account-manager .reportevenrowdim td {
    color: #7D7D7D;
}

.cj-account-manager .reportevenrowdim a {
    color: #4280FF;
}

.cj-account-manager .reportOddRowDim {
    background-color: #F7F7F7;
}

.cj-account-manager .reportoddrowdim td {
    color: #7D7D7D;
}

.cj-account-manager .reportoddrowdim a {
    color: #4280FF;
}

.cj-account-manager .reportNo {
    text-align: right;
}

.cj-account-manager .reportAct {
    text-align: center;
}

.cj-account-manager .reportTot {
    text-align: right;
}

.cj-account-manager .reportButton {
    border-right: 0;
}

.cj-account-manager .reportbutton td {
    border: 0;
}

.cj-account-manager .reportpage td {
    border-left: 1px solid #cccccc;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cj-account-manager .reportpage a {
    background-color: #FFFFFF;
    color: #013AD1;
}

.cj-account-manager .reportpage a:hover {
    background-color: #013AD1;
    color: #FFFFFF;
}

.cj-account-manager .currNeg {
    color: #FF0000;
}

.cj-account-manager .currNegDim {
    color: #AC7171;
}

.cj-account-manager .curr {
    text-align: right;
}

.cj-account-manager .nb {
    text-align: right;
}

.cj-account-manager .rating {
    text-align: center;
}

.cj-account-manager .searchBlock {
	border: 1px solid #DEDEDE;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-collapse: collapse;
    margin-bottom: 15px;
    background-color: #F7F7F7;
}

.cj-account-manager .searchblock td {
    vertical-align: top;
    border-left: 1px #DEDEDE dashed;
	padding: 2px 10px;
}

.cj-account-manager .searchBlock #toggle {
    vertical-align: bottom;
    text-align: right;
}

.cj-account-manager .searchblock #periods td {
    vertical-align: middle;
    padding: 0;
    border: 0;
}

.cj-account-manager .searchblock #periodtypes td {
    vertical-align: middle;
    padding: 0;
    border: 0;
}

.cj-account-manager .searchblock #buttons td {
    padding: 0;
    border: 0;
}

.cj-account-manager .calendar {
    background-color: #FFFFFF;
    position: absolute;
}

.cj-account-manager .calendar table {
    background-color: #FFFFFF;
	border: 1px solid #CECECE;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
}

.cj-account-manager .calendar #label th {
    border-bottom: #CECECE 1px solid;
}

.cj-account-manager .calendar #month {
    border-left: #CECECE 1px solid;
    border-right: #CECECE 1px solid;
}

.cj-account-manager .calendar th {
    text-align: center;
    color: #000000;
    padding: 2px;
}

.cj-account-manager .calendar td {
    text-align: right;
    color: #999999;
    padding: 2px;
}

.cj-account-manager .calendar a {
    background-color: #FFFFFF;
    color: #013AD1;
    display: block;
    text-decoration: none;
}

.cj-account-manager .calendar a:hover {
    background-color: #013AD1;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.cj-account-manager .calendar #selected {
    color: #013AD1;
    font-weight: 600;
}

.cj-account-manager .calendar #buttonrow td {
    border-top: #CECECE 1px solid;
    text-align: center;
}

.cj-account-manager .calendar #buttons table {
    border: 0;
    padding: 0;
}

.cj-account-manager .calendar #buttons td {
    border: 0;
    padding: 0;
}

.cj-account-manager .quickstats {
    width: 100%;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

.cj-account-manager .quickstats th {
    font-weight: 600;
    text-align: left;
    border-top: 1px solid #CECECE;
	padding: 4px 4px 4px 10px;
}

.cj-account-manager .quickstats td {
    border-top: 1px solid #EEEEEE;
	padding: 2px 4px 2px 10px;
}

.cj-account-manager .buttonDefault, .cj-account-manager .buttonIconCB {
    display: inline-block;
	min-width: 50px;
	width: auto;
	border-collapse: separate;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	line-height: 20px;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background: #FFF;
	box-sizing: border-box;
	outline: none;
	border: 2px solid #B6B6B6;
	color: #B6B6B6 !important;
	padding: 4px 14px;
}

.cj-account-manager .buttonDefault:hover, .cj-account-manager .buttonIconCB:hover {
	background: rgba(133, 133, 133, 0.1);
	box-shadow: none;
}

.cj-account-manager .buttonDefaultLink {
	background: url(../../../../foundation/images/guido/button_bg.gif) no-repeat left top;
	border: 1px solid #B4B4B4;
	border-right-color: #727272;
	border-bottom-color: #727272;
	padding: 1px 10px;
	font-size: .9em;
    color: #000000;
}

.cj-account-manager .buttonDefaultLink:hover {
    text-decoration: none;
    color: #000000;
}

.cj-account-manager .buttonDefaultLinkDown {
	background: url(../../../../foundation/images/guido/button_bg_down.gif) no-repeat left top;
	border: 1px solid #727272;
	border-right-color: #B4B4B4;
	padding: 2px 9px 0 11px;
	font-size: .9em;
    color: #000000;
}

.cj-account-manager .buttonDefaultLinkDown:hover {
    text-decoration: none;
    color: #000000;
}

.cj-account-manager .buttonIconCBLink {
	background: url(../../../../foundation/images/guido/button_bg_check.gif) no-repeat left top;
	border: 1px solid #B4B4B4;
	border-right-color: #727272;
	border-bottom-color: #727272;
	padding: 1px 10px 1px 18px;
	font-size: .9em;
    color: #000000;
}

.cj-account-manager .buttonIconCBLink:hover {
    text-decoration: none;
    color: #000000;
}

.cj-account-manager .buttonIconCBLinkDown {
	background: url(../../../../foundation/images/guido/button_bg_check_down.gif) no-repeat left top;
	border: 1px solid #727272;
	border-right-color: #B4B4B4;
	padding: 2px 9px 0 11px;
	font-size: .9em;
    color: #000000;
}

.cj-account-manager .buttonIconCBLinkDown:hover {
    text-decoration: none;
    color: #000000;
}

ul.subsection_tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    height: 31px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

ul.subsection_tabs li {
    float: left;
    margin-left: 10px;
    text-align: center;
}

ul.subsection_tabs li a {
    display: block;
    height: 20px;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

ul.subsection_tabs li a.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}

table.footer td {
	font-size: 0.6em;
	color: #858585;
}

.cj-account-manager .notificationBox {
	margin: 5px 0 5px 0;
	border-radius: 5px;
	padding:5px 5px 5px 30px;
	border: 1px solid #2F6AB2;
	background: #cbdaec url(../../../../foundation/images/info.png) no-repeat 4 3;
	font-size:0.8em;
	display: block;
}

/* snookie ======================================================== */

#whole-page {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

#contentContainer{
    width: auto;
    padding-bottom: 100px;
/*    min-height: 100%;*/
}

.footer span, .IEBody .footer span {
    display:inline-block;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
    border-right: #BBBBBB 1px solid;
	padding: .5em .9em .5em .5em;
	font-size: 0.8em;
    color: #373737;
}

.footer .spacer{
    width:1em;
}

.footer .copyright, .IEBody .footer .copyright{
    border-right:0;
}

.IEBody, .IEBody div, .IEBody table, .IEBody span, .IEBody td, .IEBody th, .IEBody p, .IEBody INPUT, .IEBody SELECT, .IEBody TEXTAREA {
    font-size:13px;
}

.IEBody .primaryNav .tabs {
     margin-left:1.5em;
}

.IEBody .secondaryNav .tabs{
    margin-left:.1em;
}

header{
    min-width:900px;
    background-color:#fff;
}

.topBar{
    background-color:#99cb01;
    height:8px;
}

.topLinks{
    width:100%;
    float:right;
    text-align:right;
}

/* New Navigation links across the top */

.logos{
   background-color:#fff;
   display:table;
   width:100%;
}

.logos div{
   display:table-cell;
}

#cjLogo{
	margin: 0 1em 1em 1.6em;
	float:left;
}
#accountManagerLogo{
    float:right;
    margin-top:3em;
    margin-right:.7em;
}

.primaryNav{
    clear:both;
    background-color:#355911;
    border-top:1px solid #ccc;
    border-bottom:2px solid #999;
    display:table;
    width:100%;
    color:#fff;
}

.primaryNav a, .primaryNav a:hover {
    color:white;
}

.primaryNav .tabs{
    float:left;
    margin-left:.4em;
    display:inline-block;
}

.secondaryNav .tabs{
   display:table-cell;
}

.primaryNav .primaryHelp{
    float:right;
    margin-top:.8em;
    margin-right:1em;
    display:inline-block;
}

.primaryHelp a{
    margin-left:.5em;
    margin-right:.5em;
}

a.selectedTab{
    font-weight:bold;
    top:.2em;
    border-bottom:0;
    border-top-left-radius: .6em;
    border-top-right-radius: .6em;
    -moz-border-radius-topleft: .6em;
    -moz-border-radius-topright: .6em;
}

.primaryNav a.selectedTab, .primaryNav a.selectedTab:hover {
    background-color:#e4e4e4;
    color:#000;
    border-top:2px solid #999;
    border-left:2px solid #999;
    border-right:2px solid #999;
}

a.tab{
    position:relative;
    margin-left: 1em;
    padding:.5em;
    display:inline-block;
    margin-top:.2em;
}

.secondaryNav{
   display:table;
   width:100%;
   background-color:#e4e4e4;
   border-bottom:2px solid #c3c5c7;
}

.secondaryNav a, .secondaryNav a:hover{
    color:#000;
}

.secondaryNav a.selectedTab{
   background-color: #fff;
   border-top:2px solid #c3c5c7;
   border-left:2px solid #c3c5c7;
   border-right:2px solid #c3c5c7;
}

.cj-account-manager .primaryMenuBody {
    background-color:#FFFFFF;
}

/* Tooltip */

.cj-account-manager .icn-help {
    cursor:pointer;
    float: right;
    padding-top: 3px;
    height: 20px;
    width: 20px;
    background:url("../../../../images/icon-help-sign.png") no-repeat left center transparent;
    background-size: 17px,17px;
}

/* Global style overrides for old pages that have bootstrap addition */

.adv-account-create-link {
	position: absolute;
	right: 15px;
	top: 13px;
}

#loginManagerTable input[type="checkbox"] {
	margin: 1px 6px;
}

.table table td {
	border-top: 0;
	border-right: 0;
	padding-left: 0;
}

#the_popup h2 {
	font-size: 16px;
	margin: 10px 20px 5px 15px;
	border-bottom: 1px solid #E2E2E2;
}

#the_popup .footer {
	position: relative;
	left: 20px;
	width: 90%;
}

#loginManagerTable #download {
	position: relative;
	top: 4px;
}

h1.title-txt {
	line-height: 1.3em;
	font-size: 18px;
}

table.listData img {
	max-width: none;
}

.cj-account-manager .displayNoIndentCol input[type="radio"] {
	margin: 3px;
}

.popup-content-in-full-size {
   width: 100% !important;
   height: 100% !important;
}

.programDescription {
	word-break: break-word;	
}
