#header2
{
}


.DELETED_BLOCK
{

display:none;
}



#header2
{
  background-image:url('new_assets/bg_header_mar_2010.png');
  background-color:#FFFFFF;
  background-repeat:no-repeat;
  background-position:0px 30px;
}


#header2 .top_band
{
  height:3px;
  background-color:orange;
  margin-bottom:15px;
}

#header2 .header_text
{
  font-family:arial,verdana, sans-serif;
  color:#FF9900;
  font-size:14px;
  font-style:italic;
  clear:both;
  margin-left:15px;
  font-weight:bold;
  /*width:700px;*/
}




#frontpage_content .not_jobseeker_menu
{
  position:absolute;
  border:1px solid black;
  background-color:#FBB356;
  padding:5px;
  margin:5px;
  display:none;
  line-height:150%;
}

#frontpage_content .not_jobseeker_menu A
{
  color:#006699;
}

#frontpage_content
{
  border-top:0px solid #B0B0B0;
  
}

#frontpage_content .column_left
{
  width:570px;
  float:left;
  min-height:200px;
  margin-top:10px;
  margin-left:10px;
}

#frontpage_content .column_right
{
  float:left;
  width:331px;
  min-height:200px;
  margin-top:10px;
}

#frontpage_content .bg_frontpage_forms
{
  background-image:url("new_assets/bg_frontpage_forms.jpg");
  background-repeat:no-repeat;
  width:552px;
  height:299px;
}

#frontpage_content .bg_frontpage_forms INPUT
{
  width:200px;
  padding:3px;
  font-size:12px;
}

#frontpage_content .bg_frontpage_forms INPUT.faded
{
  color:#cccccc;
}

#frontpage_content .bg_frontpage_forms TEXTAREA.faded
{
  color:#cccccc;
}


#frontpage_content .bg_frontpage_forms SELECT
{
  width:210px;
  font-size:12px;
  padding:3px;
  
}

#frontpage_content .quote_group
{
  width:270px;
  height:250px;
  float:left;
  margin-top:15px;
}

#frontpage_content .quote_box_introduction
{
  background-image:url("new_assets/bg_introduction_quotes.jpg");
  background-repeat:no-repeat;
  width:270px;
  height:207px;  
  overflow:hidden;
}

#frontpage_content .quote_box_introduction .inner
{
  margin:10px;
  margin-top:20px;
}

#frontpage_content .quote_box_members
{
  background-image:url("new_assets/bg_members_quotes.jpg");
  background-repeat:no-repeat;
  width:270px;
  height:207px;  
  overflow:hidden;
}

#frontpage_content .quote_box_members .inner
{
  margin:10px;
  margin-top:20px;
}

#frontpage_content .quote_group .title
{
  color:#777777;
  font-weight:bold;
  margin-bottom:15px;
}



#frontpage_content .logo_group
{
  float:left;
  width:145px;
  margin-top:10px;
}

#frontpage_content .logo_group IMG
{
  cursor:pointer;
}

#frontpage_content .media_description_arrow
{
  z-index:10000;
  height:300px;
  width:29px;
  float:left;
  margin-top:10px;
}

#frontpage_content .media_description_arrow IMG
{
  position:relative;
  left:1px;
  margin-top:10px;
}

#frontpage_content .media_description_group
{
  margin-top:10px;
  float:left;
  width:155px;
  height:300px;
  border:1px solid #E2E2E2;
  line-height:150%;

}

#frontpage_content .media_description_group DIV
{
  padding:8px;
}


#frontpage_content .bg_frontpage_forms A
{
  color:white;
  font-weight:bold;
  text-decoration:none;
}

#frontpage_content .bg_frontpage_forms A:hover
{
  color:white;
  font-weight:bold;
  text-decoration:underline;
}

#frontpage_content LABEL.error
{
  font-weight:normal;
  color:red;
  margin-left:40px;
  margin-top:3px;
  display:block;
  
}



.tooltip_container
{
  position:absolute;
  margin-left:570px;
  margin-top:25px;
  z-index:10001;
  display:none;  
}

.tooltip_large
{
  width:300px;
  height:270px;
  background-image:url('new_assets/tooltip_bg_large.png');
  background-repeat:no-repeat;
}

.tooltip_medium
{
  width:300px;
  height:204px;
  background-image:url('new_assets/tooltip_bg_medium.png');
  background-repeat:no-repeat;
}

.tooltip_small
{
  width:300px;
  height:147px;
  background-image:url('new_assets/tooltip_bg_small.png');
  background-repeat:no-repeat;
}

.tooltip_content
{
  padding-top:10px;
  margin-left:45px;
  margin-right:35px;
  background-color:white;
  font-size:12px;
  line-height:150%;
  color:#777777;
  font-family:Arial,helvetica,sans-serif;  
}


.tooltip_container A.closetip
{
  display:block;
  margin-right:20px;
  margin-top:20px;
  text-align:right;
  
}


/*
.tooltip_container
{
  width:260px;
  position:absolute;
  margin-left:560px;
  margin-top:30px;
  z-index:10001;
  display:none;
}


.tooltip_container .left
{
  width:37px;
  height:220px;
  float:left;
  padding-top:40px;
  background-image:url('new_assets/tooltip_arrow.gif');
  background-repeat:no-repeat;
  background-position:0px 50px;
  position:relative;
  left:1px;
}

.tooltip_container .right
{

}

.tooltip_container A.closetip
{
  display:block;
  float:right;
  width:auto;
  position:relative;
  top:-15px;
}

.tooltip_container   .tooltip_body
{
  float:left;
  width:217px;
  background-repeat:repeat-y;
  background-image:url('new_assets/tooltip_body.gif');
}

.tooltip_container   .tooltip_content
{
  padding-left:15px;
  padding-right:15px;
  padding-top:10px;
  padding-bottom:10px;
  font-size:12px;
  color:black;
  font-family:Arial,helvetica,sans-serif;
  line-height:150%;
}
*/



