.WhiteBold {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.red {
	color: #CC0000;
}
.blackBold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.darkBlue {
	color: #003A62;
	font-weight: bold;
}
.orange {
	color: #FF6000;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
}
.servicii {
	color: #FF6600;
	font-weight: bold;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.green {
	color: #00CC00;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
}
.blue {
	color: #0099FF;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
}
.darkRed {
	font-weight: bold;
	color: #990000;
	font-size: 18px;
}
.darkGreen {
	font-weight: bold;
	color: #006600;
}
.galben {
	color: #FFFF00;
	font-weight: bold;
}
.thumbnail{
	position: relative;
	z-index: 10;
}

.thumbnail:hover{
	z-index: 100;
	direction:ltr;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -10px;
left: 0px; /*position where enlarged image should offset horizontally */
}
.valid {
	height: 46px;
	width: 90px;
	float: right;
	z-index: 10;
}
.dot {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thumbnailHarta {

	position: relative;
	z-index: 100;
}
.thumbnailHarta:hover {

background-color: transparent;
z-index: 50;
}
.thumbnailHarta span {

	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.thumbnailHarta span img {

	border-width: 0;
	padding: 2px;
}
.thumbnailHarta:hover span {

visibility: visible;
top: -450px;
left: 0px; /*position where enlarged image should offset horizontally */
}
.greenEvenimente {
	color: #00CC00;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
.thumbnailDiploma {

	position: relative;
	z-index: 10;
}
.thumbnailDiploma:hover {

	z-index: 1000;
	direction:ltr;
}
.thumbnailDiploma span {

	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.thumbnailDiploma span img {

	border-width: 0;
	padding: 2px;
}
.thumbnailDiploma:hover span {

visibility: visible;
top: -350px;
left: 0px; /*position where enlarged image should offset horizontally */
}
