﻿/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-family: Arial,Arial Black;
	font-size: 11px;
	border: 0;
	color: #333333;
}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
		height:26px;

}
.ui-tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";

}
.ui-tabs-nav li {
	float: left;
	margin: 5px 0 0 0px;
	height: 21px;
	min-width: 129px; /* be nice to Opera */
	}


.ui-tabs-panel {
	border-top: 4px solid #e1e1e1;
	padding: 1px 0px 1px 0px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ /*	border: 1px solid #919394;*/
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
	/* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
	height: 20px;
	background: #e1e1e1 url('/media/comuni/tab_job.png');
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:115px;
	padding-top:1px;
	text-align:center;
}

*:first-child + html .ui-tabs-nav {
	/* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
	font-weight: normal /*{fwDefault}*/;
	color: #333333 /*{fcDefault}*/;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	background: url('/media/comuni/tab_job.png')!important;
	background-repeat:no-repeat;
	background-position: 100% -42px!important;
	cursor: text;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #333333 !important /*{fcDefault}*/;
	text-decoration: none;
	outline: none;
	text-decoration: none !important;
	
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	font-weight: normal /*{fwDefault}*/;
	color: #333333 /*{fcHover}*/;
	text-decoration: none !important;
	outline: none;
}


.ui-state-hover a, .ui-state-hover a:hover {
	color: #333333 /*{fcHover}*/;
	text-decoration: none !important;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #333333 /*{fcActive}*/;
	outline: none;
	background: url('/media/comuni/tab_job.png');
	background-repeat:no-repeat;
	background-position: 100% -42px;

	
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #333333 /*{fcActive}*/;
	outline: none;
	text-decoration: none;
}

.ui-tabs-nav .ui-tabs-selected a span{
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top:0;
	
    color: #333333;
    text-align:center;
    padding-left:5px;
	line-height:11px;
}

