@charset "utf-8";
/* CSS Document */

/* remember to define focus styles! */
input:focus, a:focus {
	outline: #000 dotted thin;
}

h3 {
	display: inline-block;
	float: left;
	padding:0;
	margin: 0;
}

h4 {
	clear: both;
	padding: .5em 0;
}

div.arrowAlign {
	display:block; 
	float: right; 
	padding-right: 467px;
}

p.finePrint {
	font-size: 12px;
	margin-bottom: 20px;
}

div#browse_div {
	float:left;
}

@media only screen and (max-width: 800px){
	div#search_div {float:right;}
	div#browse_div {float:left;}
}

/**************/
/* CATEGORIES */
/**************/
ul#catUl {
	display: table;
	border-spacing:2px;
	z-index: 0;
}

ul#catUl div.catRow {
	display: table-row;
}

ul#catUl div.catRow li.catLi {
	list-style-type: none;
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	color: #FFF;
	background-color: #005F9F;
	border-color: #005F9F;
	border-radius: 4px;
}

ul#catUl div.catRow li.catLi:hover {
	background-color: #004776;
}

ul#catUl div.catRow li.catLi a.catA {
	color: #FFF;
	display: table-cell;
	height: 35px;
	font-size: 90%;
	font-weight: bold;
	padding:0 5px 0 10px;
	text-decoration: none;
	vertical-align: middle;
	width: 184px;
	word-break: normal !important;
	word-wrap: normal;
}


/******************/
/* SUB-CATEGORIES */
/******************/
ul.subCatUl {
	display: none;
	font-size:90%;
	margin: 0;
	padding: 2px 0;
	width: 184px;
	position:absolute;
	text-align: left;
	z-index: 99;
}

li.subCatLi {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #004776;
}

li.subCatLi:first-child { border-radius: 4px 4px 0 0; padding-top:5px; }
li.subCatLi:last-child { border-radius: 0 0 4px 4px; padding-bottom:5px; }

li.subCatLi:hover {
	background-color: #098fe9;
}

li.subCatLi i {
	display: block;
	padding-left: 10px;
	float: left;
}

li.subCatLi a.subCatA {
	display: block;
	padding: 5px 0px;
	margin-left: 15px;
	color: #FFF;
	font-weight: normal;
	width:165px;
	word-break: normal !important;
	word-wrap: normal;
}


/***************/
/* SEARCH FORM */
/***************/
div#search_div form {
	float: right;
}

#goBtn {
	color: #FFF;
	background-color: #005F9F;
	border-radius: 4px;	
	border: none;
	padding:3px 15px;
}

#goBtn:hover {
	background-color: #098fe9;
}


/**************/
/* NODE LISTS */
/**************/
div#nodeResults {
	display: block;
	padding: 0;
	margin: 0;
}

div#nodeResults p{
	text-align: center;
	padding: 1.5em;
}

ul.nodeUl {
	display: block;
	margin: 1em;
}

ul.nodeUl div.nodeCol{
	display: table-cell;
	vertical-align: top;
	width: 233px;
	border: 1pt solid #CCC;
	border-right:none;
}

ul.nodeUl div.nodeCol:first-child { 
	border-radius:4px 0 0 4px; 
}

ul.nodeUl div.nodeCol:last-child { 
	border-radius:0 4px 4px 0; border-right:1pt solid #ccc; 
}

li.nodeLi {
	padding: 0;
	margin-left: 1.5em;
	font-weight: bold;
}

li.nodeLi a.nodeA {
	display: block;
	text-decoration: none;
	color: #000;
	word-break: normal !important;
	word-wrap: normal;
	padding: 2px;
}

li.nodeLi a.nodeA:hover {
	text-decoration: none;
	background-color: #c3d7f0;
}

li.nodeLi a.nodeA b {
	background-color: yellow;
}

/*****************/
/* STRATEGY TABS */
/*****************/
div#tabResults {
	padding:10px;
}

div#tabs {
	padding: 0;
	margin: 0;
	display: block;
	width: 892px !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

ul#tabUl {
	padding: 0;
	margin: 0;
	display: table-row;
}
ul#tabUl li {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding: .5em;
	margin: 0;
	border: 1px solid #000;
	border-radius: .5em .5em 0 0;
	min-width: 10em;
	max-width: 20em;
}

ul#tabUl li.stratTabOpen {
	background: #FFF;
	border-bottom: 1px solid #FFF;
}

ul#tabUl li.stratTabClosed {
	background: #c3d7f0;
	border-Bottom: 2px solid #000;
}

ul#tabUl li a.tabClose {
	display: block;
	border: 1px solid black;
	margin-left: .25em;
	float: right;
	min-width: 1em;
	background: silver;
}

ul#tabUl li a.tabLabel {
	display: block;
	font-weight: bold;
	margin-right: .25em;
	white-space: normal;
	word-wrap: normal;
	word-break: keep-all !important;
	min-width: 3em;
	max-width: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:13px;
}


/*******************************/
/* STRATEGY TAB SCROLL BUTTONS */
/*******************************/
div.tabBtn {
	padding: 0;
	margin: 0;
	display: block;
	width: 25px;
	text-align: center;
	font-weight: bold;	
	color: #FFF;
	background-color: #0771b8;
	border: 2pt outset #0771b8;
}

div.tabBtn a {
	padding: 0;
	margin: 0;
	display: block;
	height: 100%;
	width: 100%;
	color: #FFF;
	text-decoration: none;
}

div.tabBtn a:hover {
	background-color: #098fe9;
}

div#scrollLeft{
	float: left;
}

div#scrollRight{
	float: right;
}
	


/*****************/
/* STRATEGY LIST */
/*****************/
div#stratDiv {
	display: block;
	clear: both;
	position: relative;
	top: -1px;
	left: 0;
	z-index: 0;
	margin: 0;
	padding: 1em;
	border: 1px solid black;
}

div#stratDiv p{
	text-align: center;
	font-style: italic;
	padding: .5em;
}

div#stratDiv ul li {
	margin: 0 1em;
	padding: 0;
}

div#stratDiv h2 {
	display: block;
	float: left;
}

div#stratDiv div.printIcon a {
	display: block;
	width: 2em;
	float: right;
	text-align: center;
	font-size: 200%;
	color: #FFF;
	background-color: #0771b8;
	border: 2pt outset #0771b8;
}

div#stratDiv div.printIcon a:hover {
	background-color: #098fe9;
}

ul.stratUl li.stratLi {
	clear: both;
}




/* Override */
.fa { font-size:11px; line-height:auto !important; }
div.catRow .fa-fw { float:right; margin:2px -5px 0 0;  }
.fa-print { font-size:22px; }
.stratUl h2 { margin-top:0 !important; }
