﻿/*In questo file sono inserite le classi Per la formattazione dei tab del cv*/

/* Tab ATTIVO*/
.tabOn
{
	background-image: url(CvImgs/tabCV_On.jpg);
	width: 91px;
	height: 24px;
	font-weight: bold;
	font-size: 13px;
	color: #fff; /* patch per pulsanti stile xp */
	border: solid 0px;
	margin-left: 3px;
}

/* Tab DISATTIVO*/
.tabOff
{
	background-image: url(CvImgs/tabCV_Off.jpg);
	width: 91px;
	height: 17px;
	font-size: 12px;
	color: #fff; 
	border: solid 0px;
	margin-left: 3px;
}


/*

#tabCV
{
	text-align: right;
	border-bottom: solid 1px #C33E3E;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
	top: -20px;
}

#tabCV ul
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#tabCV ul li
{
	display: inline;
	margin: 0;
	padding: 0;
} */