
/*
 * Panel: Tabs
 */

.theme-2005v020-panel-tabs
{
	position: relative;
	z-index: 1;

	background-color: #f7f7f7;

	top: 0px;

	width: 100%;

	margin: 0px;
	xborder: 0px;
	xborder-style: solid;
	xborder-bottom-width: 4px;
	padding: 0px;
}

.theme-2005v020-panel-tabs-inner
{
	position: relative;

	background-color: #f7f7f7;

	top: 0px;

	width: 100%;

	margin: 0px;
	border: 0px;
	padding: 0px;
}

.theme-2005v020-panel-tabs-clear
{
	position: relative;
	display: block;
	clear: left;

	width: 100%;
	height: 0px;

	margin: 0px;
	border: 0px;
	padding: 0px;
}

.theme-2005v020-panel-tab-selected
{
	position: relative;
	display: block;
	float: left;

	list-style-image: none;

	top: 1px;

	margin: 0px;
	border: 0px;
	padding: 0px;
}
.theme-2005v020-panel-tab-selected a:link
{
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
.theme-2005v020-panel-tab-selected a:visited
{
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
.theme-2005v020-panel-tab-selected a:hover
{
	background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}

.theme-2005v020-panel-tab-selected-content
{
	position: relative;
	color: #ffffff;

	top: -3px;

	margin: 0px;
	xborder: 0px;
	xborder-style: solid;
	xborder-width: 1px;
	padding: 2px;
}

.theme-2005v020-panel-tab-selected-content *
{
	color: #ffffff!important;
}

.theme-2005v020-panel-tab-deselected
{
	position: relative;
	display: block;
	float: left;

	background-color: #eeeeee;
	list-style-image: none;

	top: 0px;

	margin: 0px;
	border: 0px;
	border-color: #cccccc;
	border-bottom-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.theme-2005v020-panel-tabcontent-border
{
	position: relative;

	top: 0px;

	margin: 0px;
	margin-bottom: 10px;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	padding: 0px;
}

.theme-2005v020-panel-tabcontent-border-bottom-left
{
	position: relative;

	background-image: url(/general/tools/configuration/mEstilo/themes/2005v020/common/images/panels/special/bottom-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;

	bottom: -1px;
	left: -1px;

	margin: 0px;
	border: 0px;
	padding: 10px;
}
