﻿/* 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;
    }
}
#mytabs ul.tabs	{
	margin-left: -20px!important;
	list-style-image: none!important;
	}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-size: 12px;
	font-weight: 400;
}
.ui-tabs-nav {
	margin: 0 0 0 -2px!important;/*  margin left before tabs start  */
	padding: 0;
	list-style: none!important;	
}

html[xmlns] .ui-tabs-nav {
	margin: 0 0 0 -1px!important;/*  margin left before tabs start  */
	border:1px solid #ff0000;
	padding: 0;
	list-style: none!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 0 0 1px;
	min-width: 60px; /* be nice to Opera */
}
.ui-tabs-nav a {
	display: inline-block!important;
	position: relative;	
	top: 1px;	/*  hided top box line  */
	height: 16px;
	padding: 2px 10px 4px 10px;
	color: #fff!important;	
	background-color: #666;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;	
	background-image: url(../images/shell/bg-nav-grey.gif);
	background-position: 0 0;
	text-decoration: none!important;
	text-align: center;
	white-space: nowrap; /* required in IE 6 */    
	outline: 0; /* prevent dotted border in Firefox */			
	margin-top: 4px;
	min-width: 60px; /*  setting min-width of tab for all browsers  */
	width: auto!important; /*  setting min-width of tab for all browsers  */
	width: 60px; /*  setting min-width of tab for all browsers  */	
}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 2;	
	margin-top: 0;
	height: 20px;		
	padding: 6px 10px 0 10px;
	color: #004177!important;
	background-color: #fff!important;
	border-left: 1px solid #bbb!important;
	border-top: 1px solid #bbb!important;
	border-right: 1px solid #bbb!important;
	background-image: url(../images/shell/tab-on.gif)!important;
	background-position: 0 0;
	background-repeat: no-repeat;
	
	cursor: text!important;
}

.ui-tabs-nav a:hover {
	color: #fff!important;
	background-color: #666;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-image: url(../images/shell/bg-nav.gif);
	background-position: 0 0;
}

.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: #004177!important;
}
.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;
}

/* 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;
}

/*  style and copy for jquery tab information fragments */
.boxed	{
/*  	float: left;  */
	width: 468px;
	padding: 10px;
	margin-bottom: 15px!important;
	margin-left:-1px;
	margin-right:5px;
	clear: both;
	font-size: 11px;
	position: relative;
	border: 1px solid #bbb;
	}
.boxed-side	{
	padding: 10px;
	margin-bottom: 15px!important;
	clear: both;
	margin-left:-1px;
	margin-right:3px;
	font-size: 11px;
	position: relative;
	border: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	}
.boxed h3	{
	font-size: 14px;
	display: none;
	margin: 0;
	}


