﻿
/*LE Seguenti classi formattano la pagina deggli ATTRIBUTI CV (SmartCv.ascx)*/

/*NOMECOGNOME  UTENTE */
.lblNominativoCSmartv
{
	font-weight: bold;
	font-size: 25px;
}

/*Ledue classi successive servoni per camuffare
  il link come un bottone */
/*BOTTONE STAMPACV*/
.divlinkSmartCV
{
	height: 15px;	
	padding-bottom:0px;
	background-image: url(../GenericCss/sfondo_btn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: solid 0px;
	color: #fff;
	width: 100px;
	text-align: center;
}

.linkBtnSmartCV
{
	color: White;
	font-size: 11px;
}
