@charset "utf-8";
/* CSS Document */
.mainTable{
width:964px;
background-color:#FFFFFF;
margin-top:20px;

}
.bClass{
background-color:#4699D0;
}
.headerClass{
background-image:url(../images/logo2.jpg);
background-repeat:no-repeat;
background-position:top left;
width:964px;
height:126px;
border: 0px;
}
.menu {
/*font-family:"Myriad Pro";*/
/*font-family:"Berlin Sans FB";*/
/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#489ad2;
padding-top:80px;
padding-right:10px;
text-decoration:none;
}
.menu a{
/*font-family:"Myriad Pro";*/
/*font-family:"Berlin Sans FB";*/
/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#489ad2;
padding-top:100px;
padding-right:20px;
text-decoration:none;
}
.containerBox{
clear:both;
margin-left:20px;
margin-bottom:0px;
margin-right: 0px;
margin-top:0px;
padding:0px;
}
.vacancyTable{
width: 441px;
height: 200px;
padding-left: 12px;
font-size:14px;
font-family:"Myriad Pro";
}
.vacancyTableAll{
width: 441px;
height: 200px;
font-size:14px;
font-family:"Myriad Pro";
padding-left: 30px;
}
.vacancyTbFirstCol{
width: 2px;
}
.vacancyTbOtherColWithBkg{
width: 297px;
height: 30px;
background-image:url(../images/vacancyAll-text-bg.jpg);
background-repeat:no-repeat;
background-position:bottom;
text-decoration:none;
color:#000000;
}
.vacancyTbOtherColWithBkg a{
text-decoration:none;
color:#000000;
}
.vacancyTbOtherColNoBkg{
width: 297px;
height: 30px;
text-decoration:none;
color:#000000;
}
.vacancyTbOtherColNoBkg a{
text-decoration:none;
color:#000000;
}
.vacancyTitleAll{
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
width: 297px;
height: 30px;
color:#489ad2;
vertical-align:bottom;
}
#vacancyid{
width: 456px;
height: 304px;
background-image:url(../images/vacancieswithBox.jpg);
background-repeat:no-repeat;
float:left;
/*margin-left: 28px;*/
margin: 0px;
padding:0px;
}
.footerDiv a, .footerDiv span{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#489ad2;
float:right;
text-decoration:none
}
.footer a, .header a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#489ad2;
text-decoration:none
}

.vacancyDetails{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:70px;
/*color:#545353;*/
}
.vacancyDetailsTitle{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-left:70px;
color:#489ad2;
}
.vacancyTitle{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin-left:40px;
font-weight:600;
color:#489ad2;
}
.vacancyRef{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}
.errorMsg{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#489ad2;
}
#ApplyNowId, #SeekNowId{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:50px;
}
.ourservicesTable{
width: 421px;
height: 250px;
margin-top:35px;
margin-left:15px;
font-size:14px;
font-family:"Myriad Pro";
}
.ourservicesTbText{
color:#2c87bc;
font-weight:bold;
}
.ourservicesTbmore a{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#2c87bc;
}
.ourservicesText, .employersText, .aboutusText, .ourlcientsText, .jobseekersText{
margin-left: 28px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width: 900px;
}
.guidelinesDetails{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:40px;
}
.guidelinesDetailsTitle{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-left:30px;
color:#489ad2;
}
.guidelinesDetailsTitle span{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bolder;
color:#489ad2;
}


/*start of the fixed toolbar code*/
div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 36px;
  background: url(../images/fixedbar/bcktool.png);
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
	border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
}

div#toolbar {
  width: 85%;
  min-width: 700px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #989898;
}

.leftside {
  float: left;
}

.rightside {
  float: right;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
}

a.rss {
  display: inline-block;
  width: 104px;
  height: 35px;
  margin-left: 5px;
  background: url(../images/fixedbar/rss.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
  background: url(../images/fixedbar/facebook.png) no-repeat;
}

a.twitter {
  background: url(../images/fixedbar/twitter.png) no-repeat;
}

a.delicious {
  background: url(../images/fixedbar/delicious.png) no-repeat;
}

a.digg {
  background: url(../images/fixedbar/digg.png) no-repeat;
}

a.stumble {
  background: url(../images/fixedbar/stumble.png) no-repeat;
}

.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url(../images/fixedbar/tip.png) no-repeat;
  float: left;
  display: none;
}

/* custom distances for the icons */
#tipfacebook {
  left: 75px; 
}

#tiptwitter {
  left: 120px; 
}

#tipdelicious {
  left: 165px; 
}

#tipdigg {
  left: 210px; 
}

#tipstumble {
  left: 255px; 
}

.tip ul {
  padding: 22px 0 0 25px;
}

.tip ul li {
  display: inline;
  padding-left: 3px;
}

.tip ul li a {
  font-size: 18px;
  color: #989898;
}       

.tip ul li a:hover {
  color: #666;
}

.tip ul li small {
  font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(../images/fixedbar/downarrow.png) no-repeat 5px 7px;
}

span.menu_title {
  background: #e4e4e4;
  border-left: 1px solid #a4a4a4;
  padding: 10px;
}

span.menu_title a {
  font-size: 16px;
  line-height: 34px;
  color: #9a9a9a;
}

.quickmenu {
  position: absolute; /* important */
  top: -251px;
  right: 46px;
  width: 260px;
  height: 250px;
  background: #e4e4e4;
	border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4; 
  border-right: 1px solid #a4a4a4;
  /* CSS3 */
  -moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  /* CSS3 end */
  display: none; /* important */
}

.quickmenu ul {
  padding-top: 20px;
}

.quickmenu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
}

.quickmenu ul li a {
  font-size: 18px;
  color: #989898;
  display: block;
}

.quickmenu ul li a:hover {
  color: #666;
}