td.esms-TabBar-Cell
{
background-position: bottom;
background-image: url(/Public/Images/tab_line.gif);
background-repeat: repeat-x;
}
li.esms-Tab
{
font-size: 12px;
border: 1px solid #898c95;
height: 20px;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-image: url(/Public/Images/tab_off_back.gif);
background-repeat: repeat-x;
cursor: hand;

border-left-color: #ffffff;
position: relative;
float: left;

}

li.esms-Tab-Selected
{
background-image: none;
background-color: #eaf3ff;
border-bottom: 1px solid #eaf3ff;
cursor: default;
}

div.esms-Tab
{
width: 100%;
height: 100%;
border-left: 1px solid #898c95;
border-right: 1px solid #898c95;
border-bottom: 1px solid #898c95;
background-color: #eaf3ff;
display: none;
}

DIV.esms-Form-Area
{
overflow-x:			auto;
width:				100%;
height:				100%;
}

ul.esms-TabBar
{

border-left: 1px solid #898c95;

width: 100%;
height: 20px;
overflow: hidden;
behavior: url(/Public/Htc/tabs.htc);
margin: 0px;
padding: 0px;
list-style: none;
}

a,
a:link img,
a:link,
a:visited img,
a:visited,
a:active img,
a:active,
a:hover img,
a:hover
{
text-decoration: none;
border: none;
}