﻿.TabControlSelR
{
	background-image: url(       "Images/Steps/SelectedRight.png" );
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 3px;
	margin: 0px 0px;
}

.TabControlSelL
{
	background-image: url(       "Images/Steps/SelectedLeft.png" );
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
	width: 2px;
	margin: 0px 0px;
}

.TabControlSelBgd
{
	background-image: url(       "Images/Steps/SelectedBgd.png" );
	background-repeat: repeat-x;
	height: 27px;
	color: #4b4b4b;
	text-align: center;
	margin: 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

.TabControlNotSelR
{
	background-image: url(       "Images/Steps/NotSelectedRight.png" );
	background-repeat: no-repeat;
	height: 27px;
	width: 3px;
	margin: 0px 0px;
	background-position: left top;
}

.TabControlNotSelL
{
	background-image: url(       "Images/Steps/NotSelectedLeft.png" );
	background-repeat: no-repeat;
	height: 27px;
	width: 2px;
	margin: 0px 0px;
	background-position: right top;
}

.TabControlNotSelBgd
{
	background-image: url(       "Images/Steps/notSelectedBgd.png" );
	background-repeat: repeat-x;
	height: 27px;
	color: #4b4b4b;
	text-align: center;
	margin: 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

/*------------ tyre election step -------------*/
.TabControlRedSelR
{
	background-image: url(       "Images/Steps/SelectedRightRed.png" );
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 3px;
	margin: 0px 0px;
}

.TabControlRedSelL
{
	background-image: url(       "Images/Steps/SelectedLeftRed.png" );
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
	width: 2px;
	margin: 0px 0px;
}

.TabControlRedSelBgd
{
	background-image: url(       "Images/Steps/SelectedBgdRed.png" );
	background-repeat: repeat-x;
	height: 27px;
	color: #4b4b4b;
	text-align: center;
	margin: 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

