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