/* GENERAL */
	a {
		color: #0574ac;
		text-decoration: none;
	}
	
	body {
			margin: 0; 
			padding: 0;
			color: #333333;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			background: url(../images/horizon.gif) repeat-x left 130px #ffffff;
	}
	
	#container {
		margin: 0 auto;
		width: 100%;
	}
	
	fieldset {
		border: none;
	}
	
	.hidden {
		display: none;
	}
	
	.inlineElement,
	.inlineElement h1,
	.inlineElement h2,
	.inlineElement h3,
	.inlineElement h4,
	.inlineElement h5,
	.inlineElement h6 {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	li,
	p {
		line-height: 1.4em;
	}
	
	.ie7 #indicator_glow {
		top: 141px !important;
	}
	
/* TEXT */
	
	.italicTxt, 
	.italicText {
		font-style: italic;
	}
	
	.strongTxt, 
	.strongText {
		font-weight: bold;
	}
	

/* FRAMES */
	.framePanel {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
		
	.bluePanel,
	#global_search_panel li.framePanel,
	#global_search_panel .hoverboxContent td.framePanel {
		background-color: #e6f3fb;
	}
	
	.grayPanel {
		background-color: #f3f3f3;
	}
	
	#advanced_search_panel.framePanel,
	#global_search_panel.framePanel,
	#header_login_panel.framePanel,
	#header_nav div.dropdown ul.framePanel,
	.grayFramePanel {
		padding: 10px;
		border: 5px solid #f3f3f3;
		background-color: #ffffff;
	}
	

/* COMMON FRAGMENTS */
	.breadCrumbs {
		font-size: 7pt;
		margin-bottom: 35px;
	}
	
	.ie7 .breadCrumbs {
		margin-bottom: 30px;
	}
	
	.breadCrumbs a:hover {
		color: #ef6f00;
	}
	
	.pageAssetUpdatedDate {
		font-weight: bold;
	}
	
	h1.pageHeader {
		display: inline;
	}
	
	img.pageHeader {
		margin-right: 5px;
	}
	
	ul.sharelinks {
		margin: 0;
		padding: 0;
		list-style: none;
		min-height: 21px; 
	}
	
	ul.sharelinks a {
		display: block;	
		zoom: 1;	
		font-size: 7pt;
		margin-top: 2px;
		padding-left: 23px;
		min-height: 17px;		
		background-position: left top;
		background-repeat: no-repeat;
		color: #666666;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	ul.sharelinks a:hover span.description {
		display: block;		
		background: #e8e8e8;
	}
	
	ul.sharelinks a:hover {
		background-position: left -17px;
		color: #ef6f00;
	}
	
	ul.sharelinks li {
		position: relative;
		margin: 0;
		padding: 0 8px;;
		zoom: 1;
		min-height: 21px;
		display: block;
		float: left;
		background: url(../images/share_icon_divider.gif) no-repeat left top;
	}
	
	ul.sharelinks li.email a {
		background-image: url(../images/share_icon_email.gif);
	}
	
	ul.sharelinks li.first { 
		padding-left: 0;
		background: none;
	}

	ul.sharelinks li.print a {
		background-image: url(../images/share_icon_print.gif);
	}
	
	ul.sharelinks li span.description {
		padding: 2px 4px;
		position: absolute;
		left: 0;
		top: 22px;
		font-size: 7pt;
		color: #666666;
		text-transform: none;
		white-space: nowrap;
		z-index: 100;
		display: none;	
	}
	
	#standardPageTitleDisplay h1 {
		margin: 0;
		padding: 0 0 25px;
		color: #ef6f00;
		font-size: 16pt;
		font-weight: normal;
		border-bottom: 1px solid #CCCCCC;
	}
	

/* MULTI TIER NAVIGATION */
	.multiTierNav {
		margin: 10px 0 0;
		padding: 0;
	}
	
	.multiTierNav a {
		color: #333333;
	}
	
	.multiTierNav a:hover {
		text-decoration: none;	
		color: #ef6f00;
	}
	
	.multiTierNav a.parentLevel {
		font-weight: bold ;
	}	
	
	.multiTierNav a.selected {
		color: #ef6f00 ;
	}
	
	.multiTierNav li {
		padding: 10px 0;
		margin: 0;
		list-style: none;
		border-bottom: 1px solid #cccccc;
	}

	.multiTierNav li.locked a {
		color: #999999;
	}

	.multiTierNav li.locked a:hover {
		color: #999999;
		text-decoration: none;
		cursor: text;
	}		

	.multiTierNav .lockedSingIn {
		color: #999999;
		margin-top: 5px;
	}
	
	.multiTierNav .lockedSingIn a {
		color: #0574ac;
		text-decoration: none;
	}
	
	.multiTierNav .lockedSingIn a:hover {
		color: #0574ac;
		text-decoration: underline ;
	}	
	
	.multiTierNavChildList {
		margin: 10px 0 10px; 
		padding: 0;
		list-style: none;
	}
	
	.multiTierNavChildList li {
		border: none;
		margin-bottom: 5px;
		margin-left: 15px;
		padding: 3px 0 0 0;
	}
		
	.multiTierNavChildList a {
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}
	
	.multiTierNavChildList a.parentList {
		font-weight: bold;
	}
	
	.multiTierNavChildList a.selected {
		color: #ef6f00;
	}
	
	.multiTierNavChildList li a:hover{
		color: #ef6f00;    
	}
	
	.multiTierNavChildList span.locked {
		color: #999999;
	}

	.multiTierNavChildList span.locked {
		color: #999999;
		text-decoration: none;
		cursor: text;
	}	

	
/***************************************
 * API Access Overrides
 ***************************************/	

	#gridMenuPage .panelContent .grid.fourColumn .column {
		margin-right: 10px;
		width: 170px;
	} 

