/* css pentru homepage */

/* css pentru bordura meniuri principale incl. text */
.itemBorderBlack {	
	/*BORDER-BOTTOM: #333355 1px solid;
	BORDER-LEFT: #333355 1px solid;
	BORDER-RIGHT: #333355 1px solid;
	BORDER-TOP: #333355 1px solid;*/
	COLOR: #445577;
	VERTICAL-ALIGN:middle;
	CURSOR:pointer;
	z-Index:20;
	}

/* css pentru bordura submeniuri incl. text */
.itemBorder {
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	BORDER-RIGHT: #dddddd 1px solid;
	BORDER-TOP: #dddddd 1px solid;
	COLOR: #445577;
	VERTICAL-ALIGN:middle;
	CURSOR:pointer;
	z-Index:20
	}

/* css pentru text meniuri principale */
.iText2a {
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'MS Sans Serif',verdana,tahoma,arial,helvetica;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	vertical-align:middle;
	}

/* css pentru text submeniuri */
.iText2b {
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'MS Sans Serif',verdana,tahoma,arial,helvetica;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	vertical-align:middle;
	}

/* css pentru butoane language */
TD.activ {
	FONT-FAMILY: 'MS Sans Serif',verdana,tahoma,arial,verdana;
	font-size: 8pt;
	font-weight: normal;
	color:#445577;
	text-decoration: none;
	cursor:pointer;
	height:15px;
	}

/* css pentru butoane language */
TD.extra {
	FONT-FAMILY: 'MS Sans Serif',verdana,tahoma,arial,verdana;
	font-size: 8pt;
	font-weight: normal;
	color:#ffffff;
	text-decoration: none;
	cursor:pointer;
	width:200px;
	height:15px;
	}

/* css pentru butoane link-uri exterioare */
TD.banner {
	FONT-FAMILY: 'MS Sans Serif',arial;
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	width:120px;
	height:20px;
	BACKGROUND-COLOR: #556077;
	BORDER: #ffffff 1px solid;
	}

/* css pentru numele paginii incarcate */
TD.pagename {
	/* css pentru numele paginii color:#4466aa; */
	FONT-FAMILY: 'MS Sans Serif',verdana,tahoma,arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#9EA6AF;
	text-decoration:none;
	cursor:default;
	/* width:100px; */
	height:20px;
	BORDER:none;
	}

/* css pentru descriere link exterior */
#dhtmltooltip {
	BACKGROUND-COLOR: #eeeeee;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	PADDING-TOP: 3px;
	POSITION:absolute;
	VISIBILITY: hidden;
	WIDTH: 150px;
	Z-INDEX:100;
	FONT-FAMILY: 'MS Sans Serif',arial;
	font-size:9pt;
	font-weight:normal;
	color:#444455;
	text-decoration:none;
}

/* css pentru iframe conteiner */
#i5 {
position: absolute;
visibility: hidden;
width: 100px;
height: 100px;
top: 121px;
left: 7px;
margin:0px;
BORDER-TOP: #dddddd 1px solid;
BORDER-BOTTOM: #cccccc 1px solid;
/*OVERFLOW:auto;*/
Z-INDEX:1;
}