﻿/* ---------------------------------------------------------------------------*/
/* ------Tabs are used in Learning Plans, Users Manage, and ReportBuilder-----*/
/* ---------------------------------------------------------------------------*/
ul.tabs 
{ 
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
}
ul.tabs li 
{ 
	list-style:none;
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0;
	padding: 0;
	background-color:#EEE;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;	

	/*round the border*/
	-moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
ul.tabs li:hover
{
	color:#333;
	border-color: #555555;
	background-color: #eee;		
	text-decoration: none;	
}
/*unselected tab*/
ul.tabs a,
ul.tabs a.s,
ul.tabs a.s1
{    
	text-decoration: none; 
	padding: 5px 10px 5px 10px; 	
	border-bottom:1px solid #ccc;
	display:inline-block;
	background-color:#fff;
	text-align:center;	
	text-decoration:none;
	color:#212121;
	opacity: 1;		
	/*round the border*/
 	-moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

ul.tabs a:active 
ul.tabs a:visited 
ul.tabs a:hover 
{
    text-decoration:none;
    outline:none;
}
ul.tabs a:hover
{
	opacity: .7;
}
/* selected tab */
ul.tabs a.scurrent, 
ul.tabs a.current, 
ul.tabs a.lcurrent
{ 	
	background-color:#eee;
	font-weight:bold;
	border-bottom:1px solid #eee;
	cursor: text;
	opacity: 1;
}
.tabBorder {	
    border: solid 1px #cccccc; 
    background-color: #eee;
	padding: 15px;
	min-height: 150px;
}
.tabDisplay {
    display: none; 
    background-color: #eeeeee;
}		
	

/* DO NOT USE - deprecated - conflicts with a lot of pages that have a tabs id 

div.pane 
{
	padding:2px;	
	background-color:#EEEEEE;
	
	padding: 5px;
}
div.pane.innerUsage {
    padding:10px;
}


	#tabContainer .label { width: auto !important; }    
#tabContainer .descriptionArea { width:395px; height:75px; font-size:12px; }
.tabMenu ul {
    float: left;
}
.tabMenu .tabInformational {
    float: right;
    margin-right:10px;
}
tr.tabMenu {
    padding-bottom: 0;
}
tr.tabContent {
    padding-top: 0;
}
div.panes div.pane
{
	display:none;	
}

#tabs 
{		
	font-size:11px;
	font-weight:700;
	line-height:normal;	
	margin-bottom:0px; 
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #EEEEEE;
}
	
#tabs ul 
{
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;	
}
#tabs li 
{
	display:inline; 
	margin-right:2px!important;
	padding:0;
}
#tabs a 
{
	float:left;
	background:url("/images/tab_n.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	margin-right:2px;
}
.selectedNumbers
{

	background:url("/controlPanel/images/ico_newItemsBtn.gif") no-repeat left top;
	position:absolute;
	width:15px;
	height:15px;
	z-index:1000;
	color:White!important;
	text-align:center;
	text-decoration:none;
	font:10px bolder;
	top:.5em;
	left:115px;
}	 
#tabs a span 
{
	float:left;
	display:block;
	background:url("../../images/tab_right_n.gif") no-repeat right top;
	padding:10px 20px 4px 10px;
	margin:0px;
	color:#333;
}
 
// Commented Backslash Hack hides rule from IE5-Mac
#tabs a span 
{
	float:none;
}
 
// End IE5-Mac hac
#tabs a:hover span 
{
	background:url("/images/tab_o_2.gif") no-repeat right top;
}
 #tabs a:hover 
{	
	background:url("/images/tab_o_1.gif") no-repeat left top;
}
#tabs a:hover span 
{
	background:url("/images/tab_o_2.gif") no-repeat right top;
}
#tabs .selectedTab a
{	
	background:url("/images/tab_o.gif") no-repeat left top!important;
	text-decoration:none;
	outline:none;
}
#tabs .selectedTab span 
{
	background:url("/images/tab_right_o.gif") no-repeat right top!important;
	text-decoration:none;
	outline:none;
}
.selectedTab a
{
	background:url("/images/tab_o.gif") no-repeat left top!important;
}
 
.selectedTab span 
{
	background:url("/images/tab_right_o.gif") no-repeat right top!important;
}

 */
