﻿.TabControlSelR
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Steps/SelectedRight.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 3px;
	margin: 0px 0px;
}

.TabControlSelL
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/Images/Steps/SelectedLeft.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
	width: 2px;
	margin: 0px 0px;
}

.TabControlSelBgd
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/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(http://www.profileimages.nl/images/profiletyrecenter2010/images/Steps/NotSelectedRight.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 3px;
	margin: 0px 0px;
	background-position: left top;
}

.TabControlNotSelL
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Steps/NotSelectedLeft.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 2px;
	margin: 0px 0px;
	background-position: right top;
}

.TabControlNotSelBgd
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/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;
}

