﻿*{
	outline:none;
}

/* 
	TABS FUNCTIONALITY: Ajax Loading
*/
.cc-tab-panel-ajax{ /* always (re)load via ajax when user clicks tab */
}
.cc-tab-panel-ajax-1{ /* load via ajax once, then set change "1" to "0" to prevent future calls, but retain a record that this was a one-time feature */
}
.cc-tab-panel-ajax-0{ /* signifies that an ajax call was *successfully completed* */
}
#cc-panel-ajax-loader{
	display:block;
	margin:20px auto;
}
/* 
	TABS STRUCTURE 
	This space is reserved for making the tabs *work properly*.
	Do not change anything in this space.
	Make style changes in the "TABS STYLE" area below.
*/
.cc-tab-group{
	clear:both;
	overflow:hidden;
	width:100%;
	z-index:1;
}
.cc-tabs
{
    border-bottom: solid 1px #ccc;
	float:left;
	list-style-type:none;
	width:100%;
	z-index:1;
}
.cc-tab{
	cursor:pointer;
	display:inline;
	float:left;
}
.cc-tab-panel{
	clear:left;
	display:none;
	z-index:0;
}
.cc-tab-panel-visible{
	display:block;
}
.cc-tab-hidden{
	display:none !important;
}
/* 
	TABS STYLE 
*/
.cc-tab-group{
	width:100%;
}
.cc-tab-group.disabled{
	cursor:progress;
}
.cc-tabs-title{ 
	display:none;
}
.cc-tabs{
	margin:0;
	padding:0;
	position:relative;
	/*border-bottom: solid 1px #ccc;*/
	width:100%;
}
.cc-tab{/*position*/
	margin-right:1px;
	position:relative;
	top:1px;
}
.cc-tab{/*style*/
	background:url(/Images/common/backgrounds/tab.gif) center top repeat-x;
	border: solid 1px #c5c5c5;
	border-bottom: none;
	bottom:-1px;
	color:#fff !important;
	float:left;
	height:auto;
	line-height:14px;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-right: 4px;
	padding:3px 19px;
	position:relative;
	text-decoration:none;
	z-index:1;
}
.cc-tab-selected{
	background:url(/Images/common/backgrounds/tab-selected.gif) center top repeat-x;
	background-color:#fff;
	border-bottom: solid 1px #fff;
	color:#202830 !important;
}
.cc-tab-disabled{
	background-color:#fff;
	border:1px solid #fff;
	border-bottom:0 none;
	color:#999;
	cursor:default;
	top:1px;
}
.cc-tab-panel-title{
	display:none;
}
.cc-tab-panel{
	margin:0;
	padding:1em;
	position:relative;
}
/* 
	TABS STYLE: Print Preview
*/
.print .cc-tabs-title{ 
	display:block;
}
.print .cc-tab{
	display:none;
}
.print .cc-tab-panel-title{ 
	display:block;
}

/* Styling for second tab group */
.cc-tab-group#tab-set-2{
	width:500px;
}
#tab-group-2 .cc-tab{
	background-color:#ddf;
	border:1px solid #ddf;
	border-bottom:0 none;
	color:#990;
}
#tab-group-2 .cc-tab-selected{
	background-color:#efe;
	border:1px solid #999;
	border-bottom:1px solid #efe;
	color:#000;
	top:1px;
}
#tab-group-2 .cc-tab-panel{
	background-color:#efe;
	border:1px solid #999;
}
