
/*
 * Panel: Tabs
 */

.mytabs
{
clear: left;
display: inline-block;
	position: relative;
	width:100%;
	font-size:100%;
/*
line-height:normal;
*/
	margin: 0;
	border: 0px;
padding: 0px;
/*
background-color:#ffff00;
*/
}

.mytabs ul
{
	margin:0;
	padding: 0;
	list-style:none;
}

.mytabs li
{
/*
	float: left;
*/
	margin:5px 3px 0 0;
	padding:0 0 0 4px;
	background:#DCDDDE url("/paladin2/configuration/2.0.0.0032/themes/internet-2009/common/images/tab-unselected-left.gif") no-repeat left top;
}

.mytabs li.mytab-select
{
	background:#CD1041 url("/paladin2/configuration/2.0.0.0032/themes/internet-2009/common/images/tab-selected-left.gif") no-repeat left top;
}

.mytabs li.mytab-select a, .mytabs li.mytab-select div
{
/*
	float:left;
*/
	margin:0;
	padding:5px 5px 5px 0;
}

.mytabs li.mytab div
{
	background:#DCDDDE url("/paladin2/configuration/2.0.0.0032/themes/internet-2009/common/images/tab-unselected.gif") no-repeat right top;
	padding: 5px 5px 5px 0px;
	margin: 0px;
}

.mytab a
{
	color: #000000!important;
}

.mytabs li.mytab-select a, .mytabs li.mytab-select
{
	color:#FFFFFF !important;
}

.mytabs li.mytab-select div a, .mytabs li.mytab-select div a:hover
{
	padding: 0;
	background: none;
}

.mytabs li.mytab-select div
{
	background:#CD1041 url("/paladin2/configuration/2.0.0.0032/themes/internet-2009/common/images/tab-selected.gif") no-repeat right top;
}

.mytabs li.mytab div:hover, .mytabs li.over div
{
	background:#F5CEC7 url("/paladin2/configuration/2.0.0.0032/themes/internet-2009/common/images/tab-hover.gif") no-repeat right top;
}

.mytabs a:hover,.mytabs li.mytab-select a:hover, .mytabs li.over div, .mytabs li div:hover, .mytabs a:hover acronym
{
/*
color: #CC0000 !important;
*/
}
.mytabs li.mytab:hover, .mytabs li.mytab.over
{
	background: #F5CEC7 url("/paladin2/configuration/2.0.0.0032/themes/internet-2009/common/images/tab-hover-left.gif") no-repeat left top;
}

.mytabs li.mytab:hover a, .mytabs li.over a, .mytabs li.mytab:hover acronym, .mytabs li.over acronym
{
	color: #cc0000!important;
}

.mytabs span.theme-2005v020-hidden, .mytabs br
{
	display:none;
}

.theme-2005v020-panel .clear-left
{
	clear: none; /* (SAF) was "left" */
	width: 1px; /* (SAF) didn't exist */
	height:0;
	margin: 0;
	padding: 0;
}

.mytabs li
{
	white-space:nowrap;
}

/* IE6 hacks */

* html .mytabs li
{
	float: left;
}

* html .mytabs ul.no-rounded-corners *, * html .mytabs ul.no-rounded-corners a:hover, * html .mytabs ul.no-rounded-corners a, * html .mytabs ul.no-rounded-corners div
{
	background-image:none;
}

* html .mytabs ul.no-rounded-corners li
{
	padding-left: 0;
}

* html .mytabs ul.no-rounded-corners mytab-selected a
{
	background:#DCDDDE;
	padding:5px 5px 5px 4px;
}

* html .mytabs ul.no-rounded-corners li.mytab-select a
{
	padding:0;
	background:#CD1041;
}
* html .mytabs ul.no-rounded-corners li.mytab-select div
{
	padding:5px 5px 5px 4px;
}

* html .mytabs ul.no-rounded-corners li.mytab-select a:hover
{
	color: #DCDDDE !important;
}

* html .theme-2005v020-panel .clear-left
{
	display: inline;
}

.theme-2005v020-panel-tabcontent-border
{
	position: relative;
	top: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-color: #cd1041;
	border-style: solid;
	border-width: 3px;
/*	border-top-width: 0px;
*/
	padding: 10px 20px 10px 20px;	
}
.mytabs-clear
{
position: relative;
width: 100%;
height: 1px;
clear: both;
	display: inline-block;
}
.mytabs li.mytab-select a:hover, .mytabs li.mytab-select
{
	color: #ffffff!important;
}

.mytab-select
{
	position: relative!important;
	list-style: none!important;
	display: inline-block!important;
}
.mytab
{
	position: relative!important;
	list-style: none!important;
	display: inline-block!important;
}

.mytab *
{
	color: #000000!important;
}

.mytab-select *
{
	color: #ffffff!important;
}

