body {
	/*background-image: url('./../images/banner-tail.jpg');*/
	color: #545454;
}


html, input, textarea {font-family:Arial, Helvetica, sans-serif; font-size:0.813em; line-height:1.231em; color:#545454;}
input, select {vertical-align:middle; font-weight:normal;}

a {
	text-decoration: none;
	outline: none;
}

.menuFlash {
	background-image: url(./../images/header-bg.jpg);
	margin-top: -5px;
}


.cluj4allLink {
	color: #626378;
}

a img {
	border:0;
}

h3 {
	background-color: #DFDFDF;
	font-family: Arial;
	font-size: 17px;
	padding: 7px 7px;
}


h4 {
	background-color: #EAEAEA;
	font-family: Arial;
	font-size: 12px;
	padding: 7px 7px;
	margin-left: 50px;
}

.errors {
	color: red;
	font-weight: bold;
	font-family: arial;
}

.successfully {
	color: green;
	font-weight: bold;
	font-family: arial;
}

.submit {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 15px;
}

.apartmentDescription {
	margin-left: 50px;
}

.apartmentDescription a, .apartmentDescriptionLink {
	color: #0D82AD;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.headerTable {
	width: 100%;
	height: 164px;
	/*
	background-image: url('./../images/header-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	*/
	border: 0px;
}

.contentTable {
	width: 100%;
	height: 164px;
	border: 0px;
}


.logo {
	padding: 0 0 0 70px;
}

.title {border-bottom:2px solid #DFDFDF; padding:0 0 8px 4px; margin-bottom:18px;}

/******************************************************************************/
/******************************************************************************/

.menu {
	padding-left: 47px;
	margin-bottom: -5px;
}

.menu td {
	padding:0;
	padding-right: 5px;
	margin-bottom: -3px;
	background-image: url('./../images/menu-bg.png');
	background-repeat: no-repeat;
	height: 41px;
	width: 126px;
	cursor: pointer;
}


.menuHover:hover {
	padding:0;
	padding-right: 5px;
	margin-bottom: -3px;
	background-image: url('./../images/menu-bg-hover.png');
	background-repeat: no-repeat;
	height: 41px;
	width: 126px;
	cursor: pointer;
}

.menu td a {
	color: #FAFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: -10px;
	width: 100%;
}


/******************************************************************************/

#footer {
	background: url('./../images/footer-tail.png') left top repeat-x;
	color:#5A5A5A;
	font-family: Arial;
	font-size: 12px;
	padding: 10px 0 16px 0px;
}

#footer a {
	color:#5A5A5A;
}

#footer a:hover {
	text-decoration: underline;
}