div.TabView div.Tabs
{
    height: 24px;
    overflow: hidden;
}

div.TabView div.Tabs a
{
    float: left;
    display: block;
    background: url(images/tabBG.gif) repeat center left;
    background-color: #ffffff;
    text-align: left;
    height: 24px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    border: 3px solid #ffffff;
    border-bottom-width: 0;
    font-size: 13px;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

div.TabView div.Tabs a.Active
{
    background: url(images/tabBGhover.gif) repeat center left;
    background-color: #D8D8D8;
}

div.TabView div.Tabs a:hover
{
    background: url(images/tabBGhover1.gif) repeat center left;
    background-color: #D8D8D8;
    font-size: 13px;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

div.TabView div.Pages
{
    clear: both;
    border: 1px solid #cccccc;
    overflow: hidden;
    height:450px;
}

div.TabView div.Pages div.Page
{
    height: 100%;
    padding: 0px;
    overflow: auto;
    padding: 3px 5px;
}

.content
{
    font-family: Arial;
    font-size: 12px;
    color: #252424;
    text-align: left;
}

/* content Links */
.content A:link
{
    font-size: 12px;
    color: #5283b8;
    font-family: Arial;
    text-decoration: underline;
}
.content A:active
{
    font-size: 12px;
    color: #5283b8;
    font-family: Arial;
    text-decoration: underline;
}
.content A:visited
{
    font-size: 12px;
    color: #5283b8;
    font-family: Arial;
    text-decoration: underline;
}
.content A:hover
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    text-decoration: underline;
}
/*************************************************


Preview tab

********************************************************/

div.TabViewPre div.TabsPre
{
    height: 24px;
    overflow: hidden;
}

div.TabViewPre div.TabsPre a
{
    float: left;
    display: block;
    background: url(images/tabBG.gif) repeat center left;
    background-color: #ffffff;
    text-align: left;
    height: 24px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    border: 3px solid #ffffff;
    border-bottom-width: 0;
    font-size: 13px;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

div.TabViewPre div.TabsPre a.Active
{
    background: url(images/tabBGhover.gif) repeat center left;
    background-color: #D8D8D8;
}

div.TabViewPre div.TabsPre a:hover
{
    background: url(images/tabBGhover1.gif) repeat center left;
    background-color: #D8D8D8;
    font-size: 13px;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

div.TabViewPre div.Pages
{
    clear: both;
    border: 1px solid #cccccc;
    overflow: hidden;
}

div.TabViewPre div.Pages div.Page
{
    height: 100%;
    padding: 0px;
    overflow: auto;
    padding: 3px 5px;
}
