﻿/*************************************************************************
	Roopesh Govind
	09/01/08
	Used for breadcrumbs ~/Admin/Controls/Breadcrumbs.ascx
**************************************************************************/

.tab
{
	margin-bottom:0px; 
	margin-top: 0px;
	text-align: center;	
}
.tab a, .tab span
{
	display:inline; /* msie float margin bug fix */
	float:left;
	width:115px;		
	margin:0px 0px 0px 0;		
	/*background:#EEEFFF;
	color:#0059C6;		
	border:1px solid #bfcde3;
	font-weight:bold;*/	
	color: #ffffff;		
	padding:10px 5px;		
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
.tab span
{	
	/*border:1px solid #333333;
	background-color:#C8DBF1;
	color: #333333; */
	background-color: Transparent;
	color: #ffffff;	 
	padding-top: 10px;
	border: 0px;
	font-weight:normal;
}
.tab a:hover
{
	/*
	color:#333333;		
	border:1px solid #333333;
	background-color: #64b3df;*/
	color:#ffffff;		
	/*border:1px solid #333333;*/
	background: transparent url('../images/css/MenuItemBG.gif') repeat-x center;
	height: 30px;
}

/**************************************************************************************************
	Tabs
/**************************************************************************************************/
.tabs
{
	margin-bottom:0px; 
	margin-top: 0px;
	text-align: center;	
}
.tabs span
{
	display:inline; 
	float:left;
	width:100px;		
	margin:0px 5px 5px 0;		
	background:#fff;
	color:#646464;		
	border:1px solid #646464;		
	padding:5px 10px;		
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.tabs a.active, .tabs a
{	
	border:1px solid #646464;
	background-color:#646464;
	color: #ffffff;

}
.tabs a.visited
{	
	border:1px solid #646464;
	background-color:#ebebeb;
	color: #646464;

}
