/*index specific*/
div#container{
	background-image:url('../static_images/mainbg.jpg');
}


div#mainBoxSet{
	margin-top:0px;
}

div#splashContainer{
	width: inherit;
	height:150px;
	margin-top: 41px;
	position: relative;
		
	background-image: url('../static_images/featTxt3.png');
	background-repeat: no-repeat;
	background-position: top left;
}
	div#splashPics{
		position: absolute;
		right: 23px;
		top:0px;
		width:356px;
		height:124px;
		background-image: url('../static_images/featPic.borderf.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		
	}

	div#splashPics div.splashPicItemL{
		float:left;
		width:172px;
		height:116px;
		background-repeat: no-repeat;

	}
	div#splashPics div.splashPicItemR{
		float:left;
		width:172px;
		height:116px;
		background-repeat: no-repeat;
	}


div#homeColumnWide { width: 880px; }

div#contnou{
	margin-bottom:3px;
}

div.boxb{
	width: 502px;
	margin-bottom: 5px;
	padding-top:5px;
	background-repeat: no-repeat;
	background-position: top left;
	
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	line-height:130%;
}
	
	div.blueb{
		background-image:url('../static_images/boxb.blue.top.png');
	}
	
	div.boxb div.boxcontent{
		background-repeat: repeat-y;
	}
		div.blueb div.boxcontent{
			padding: 2px 9px 3px 9px;
			background-image:url('../static_images/boxb.blue.middle.png');

		}

		div.boxb div.boxcontent p{
			margin:0;
		}

		div.blueb a{
			color: #FFFFFF;
			border-bottom-color:#FFFFFF;
		}
		div.blueb a:hover{
			border-bottom-color:#FFFFFF;
		}

	div.boxb div.boxfooter{
		background-repeat: no-repeat;
		background-position: top left;
		height: 4px;
	}

		div.blueb div.boxfooter{
			background-image:url('../static_images/boxb.blue.bottom.png');
		}

div.boxf{
	margin-bottom: 5px;
	background-repeat: no-repeat;
	width: 501px;
	font-weight: normal;
	font-size:13px;
	line-height:130%;
	color: #303030;
	overflow: hidden;
}
	div.boxf table{
		font-size:13px;
	}
	

	div.boxf a{
		color: #003D76;
		border-bottom-color:#303030;
	}
	div.boxf a:hover{
		border-bottom-color:#303030;
	}

	div.boxf{
		background-image:url('../static_images/boxf.blue.bg.png');
	}


	div.orangef{
		background-image:url('../static_images/boxf.orange.bg.png');
	}
	
	div.orangef div.boxcontent{
		padding: 15px 9px 3px 15px;
		color: #000000;
		font-size: 13px;
		font-weight: normal;
		line-height: 130%;
	}

	div#profilfond, div#profilfond table{
		font-size:11px;
	}
	div#profilfond{
		position: relative;
	}
	


div.boxs{
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	width: 376px;
	font-weight: normal;
	font-size:13px;
	line-height:130%;
	overflow: hidden;
}
	div.bluefs{
		background-image:url('../static_images/boxs.blue.bg.png');
	}
	
	div.bluefsNarrow{
		width: 344px;
		background-image:url('../static_images/boxs.blue.bg.narrow.png');
	}
	
	div.bluefsWide{
		width: 424px;
		background-image:url('../static_images/boxs.blue.bg.wide.png');
	}
	
	div.bluefsmall{
		background-image:url('../static_images/boxs.blue.bg-small.png');
	}

	div.boxs ul a{
		color: #003D76;
	}

	div.boxs table{
		width: 343px;
		border-collapse: collapse;
		
		border-bottom: 1px dashed #9e9e9e;
		color: #4D4D4D;
		font-size:11px;
	}
		div.boxs td, div.boxs th{
			padding:0px 0px 4px 4px;
			border-bottom: 1px dashed #9e9e9e;
		}
		div.boxs th{
			text-align: left;
		}
		div.boxs td{
			text-align: left;
		}
		

		div.boxs td.num .imgAsText, div.boxs th.num .imgAsText{
			text-align: right;
		}

		div.boxs tr.head td, div.boxs tr.head th{
			border-top:0px;
		}
		
		div.boxs div.boxText {
			width: 350px;
			margin: 5px 0;
		}
		
		div.boxs div.boxForm {
			width: 350px;
			margin: 5px 0;
		}
		
			div.boxForm p.label
			{
				float: left;
				width: 60px;
				margin:0;
				padding:0;
			}
			
			div.boxForm p.error
			{
				float: left;
				margin: 0;
				padding: 0 0 0 10px;
				font-weight: bold;
				font-size: 10px; 
				color: #F00;
			}
			
			div.boxForm a.help {
				float: left;
				font-size:10px;
				color:#003D76;;
			}
			
			a.boxs {
				color:#003D76;
				text-decoration: none;
				font-weight:bold;
				color: inherit;
				border-bottom: 1px solid #646d76;
			}
			
			div.boxForm input.textInput
			{
				float: left;
				margin-right: 5px;
				padding: 2px 3px;
				width: 160px;
				background-color: #EEEEFF;
				border: 1px solid #3A76AA;
				font: 12px 'Arial','Helvetica';
			}
			
			/*
			div.boxForm input.textInput:focus
			{
				float: left;
				margin-right: 5px;
				padding: 2px 3px;
				width: 200px;
				background-color: #ffffff;
				border-top-color: #aaaaff;
				font: 12px 'Arial','Helvetica';
			}
			*/
			
			div.boxForm input.button {
				float: left;
				background-color: #EEEEFF;
				border: 1px solid #3A76AA;
				font: bold 11px 'Arial','Helvetica';
				padding-top: 1px;
			}

	div#noutati{
		font-size: 12px;
	}

	div#noutati ul{
		padding-left: 15px;
		margin:0px;
	}
	
	

td div.icon{
	margin: 3px 0px; 3px 3px;
}

div.stdBoxC{
	padding:10px;
}

h2.boxHead { 
	font-size:18px; 
	font-weight: normal; color: #003d73; 
	display: block; 
	height:28px; 
	line-height:100%; 
	margin:0;
}

div.tHead, div.tHeadR { 
	font-size:15px; 
	font-weight: normal; 
	color: #003d73; 
	display: block; 
	height:28px; 
	line-height:100%;
}
div.tHeadR { 
	text-align: right;
}

h2#hBoxInvestesteacum{
	background-image: url('../static_images/boxs-h-investesteacum.png');
	height:21px;
}

h3{
	font-family: arial;
	font-weight:normal;
	font-size:15px;
	color: #003d73;
	line-height:80%;
	height:3px
}
div#cNumeFond, div#cPlasamente, div#cValoare, div#cVariatie{
/*	
	background-image: url('../static_images/boxf-th-tablehead.png');
*/
	background-repeat: no-repeat;
}

div#cNumeFond{
	background-position: 0px 0px;
	width:72px;
	height:22px;
}

div#cPlasamente{
	background-position: -77px 0px;
	width:91px;
	height:22px;
}

div#cValoare{
	background-position: -178px 0px;
	width:49px;
	height:22px;
	float:right;
}

div#cVariatie{
	background-position: -236px 0px;
	width:49px;
	height:22px;
	float:right;
}
