/********************************************************/
/* Stylesheet for PoLA dynamic landing pages 			*/
/* Copyright 2006-7 by MSO.net			 				*/
/* By Daniel Dabner										*/
/* 					 									*/
/* File Created on 27th October 2006					*/

/* 29/09/2010 - MSO8785 - Restyled the page (George)	*/
/********************************************************/


div#NavSectionColumn {
	float						: left;
	width						: 410px;
}

div#NavSectionItem {
	margin-bottom				: 2px;
}
div#NavSectionItemDetail {
	padding						: 12px 0px 12px 0px;
	font-size					: 100%;
	font-weight					: normal;
	color						: #48536F;
}
div#NavSectionItemDetailL1 {
	padding						: 12px 0px 12px 0px;
	font-size					: 100%;
	font-weight					: normal;
	color						: #48536F;
	border-bottom				: 1px solid #d5edfd;
	zoom						: 1;
}
div#NavSectionItemDetail h2 {
}

div#NavSectionItemDetail h2 a, div#NavSectionItemDetail h2 a:visited, div#NavSectionItemDetail h2 a:active {
	font-size					: 120%;
	font-weight					: normal;
	color						: #4c9fdd;
	text-decoration				: none;
}
div#NavSectionItemDetailL1 h2 a, div#NavSectionItemDetailL1 h2 a:visited, div#NavSectionItemDetailL1 h2 a:active {
	font-size					: 120%;
	font-weight					: normal;
	color						: #4c9fdd;
	text-decoration				: none;
}

div#NavSectionItemDetail h2 a:hover {
	text-decoration				: underline;
}
div#NavSectionItemDetailL1 h2 a:hover {
	text-decoration				: underline;
}
div#NavSectionItemLink {
	background-color			: #528fbe;
	padding						: 1px 5px 1px 0px;
	text-align					: right;
}
div#NavSectionItemLink a, div#NavSectionItemLink a:visited {
	color						: #FFFFFF;
	font-size					: 100%;
	text-decoration				: none;
}
div#NavSectionItemLink a:hover {
	color						: #FFFFFF;
	text-decoration				: underline;
}

.NavSectionItemFeature {
	padding-left					: 230px;
}
.NavSectionItemFeature a, .NavSectionItemFeature a:visited, .NavSectionItemFeature a:active  {
	color						: #4c9fdd;
	text-decoration				: underline;
}
.NavSectionItemFeature a:hover {
	color						: #4c9fdd;
	text-decoration				: none;
}

div.dyn_HeaderPage {
	font-size					: 100%;
	font-weight					: normal;
	color						: #48536f;
	margin						: 0 0 20px 0;
}

div.dyn_HeaderPage * {
	font-weight					: normal;
}



hr.dyn_dottedHR {
	width						: 100%;
	height						: 0px;
	color						: black;
	border						: 0;
	border-top					: 1px dotted black;
	margin						: 0 0 .5em 0;
	padding						: 0 0 0 0;
}

div.NavSectionItemImage {
	float						: left;
	width						: 200px;
	margin						: 0 0 0 0px;
}
div.NavSectionItemImage img {
	border						: 1px solid #d5edfd;
}

div.NavSectionItemContent {
	float						: right;
	width						: 445px;
	margin						: 0 0 0 0px;
}

div.NavSectionItemIcon {
	width:30px;
	height:30px;
	float:right;
	margin-left:5px;
}

div.NavSectionFeaturedHeading {
	background-color			: #50A3DF;
	color						: #FFF;
	padding						: 5px;
	font-weight					: bold;
	font-size					: 115%;
	margin						: 0 0 2px 0;
}

div.NavPageQuickLinks {
	float						: right;
	width						: 226px;
	margin-left					: 20px;
}

div.NavPageQuickLinksHeader {
	background: url(/images/dn_ql_top.jpg) no-repeat;
	height: 50px;
	padding-left:22px;
	padding-right:20px;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	color:#49a9e5;
}

div.NavPageQuickLinksLinks {
	background: url(/images/dn_ql_middle.jpg) repeat-y;
	height: auto;
	width: 200px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:20px;
	padding-left:22px;
}

div.NavPageQuickLinksFooter {
	background: url(/images/dn_ql_bottom.jpg) repeat-y;
	height: 13px;
	width: 226px;
}


ul.NavPageQuickLinks {
	margin						: 0px 0 0 0;
	padding						: 0 0 0 15px;
}
ul.NavPageQuickLinks li {
	margin						: 0px 0 0px 0;
	padding						: 0px 0 4px 0;
	list-style-type				: none;
	list-style-image			: url(/images/quick_links_arrow.gif);
}
span.NavPageQuickLinkHeading {
	font-weight					: bold;
	font-size					: 105%;
}

a.NavPageSeeMoreLink, a.NavPageSeeMoreLink:visited, a.NavPageSeeMoreLink:link {
	background					: url(/images/navpage_see_more_arrow.png) no-repeat; 
	background-position			: left center;
	display						: block;
	padding						: 5px 0 5px 30px;
	margin						: 10px 0 0 0;
	font-weight					: bold;
	text-decoration				: none;
	width						: 90px;
	text-decoration				: none;
	color:						: #2D5EAE;
}

a.NavPageSeeMoreLink:hover {
	background					: url(/images/navpage_see_more_arrow.png) no-repeat; 
	background-position			: left center;
	display						: block;
	padding						: 5px 0 5px 30px;
	margin						: 10px 0 0 0;
	font-weight					: bold;
	text-decoration				: none;
	width						: 90px;
	text-decoration				: none;
	color:						: #FF0000;
}

/* new styles for tooltips */
.tooltip {
	height:55px;
	position:relative;
	z-index:999;
	top: 0px;
	right:48px;
}

.tooltipContainer {
	position:relative;
	z-index:1;
	float:left;	
}

.tooltipLeftEnd {
	background: url(/images/tooltipLeftEnd.png) top left no-repeat;
	height:55px;
	font-weight:bold;
	width:8px; 
	position:absolute;
	top:0px; 
	left:0px; 
	z-index:999;
}

.tooltipRight {
	height:55px;
	font-weight:bold;
	display:inline;
	float:left;
	margin-left:8px;
	padding-left:7px;
	margin-right:7px;
	padding-right:8px;
	padding-top:6px;
	color:#419BDD;
	background: url(/images/tooltiptextBg.gif) repeat-x;
}

.tooltipRightEnd {
	height:55px;
	background: url(/images/tooltipRightEnd.png) top right no-repeat;
	float:right;
	position:absolute;
	top:0px;
	right:0px;
	width:7px;
}

.tooltipText {
	position:absolute;
	left:8px;
	padding-right:8px;
	top:0px;
	height: 10px;
}

.tooltipBottom{
	background: url(/images/tooltipBottom1.png) bottom right no-repeat;
	height:55px;
	width: 47px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:999;
}


