.tab_row
{
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/tab_row.png");
	background-repeat: repeat-x;
}
.tab_row_compact
{
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/tab_row.png");
	background-repeat: repeat-x;
	width: 680px;
}
.tab_on
{
	background-image: url("../images/tab_on.png");
	background-repeat: no-repeat;
	width: 148px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #454545;
	text-align: center;
	font-weight: bold;
}
.tab_on_short
{
	background-image: url("../images/tab_on_short.png");
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #454545;
	text-align: center;
	font-weight: bold;
}
.tab_off
{
	background-image: url("../images/tab_off.png");
	background-repeat: no-repeat;
	width: 148px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #404040;
	text-align: center;
	font-weight: bold;
}
.tab_off_short
{
	background-image: url("../images/tab_off_short.png");
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #404040;
	text-align: center;
	font-weight: bold;
}
.content_on
{
	display: block;
	visibility: visible;
	background-color: white;
	border-style: solid;
	border-color: #838383;
	border-width: 1px;
	border-top: none;
}
.content_off
{
	display: none;
	visibility: hidden;
}

.tab_center
{
    text-align: center;
    padding-top: 100px;
}

.tab_off_short_video
{
	background-image: url("../images/tab_off_short_video.png");
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #404040;
	text-align: center;
	font-weight: bold;
}

.tab_off_short_buscaeventi
{
	background-image: url("../images/tab_off_short_buscaeventi.png");
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #404040;
	text-align: center;
	font-weight: bold;
}
.tab_off_short_cultura
{
	background-image: url("../images/tab_off_short_icc.png");
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #404040;
	text-align: center;
	font-weight: bold;
}
.tab_off_short_trasparenza
{
	background-image: url("../images/tab_off_short_trasparenza.png");
	background-repeat: no-repeat;
	width: 148px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	/*font-size:11px;*/
	font-size: 0.688em;
	color: #404040;
	text-align: center;
	font-weight: bold;
	border-bottom:1px solid #838383;
}
