.tab-wrapper
{
    /*width: 594px;    
    overflow:hidden;*/
}

.tabs
{
    /*position:relative;
    width:800px;*/
}

.btn-wrapper
{
     display:none;   
     padding:2px 0px 2px 0px;   
     margin:0px 10px 0px 0px;
     line-height: 17px;
}

.btn
{    
    /* Reset the margin and padding */
    padding:0;     
    margin:0;
    
    height:17px;
	background:#C30;         
    border:0 !important;
    color:#039;
    padding-left:10px;
    padding-right:5px;   
    padding-bottom:2px;
    padding-top: 1px;
    cursor:pointer;   
    /*display:none; */
    float:left;       
    overflow:visible;
    text-transform:capitalize;
    white-space:nowrap;
	text-decoration:none; 
}

a.btn,
a.btn:visited
{
    padding-top:1px !important;      
    text-decoration:none;
}

.btn-right
{
    width:4px;
    height:17px;
    background:url("../Images/btn-right.png") no-repeat;        
    float:left;    
}

.tab-btn,
.tab-btn:visited
{
    position:relative;    
    display:block;
    padding:8px 10px 5px 10px;
	margin-top:10px;
    border-top:1px solid #c5c5c5;
    border-left:1px solid #c5c5c5;
    border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
    float:left;
    background:#e0e0e0;
    text-decoration:none;
    color:#06C;
    font-weight:bold;
    z-index:999;
	margin-right:5px;
	font-size:12px;
}

.highlight
{
    background:#ffffff!important;
    color:#000!important;
	text-decoration:none;
	border-top:1px solid #c5c5c5;
    border-left:1px solid #c5c5c5;
    border-right:1px solid #c5c5c5;
	border-bottom:1px solid #fff;
}



.tab-content
{
    top:-1px;
    position:relative;
    border:1px solid #c5c5c5;    
    padding:20px;
    z-index:1;
    
}

.tab-content form
{
    margin:0px;
    padding:0px;
}

.overflow
{
    overflow-x:auto;  
    overflow-y:hidden;   
}

.warning span
{
    background-color:#f4f4f4;
    display:block;
    padding: 5px 0px 5px 20px;
    color:#e01815;
    font-weight:bold;    
}

.warning h2
{
    background-color:#f4f4f4;
    display:block;
    padding: 5px 0px 5px 10px;    
    font-weight:bold;    
    float:none;
}

iframe.lead-selection
{
    width:750px;
    height:530px;
    overflow:hidden;
    border:0px;
}

.ajax-window-search
{
    margin-top:7px!important;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#fff;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#e01815;
	text-align:left;
	font-size:12px;
	z-index:999;
    font-weight:bold;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}