H1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #4c4227; font-style: italic}

/* header in ============================================================================================================= */

#preload {
    display: none;
}

.header_right_main {
        background-image: url(../images/new/header_right.gif);
        background-color: #E3E3E3;
        background-repeat: no-repeat;
        background-position: right top;
}

.bg_header_login {
        background-color: #E3E3E3;
        background-image: url(../images/new/bg_header.gif);
        background-repeat: repeat-x;
        background-position: top;
        text-align: right;
        vertical-align: top;
        margin: 0px;
        padding: 0px;
}
.bg_header_hdr {
        background-color: #E3E3E3;
        background-image: url(../images/new/bg_header.gif);
        background-repeat: repeat-x;
        background-position: top;
        margin: 0px;
        padding: 0px;
}
.bg_header_cntr {
        background-color: #E3E3E3;
        background-image: url(../images/new/main_bottom.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin: 0px;
        padding: 0px;
}
.header_left_hdr {
        background-image: url(../images/new/header_left.gif);
        background-repeat: repeat-y;
        background-position: left top;
}
.header_right_hdr {
        background-image: url(../images/new/header_right.gif);
        background-repeat: no-repeat;
        background-position: right top;
}

.menu_hdr {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        padding-top: 20px;
        padding-left: 50px;
}
.container_hdr {
        height: 90px;
        width: 100px;
}
.icon_hdr {
        padding-top: 5px;
        padding-left: 10px;
}
.title_hdr {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #999999;
        padding-top: 20px;
        text-decoration: underline;
        font-size: 1.26em;
}

/* personal in ============================================================================================================= */

.language_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_language_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.language_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_language_2.png);
        background-color: #E9E9E9;
}
.language_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_language_2.png);
        background-color: #EBEBEB;
}
.language_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_language_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.position_hdr {
        padding-top: 66px;
        margin: 0px;
}

.style_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_style_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.style_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_style_2.png);
        background-color: #E9E9E9;
}
.style_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_style_2.png);
        background-color: #EBEBEB;
}
.style_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_style_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.password_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_password_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.password_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_password_2.png);
        background-color: #E9E9E9;
}
.password_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_password_2.png);
        background-color: #EBEBEB;
}
.password_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_password_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.personal_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_personald_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.personal_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_personald_2.png);
        background-color: #E9E9E9;
}
.personal_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_personald_2.png);
        background-color: #EBEBEB;
}
.personal_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_personald_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

/* personal out ============================================================================================================= */

/* packages in ============================================================================================================= */

.viewp_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packview_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.viewp_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packview_2.png);
        background-color: #E9E9E9;
}
.viewp_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packview_2.png);
        background-color: #EBEBEB;
}
.viewp_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packview_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.createp_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packcreate_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.createp_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packcreate_2.png);
        background-color: #E9E9E9;
}
.createp_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packcreate_2.png);
        background-color: #EBEBEB;
}
.createp_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packcreate_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.lftbl_RegisterDomainsForm a {
    display: block;
    color: #666666;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../images/new/bt_rdom_1m.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.lftbl_RegisterDomainsForm a:hover {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_rdom_2m.png);
}
.lftbl_RegisterDomainsForm a:active {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_rdom_2m.png);
}

.lftbl_ModifySubdomainsForm a {
    display: block;
    color: #666666;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../images/new/bt_rdom_1m.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.lftbl_ModifySubdomainsForm a:hover {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_rdom_2m.png);
}
.lftbl_ModifySubdomainsForm a:active {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_rdom_2m.png);
}

.lftbl_CloseDomainForm a {
    display: block;
    color: #666666;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../images/new/bt_cdom_1m.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.lftbl_CloseDomainForm a:hover {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_cdom_2m.png);
}
.lftbl_CloseDomainForm a:active {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_cdom_2m.png);
}

.lftbl_TransferRequestsForm a {
    display: block;
    color: #666666;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../images/new/bt_vtreq_1m.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.lftbl_TransferRequestsForm a:hover {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_vtreq_2m.png);
}
.lftbl_TransferRequestsForm a:active {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_vtreq_2m.png);
}

.lftbl_ViewOwnRegTasksForm a {
    display: block;
    color: #666666;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../images/new/bt_vrtasks_1m.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.lftbl_ViewOwnRegTasksForm a:hover {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_vrtasks_2m.png);
}
.lftbl_ViewOwnRegTasksForm a:active {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_vrtasks_2m.png);
}

.modifyp_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packmodify_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.modifyp_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packmodify_2.png);
        background-color: #E9E9E9;
}
.modifyp_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packmodify_2.png);
        background-color: #EBEBEB;
}
.modifyp_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packmodify_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.deletep_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packdelete_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.deletep_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packdelete_2.png);
        background-color: #E9E9E9;
}
.deletep_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packdelete_2.png);
        background-color: #EBEBEB;
}
.deletep_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packdelete_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.lftbl_PackageDescrForm  a {
	display: block;
	color: #666666;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url(../images/new/bt_packdescr_1m.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
.lftbl_PackageDescrForm  a:hover {
	color: #333333;
	text-decoration: underline;
	background-image: url(../images/new/bt_packdescr_2m.png);
}
.lftbl_PackageDescrForm  a:active {
	color: #333333;
	text-decoration: underline;
	background-image: url(../images/new/bt_packdescr_2m.png);
}

.menu1_hdr {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        padding-top: 20px;
        padding-left: 10px;
}

/* packages out ============================================================================================================= */

/* resellers in ============================================================================================================= */

.viewr_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resview_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.viewr_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resview_2.png);
        background-color: #E9E9E9;
}
.viewr_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resview_2.png);
        background-color: #EBEBEB;
}
.viewr_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resview_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.creater_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_rescreate_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.creater_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_rescreate_2.png);
        background-color: #E9E9E9;
}
.creater_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_rescreate_2.png);
        background-color: #EBEBEB;
}
.creater_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_rescreate_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.modifyr_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resmodify_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.modifyr_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resmodify_2.png);
        background-color: #E9E9E9;
}
.modifyr_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resmodify_2.png);
        background-color: #EBEBEB;
}
.modifyr_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resmodify_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.deleter_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resdelete_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.deleter_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resdelete_2.png);
        background-color: #E9E9E9;
}
.deleter_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resdelete_2.png);
        background-color: #EBEBEB;
}
.deleter_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resdelete_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.changerps_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reschpass_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.changerps_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpass_2.png);
        background-color: #E9E9E9;
}
.changerps_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpass_2.png);
        background-color: #EBEBEB;
}
.changerps_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reschpass_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.changerpk_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reschpack_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.changerpk_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpack_2.png);
        background-color: #E9E9E9;
}
.changerpk_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpack_2.png);
        background-color: #EBEBEB;
}
.changerpk_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reschpack_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.LoginAsForm_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reslogin_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.LoginAsForm_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslogin_2.png);
        background-color: #E9E9E9;
}
.LoginAsForm_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslogin_2.png);
        background-color: #EBEBEB;
}
.LoginAsForm_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reslogin_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.lftbl_ViewRegTasksForm a {
    display: block;
    color: #666666;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../images/new/bt_vrtasks_1m.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.lftbl_ViewRegTasksForm a:hover {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_vrtasks_2m.png);
}
.lftbl_ViewRegTasksForm a:active {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_vrtasks_2m.png);
}

.MailToUsersForm_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resMailToUsersForm_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.MailToUsersForm_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resMailToUsersForm_2.png);
        background-color: #E9E9E9;
}
.MailToUsersForm_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resMailToUsersForm_2.png);
        background-color: #EBEBEB;
}
.MailToUsersForm_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resMailToUsersForm_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.lock_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reslock_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.lock_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslock_2.png);
        background-color: #E9E9E9;
}
.lock_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslock_2.png);
        background-color: #EBEBEB;
}
.lock_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reslock_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.assignu_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resassignu_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.assignu_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resassignu_2.png);
        background-color: #E9E9E9;
}
.assignu_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resassignu_2.png);
        background-color: #EBEBEB;
}
.assignu_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resassignu_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.lftbl_ViewSignUpsForm a {
	display: block;
	color: #666666;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url(../images/new/bt_resviewsign_1m.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
.lftbl_ViewSignUpsForm a:hover {
	color: #333333;
	text-decoration: underline;
	background-image: url(../images/new/bt_resviewsign_2m.png);
}
.lftbl_ViewSignUpsForm a:active {
	color: #333333;
	text-decoration: underline;
	background-image: url(../images/new/bt_resviewsign_2m.png);
}
/* resellers out ============================================================================================================= */

/* tools in ============================================================================================================= */

.finddo_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_finddo_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.finddo_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2.png);
        background-color: #E9E9E9;
}
.finddo_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2.png);
        background-color: #EBEBEB;
}
.finddo_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_finddo_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.findu_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_findu_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.findu_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_findu_2.png);
        background-color: #E9E9E9;
}
.findu_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_findu_2.png);
        background-color: #EBEBEB;
}
.findu_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_findu_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.viewl_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_viewl_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.viewl_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewl_2.png);
        background-color: #E9E9E9;
}
.viewl_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewl_2.png);
        background-color: #EBEBEB;
}
.viewl_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_viewl_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.views_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_views_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.views_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_views_2.png);
        background-color: #E9E9E9;
}
.views_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_views_2.png);
        background-color: #EBEBEB;
}
.views_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_views_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.lftbl_DomregStatsForm a {
    display: block;
    color: #666666;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-image: url(../images/new/bt_dreg_1m.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.lftbl_DomregStatsForm a:hover {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_dreg_2m.png);
}
.lftbl_DomregStatsForm a:active {
    color: #333333;
    text-decoration: underline;
    background-image: url(../images/new/bt_dreg_2m.png);
}

/* tools out ============================================================================================================= */

/* statistics in ============================================================================================================= */

.systemo_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_systemo_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.systemo_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_systemo_2.png);
        background-color: #E9E9E9;
}
.systemo_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_systemo_2.png);
        background-color: #EBEBEB;
}
.systemo_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_systemo_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.resellers_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resellers_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.resellers_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resellers_2.png);
        background-color: #E9E9E9;
}
.resellers_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resellers_2.png);
        background-color: #EBEBEB;
}
.resellers_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resellers_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.users_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_users_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.users_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_users_2.png);
        background-color: #E9E9E9;
}
.users_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_users_2.png);
        background-color: #EBEBEB;
}
.users_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_users_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.traffic_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_traffic_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.traffic_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_traffic_2.png);
        background-color: #E9E9E9;
}
.traffic_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_traffic_2.png);
        background-color: #EBEBEB;
}
.traffic_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_traffic_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}


/* statistics out ============================================================================================================= */

/* options in ============================================================================================================= */

.settings_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_settings_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.settings_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_settings_2.png);
        background-color: #E9E9E9;
}
.settings_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_settings_2.png);
        background-color: #EBEBEB;
}
.settings_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_settings_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.MailToUsersFormt_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_MailToUsersFormt_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.MailToUsersFormt_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_MailToUsersFormt_2.png);
        background-color: #E9E9E9;
}
.MailToUsersFormt_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_MailToUsersFormt_2.png);
        background-color: #EBEBEB;
}
.MailToUsersFormt_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_MailToUsersFormt_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.defaultup_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_defaultup_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.defaultup_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_defaultup_2.png);
        background-color: #E9E9E9;
}
.defaultup_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_defaultup_2.png);
        background-color: #EBEBEB;
}
.defaultup_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_defaultup_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.domainb_hdr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_domainb_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.domainb_hdr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2.png);
        background-color: #E9E9E9;
}
.domainb_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2.png);
        background-color: #EBEBEB;
}
.domainb_active_hdr {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_domainb_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

/* options out ============================================================================================================= */

/* header out ============================================================================================================= */

/* left_black in ============================================================================================================= */

.bg_lftbl {
        background-color: #000000;
        margin: 0px;
        padding: 0px;
}
.left_lftbl {
        background-color: #000000;
        margin: 0px;
        padding: 0px;
        background-image: url(../images/new/copyright_black.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
}
.logo_black_lftbl {
        background-image: url(../images/new/logo_black.gif);
        background-repeat: no-repeat;
        background-position: center center;
}
.bg_top_menu_lftbl {
        background-image: url(../images/new/left_header_black.gif);
        background-repeat: no-repeat;
        height: 33px;
        vertical-align: middle;
}
.bg_top_menu_logout {
        background-image: url(../images/new/bt_logout_black2.gif);
        background-repeat: no-repeat;
        vertical-align: middle;
        padding-left: 10px;
        padding-bottom: 3px;
}
.bg_menu_lftbl {
        background-color: #E3E3E3;
        padding-left: 20px;
}
.bg_bottom_menu_lftbl {
        background-image: url(../images/new/left_bottom_black.gif);
        background-repeat: no-repeat;
}
.arrow_up_lftbl {
        background-image: url(../images/new/arrow_up_b.gif);
        float: right;
        height: 13px;
        width: 13px;
        margin-right: 15px;
        background-repeat: no-repeat;
}
.arrow_down_lftbl {
        background-image: url(../images/new/arrow_down_b.gif);
        float: right;
        height: 13px;
        width: 13px;
        margin-right: 15px;
        background-repeat: no-repeat;
}
.container_lftbl {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        font-weight: bold;
}

/* personal in ============================================================================================================= */

.title_container_lftbl {
        width: 185px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
}

.title_container_logout {
        width: 160px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
}

.align_menu_lftbl {
        padding-left: 4px;
        text-align: left;
}

.title_menu_black_lftbl a {
  display: block;
        padding-left: 20px;
        padding-top: 2px;
        padding-right: 0px;
        padding-bottom: 2px;
        vertical-align: middle;
        background-image: url(../images/new/arrow_down_b.gif);
        background-repeat: no-repeat;
        text-align: left;
        background-position: right center;
        color: #FFFFFF;
        text-decoration: none;
}
.title_menu_black_logout a {
  display: block;
        padding-left: 20px;
        padding-top: 2px;
        padding-right: 0px;
        padding-bottom: 2px;
        vertical-align: middle;
        text-align: left;
        color: #FFFFFF;
        text-decoration: none;
}
.title_menu_black_lftbl a:hover {
        background-image: url(../images/new/arrow_up_b.gif);
        text-decoration: underline;
        vertical-align: middle;
}
.title_menu_black_lftbl a:active {
        background-image: url(../images/new/arrow_up_b.gif);
        text-decoration: underline;
        vertical-align: middle;
}

.lftbl_ChangeLanguageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_language_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ChangeLanguageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_language_2m.png);
}
.lftbl_ChangeLanguageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_language_2m.png);
}

.lftbl_ChangeCssForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_style_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ChangeCssForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_style_2m.png);
}
.lftbl_ChangeCssForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_style_2m.png);
}
.lftbl_ChangePasswordForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_password_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ChangePasswordForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_password_2m.png);
}
.lftbl_ChangePasswordForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_password_2m.png);
}
.lftbl_PersonalDataForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_personald_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_PersonalDataForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_personald_2m.png);
}
.lftbl_PersonalDataForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_personald_2m.png);
}
.dots_menu_lftbl {
        background-image: url(../images/new/dots_grey.gif);
        background-repeat: repeat-x;
        background-position: right bottom;
        background-position: 4px;
        margin-left: 30px;
}

/* personal out ============================================================================================================= */

/* package in ============================================================================================================= */

.lftbl_ListPackageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_packview_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ListPackageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packview_2m.png);
}
.lftbl_ListPackageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packview_2m.png);
}

.lftbl_CreatePackageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_packcreate_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_CreatePackageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packcreate_2m.png);
}
.lftbl_CreatePackageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packcreate_2m.png);
}
.lftbl_ModifyPackageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_packmodify_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ModifyPackageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packmodify_2m.png);
}
.lftbl_ModifyPackageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packmodify_2m.png);
}
.lftbl_DeletePackageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_packdelete_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_DeletePackageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packdelete_2m.png);
}
.lftbl_DeletePackageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packdelete_2m.png);
}

/* package out ============================================================================================================= */

/* resellers in ============================================================================================================= */

.lftbl_ViewUsersForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_resview_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ViewUsersForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resview_2m.png);
}
.lftbl_ViewUsersForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resview_2m.png);
}
.lftbl_CreateUserForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_rescreate_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_CreateUserForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_rescreate_2m.png);
}
.lftbl_CreateUserForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_rescreate_2m.png);
}
.lftbl_ModifyUserForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_resmodify_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ModifyUserForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resmodify_2m.png);
}
.lftbl_ModifyUserForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resmodify_2m.png);
}
.lftbl_DeleteUserForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_resdelete_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_DeleteUserForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resdelete_2m.png);
}
.lftbl_DeleteUserForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resdelete_2m.png);
}

.lftbl_ChangeUsersPasswordForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_reschpass_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ChangeUsersPasswordForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpass_2m.png);
}
.lftbl_ChangeUsersPasswordForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpass_2m.png);
}

.lftbl_ChangeUsersPackageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_reschpack_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ChangeUsersPackageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpack_2m.png);
}
.lftbl_ChangeUsersPackageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpack_2m.png);
}

.lftbl_LoginAsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_reslogin_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_LoginAsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslogin_2m.png);
}
.lftbl_LoginAsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslogin_2m.png);
}

.lftbl_MailToUsersForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_mailt_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_MailToUsersForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mailt_2m.png);
}
.lftbl_MailToUsersForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mailt_2m.png);
}

.lftbl_LockUnlockUsersForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_reslock_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_LockUnlockUsersForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslock_2m.png);
}
.lftbl_LockUnlockUsersForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslock_2m.png);
}

.lftbl_AssignUsersForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_resassignu_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_AssignUsersForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resassignu_2m.png);
}
.lftbl_AssignUsersForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resassignu_2m.png);
}

/* resellers out ============================================================================================================= */

/* tools in ================================================================================================================== */

.lftbl_FindDomainForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_finddo_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_FindDomainForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2m.png);
}
.lftbl_FindDomainForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2m.png);
}

.lftbl_FindUserForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_findu_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_FindUserForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_findu_2m.png);
}
.lftbl_FindUserForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_findu_2m.png);
}

.lftbl_ViewLogsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_viewl_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ViewLogsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewl_2m.png);
}
.lftbl_ViewLogsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewl_2m.png);
}

.lftbl_ViewSessionsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_views_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ViewSessionsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_views_2m.png);
}
.lftbl_ViewSessionsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_views_2m.png);
}

.lftbl_CronjobsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_finddo_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_CronjobsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2m.png);
}
.lftbl_CronjobsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2m.png);
}

.lftbl_external a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_external_1m.gif);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_external a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_external_2m.gif);
}
.lftbl_external a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_external_2m.gif);
}

.lftbl_WebalizerForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_external_1m.gif);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_WebalizerForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_external_2m.gif);
}
.lftbl_WebalizerForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_external_2m.gif);
}

/* tools out ================================================================================================================== */

/* statistics in ================================================================================================================== */

.lftbl_SysOverviewForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_systemo_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_SysOverviewForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_systemo_2m.png);
}
.lftbl_SysOverviewForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_systemo_2m.png);
}

.lftbl_ResellerStatsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_resellers_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ResellerStatsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resellers_2m.png);
}
.lftbl_ResellerStatsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resellers_2m.png);
}

.lftbl_UserStatsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_users_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_UserStatsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_users_2m.png);
}
.lftbl_UserStatsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_users_2m.png);
}

.lftbl_TrafficStatsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_traffic_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_TrafficStatsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_traffic_2m.png);
}
.lftbl_TrafficStatsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_traffic_2m.png);
}

/* statistics out ================================================================================================================== */

/* options in ================================================================================================================== */

.lftbl_SettingsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_settings_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_SettingsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_settings_2m.png);
}
.lftbl_SettingsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_settings_2m.png);
}

.lftbl_MailTemplateForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_mailt_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_MailTemplateForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mailt_2m.png);
}
.lftbl_MailTemplateForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mailt_2m.png);
}

.lftbl_DefaultUserPageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_defaultup_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_DefaultUserPageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_defaultup_2m.png);
}
.lftbl_DefaultUserPageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_defaultup_2m.png);
}

.lftbl_SignupPageForm  a {
	display: block;
	color: #666666;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url(../images/new/bt_signpage_1m.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
.lftbl_SignupPageForm  a:hover {
	color: #333333;
	text-decoration: underline;
	background-image: url(../images/new/bt_signpage_2m.png);
}
.lftbl_SignupPageForm  a:active {
	color: #333333;
	text-decoration: underline;
	background-image: url(../images/new/bt_signpage_2m.png);
}

.lftbl_ForbidDomsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_domainb_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ForbidDomsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2m.png);
}
.lftbl_ForbidDomsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2m.png);
}

.lftbl_IpRestrictionsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_iprestrictions_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_IpRestrictionsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_iprestrictions_2m.png);
}
.lftbl_IpRestrictionsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_iprestrictions_2m.png);
}

.lftbl_ViewPackageForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_viewpd_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ViewPackageForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewpd_2m.png);
}
.lftbl_ViewPackageForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewpd_2m.png);
}

.lftbl_QuotaReportForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_quotar_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_QuotaReportForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_quotar_2m.png);
}
.lftbl_QuotaReportForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_quotar_2m.png);
}

.lftbl_ListDomainsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_domainb_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ListDomainsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2m.png);
}
.lftbl_ListDomainsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2m.png);
}

.lftbl_ListSubdomainsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_domainb_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ListSubdomainsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2m.png);
}
.lftbl_ListSubdomainsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2m.png);
}

.lftbl_AddDomainsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_addd_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_AddDomainsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_addd_2m.png);
}
.lftbl_AddDomainsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_addd_2m.png);
}

.lftbl_AddSubdomainsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_addd_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_AddSubdomainsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_addd_2m.png);
}
.lftbl_AddSubdomainsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_addd_2m.png);
}

.lftbl_DelDomainsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_deleted_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_DelDomainsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deleted_2m.png);
}
.lftbl_DelDomainsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deleted_2m.png);
}

.lftbl_DelSubdomainsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_deleted_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_DelSubdomainsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deleted_2m.png);
}
.lftbl_DelSubdomainsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deleted_2m.png);
}

.lftbl_MultiDelDomainsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_mddomain_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_MultiDelDomainsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mddomain_2m.png);
}
.lftbl_MultiDelDomainsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mddomain_2m.png);
}

.lftbl_RedirectDomainForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_redirectd_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_RedirectDomainForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_redirectd_2m.png);
}
.lftbl_RedirectDomainForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_redirectd_2m.png);
}

.lftbl_ListMailsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_list_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ListMailsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_list_2m.png);
}
.lftbl_ListMailsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_list_2m.png);
}

.lftbl_AddMailsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_mailt_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_AddMailsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mailt_2m.png);
}
.lftbl_AddMailsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_mailt_2m.png);
}

.lftbl_DelMailsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_deletea_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_DelMailsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deletea_2m.png);
}
.lftbl_DelMailsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deletea_2m.png);
}

.lftbl_ModifyMailForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_modifya_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ModifyMailForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_modifya_2m.png);
}
.lftbl_ModifyMailForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_modifya_2m.png);
}

.lftbl_ListCatchmailForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_listc_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ListCatchmailForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_listc_2m.png);
}
.lftbl_ListCatchmailForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_listc_2m.png);
}

.lftbl_SpamfilterSettingsForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_listc_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_SpamfilterSettingsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_listc_2m.png);
}
.lftbl_SpamfilterSettingsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_listc_2m.png);
}

.lftbl_ModifyCatchmailForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_modifyc_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ModifyCatchmailForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_modifyc_2m.png);
}
.lftbl_ModifyCatchmailForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_modifyc_2m.png);
}

/* options out ================================================================================================================== */

/* databases out ================================================================================================================== */

.lftbl_ListDatabasesForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_list_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ListDatabasesForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_list_2m.png);
}
.lftbl_ListDatabasesForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_list_2m.png);
}

.lftbl_AddDatabasesForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_adddat_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_AddDatabasesForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_adddat_2m.png);
}
.lftbl_AddDatabasesForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_adddat_2m.png);
}

.lftbl_DelDatabasesForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_deletedat_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_DelDatabasesForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deletedat_2m.png);
}
.lftbl_DelDatabasesForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_deletedat_2m.png);
}

.lftbl_ChangeDbPassForm a {
        display: block;
        color: #666666;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 8px;
        background-image: url(../images/new/bt_changeps_1m.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-decoration: none;
}
.lftbl_ChangeDbPassForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_changeps_2m.png);
}
.lftbl_ChangeDbPassForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_changeps_2m.png);
}

/* databases out ================================================================================================================== */

/* left_black out ============================================================================================================= */

.logo_black {
        background-image: url(../images/new/logo_black.gif);
        background-repeat: no-repeat;
        background-position: center center;
}
.bg_header {
        background-color: #E3E3E3;
        background-image: url(../images/new/dots_grey.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin: 0px;
        padding: 0px;
}
.header_left {
        background-image: url(../images/new/header_left.gif);
        background-repeat: repeat-y;
        background-position: left top;
}
.header_right {
        background-image: url(../images/new/header_right.gif);
        background-repeat: no-repeat;
        background-position: right top;
}
.menu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        padding-top: 20px;
        padding-left: 50px;
}
.container {
        height: 90px;
        width: 100px;
}
.icon {
        padding-top: 5px;
        padding-left: 10px;
}
.title {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #999999;
        padding-top: 20px;
        text-decoration: underline;
        font-size: 1.26em;
}

/* personal in ============================================================================================================= */

.language a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_language_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.language a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_language_2.png);
        background-color: #E9E9E9;
}
.language a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_language_2.png);
        background-color: #EBEBEB;
}
.language_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_language_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.position {
        padding-top: 66px;
        margin: 0px;
}

.style a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_style_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.style a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_style_2.png);
        background-color: #E9E9E9;
}
.style a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_style_2.png);
        background-color: #EBEBEB;
}
.style_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_style_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.password a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_password_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.password a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_password_2.png);
        background-color: #E9E9E9;
}
.password a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_password_2.png);
        background-color: #EBEBEB;
}
.password_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_password_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.personal a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_personald_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.personal a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_personald_2.png);
        background-color: #E9E9E9;
}
.personal a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_personald_2.png);
        background-color: #EBEBEB;
}
.personal_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_personald_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

/* personal out ============================================================================================================= */

/* packages in ============================================================================================================= */

.viewp a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packview_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.viewp a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packview_2.png);
        background-color: #E9E9E9;
}
.viewp a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packview_2.png);
        background-color: #EBEBEB;
}
.viewp_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packview_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.createp a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packcreate_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.createp a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packcreate_2.png);
        background-color: #E9E9E9;
}
.createp a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packcreate_2.png);
        background-color: #EBEBEB;
}
.createp_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packcreate_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.modifyp a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packmodify_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.modifyp a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packmodify_2.png);
        background-color: #E9E9E9;
}
.modifyp a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packmodify_2.png);
        background-color: #EBEBEB;
}
.modifyp_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packmodify_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.deletep a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_packdelete_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.deletep a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packdelete_2.png);
        background-color: #E9E9E9;
}
.deletep a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_packdelete_2.png);
        background-color: #EBEBEB;
}
.deletep_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_packdelete_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}
.menu1 {

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        padding-top: 20px;
        padding-left: 10px;
}

/* packages out ============================================================================================================= */

/* resellers in ============================================================================================================= */

.viewr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resview_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.viewr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resview_2.png);
        background-color: #E9E9E9;
}
.viewr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resview_2.png);
        background-color: #EBEBEB;
}
.viewr_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resview_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.creater a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_rescreate_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.creater a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_rescreate_2.png);
        background-color: #E9E9E9;
}
.creater a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_rescreate_2.png);
        background-color: #EBEBEB;
}
.creater_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_rescreate_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.modifyr a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resmodify_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.modifyr a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resmodify_2.png);
        background-color: #E9E9E9;
}
.modifyr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resmodify_2.png);
        background-color: #EBEBEB;
}
.modifyr_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resmodify_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.deleter a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resdelete_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.deleter a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resdelete_2.png);
        background-color: #E9E9E9;
}
.deleter a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resdelete_2.png);
        background-color: #EBEBEB;
}
.deleter_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resdelete_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.changerps a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reschpass_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.changerps a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpass_2.png);
        background-color: #E9E9E9;
}
.changerps_hdr a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpass_2.png);
        background-color: #EBEBEB;
}
.changerps_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reschpass_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.changerpk a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reschpack_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.changerpk a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpack_2.png);
        background-color: #E9E9E9;
}
.changerpk a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reschpack_2.png);
        background-color: #EBEBEB;
}
.changerpk_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reschpack_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.LoginAsForm a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reslogin_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.LoginAsForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslogin_2.png);
        background-color: #E9E9E9;
}
.LoginAsForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslogin_2.png);
        background-color: #EBEBEB;
}
.LoginAsForm_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reslogin_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.MailToUsersForm a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resMailToUsersForm_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.MailToUsersForm a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resMailToUsersForm_2.png);
        background-color: #E9E9E9;
}
.MailToUsersForm a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resMailToUsersForm_2.png);
        background-color: #EBEBEB;
}
.MailToUsersForm_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resMailToUsersForm_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.lock a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_reslock_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.lock a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslock_2.png);
        background-color: #E9E9E9;
}
.lock a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_reslock_2.png);
        background-color: #EBEBEB;
}
.lock_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_reslock_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.assignu a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resassignu_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.assignu a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resassignu_2.png);
        background-color: #E9E9E9;
}
.assignu a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resassignu_2.png);
        background-color: #EBEBEB;
}
.assignu_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resassignu_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

/* resellers out ============================================================================================================= */

/* tools in ============================================================================================================= */

.finddo a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_finddo_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.finddo a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2.png);
        background-color: #E9E9E9;
}
.finddo a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_finddo_2.png);
        background-color: #EBEBEB;
}
.finddo_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_finddo_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.findu a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_findu_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.findu a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_findu_2.png);
        background-color: #E9E9E9;
}
.findu a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_findu_2.png);
        background-color: #EBEBEB;
}
.findu_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_findu_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.viewl a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_viewl_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.viewl a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewl_2.png);
        background-color: #E9E9E9;
}
.viewl a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_viewl_2.png);
        background-color: #EBEBEB;
}
.viewl_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_viewl_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.views a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_views_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.views a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_views_2.png);
        background-color: #E9E9E9;
}
.views a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_views_2.png);
        background-color: #EBEBEB;
}
.views_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_views_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

/* tools out ============================================================================================================= */

/* statistics in ============================================================================================================= */

.systemo a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_systemo_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.systemo a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_systemo_2.png);
        background-color: #E9E9E9;
}
.systemo a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_systemo_2.png);
        background-color: #EBEBEB;
}
.systemo_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_systemo_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.resellers a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_resellers_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.resellers a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resellers_2.png);
        background-color: #E9E9E9;
}
.resellers a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_resellers_2.png);
        background-color: #EBEBEB;
}
.resellers_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_resellers_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.users a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_users_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.users a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_users_2.png);
        background-color: #E9E9E9;
}
.users a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_users_2.png);
        background-color: #EBEBEB;
}
.users_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_users_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.traffic a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_traffic_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.traffic a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_traffic_2.png);
        background-color: #E9E9E9;
}
.traffic a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_traffic_2.png);
        background-color: #EBEBEB;
}
.traffic_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_traffic_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}


/* statistics out ============================================================================================================= */

/* options in ============================================================================================================= */

.settings a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_settings_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.settings a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_settings_2.png);
        background-color: #E9E9E9;
}
.settings a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_settings_2.png);
        background-color: #EBEBEB;
}
.settings_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_settings_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.MailToUsersFormt a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_MailToUsersFormt_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.MailToUsersFormt a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_MailToUsersFormt_2.png);
        background-color: #E9E9E9;
}
.MailToUsersFormt a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_MailToUsersFormt_2.png);
        background-color: #EBEBEB;
}
.MailToUsersFormt_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_MailToUsersFormt_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.defaultup a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_defaultup_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.defaultup a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_defaultup_2.png);
        background-color: #E9E9E9;
}
.defaultup a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_defaultup_2.png);
        background-color: #EBEBEB;
}
.defaultup_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_defaultup_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

.domainb a {
        display: block;
        color: #666666;
        background-image: url(../images/new/bt_domainb_1.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        text-decoration: none;
        text-align: center;
        width: 100px;
        position: relative;
        height: 90px;
}
.domainb a:hover {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2.png);
        background-color: #E9E9E9;
}
.domainb a:active {
        color: #333333;
        text-decoration: underline;
        background-image: url(../images/new/bt_domainb_2.png);
        background-color: #EBEBEB;
}
.domainb_active {
        color: #333333;
        text-decoration: underline;
        text-align: center;
        background-image: url(../images/new/bt_domainb_2.png);
        background-repeat: no-repeat;
        background-position: center 5px;
        background-color: #EBEBEB;
        height: 90px;
}

/* options out ============================================================================================================= */

th { color: #583329; }
table#centreTable {}
table#mainMenu { background-image: url(../images/new/left_header_black.gif); background-repeat: repeat-y; }
table#top { background-color: #ffffff; text-align: center; vertical-align: middle;}
table#buttons { width: 209px; height: 210px; text-align: center; vertical-align: middle;}
table#pleaseWait { width: 150px; height: 100px; background-color: #ceb575; text-align: center; vertical-align: middle;}

td.pleaseWait { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #555555; border: 1px solid #555555;}
td.Header { height: 75px;background: url("../images/new/left_header_black.gif"); background-repeat: no-repeat; padding-top: 6px;}
td.Menu { width: 209px; height: 36px; padding-top: 6px;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
td.SubMenu { background-color: #4c4227; color: #ceb575; border-bottom: 1px solid #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
td.Footer {  font-size: 11px; color: #4c4227; padding-left: 15px; padding-bottom: 10px; height: 55; background-repeat: no-repeat;}

table#viewTable { background-color: #555555; }
th.viewTable { background-color: #eeeeee;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #555555; }
td.viewTable { background-color: #ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555555; }

table#viewAlignTable { background-color: #555555;  margin: 0px;padding: 0px;}
th.viewAlignTable { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #555555; }
td.viewAlignTable { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555555; }

td.rightTable {  width: 128px; height: 612px; background-position: center; background-repeat: no-repeat; background-color: #ffffff;}

A.menuText { text-decoration: none; padding-left: 20px; text-align: center; }
A.menuText:active { text-decoration: none; text-align: center; }
A.menuText:link { text-decoration: none; color: #4c4227; text-align: center; }
A.menuText:visited { text-decoration: none; color: #4c4227; text-align: center; }
A.menuText:hover { text-decoration: none; color: #ffffff; text-align: center; }

A.subMenuText { text-decoration: none; }
A.subMenuText:active { text-decoration: none }
A.subMenuText:link { text-decoration: none; color: #eeeeee }
A.subMenuText:visited { text-decoration: none; color: #eeeeee }
A.subMenuText:hover { text-decoration: none; color: #ffffff }

A.y { text-decoration: underline; }
A.y:active { text-decoration: underline }
A.y:link { text-decoration: underline; color: #555555 }
A.y:visited { text-decoration: underline; color: #555555 }
A.y:hover { text-decoration: underline; color: #aaaaaa }

.titleUp { padding-left: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #555555; text-align: left;}
.titleLogin { padding-left: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555555; text-align: left;}
.titleSel { padding-left: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555555; text-align: left;}
.titleText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555555; text-align: left;}
.selectOpt { background-color: #eeeeee; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555555; text-align: left;}
.buttonsOpt { background-color: #555555; color: #eeeeee; font-family: Verdana; font-size: 8pt; font-weight: bold; text-decoration: none; border: 1 solid #555555}
.copyright { padding-left: 15px; padding-top: 30px; color: #4c4227; }