/* 
Styles used for the Tabbed UI
*/
.TabButton	{
		font			: 8pt verdana, "ms sans serif", arial;
		font-weight		: normal;
		text-align		: center;
		position		: relative;
		top				: 2px;
		left			: 0px;
		/* width			: 120px; */
		height			: 26px;
		padding			: 2px;
		cursor			: default;
		color			: #5e5e5e;
		background-color : #ccc69a;
		border-right	: 1px solid #716F64;
		border-top		: 1px solid #FCFCFC;
		border-left		: 1px solid #FCFCFC;
		border-bottom	: 1px solid #FCFCFC;
		z-index			: 999;
		}
.TabButtonActive	{
		font			: 8pt verdana, "ms sans serif", arial;
		font-weight		: normal;
		text-align		: center;
		position		: relative;
		top				: 0px;
		left			: 1px;
		width			: 120px;
		height			: 27px;
		padding			: 2px;
		cursor			: default;
		color			: #000000;
		background-color : #ccc69a;
		border-right	: 1px solid #716F64;
		border-top		: 1px solid #FCFCFC;
		border-left		: 1px solid #FCFCFC;
		border-bottom	: 1px solid #ccc69a;
		z-index			: 1001;
		}
div.TabBody	{
		width			: 100%;
		overflow		: auto;
		cursor			: default; 
		padding			: 1px;
		margin			: 5px;
		}
div.TabContents		{
		background-color : #ccc69a;
		filter			: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ccc69a', EndColorStr='#d3cea9', enabled=true);
		border-bottom	: 1px solid #716F64;
		border-right	: 1px solid #716F64;
		border-top		: 1px solid #FCFCFC;
		border-left		: 1px solid #FCFCFC;
		z-index			: 1000;
		position		: relative; 
		left			: 0px; 
		top				: -3px; 
		cursor			: default;
		}


