/* widgets */

/*
 * Menu Bars - Global 
 */

div.menu
{
	cursor:pointer;
	background-image:none;
	background-repeat:repeat-x;
	background-position:top left;
}
div.menu > ul
{
	position:relative;
}
div.menu ul li
{float:left;}
div.menu ul li ul {
	position:absolute;
	z-index: 1000 !important;
}
div.menu ul li ul li
{float:none;
	z-index: 1000 !important;

}
div.menu ul li ul li a {
}

/*
 * Main Menu
 */

#mainMenu
{
	background:#999966 url(/_resources/media/images/main-nav-background.png) repeat-x;
	height: 19px;
	margin-bottom: 5px;	
}
#mainMenu ul ul li {
	background:#999966 url(/_resources/media/images/main-nav-background.png) repeat-x;
	height: 19px;
}
#mainMenu ul li:hover, #mainMenu ul li.active
{
	background:url(/_resources/media/images/main_nav_background_hover.png) repeat-x;
}
#mainMenu #logout
{float:right;}
#mainMenu a
{
	/*display: block;*/
	font-weight:bold;
	font-size:0.9em;
	height:19px;
	line-height:19px;
	padding:0 8px;
	text-transform: uppercase;
	color: white;
}

/*
 * Top Menu
 */

#topMenu {
	position: absolute;
	font-family: "Tahoma", Arial, sans-serif;

}
body.fund2 #topMenu {
	margin-left: 10px;
}
#topMenu ul {
	width: 700px;
}
#topMenu > ul > li {
	padding-top: 5px;
	height: 15px;
	float: left;
	padding: 0 8px;
	border-right: 1px solid;
}
#topMenu > ul > li.first {
	padding: 0 8px 0 0;
}
#topMenu > ul > li.last {
	border-right:0 none;
}
#topMenu > ul > li > ul {
	display:none;
}
#topMenu > ul > li a {
	font-size: 0.9em;
	line-height: 20px;
	text-transform: uppercase;
}
body.fund1 #topMenu ul li a {
	color: #333;
}
body.fund1 #topMenu ul li a:hover {
	color: #666;
}
body.fund2 #topMenu ul li a {
	color: #ccc;
}
body.fund2 #topMenu ul li a:hover {
	color: #fff;
}

/*
 * Sub Menu
 */

#subMenu
{
	height: 19px;
	display: block;
	width: 770px;
	text-align: center;
	font-family: "Tahoma", Arial, sans-serif;
}
body.fund1 #subMenu,
body.fund1 #subMenu ul li {
	background-image:url(/_resources/media/images/funds/new-europe-emerging-cities-fund/bg-subMenu.gif);
}	
body.fund2 #subMenu,
body.fund2 #subMenu ul li  {
	background-image:url(/_resources/media/images/funds/permanent-income-fund/bg-subMenu.png);
}	

#subMenu ul {
	float: left;
}
#subMenu ul li
{
	height: 19px;
}
body.fund1 #subMenu li:hover,
body.fund1 #subMenu li.active {
	background-image:url(/_resources/media/images/funds/new-europe-emerging-cities-fund/bg-subMenu-hover.gif);
}	
body.fund2 #subMenu li:hover,
body.fund2 #subMenu li.active {
	background-image:url(/_resources/media/images/funds/permanent-income-fund/bg-subMenu-hover.png);
}	
#subMenu a
{
	font-weight: bold;
	font-size:0.8em;
	padding:0 4px;;
	color: white;
	text-transform: uppercase;
	line-height: 19px;
}
body.fund2 #subMenu a {
	padding:0 8px;
}
body.fund1 #subMenu > ul > li  {
	border-right: 1px solid #ccc;
}

/* 
 * Stupid IE6 Hacks
 */
 
ul#investments {
	_width:250px !important;
}
ul#managementNeec {
	_width: 210px !important;
}
ul#managementPif {
	_width: 190px;
}
ul#performance{
	_width:100px !important;
}
ul#overview {
	_width: 130px !important;
}
ul#highlights {
	_width: 160px !important;
}
/*
 * Tertiary Menu
 */

#tertiaryMenu img{
	margin-bottom: 10px;
}
#tertiaryMenu li {
	margin-bottom: 10px;

}
body.fund1 #tertiaryMenu li {
	background: #8AB875;
}	
body.fund1 #tertiaryMenu li:hover,
body.fund1 #tertiaryMenu li.active {
	background: #659350;
}
body.fund2 #tertiaryMenu li {
	background: #dfd4a6;
}	
body.fund2 #tertiaryMenu li:hover,
body.fund2 #tertiaryMenu li.active {
	background: #c4b98c;
}

#tertiaryMenu li a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3em;
	color: white;
}

.fund2 #tertiaryMenu li a {
	color: #663300;
}

.tertiaryMenuHome li a {
	font-size:9pt ! important;
	background-color: #A78952;
}

.tertiaryMenuHome li a:hover {
	font-size:9pt ! important;
	background-color: #C4B98C;
}

/*
 * Overview / Footer Menu
 */

a.overviewLink {
	display: block;
	font-family: "Tahoma", Arial, sans-serif;
}
a.overviewLink img {
	margin-top: 5px;
}
a.overviewLink span {
	display: block;
	margin-top: 8px;
	margin-bottom: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	font-size: 0.9em;
	line-height: 18px;
}
.color2 a.overviewLink span {
	background: #659350;
}

.color2 a.overviewLink:hover span{
	background: #8AB875;
}
.color1 a.overviewLink span {
	background:	#754b2d;
}
.color1 a.overviewLink:hover span {
	background: #d9cbb2;
}
.color5 a.overviewLink span {
	background: #000000;
}
.color5 a.overviewLink:hover span {
	background: #666;
}

/*
 * THE REST OF IT
 */

#title {
	height: 48px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.pagenavigation_helper
{font-size:0.85em;text-align:center;}

.pagenavigation_helper .page
{font-weight:bold;}

.pagenavigation_helper .page a
{font-weight:normal;}

.pagenavigation_helper .page
{padding-right:5px;}

.pagenavigation_helper .first
{padding-right:5px;}

.pagenavigation_helper .previous
{padding-right:5px;}

.pagenavigation_helper .next
{padding-right:5px;}

.pagenavigation_helper .last
{}

.download
{position:relative;border-bottom:1px solid #ccc}

.download a
{padding:5px 0px 5px 0px;display:block;}

.download .filedate
{display:block;position:absolute;right:0;bottom:5px;margin-right:5px;padding-top:3px;font-size:0.9em;color:black;}

.download .filetype
{float:left;display:block;margin-left:5px;}

.download .filetitle
{margin-left:45px;padding-top:3px;font-size:1em;display:block;color:black;}
.download:hover .filetitle {text-decoration:underline;}
.download .filesize
{margin-left:45px;padding-top:3px;font-size:0.9em;display:block;color:black;}


#portfolioSelector
{
	background-image:url(../media/images/darkshade.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	border-bottom:1px solid #8ab875;
	height:27px;
	margin-bottom:20px;
}

.selector
{position:relative;}

.selector .options
{position:absolute;background-color:#ffffff;min-width:186px;border:1px solid #8ab875;border-top:none;padding:5px 0 5px 0;}

.selector .options li
{padding-left:5px;}

* html .selector .options
{width:186px;}

.hide
{display:none;}

.property {
	position: relative;
	display: block;
	float:left;
	width:385px;
	height:58px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.shorter {
	width: 375px;
	margin-right: 10px;
}
.property h3 {
	margin-bottom: 3px;
}
	
.property:hover h3 {
	text-decoration: underline;
}
.property p {
	color: black;
}
.property img {
	float: left;
	width: 166px;
	height: 58px;
	margin-right: 10px;
}
.readmore {
	height:11px;
	float:left;
}
body.fund1 .readmore {
	background: #659350 url(/_resources/media/images/funds/new-europe-emerging-cities-fund/bg-readmore.png) repeat-x;
}
body.fund2 .readmore {
	background: #754b2d url(/_resources/media/images/funds/permanent-income-fund/bg-readmore.png) repeat-x;
}
.genericReadmore {
	background: #A78952 url(/_resources/media/images/funds/guardian-home/bg-readmore.png) repeat-x;
	font-size:8pt;
}

.readmore a {
	display:block;
	_display: auto !important;
	width:100%;
	_width: auto !important;
	color: white !important;
	text-transform:uppercase;
	font-weight:bold;
}


body.fund1 .readmore a {
	font-size: 9px;
	height:11px;
	line-height:11px;
}

body.fund2 .readmore a {
	font-size:10px;
	height:11px;
	line-height:10px;
	_line-height: 11px !important;
}

.readmore a.forwards {
	background:transparent url(/_resources/media/images/readmore-arrow-forwards.png) no-repeat top right;
	margin-right:13px;
	_margin-right: 0 !important;
	_padding-right:13px;
	margin-left: 3px;
}

.readmore a.backwards {
	background: transparent url(/_resources/media/images/readmore-arrow-backwards.png) no-repeat top left;
	padding-left:13px;
	margin-right: 3px;
}

.genericReadmore a.forwards {
	background: transparent url(/_resources/media/images/funds/guardian-home/readmore-arrow-forwards.png) no-repeat top right;
}

.tweets p {
	text-align: left ! important;
}

.twtr-hd h3 {
	color: #FFFFFF ! important;
	background: #A78952 ! important;
}

