﻿#hpTabControl {
    width: 940px;    
    float:right;
    margin-right:10px;
    margin-top:24px;
    margin-bottom:16px;
    font-size:10pt;
}

#hpTabControl img {
    float:left;
    padding:0px 12px 6px 0px;
    border:none;
}

/*..........tab.........*/

.hpTab {
}

#hpTabPages {
    border-right: 1px #707070 solid;
    border-left: 1px #707070 solid;
    border-bottom: 1px #707070 solid;
    background-color:#f7f7f7;
    color:inherit;
    border-top:0px;
    clear: both;
    float: left;
    width: 934px;
    height: 177px;
}

/*..........tabpage.........*/

.hpTabPage {
}

#hpTabs ul {
    float:left;
    list-style-type: none; 
    margin:0 0 0 0;
    padding:0 0 0 0; 
    height: 22px;
}

#hpTabs ul li {
    float: left;
    text-indent: 0px;

}

a.hpTab:link ,
a.hpTab:visited {
    background-image: url('../images/whitepages_tab.jpg');
    background-repeat: no-repeat;
    background-position:0px -44px;
    background-color:inherit;
    color: #808080;
    display: block;
    width: 156px;
    height: 22px;
    float: left;
    line-height: 20px;
    text-decoration: none;
    text-indent:18px;
}

a.hpTab:hover {
    text-decoration:none;
    background-position:0px -22px;
    color:#4d4d4d;
    background-color:inherit;
}

a.hpTabSelected:link,
a.hpTabSelected:visited {
    background-position:0px 0px;
    color: #000001;
    background-color:inherit
}

a.hpTabSelected:hover {
    text-decoration:none;
    cursor:default;
    background-color:inherit;
    color: #000001;   
}

ul.hptabbed {
    list-style: none;
    margin:0 0 0 0;
    padding:14px 14px 10px 14px;
}

li.hptabbedl {
    list-style: none;
    margin:0 0 0 0;
    padding:0 0 0 0;
    text-indent:0px;
    float:left;
    width:610px;
}

li.hptabbedl span {
    font-weight:bold;
}

li.hptabbedl a:link,
li.hptabbedl a:visited {
    color:#1e2f89;
    font-weight:bold;
    background-color:inherit;
}

li.hptabbedl a:hover {
    text-decoration:underline;
}