.RadTabStrip_CHIPublications
{
	font: normal 11px Arial, Tahoma, sans-serif;
}

.RadTabStrip_CHIPublications li a
{
	font: bold 11px Arial, Tahoma, sans-serif;

	height: 20px;
	text-decoration: none;
	color: white;
	background-color: #a2555c;
	outline: none;
	overflow: visible;
}

.RadTabStrip_CHIPublications li a .wrap
{
	height: 20px;
	line-height: 20px;
	background: transparent url('Img/tabStripCornerRight.gif') no-repeat bottom right;
	white-space: nowrap;
	overflow: visible;
}

.RadTabStrip_CHIPublications li a .innerWrap
{
	height: 20px;
	padding: 0 10px;
	line-height: 20px;
	text-align: center;
	position: relative;
	background: transparent url('Img/tabStripCornerLeft.gif') no-repeat bottom left;
}

.RadTabStrip_CHIPublications li a.selected
{
	color: white;
	background-color: #4e050d;
}

.RadTabStrip_CHIPublications li a.selected .wrap
{
	background: transparent url('Img/tabStripCornerRightSelected.gif') no-repeat center right;
}

.RadTabStrip_CHIPublications_rtl li a.selected .wrap
{
	background: transparent url('Img/tabStripCornerLeftSelected.gif') no-repeat center left;
}

.RadTabStrip_CHIPublications li a.selected .innerWrap
{
	background: transparent url('Img/tabStripCornerLeftSelected.gif') no-repeat center left;
}

.RadTabStrip_CHIPublications_rtl li a.selected .innerWrap
{
	background: transparent url('Img/tabStripCornerRightSelected.gif') no-repeat center right;
}


/* first-last styling */

.RadTabStrip_CHIPublications li.first a .innerWrap
{
	background: transparent url('Img/tabStripRoundedLeft.gif') no-repeat center left;
}

.RadTabStrip_CHIPublications li.last a .wrap
{
	background: transparent url('Img/tabStripRoundedRight.gif') no-repeat center right;
}

.RadTabStrip_CHIPublications li.last a.selected .wrap
{
	background: transparent url('Img/tabStripRoundedRightSelected.gif') no-repeat center right;
}

.RadTabStrip_CHIPublications li.first a.selected .innerWrap
{
	background: transparent url('Img/tabStripRoundedLeftSelected.gif') no-repeat center left;
}

