html, body, td, th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}
body {
	background-color: #CCCCCC;
	margin: 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
p {
	line-height: 20px;
	text-align: justify;
	text-indent: 10px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 7%;
	margin-top: 18px;
}

li {
	margin-left: 12%;
	margin-top: 0px;
	margin-right: 12%;
	margin-bottom: 0px;
	line-height: 18px;
}


a:link, a:visited {
	color: #FF3300;
}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
}
h1 {
	font-weight: bolder;
	color: #0066CC;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-transform: capitalize;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6%;
	color: #009ACE;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	color: #009ACE;
}


#pagewrapper {
	background-image: url(../images/banner_1.jpg);
	background-repeat: repeat-x;
	background-position: 153px top;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 0px;
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 88px;
	width: 153px;
	float: left;
}
#logo h1 {
	display: none;
}

#top {
	height: 88px;
	margin-left: 153px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/gradient.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content {
	min-height: 500px;
	clear: both;
	background-color: #FFFFFF;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../images/page_bkg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}
#footer {
	font-size: 10px;
	color: #666666;
	clear: both;
	text-align: center;
}
#nav {
	width: 167px;
	float: left;
	padding-top: 0px;
	background-repeat: no-repeat;
	margin: 0px;
}
#text {
	margin-left: 167px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066CC;
}
#nav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	list-style-type: none;
	margin: 0px;
	line-height: normal;
}
#nav h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin: 0px;
}


#nav ul li ul {
	margin-left: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #FFFFFF;
}
#nav ul li ul li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCE0FF;
	margin-right: 1px;
}
#nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 18px;
	display: block;
	background-image: url(../images/bullet_a.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
#nav li li a {
	background-image: none;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0099CC;
}
#nav li a:link, #nav li a:visited {

}
#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	background-color: #FF6600;
}
#nav li.current {
	margin-right: 0px;
}

#nav li a.current {
	background-color: #FF6600;
	background-image: url(../images/bullet_b.gif);
	color: #FFFFFF;
}
#nav li li a.current {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	color: #FFFFFF;
	background-color: #FF6600;
}

#nav li a.current:hover, 
#nav li a.current:active {
	color: #FFFFFF;
	background-color: #FF6600;
}

#nav ul li ul.collapsed {
	display: none;
}

#nav ul li.current ul { display: block; 
}
#langsel {
	text-align: center;
	margin: 5px;
}


.infotable {
	border: 1px solid #0066CC;
}
.infotable table {
	border: none;
}
.infotable th {
	background-color: #CADFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #9DC5FF;
	border-bottom-color: #9DC5FF;
	border-left-color: #FFFFFF;
}
.infotable td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #9DC5FF;
	border-bottom-color: #9DC5FF;
	border-left-color: #FFFFFF;
}

.infotable table td {
	border: none;
}

.pagetable {
	width: 99%;
}
.important {
	color: #006600;
	font-size: 11px;
	line-height: 13px;
}
.homepage {
	background-image: url(../images/pano.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 240px;
}

.homees {
	background-image: url(../images/pano_es.jpg);
	padding-top: 250px;
}

.homepage ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
.homepage li {
	padding: 0px;
	text-align: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.new {
	color: #FFFFFF;
	background-color: #0065FF;
	font-weight: bold;
}

#topnav {
	margin: 0px;
	padding: 0px;
	background: #0066CC url(../images/title_left.gif) no-repeat;
	height: 26px;
}

#topnav ul {
	background-repeat: no-repeat;
	background-image: url(../images/title_bkg.gif);
	float: none;
	list-style-type: none;
	background-position: right bottom;
	margin: 0px;
	border-right-width: 1px;
	border-right-color: #0066CC;
	border-right-style: solid;
	padding: 0px 0px 0px 170px;
	height: 26px;
}


#topnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topnav li a,
#topnav li a:link,
#topnav li a:visited {
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	color: #E6F0FF;
	font-weight: bold;
	list-style-type: none;
	font-size: 12px;
	float: none;
	line-height: 26px;
	display: block;
	padding: 0px 10px 0px 20px;
	background: url(../images/menuico_Noselected.jpg) no-repeat left top;
}

#topnav li a:hover,
#topnav li a:active {
	color: #FFFFFF;
	background-image: url(../images/menuico_selected.jpg);
}

#topnav li a.current {
	color: #0066cc;
	background: #FFFFFF url(../images/menuico_selected_blue.jpg);
}
.boxes {
	background-image: url(../images/box_test01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 128px;
	width: 295px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.boxes p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.boxes h2 {
	font-size: 22px;
	color: #FFFFFF;
}
.boxes h2 a {
	color: #FFFFFF;
	font-weight: bold;
}
.boxes h2 a:link,
.boxes h2 a:visited,
.boxes h2 a:active {

}
.boxes h2 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
    
}
.boxes img {
	margin-right: 3px;
	margin-top: 4px;
	margin-left: 4px;
}

.boxescontainer {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-left: 30px;
}

.boxeblue {
	background-color: #0093C4;
}
.boxegreen {
	background-color: #80AA00;
}
.boxeorange {
	background-color: #DF8600;
}
.boxemov {
	background-color: #654F7D;
}
.boxeyellow {
	background-color: #B7A020;
}
.boxepink {
	background-color: #AB5897;
}

.underpic {
	background: url(../images/imobiliare/tomis/tomis_7.jpg) no-repeat 6px 2px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.blueImportant {
	background-color: #E6F0FF;
	font-size: 13px;
	font-weight: bold;
	color: #0099CC;
}
.redImportant {
	background-color: #E6F0FF;
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
}
.tableborder {
	border: 1px solid #0099CC;
	background-color: #E6F0FF;
}
.tableborder td{
	line-height: 18px;
}
#pdfbox {
	margin-left: 35px;
	font-size: 14px;
	margin-top: 7px;
}
#pdfbox a {
	text-decoration: underline;
}
.importantbluesmall {
	color: #333333;
	font-size: 11px;
}
.boxegray {
	background-color: #E1E1E1;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
h4 {
	font-weight: normal;
	color: #DFDFDF;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	margin: 0px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	color: #009ACE;
}

.fonduribkg {
	background: url(../images/fonduri.jpg) no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #06C;
	height: 1000px;
}

