.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #000000;
background-color: white;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */

background-color: #F2F3F8;
/*border-bottom-color: white;*/
border-bottom-color: #F2F3F8;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 366px;
padding: 10px;
color: #FFFFFF;
background-color: #F2F3F8;

}

.tabcontent{
display:none;
}


#maintab li a:hover{
color: red;
}

#maintab2 li a:hover{
color: red;
}

html>body .tabcontentstyle{ /*Non IE rule*/
width: auto;
}

@media print {
.tabcontent {
display:block!important;
}
}



/*
***********************************************************************************
Job Sector tab
********************************************************************************
*/

.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
padding: 3px 3px;
margin-right: 1px;
border: 0px solid #778;
color: #DDEAFC;
background-color: white;
}

/*.shadetabs2 li a:visited{
color: #000000;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #000000;
}
*/
.shadetabs2 li.selected{
position: relative;
top: 1px;
}

.shadetabs2 li.selected a{ /*selected main tab style */

background-color: #DDEAFC;
border-bottom-color: white;


}
/*
.shadetabs2 li.selected a:hover{ selected main tab style 
text-decoration: none;
}
*/
.tabcontentstyle2{ /*style of tab content container*/
border: 0px solid gray;
width: 366px;
padding:4px;
color: #DDEAFC;
background-color:#DDEAFC;

}

.tabcontent2{
display:none;
}

/*
#maintab2 li a:hover{
color: red;
}
*/
html>body .tabcontentstyle2{ /*Non IE rule*/
width: auto;
}

@media print2 {
.tabcontent2 {
display:block!important;
}
}



/*
***********************************************************************************
Article Sector tab
********************************************************************************
*/

/*********************/
.shadetabs3{

padding: 3px 0 ;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
margin-top: 0;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;


list-style-type: none;
text-align: left; 
}

.shadetabs3 li{
display: inline;
margin: 0;
}

.shadetabs3 li a{
/*
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #FF0000;
background-color: white;
*/
padding: 3px 0;
margin-left: 0;
margin-right: 0;
border: 0;
border-bottom: none;
background: #F9F9F9;


}

.shadetabs3 li a:visited{
color: #FF0000;
}

.shadetabs3 li a:hover{
text-decoration: underline;
color: #FF0000;
}

.shadetabs3 li.selected{
position: relative;
top: 1px;
}

.shadetabs3 li.selected a{ /*selected main tab style */

background-color: #F2F3F8;
/*border-bottom-color: white;*/
border-bottom-color: #F2F3F8;

}

.shadetabs3 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



