﻿a:focus {
    outline: none;
}

a.tab-link {
    text-decoration: none;
}

.top-tab {
    cursor: pointer;
}

.top-tab-selected {
    cursor: pointer;
    margin-right: 3px;
}
    
.top-tab-selected .top-tab-left {
    background-image: url('../png/top_tab_left.png');
    width: 9px;
    height: 36px;
    float: left;
}
    
.top-tab-selected .top-tab-center {
    border-top: 1px solid #e16c03;
    background-color: #fff;
    padding: 10px 5px 0 3px;
    font-size: 14px; color: #848383;
    display: inline-block;
    height: 24px;
    float: left;
    margin-top: 1px;
}
    
.top-tab-selected .top-tab-right {
    background-image: url('../png/top_tab_right.png');
    width: 9px;
    height: 36px;
    float: left;
    margin-right: 3px;
}
    

    
.top-tab .top-tab-left {
    background-image: url('../png/top_tab_left_disabled.png');
    width: 9px;
    height: 31px;
    float: left;
    margin-top: 4px;
}
    
.top-tab .top-tab-center {
    border-top: 1px solid #acacac;
    background-image: url('../png/top_tab_disabled_bg.png');
    padding: 7px 5px 0 3px;
    font-size: 14px; color: #848383;
    display: inline-block;
    height: 23px;
    float: left;
    margin-top: 4px;
}
    
.top-tab .top-tab-right {
    background-image: url('../png/top_tab_right_disabled.png');
    width: 9px;
    height: 31px;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

.tab-tile {
    background-image: url('../png/top_tab_tile.png');
    float: left;
    margin-right: 9px;
}

.tab-icon-about {
	background-position: 0 0;
	width: 17px;
	height: 20px;
	margin-top: -2px;
}

.tab-icon-all {
	background-position: -27px 0;
	width: 14px;
	height: 18px;
    margin-top: -2px;
}

.tab-icon-jobs {
	background-position: -51px 0;
	width: 10px;
	height: 18px;
	margin-top: -2px;
}

.tab-icon-envelope {
	background-position: -71px 0;
	width: 17px;
	height: 11px;
	margin-top: 3px;
}

.tab-icon-glance {
	background-position: -98px 0;
	width: 21px;
	height: 13px;
	margin-top: 2px;
}

.tab-icon-features {
	background-position: 0 -30px;
	width: 19px;
	height: 17px;
}

.tab-icon-security {
	background-position: -27px -30px;
	width: 14px;
	height: 17px;
	margin-top: -1px;
}

.tab-icon-faq {
	background-position: -48px -30px;
	width: 17px;
	height: 17px;
}

.tab-icon-community {
	background-position: -70px -30px;
	width: 20px;
	height: 15px;
	margin-top: 1px;
}

.tab-icon-blog {
	background-position: -95px -30px;
	width: 24px;
	height: 17px;
}