@media screen, projection {
	body{
		font-family: Arial, Verdana, sans-serif;
		text-align: center;
		margin:0;
	}

	div#main{
		width: 894px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}

	div#header{
		text-align: left;
		width: inherit;
		height: 107px;
		background-image:url('../static_images/header2_logged.png');
		overflow: hidden;
		position:relative;
	}

		div.accountlogged div#header{
			background-image:url('../static_images/header2_logged.png');
		}

	div#container{
		text-align: left;
		width: inherit;
		background-repeat:no-repeat;

	}

	div#footer{
		width: 808px;
		margin-top: 20px;
		margin-left:42px;
		padding-top: 15px;
		
		clear:both;
		text-align: center;

		background-image:url('../static_images/footerbg.png');
		background-repeat:no-repeat;
		background-color: #C4C4C4;
		
		font-size:10px;
	}
		div#footer a{
			color: #000000;
			border: none;
		}
		div#footer a:hover{
			border: none;
			text-decoration: underline;
		}

		div#linkBlock{
			text-align: left;
			width:807px;
			height:35px;
		}

		div#lbKfond{
			display:block;
			width:60px;
			height:20px;
			margin: 0px 100px 0px 130px;
			background-image:url('../static_images/sigla_ifond_footer.png');
			background-repeat:no-repeat;
			float:left;
		}

		div#lbNav{
			display:block;
			margin:3px 0 0 20px;
			float:left;
			height:20px;

		}

		div#lbCopy{
			display:block;
			margin-top:3px;
			float:right;
			margin-right:30px;
		}

		div#footer div.ExtraNotice{
			background-color: white;
			color: #D7D7D7;
		}

	div.clear{
		clear: both;
	}


	a{	
		color:#003D76;
		text-decoration: none;
		font-weight:bold;
		color: inherit;
	}

	a:hover{
		border-bottom: 1px solid #646d76;
	}

	div#siglaLinkHome{
		background-image:url('../static_images/sigla_ifond_alb.png');
		background-repeat:no-repeat;
		position: absolute;
		top:38px;
		left:38px;
		text-indent:-9000px;
		
		height:40px;
		width:120px;
	}

	div#siglaLinkHome a{
		display:block;
		height:100%;
		width:100%;
		border:none;
	}

	div#siglaLinkIntercapital{
		background-image:url('../static_images/sigla_intercapital_fonduri_alb.png');
		background-repeat:no-repeat;
		position: absolute;
		top:42px;
		left:656px;
		width: 186px;
		height: 29px;
		text-indent:-9000px;
		
	}

	div#siglaLinkIntercapital a{
		width: 100%;
		height: 100%;
		display:block;
		border:none;
	}

	div#loginContainer{
		position: relative;
		width:300px;
		height:107px;
		margin-left:237px;

	}
		div#loginContainer form{
			margin:0px;
			padding:0px;
		}
		div#loginContainer input#headerLoginUser, 	div#loginContainer input#headerLoginParola{
			position: absolute;
			width:87px;
			height:11px;
			border: 0;
			left:3px;
			font-size:11px;
			font-family: arial;
			text-indent:3px;
		}
		div#loginContainer input#headerLoginUser{
			top: 38px;
		}
		div#loginContainer input#headerLoginParola{
			top: 71px;
		}
		div#loginContainer a#login{
			position: absolute;
			top:70px;
			left:98px;
			width:36px;
			height:16px;
			text-indent:-900px;
			background-image:url('../static_images/login.button.png');
			background-repeat:no-repeat;
			border: none;
		}

			div#loginContainer a#login:hover{
				background-position:-36px 0px;
			}

	div#logoutContainer{
		top:80px;
		left:661px;
		position: absolute;
		font-size:11px;
		color: #000000;
	/*	background-repeat:no-repeat;
		background-image:url('../static_images/logoutcontainer_bg-transp.png');
	*/
	}
		div#logoutContainer a{
			color:#15619D;
			border: none;
			position:relative;
		}

	.imgAsText{
		text-indent: -9000px;
		background-repeat: no-repeat;
		display: block;
		overflow:hidden;
	}

	.imgAsText a, .imgAsText a:hover{
		border:none;
		text-decoration: none;
	}



	div.icon{
		height:10px;
		width:10px;
		background-repeat: no-repeat;
		float:right;
	}

	div.iconvUp{
		background-image:url('../static_images/icon.varUp-transp.png');
	}
	div.iconvDown{
		background-image:url('../static_images/icon.varDown-transp.png');
	}
	div.iconvConstant{
		background-image:url('../static_images/icon.varConstant-transp.png');
	}

	/*culori variatii*/
	.vD{
		color:#FF0932;
	}
	.vN{
		color:#0E67E1;
	}

	.vU{
		color:#5CA200;
	}

	.strong{
		font-weight:bold;
	}

	table tr td.num, table tr th.num, table td.txtr, table th.txtr{
		text-align: right;
	}

	table tr td.txtl, table tr th.txtl{
		text-align: left;
	}

	table td a, table th a, div#pageContent table td a, div#pageContent table th a{
		color: #15619D;
		border-bottom: 1px none #ffffff;
		
	}

	table td a:hover, table th a:hover, div#pageContent table td a:hover, div#pageContent table th a:hover{
		color: #000000;
		border-bottom: 0px none #ffffff;
	}


	.clickable{
		cursor: pointer;
	}

	dfn{
		font-style: normal;
		border-bottom: 1px dashed #A7A7A7;
	}

}

@media print {
	#header, #topNavContainer, #sidenav, #footer{
		display: none;
	}
	* { background: #fff; color: #000; }


	div#PrintContent{
		font-size: 14pt;
		width: 70%;
		margin-left:15%;
		margin-right:15%;
		margin-top:0%;
		margin-bottom:5%;
		position: absolute;
		top:0; left:0;
	}
	
	div#pageContent div#PrintContent table {
		width: 85%;
		font-size: 14pt;
	}

	div#PrintContent.small, div#PrintContent.small h3{
		font: 100%/1 arial,sans-serif;
		font-size: 10pt;
		
	}

	 div#PrintContent.small h3{
		font-weight:bold;
	 }
	
	div#pageContent div#PrintContent.small table{
		width: auto;
		font: 100%/1 arial, sans-serif;
	}

	div#PrintContent div.formGroup{
		margin: 1%;
	}

	div#main, div#pageContent{
		width: 100%;
	}
	
	

}
.clear{clear:both;}


#butonWrapperIntra{position:relative; float:left; left:110px; top:67px;}
#butonWrapperIntra a:hover{background:#2d7feb; color:#FFFFFF;}

#butonWrapperContNou{position:relative;float:left; left:115px; top:67px;}
#butonWrapperContNou a:hover{background:#2d7feb; color:#FFFFFF;}

#butonIntra{
	background:#FF7E00;
	color:#000;
	text-align:center;
	font-family: arial;
	font-weight:normal;
	font-size:9px;
	letter-spacing:0;
	width:48px;
	height:10px;
	border:1px outset #ccc;
	padding:2px 1px 1px 1px;
	}

#butonContNou{
	background:#FF7E00;
	color:#000;
	text-align:center;
	font-family: arial;
	font-weight:normal;
	font-size:9px;
	letter-spacing:0;
	width:48px;
	height:10px;
	border:1px outset #ccc;
	padding:2px 1px 1px 1px;
	}

#bannerFond a{
	border:none;
	text-decoration:none;

}

.feed {
  margin-left: 0px;
  padding: 0px 16px 0 0px;
  background: url("../static_images/feed12.png") no-repeat 25px 0;
  color:#003D76;
  text-decoration: none;
  font-weight:bold;
  color: inherit;
 }
