/* 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;
    }
}

#mytabs ul.tabs	{
	list-style-image: none!important;
	}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-size: 12px;
}
.ui-tabs-nav {
	clear: both;
	display: block;
	margin: 0 0 0 0!important;
	padding: 0!important;
	list-style: none!important;
}
html[xmlns] .ui-tabs-nav {
	margin: 0 0 0 0!important;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0 -1px 0 0!important;
	min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a {
	display: inline-block!important;
	padding: 5px 0 2px 0;
	background-color: #f1b641;
	color: #333;	
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(../images/shell/tab.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	position: relative;
	top: 1px;
	font-size: 14px;
	text-decoration: none!important;
	line-height: 1em;
	text-align: center;
	white-space: nowrap; /* required in IE 6 */    
	outline: 0; /* prevent dotted border in Firefox */
	margin-top: 3px;
	width: 98px;
	height: 33px;
	text-shadow: 1px 1px 1px #fff;
	
}
.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	color: #666!important;
	background-color: #fff!important;
	border-left: 1px solid #ccc!important;
	border-top: 1px solid #ccc!important;
	border-right: 1px solid #ccc!important;
	cursor: text!important;
	background-image: none!important;
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 36px;
	line-height: 1em;
	padding: 6px 0 2px 0;
}
.ui-tabs-nav a:hover {
	color: #000!important;
	background-color: #DD8A39;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(../images/shell/tab-hover.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
	color: #000!important;
	background-image: url(../images/shell/tab-on.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-panel {
	/* border-top: 1px solid #999; */
	/* padding: 1em 8px; */
	/* background: #fff; declare background color for container to avoid distorted fonts in IE while fading */
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*: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;
}


ul.tabs li a	{
	font-weight: 400;
	font-size: 14px;
	}
ul.tabs li.last a	{
	width: 102px;
	}
	
/*  style and copy for jquery tab information fragments */
.boxed	{
	float: left;
	width: 458px;
	padding: 20px;
	margin: -2px 0 0 0;
	min-height:350px;
	height:auto !important;
	height: 350px;
	/*  overflow: auto;  */
	clear: both;
	font-size: 13px;
	position: relative;
	border: 1px solid #ccc;
	background: #e8e8e8 url(../images/shell/bg-boxed.gif) top left repeat-x);
	clear: both;
	}