/*
 * Beyaz Piramit Bilgi Teknolojileri Ltd. Şti.
 * http://www.beyazpiramit.com/
 * 
 * Her Hakkı Saklıdır.
 * Copyright ©2009
 */
.ui-tabs {
	height: 170px;
	width: 676px;
	float: left;
	margin-top: 8px;
	background: #cfcfcf;
	background: url(../images/tab_bg.png) repeat-x
}

.ui-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

.ui-tabs li {
	float: left;
	margin: 0;
	padding-top: 5px;
	height: 26px;
	width: 126px;
	text-align: center;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-panel {
	height: 97px;
	text-align: justify;
	background: #fff url(../images/content_bg.png) repeat-x bottom;
	margin: 0 8px 6px 8px;
	padding: 15px 15px 20px 15px;
}

.ui-tabs-panel a:link,.ui-tabs-panel a:visited {
	color: #266493;
}

.ui-tabs-panel a:hover {
	color: #266493;
	text-decoration: underline;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.ui-tabs-nav li a {
	font-size: 12px;
	font-weight: bold;
}

.ui-tabs-nav li.ui-tabs-selected {
	font-size: 13px;
	color: #dd4e0c;
	background: url(../images/tabmenu_over.png) repeat-x;
	height: 22px;
	padding-top: 9px;
}

.ui-tabs-nav li.ui-tabs-selected a:link,.ui-tabs-nav li.ui-tabs-selected a:visited
	{
	font-size: 13px;
	color: #dd4e0c;
}

.ui-tabs-nav li.ui-tabs-selected a:hover {
	font-size: 13px;
	color: #dd4e0c;
	text-decoration: none;
}
