body {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12pt;
	margin: 0px;
	background-color: #ffffff;	
	color: #000000;
}

h1 {
	margin: 0px;
}

.buton {
	text-decoration: none;
	color: black;
}

.buton:link{
	text-decoration: none;
	color: black;
}

.buton:visited {
	text-decoration: none;
	color: black;
}

.buton:active {
	text-decoration: none;
	color: black;
}

.buton:hover {
	text-decoration: none;
	color: white;
}

.textbox {
	border: solid 1px navy;
	background-color: #FFCCCC;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	color: navy;
	width: 100px;
	padding: 3px;
}

.calculator {
	background-image: url("images/buton_albastru_mare.jpg");
	background-repeat: no-repeat;
	padding-top: 15px;
	font-size: 16pt;
	font-weight: normal;
	color: white;
	width: 100%;
	text-align: center;
	width: 157px;
	height: 105px;
	cursor: pointer;
}

.simulator {
	background-image: url("images/buton_portocaliu_mare.jpg");
	background-repeat: no-repeat;
	padding-top: 15px;
	font-size: 16pt;
	font-weight: normal;
	color: white;
	width: 100%;
	text-align: center;
	width: 157px;
	height: 105px;
	cursor: pointer;
}

.titlu {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18pt;
	font-weight: bold;
	color: navy;
	width: 100%;
	text-align: center;
}

.subtitlu {
	font-size: 12pt;
	font-weight:normal;
	color: black;
	/*width: 100%;*/
	text-align: center;
	padding-bottom: 10px;
}

.buton1 {
	background-image: url("images/buton_albastru_mic.jpg");
	background-repeat: no-repeat;
	padding-top: 15px;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: center;
	width: 157;
	height: 53px;
	cursor: pointer;
}

.labelSuma {
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	color: black;
}

.labelSumaB {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: black;
}

.labelSuma 2{
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: black;
}

.suma {
	font-size: 14pt;
	font-weight: normal;
	text-align: right;
	color: navy;
}

.sumaB {
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	color: navy;
}

.suma2 {
	font-size: 12pt;
	font-weight: normal;
	text-align: right;
	color: navy;
}



















#dTitlu:hover {
	color: black;
	cursor: pointer;
}

#dCautare {
	margin: 10px;
}

#banner {
	font-size: 16pt;
	font-weight: normal;
	color: navy;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}



.dCategorie {
	padding: 4px;
	word-wrap: break-word;
}

.dCategorie:hover {
	background: red;
	color: white;
	font-weight: bold;
/*	cursor: pointer; */
}

.dBanc {
	padding: 4px;
	margin-bottom: 20px;
	border-bottom: solid 1px gray;
	/*width: 600px;*/
	font-size: 10pt;
}

.dBancMic{
	padding-bottom: 4px;
	font-size: 10pt;
}

.dCategorieBanc {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-weight: bold;
}

.dBanculZilei {
	padding: 4px;
	margin-bottom: 20px;	
	font-size: 10pt;
}

.sNrBancuriCategorie {
	font-size: 8pt;
	padding-left: 5px;
}

.dNrInregistrari {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.dPaginatie{
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 10px;
}

.dNrTotalBancuri {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

#dAfisezBanc 
{
	position: absolute;
	left:200px;
	top:100px;
	width:250px;
	background-color:#f0f5FF;
	border: 1px solid #000;
	z-index: 50;
}
#dTitluBanc 
{
	background-color:#5588bb;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	vertical-align:middle;
}
#dContinutBanc 
{
	padding:5px;
}
#dInchidBanc
{
	float:right;
	text-decoration:none;
	color:#FFFFFF;
}

#dParteneri {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

.sCuvant a {
	font-family: Verdana;
	color: black;
	text-decoration: none;
}