﻿body {
}
.AjaxTabStrip .ajax__tab_tab
{
   	float: left;
	margin: 0;
	border-top: #aaccef 1px solid;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 100px;
	background-image: url(../images/tabtitlebg.jpg);
	background-repeat: repeat-x;
}
/* When mouse over */
.AjaxTabStrip .ajax__tab_hover .ajax__tab_tab
{
    font-weight:bold;
    text-decoration: underline;
}
/* Current selected tab */
.AjaxTabStrip .ajax__tab_active .ajax__tab_tab
{
  position: relative;
background-image:none;
 border-bottom: #ffffff 1px solid;
}
/* TabPanel Content */
.AjaxTabStrip .ajax__tab_body
{
	position: relative;
color: #000000;
background-image:none;
 border-bottom: #ffffff 1px solid;
}
