/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    min-width: 137px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
}

.tabs-nav a.links-sectors-tab span {
	background: url("../images/links-tabs.png") no-repeat right 0;
}
.tabs-nav a.links-locations-tab span {
	background: url("../images/links-tabs.png") no-repeat right -48px;
}
.tabs-nav a.links-recruiting-tab span {
	background: url("../images/links-tabs.png") no-repeat right -96px;
}
.tabs-nav a.links-popular-tab span {
	background: url("../images/links-tabs.png") no-repeat right -144px;
}
.tabs-nav a.links-roles-tab span {
	background: url("../images/links-tabs.png") no-repeat right -192px;
}

.tabs-nav a {
    position: relative;
    z-index: 2;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
		text-indent: -999em;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}
/*
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: top center;
}
*/
.tabs-nav a span {
    width: 137px; /* IE 6 treats width as min-width */
    min-width: 137px;
    height: 48px; /* IE 6 treats height as min-height */
    min-height: 48px;
    padding: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav .tabs-selected a.links-sectors-tab span {
	background-position: left 0;
}
.tabs-nav .tabs-selected a.links-locations-tab span {
	background-position: left -48px;
}
.tabs-nav .tabs-selected a.links-recruiting-tab span {
	background-position: left -96px;
}
.tabs-nav .tabs-selected a.links-popular-tab span {
	background-position: left -144px;
}
.tabs-nav .tabs-selected a.links-roles-tab span {
	background-position: left -192px;
}

/*
.tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {  
	background-position: top center;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: top left;
}
*/
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: default;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    background: #fff url("../images/link-search.png") repeat-y right top; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


/******** Tabs content styling ********/

.link-search {
	margin: 0 0 1em 0;
}
.link-search h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.3em 7px;
	background: url("../images/icons1.png") repeat-x left bottom;
}
.link-search-content {
	background: url("../images/link-search.png") no-repeat left bottom;
	padding: 0.5em 10px 15px 10px;
}
.link-search-content table {
	width: 50%;
	float: left;
}
.link-search-content table tr.tr1 th, .link-search-content table tr.tr1 td {
	background: #f7f7f7;
}
.link-search-content table th {
	width: 84%;
	padding: 0.1em 0.7em;
}
.link-search-content table td {
	text-align: right;
	width: 16%;
	padding: 0.1em 0.7em;
	color: #3D5888;
}

#links-recruiting .link-search-content {
	padding: 0 9px;
	.padding: 0 9px 8px 9px;
}
.links-recruiting-logo {
	text-align: center;
	float: left;
	width: 96px;
	font-size: 0.9em;
	padding: 1em 5px 0.5em 5px;
	_padding: 1em 4px 0.5em 4px;
	background: #f7f7f7;
	border-top: 1px solid #f90;
}
.links-recruiting-logo-top {
	display: table;
	height: 70px;
	#position: relative;
	overflow: hidden;
	background: #fff;
	width: 96px;
	border: 1px solid #ccc;
	margin: 0 0 0.5em 0;
}
.links-recruiting-logo-top span {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	left: 0;
}
.links-recruiting-logo-top span a {
	#position: relative;
	#top: -50%;
	display: block;
	text-align: center;
}
.links-recruiting-logo-top span a  img{
	margin: 0 auto;
	display: block;
}
.links-recruiting-logos {
	padding: 0 0 0.9em 0;
}