/* Tabs
----------------------------------*/
/*
.ui-tabs {
	background-image: url(images/matchcenter_bg.png);
	background-repeat: repeat-x;
	padding: .2em 0px 5px 0px;
	zoom: 1;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.ui-tabs .ui-tabs-nav {
	list-style: none;
	padding: 0px .2em 0;
	position: relative;
}

.ui-tabs .ui-tabs-nav li {
	border-bottom-width: 0 !important;
	float: left;
	margin: 0 0em -1px 0;
	padding: 0;
	position: relative;
}

.ui-tabs-nav li {
	background-image: url(images/matchcenter_noactiv_bg.png);
	background-position: top;
	height: 27px;
	width: 130px;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
	first selector in group seems obsolete, but required to overcome bug in opera applying cursor: text overall if defined elsewhere...;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-image: url(images/matchcenter_activ_bg.png);
	vertical-align: top;
	width: 140px;
}

div.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-image: url(images/matchcenter_activ_bg.png);
	height: 27px;
	vertical-align: baseline;
	width: 132px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	color: #F0F0F0;
	cursor: text;
	font-weight: bold;
	padding-bottom: 5px;
}

.ui-tabs .ui-tabs-panel {
	background: none;
	border-width: 0;
	display: block;
	padding: 5em 1.4em;
}

*/

a.cup1 {
	color: #3EB0DF;
	font-family: "Times New Roman",Times,serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a:hover.cup1 {
	font-family: "Times New Roman",Times,serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #166585;
	text-decoration: none;
}

p.tabbr {
	padding: 10px 5px 5px 5px;
}

.cupl {
	background-position: top;
	border: 1px dotted #A1A1A1; /*background-image: url(images/centr_bg.png);
width: 655px;*/
	float: center;
	height: 30px;
}

