/* These codes and procedures are copyright protected by Gproxy Design Inc. © 2004/2009 and the website owner. 
Gproxy Design Inc. does not authorize the copy or use of these by any third party company. */

/**
 * Accounting Item Template styles 
 * <<Tab Browser Styles>> 
 *
 */ 
#tb-browser{
	width:100%;
	margin:10px 0px 0px 0px;
	
	display:none;		/* initially avoid displaying the tab browser, show only if some info is present */
}
#tb-browser div{
	float:left;
	display:block;
}

/* labels styles */
#tb-labels{
	width:100%;
	background: transparent url(/site/bco-templates/bco-tab-labels-bottom-line.gif) repeat-x left bottom;
}
#tb-labels ul {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#tb-labels li {
	margin:0;
	padding:0;
	float:left;
	background: transparent url(/site/templates/ic-tab-label-off-start.gif) no-repeat left top;
	_width:1%;
	cursor:pointer;
}
#tb-labels li span {
/*	height: 26px;*/
	padding:5px 10px;
	display:block;
	white-space:nowrap;
	background: transparent url(/site/templates/ic-tab-label-off-end.gif) no-repeat right top;
	
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #65787e;
	text-align: center;
	text-transform: uppercase;
}
#tb-labels li.selected {
	background-image: url(/site/templates/ic-tab-label-on-start.gif);
}
#tb-labels li.selected span {
	color: #FFFFFF;
	background-image: url(/site/templates/ic-tab-label-on-end.gif);
}





/* panels styles */
#tb-panels {
	width:100%;
	border:none;
	margin-bottom:10px;
}
#tb-panels div{
	float:left;
	clear:both;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #184584;
/*	padding: 20px; */
	display:none;	
}
#tb-panels div.selected{
	display:block;
	min-width:420px;
}

