	
/* ************ Layout ************ */
body, html {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	text-align:center;
	font-family: Tahoma, "Bookman Old Style",Verdana,Helvetica,Garamond,sans-serif;
	font-size:11px;
	color:#003366;
	/*background: url(http://img.polunin.com/img_css/main_bg.jpg) repeat-y bottom fixed;*/
	background-color:#ffffcc;

}
#Wrapper {
	width:998px;
	/*
	width:100%;*/
	position:relative;
	margin:0 auto;
	height:100%;
	min-height:100%;
	border-left:#7e7e7e solid 2px;
	border-right:#7e7e7e solid 2px;
	border-bottom:#7e7e7e solid 2px;
	z-index:1;
	/*background: url(http://img.polunin.com/img_css/bgMain.gif) repeat-y;*/
	background-color:#ffffcc;
	background-position: 733px 0px;  	

}


#FlashWrap {
	width:793px;
	/*
	width:100%;*/
	position:absolute;
	margin:0 auto;
	height:100%;
	min-height:100%;
	border:#7e7e7e solid 0px;
	z-index:2;
	top:-2px;
	/*background: url(http://img.polunin.com/img_css/bgMain.gif) repeat-y;*/
	/*background-color:#ff00ff;*/
	background-position: 733px 0px;  	

}


body > #Wrapper {
	height:auto;
}

body > #FlashWrap {
	height:auto;
}	



a:link, a:active, a:visited {
	color:#003366;
	/*font-weight:normal;*/
	text-decoration: underline;
}
a:hover {
	color:#003366;
	text-decoration: none;
}

* {	text-align:left;padding:0;}	
	
#MainWrap {
	position:relative;
		z-index:3;
	margin:0 auto;
	padding:0 0px;
}	
	
	
#pageLogo {
	background:#223252 url(http://img.polunin.com/img_css/logo.gif) no-repeat 5px 5px;
	height:70px;
	width:792px;
	border-bottom:3px solid #080d14;
	border-right:1px solid #7e7e7e;
	border-top:3px solid #949dab;
}	
	
#footer {
	position:absolute;
	z-index:3;
	border-top:1px #7e7e7e solid;
	border-right:1px solid #7e7e7e;
	line-height:20px;
	bottom:0;
	width:100%;
	height:20px;
	background-color:#CCCCCC;
	text-align:center;
	width:792px;
	text-decoration: underline;
}

.clr	{clear:both;font-size:10%;}	
#clrLayout{
	margin:0px;
	padding:0px;
	position:relative;
	top:0;
	height:0px;
	background-color:transparent;
	font-size:0%;
	clear:both;
}	
/*--------------Navigation-----------------------------*/
#LinkWrap {
	position:absolute; 
	z-index:100;
	top:76px;
	right:0px;
	border-top:1px solid #7e7e7e;
	border-right:1px solid #7e7e7e;
	width:205px;	
}

#LinkContent {
	padding-left:0px;
	padding-right:0px;
}

#LinkContent .topLink{
	BACKGROUND-COLOR: #223252;
	/*HEIGHT: 25px;*/
	line-height:15px;
	border-top : 0px solid #7e7e7e; 
	border-left : 0px solid #7e7e7e; 
	border-right : 0px solid #7e7e7e; 
	border-bottom : 1px solid #1c2129; 
	padding-left:6px;
	padding-top:2px;
	padding-bottom:4px;
	color: #FFFFFF;
}

#LinkContent .topLink a:link, #LinkContent .topLink a:active, #LinkContent .topLink a:visited {
	color:#ffffcc;
	font-weight:normal;
	text-decoration: none;
}
#LinkContent .topLink a:hover {
	color:#6666ff;text-decoration: underline;
}

#LinkContent .topLinkF{
	BACKGROUND-COLOR: #223252;
	/*HEIGHT: 25px;*/
	line-height:15px;
	border-top : 0px solid #7e7e7e; 
	border-left : 0px solid #7e7e7e; 
	border-right : 0px solid #7e7e7e; 
	border-bottom : 1px solid #1c2129; 
	padding-left:6px;
	padding-top:2px;
	padding-bottom:4px;
	color: #FFFFFF;
	text-align:left;
}

#LinkContent .topLinkF a:link, #LinkContent .topLinkF a:active, #LinkContent .topLinkF a:visited {
	color:#ffffcc;
	font-weight:normal;
	text-decoration: none;
}
#LinkContent .topLinkF a:hover {
	color:#6666ff;text-decoration: underline;
}


#LinkContent .subLink{
	BACKGROUND-COLOR:#424f60 ;
	/*HEIGHT: 20px;*/
	line-height:15px;
	border-top : 0px solid #7e7e7e; 
	border-left : 0px solid #7e7e7e; 
	border-right : 0px solid #7e7e7e; 
	border-bottom : 1px solid #7e7e7e; 	
	padding-left:12px;
	padding-top:2px;
	padding-bottom:4px;
}

#LinkContent .subLink a:link, #LinkContent .subLink a:active, #LinkContent .subLink a:visited {
	color:#ffffcc;
	font-weight:normal;
	text-decoration: none;
}
#LinkContent .subLink a:hover {
	color:#6666ff;text-decoration: underline;
}

/*-------------inputs-----------------------------*/


input,select {
	margin: 0;
	padding: 1px 3px;
	background-color: #ddd;
	border: 1px inset;
	color:#000000;
	height:15px;
	font-size:11px;
}
.Button {
	margin: 0;
	padding: 1px 3px;
	background-color: #ddd;
	border: 1px outset;
	font-size:11px;
	height:19px;
	}


textarea{
	border: 1px inset;
	background-color:#ddd ;	
	color:#000000;
	padding:0px;
	margin:0px;
	font-size:11px;
}

.radio{
	border:none;
	background-color:transparent;	
}

.aplL{
	width:2%;
	float:left;
}

.aplR{
	width:96%;
	float:right;

}

.aplDL{
	width:39%;
	float:left;
	text-align:right;
	line-height:18px;
}

.aplDR{
	width:59%;
	float:right;
	text-align:left;
}

.aplDWrap{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}


/*-------------------------------------------------*/
#navBgColor {
	position:absolute;
	z-index:0;
	margin:0 auto;
	height:10000px;
	bottom:0;
	width:205px;
	border-left:#7e7e7e solid 1px;
	right:0px;
	/*background: url(http://img.polunin.com/img_css/bgLinks.gif) repeat-y top left;*/
	background-color:#CCCCCC;
	

}

#TextWrap {
	position:relative;
	left:0;
	width:793px;
}

#TextContent {
	padding-left:25px;
	padding-top:10px;
	padding-right:35px;
	padding-bottom:25px;
	text-align:justify;
}


#topItem {
	position:absolute;
	z-index:10;
	top:0px;
	right:0px;
	background-color:#223252;
	width:280px;
	height:60px;
	font-size:11px;
	color:#000000;
	text-align:center;
	line-height:35px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:3px solid #080d14;
	border-right:1px solid #7e7e7e;
	border-top:3px solid #949dab;	
}

#topItemInner {
	position:relative;
	margin-top:0px;
	float:right;
	text-align:right;
}
#contact {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
	border-top:1px solid #CDCDCD;
}

.pTitle{
	text-align:center;
	font-size:16px;	
	font-weight:bold;	
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#7e7e7e solid 2px;
	color:#003366;
}

.paraTitle{
	text-align:left;
	font-size:12px;	
	font-weight:bold;	
	padding-top:5px;
	padding-bottom:5px;
	color:#003366;
}

.paraText{
	text-align:justify;
}
.imgL{
	float:left;
	margin-right:5px;
	margin-bottom:1px;
	border:#656f7b 1px solid;
}
.imgR{
	float:right;
	margin-left:5px;
	margin-bottom:1px;
	border:#656f7b 1px solid;	
}

.imgB{
	border:#656f7b 1px solid;
}

.imgN{
	border:0;
}

.mcpsTable{ 
	position:relative;
	border:#BBBBBB solid 1px;
	width:99%;
}

.row0{
		padding:2px;
		BACKGROUND-COLOR:#eceadc ;	
}


.row1{
		BACKGROUND-COLOR: #eeeeee ;	
		padding:2px;	
}

.tFoot{
	text-align:center;	
	
}

hr{
	height: 1px;padding:0;margin:0;
}

h1{
	font-size:14px;
	text-align:center;
	display: inline;	
}

h2{
	font-size:12px;
	text-align:center;
	display: inline;	
}

.div33L{
	width:33%;
	float:left;
	text-align:left;
}
.div33C{
	width:33%;
	float:left;
	text-align:center;
}
.div33R{
	width:33%;
	float:left;
	text-align:right;
}
/***********performance charts****************/
.FundReportHead			{
	color: #003366; 
	font-size: 10px; 
	font-weight: bold; 
	border-collapse: collapse;
	width:740px; 
	background-color: #CCCCCC; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
}
.FundReportFoot			{
	color: #003366; 
	font-size: 10px; 
	font-weight: normal; 
	border-collapse: separate;
	width:740px; 
	background-color: #CCCCCC; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
}


.FundReportFoot td {text-align:center;border-collapse:separate;}

.FundReportFootLeg {
	text-align:left;
	padding-left:2px;
	width:160px;
	white-space:nowrap;
}
.flIn {
	background-color:#FFFFCC;	
}
.flInT {
	background-color:#FFFFFF;	
}

.FundReportText			{color: #003366; font-size: 10px; font-family: Tahoma,"Bookman Old Style",Verdana,Arial, Helvetica; font-weight: normal; text-align: justify;vertical-align: top; visibility: visible; border: 1px solid #000000; }
.FundReportLegend		{color: #003366; font-size: 10px; font-family: Tahoma,Arial, Helvetica; font-weight: normal; text-align: center;vertical-align: top;  }
.FundReportLegendHead	{width:200px;color: #003366; font-size: 10px; font-family: Tahoma,"Bookman Old Style",Verdana,Arial, Helvetica; font-weight: normal; text-align: right;vertical-align: top;  }
.FundReportLegendValues	{color: #003366; font-size: 10px; font-family: Tahoma,"Bookman Old Style",Verdana,Arial, Helvetica; font-weight: normal; text-align: center;vertical-align: top;  border: 0px solid #003366;  }
.FundReportLegendValues td {text-align:center;border-collapse:separate;}


.TitleBodyTablePerf 	{ text-align: center; }
/***************printing style**************************************/
@media print {
	#Wrapper {height:100px;border:0;}
	#pageLogo 	{display:none;}
	#topItem {display:none;}
	#LinkWrap	{display:none;}
	#footer {display:none;}
	#navBgColor	{display:none;}
	#pTitle	{display:none;}	
	#searchDiv	{display:none;}	
  * {
  background-color: white !important;
  color:#000000;
  }

}