/*	The next 8 rules apply to the header area	*/

/*	Remove the MicroStrategy out-of-the-box (oob) logo
	.mstrLogo {
		background: 		transparent url() no-repeat scroll center;
		height:	1px;
		width		1px;
	}

	A.mstrLink:hover .mstrLogo {
		background-image: 		url();
	}
*/

/*	Replace the MicroStrategy out-of-the-box (oob) logo */
	.mstrLogo {
		background: 		transparent url(images/folder2.gif) no-repeat scroll center !important;
		height:		25px  !important;
	}

	A.mstrLink:hover .mstrLogo {
//		background-image: 		url(images/folder2.gif) !important;
	}



/*	Match the MSTR Header to the Portal theme. Also reduce the left padding from removing the oob logo	*/	
	.mstrHeader {
//		padding-left: 		20px !important;
		//background: 		#01396A !important;
		background: 		#018EB9 !important;
	}

/*	Match the MSTR Header to the Portal theme. Also reduce the left padding from removing the oob logo	*/	
	.Red .mstrHeader {
		background: 		#018EB9 transparent url() !important;

}

/*	Selected and hovered Header links	*/		
	.Red .mstrShortcutSelected a, .Red .mstrShortcut a:hover {
		color: 				#FFDD00;
	}
	
/*	Match the Search Box to the Portal theme	*/	
	.Red .mstrSearchBox {
		//color: 		#01396A;
		color: 			#018EB9;
	}

/*	The next 2 rules control the size of the text within the search boxes in the header area	*/
	.SearchBox-input {
		font-size: 12px !important;
	}
	
	.SearchBox-tip {
		font-size: 12px !important;
	}

/*	The next 2 rules apply to the path area	*/	

/*	Match the MSTR Path to the Portal theme. Also reduce the left padding from removing the oob logo	*/		
	.mstrPath .mstrPathContainer {
		padding-left: 		20px !important;
		//background: 		#585859 repeat-x left top;;
		background: 		#A8B0B3 repeat-x left top;
	}

/*	Darken the Path Items	*/	
	.Red .mstrPath span, .Red .mstrPath span a:link, .Red .mstrPath span a:visited {
		color: 				#333333;
		//color: 				#01396A;
	}
	
/*	The next 2 rules apply to the content area	*/		

/*	Darken the Links	*/	
	.Red .ncsLIVName, .Red .ncsLIVName a:link, .Red .ncsLIVName a:visited, .Red .mstrLargeIconViewItemName, .Red .mstrLargeIconViewItemName a:link, .Red .mstrmojo-ConditionWalk .dial-checkitem.selected, .Red .mstrmojo-ConditionWalk .dial-item.selected, .Red .mstrLargeIconViewItemName a:visited {
		color: 				#333333;
		//color: 				#01396A;
	}
	
/*	Darken the Preferences Items	*/	
	.mstrStandardHighlighted {
		color: 				#333333 !important;
		//color: 				#01396A !important;
	}
