/* HTML */


@import url(pagination.css);

html, body
{  
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin:0px;

}

a, a:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  text-decoration: none;
  color: #17589C;
}

a:hover, a:active 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  text-decoration: underline;
  color: #17589C;
}

/* form css */
form {  padding: 0;  margin: 0; }

.form_input 
{
	border: 1px solid #CDCDCD;
	font: normal 9px  Arial, Helvetica, sans-serif;
	color: #626569;
	vertical-align: middle;
	padding-left: 5px;
}
.form_dropdown
{
	border: 1px solid #CDCDCD;
	font: normal 9px  Arial, Helvetica, sans-serif;
	color: #626569;
	vertical-align: middle;
	
}

.form_button {
	border	: 1px ridge #dedede;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	padding:1px 4px 1px 4px;
	color	: #626569;
	background-color : #dedede;
	cursor: pointer;
}
.form_buttonLetter {
	border	: 1px ridge #dedede;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	padding:1px 4px 1px 4px;
	color	: #626569;
	background-color:orange;
	cursor: pointer;
}
.form_buttonB {
	border	: 1px ridge #dedede;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	padding:1px 4px 1px 4px;
	color	:#FFFFFF;
	background-color:#0066CC;
	cursor: pointer;
}

.form_buttonO {
	border	: 1px ridge #dedede;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	padding:1px 4px 1px 4px;
	color	:#FFFFFF;
	background-color:orange;
	cursor: pointer;
}

.form_button_accept {
	border	: 1px ridge #385d8a;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	padding:1px 4px 1px 4px;
	color	: #626569;
	background-color : #00b050;
	cursor: pointer;
}

.form_button_decline {
	border	: 1px ridge #385d8a;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	padding:1px 4px 1px 4px;
	color	: #626569;
	background-color : #ff0000;
	cursor: pointer;
}

.btn_link_accepted, a.btn_link_accepted, a.btn_link_accepted:active, a.btn_link_accepted:link, a.btn_link_accepted:hover {
	border	: 1px ridge #385d8a;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	color	: #fff;
	background-color : #00b050;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.btn_link_decline, a.btn_link_decline, a.btn_link_decline:active, a.btn_link_decline:link, a.btn_link_decline:hover {
	border	: 1px ridge #385d8a;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	color	: #fff;
	background-color : #ff0000;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}


.btn_link, a.btn_link, a.btn_link:active, a.btn_link:link, a.btn_link:hover {
	border	: 1px ridge #dedede;
	font	: normal 9px  Arial, Helvetica, sans-serif;
	color	: #626569;
	background-color : #dedede;
	padding:2px 4px 2px 4px;
	text-decoration:none;
}

a.link_lost_password:hover {
  color:#666666;
}

/* layout css */

#outer_wraper
{
	background:url(../images/main_bg.png) right repeat-y;
    margin-left:auto;margin-right:auto;
	overflow:hidden;
	width:1015px;
}

#bg_left { 
	background:url(../images/backdrop_left.jpg) right repeat-y;
	width:50%;
}

#bg_right { 
	background:url(../images/backdrop_right.jpg) left repeat-y; 
	width:50%;
}

#container {
	background:#fff;
	width:998px;	
	margin-left:auto;margin-right:auto;
}

/* top section */
#top {
	background:url(../images/bg_top.jpg) left repeat-x;  
	height: 101px;
	width:998px;
	float: left;
	position: relative;
	clear: both;
}

#logo {
    width: 870px;
	 float: left;
	 margin : 0px;
	 padding : 0px;
}

#top_popup_adv {
	background:url(../images/bg_top_ads.jpg) left repeat-x;  
	height: 120px;
	float: left;
	position: relative;
	clear: both;
	width: 100%;
}

#menu_wraper {
	float: right;
	padding: 70px 10px 0 0;
}

#logo_popup_adv {
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 /*width: 212px;*/
}
#logo_popup_adv div.logo_desc{
	position: absolute;
	left: 200px;
	color: white;
}
#top_popup_adv div.soc_block{
	float: left;
	padding: 77px 0 0 50px;
	text-align: center; 
}

#change_role {
	background:url(../images/bg_square.jpg) left no-repeat;  
	width: 114px;
	height: 87px;
	float: left;
	color: #fff;
	font-size: 11px;
}
#change_role2{
	background:url(../images/bg_square_orange.jpg) left no-repeat;  
	width: 114px;
	height: 87px;
	float: left;
	color: #fff;
	font-size: 11px;
}

#change_role a, #change_role a:link, #change_role a:visited {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#change_role2 a, #change_role2 a:link, #change_role2 a:visited {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#change_role a:hover{
	text-decoration: underline;	
}
#change_role2 a:hover{
	text-decoration: underline;	
}

/* end of top section */

/* left section */
#left_section {
	float: left;
	width:850px;
	margin-right:1px;
	clear: both;
	position: relative;
}

#top_menu_container {
	width:850px;
	clear: both;
	position: relative;
}

#top_menu {
	background:url(../images/bg_gray.gif) left repeat-x;  
	height: 19px;
	float: left;
	width: 680px;
	color:#fff;
	z-index:999;
}

#top_submenu {
	/*background:url(../images/bg_gray.gif) left repeat-x; */ 
	height: 19px;
	float: left;
	width: 110px;
	color:#fff;
	top:18px;
	visibility:hidden;
	position:absolute;
	left:170px;
}

.top_submenu {
	height:20px;
	background:url(../images/bg_gray.gif) left repeat-x;
	
}

#top_menu a, #top_menu a:link, #top_menu a:visited {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}

#top_menu a:hover{
	text-decoration: none;	
}
/*
#top_menu ul { list-style:none; margin:0px;padding:0px; padding-top:2px;}
#top_menu li { display: inline; padding:0px 10px 0px 10px;}
*/
#navbar {
    margin: 0;
    padding: 0;
    height: 1em; 
}
#navbar li {
    list-style: none;
    float: left;
}
#navbar li a {
    display: block;
    padding:3px 10px 0px 10px;
    color: #fff;
    text-decoration: none; 
}
#navbar li ul {
    display: none;
	width:160px;
    background:url(../images/bg_gray.gif) left repeat-x; /* don't remove this */
}
#navbar li:hover ul, #navbar li.hover ul{
    display: block;
    position: absolute;
    margin:0px;
    padding: 0px; 
	padding-top:3px;

}
#navbar li:hover li, #navbar li.hover li {
    float: none; 

}
#navbar li:hover li a, #navbar li.hover li a {
    background:url(../images/bg_gray.gif) left repeat-x;
    border-bottom: 1px solid #fff;
    color: #fff; 
	height:18px;
	padding-top:1px;
	margin:0px;
}
#navbar li li a:hover {
   
}


#banner_index {
	width: 850px;
	height: 193px;
	clear: both;
	z-index:-1;
}	

#banner {
	width: 850px;
	height: 92px;
	clear: both;
}	

#menu_left_container {
  text-align:left;
  float: left;
  width: 160px !important;
  width: 160px;
  margin-top:20px; 
  /*margin-right: 20px; */
}

#menu_left {
  
}

#menu_left ul { list-style:none;padding: 0px 0px 0px 10px; margin:0px 0px 10px 0px; }
#menu_left li {
	padding:1px 0px 1px 0px;
	border-bottom:1px solid #CCCCCC;
	text-align: left;
	margin-right:10px;
}
#menu_left a { 
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px; 
  color: #666666;
  text-decoration:none;
  padding-left:17px;
  font-weight:bold;
  font-size:11px;
}

#menu_left ul li a:hover
{  
  background-image:url(../images/arrow_gray.gif);
  background-position:left;
  background-repeat:no-repeat;
  color:#336797;
}

#menu_left ul li a:active
{  
  background-image:url(../images/arrow_gray.gif);
  background-position:left;
  background-repeat:no-repeat;
  color:#336797;
}

#left_banner 
{
  margin-left:5px;
  margin-top:95px;
  /*margin-top:29px;
  border: 1px solid red;*/
}

/* content section */
#free_text {
	float: left;
	width: 668px !important;
	width: 668px; /* For IE6 display change from 662 by David T. for CR 42 23022009 PART II*/
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:0px 10px 0px 10px;
	margin: 20px 0 10px 0px;
	min-height: 300px;
	height: auto !important;
	height: 300px;

}

/* end of content section */ 


/* end of left section*/

/* right section */
#right_section {
	float: left;
	width: 147px;
	position: relative;
	overflow:hidden;
}

#login_index
{
	height: 179px;
	/*border-bottom: 1px solid #17589C;*/
	padding-bottom:32px;
	padding-top:0px;
	overflow:hidden;
	margin-left:16px;
	margin-right:3px !important;
	margin-right:13px;
}

#login_index_border_bottom
{
	padding-top:20px !important;
	position:relative;
	visibility:hidden;
	border-bottom: 1px solid #17589C;
}
#login
{
	height: 82px;
	margin-top:10px;
	margin-left:19px;
	margin-right:1px !important;
	margin-right:5px;
	padding-bottom:20px;
}

#login_border_bottom
{
	padding-top:15px !important;
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid #17589C;
}

#search_label
{
	background:url(../images/bg_blue.gif) left repeat-x;
	width:125px;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	float:right;
/*
  background:url(../images/bg_blue.gif) left repeat-x; 	
  margin-right:16px !important;
  margin-right:7px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  font-weight:bold;
  color: #336699;
  
  background-color:#E8EAEC;
  background-color:#22477c;
  color:#FFFFFF;
  padding-left:8px;
  padding-top:4px;
  padding-bottom:4px;
  width:125px!important;
  width:125px;
  margin-top:20px;
  float:right;*/
}
/*
@author Andrian Syah
CR Design And Naviagtion
18-2-20099
*/
#left_menu
{
	background:url(../images/bg_blue.gif) left repeat-x;
	width:133px;
	width:133px!important;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	padding-left:27px;
	padding-top: 3px;
	overflow:hidden;

	/*width:200px!important;
	width:200px;
  	color:#FFFFFF;
	background:url(../images/bg_blue.gif) left repeat-x;
 	/*background-color:#22477c;

	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px; 
  	font-weight:bold;
	position:relative;*/
}

.left_menu_second
{
	background:url(../images/bg_blue.gif) left repeat-x;
	width:133px;
	width:133px!important;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	padding-left:27px;
	padding-top: 3px;
	overflow:hidden;

	/*width:200px!important;
	width:200px;
  	color:#FFFFFF;
	background:url(../images/bg_blue.gif) left repeat-x;
 	/*background-color:#22477c;

	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px; 
  	font-weight:bold;
	position:relative;*/
}

#left_menu_employer
{
	background:url(../images/bg_orange.gif) left repeat-x;
	width:133px;
	width:133px!important;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	padding-left:27px;
	overflow:hidden;
	}
.left_menu_head
{
	padding-top:10px;
}
#search_box
{
  float:right;
  margin-right:29px !important;
  margin-right:6px;
  padding-top:4px;
  padding-bottom:1px;
  width:100px;
  
}

#support_box{
	padding-right:16px !important;
	padding-right:13px;
	border-bottom: 1px solid #17589C;
	margin-left:20px;
}

#right_banner {
  /*color:#999999;*/
  float:left;
  margin-right:0px !important;
  margin-right:0px; 
  margin-top:10px;
  text-align:center;
}

#right_banner_menu
{

	background:url(../images/bg_blue.gif) left repeat-x;
	width:147px !important;
	height:19px;
	color:#fff;
	padding-top: 3px;

}

.right_banner_menu_class
{

	background:url(../images/bg_blue.gif) left repeat-x;
	width:147px !important;
	height:19px;
	color:#fff;
	padding-top: 3px;

}



/* end of rignt section */

/* bottom menu */
#bottom_menu
{
  clear: both;
  height:14px;
  background:url(../images/bg_gray.gif) left repeat-x;  
  text-align:center;
  padding-top:3px;
  padding-bottom:3px;
}

#bottom_menu a, #bottom_menu a:visited, #bottom_menu a:active, #bottom_menu a:link
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold; 
  color: #FFF;
  text-decoration:none;
  margin-left:80px;
}
/* end of bottom menu */

/* css for blank pge */
#blank_page {
	margin:20px;
	
}
/* end blank page */

/* end of layout page */

/* class */

.top_blue {
	background:url(../images/bg_blue.gif) left repeat-x;  
	height: 19px;
	float: left;
	width: 320px;
	color:#fff;
	font-weight:bold;
	
}

.top_blue_full {
	background:url(../images/bg_blue.gif) left repeat-x;  
	height: 19px;
	float: left;
	width: 100%;
	color:#fff;
	font-weight:bold;
}

.blue_background{
	/*background:url(../images/bg_blue.gif) left repeat-x;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	float:right;*/
	background:url(../images/bg_blue.gif) left repeat-x;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}

.blue_backgroundd{
	/*background:url(../images/bg_blue.gif) left repeat-x;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	float:right;*/
	background:url(../images/bg_blue.gif) repeat;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}
.blue_backgroundx{
	background:url(../images/bg_blue.gif) left repeat-x;
	position:relative;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	float:right;
	width:125px;
}
.blue_background2{
	background:url(../images/bg_blue.gif) left repeat-x;  
	height: 40px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}

.orange_background{
	background:url(../images/bg_orange.gif) left repeat-x;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}

.gray_background{
	background:url(../images/bg_gray.gif) left repeat-x;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}


.link_lost_password, a.link_lost_password, a.link_lost_password:link, a.link_lost_password:visited{
  font	: normal 9px  Arial, Helvetica, sans-serif;
  color:#666666;
}

a.link_register_now, a.link_register_now:link, a.link_register_now:visited {
  font-size:9px;
  color:#17589C;
  font-weight:bold;
  border:1px solid #666666;
  padding:2px 0px 2px 5px;
  display:block;
  width:100px !important;
  width:101px;
}

a.link_register_now:hover {
  color:#17589C;
  font-weight:bold;
  text-decoration:none;
}


.advance_search, a.advance_search, a.advance_search:link, a.advance_search:visited{
  font	: normal 9px  Arial, Helvetica, sans-serif;
  color:#17589C;
}

/* button */
.btn_job_search {

  background:url(../images/btn_job_find.jpg) no-repeat;
  width:72px;
  height:17px;
  border:0px;
  cursor:pointer;  

}




/* text class */
.box_header h4 { font-size: 11px; margin:0px;padding-top:2px;padding-left:20px; }


/* tree  checkbox */
.threeDiv
{
	border: solid 1px #CCC;
	width: 300px;
	height: 200px;
	overflow: auto;
}

.threeDiv_search
{
	border: solid 1px #CCC;
	height: 200px;
	width: 315px;
	overflow:auto;
   color: #336699;  
   
   
}

.threeDiv_search_wrapper
{
	width: 290px;
}


/* old css style */
#title {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px; 
  font-weight:bold;
  color: #666666;
  border-bottom:1px solid #CECECE;
}
#titlex {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px; 
  color: #666666;
  border-bottom:1px solid #CECECE;
}
#title h4{ font-size:12px; margin:1px 0px 2px 5px;}
div#title:first-letter{
  color: #336699;
}

#label_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  font-weight:bold;
  color: #666666;
}
#label_title h4{ font-size:11px;margin:0px;}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  font-weight:bold;
  color: #666666;
}
.header:first-letter{
  color:#336699;
}

.title_label {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  color: #FFFFFF;  
  background-color:#336699;
}

.title_search {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  color: #336699;  
  font-weight:bold;
}

.title_blue{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  font-weight:bold;
  color: #336699;
}

.text_blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  color: #336699; 
}


.text_gray {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  color: #666666;  
}

.box_gray {
  border : 1px solid #CCC;
}



.box_orange{
	border: 1px solid #ea9406;
}

.bg_blue{
	background-color:#e3ebf6;
	height: 15px;
	color:#336699;
	font-size: 11px;
	font-weight: bold;
}

.bg_blue2{
	background-color:#e3ebf6;
	height: 15px;
	color:#336699;
	font-size: 11px;
}

.bg_orange{
	background-color:#ea9406;
	height: 19px;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}
.index_label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  /*color: #666666; */ 
  color:#FFFFFF;
  font-weight:bold;
  background:url(../images/bg_blue.gif) left repeat-x;
  height:19px;
  /*background-color:#22477c;
  background-color:#D5D5D5;*/
  padding-left:10px;
}

.right_label
{
  float:right;
  margin-right:16px !important;
  margin-right:7px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  font-weight:bold;
  color: #336699;
  background-color:#E8EAEC;
  padding-left:8px;
  padding-top:4px;
  padding-bottom:4px;
  width:103px!important;
  width:105px;
  margin-top:20px;
  
}

.right_box
{
  float:right;
  margin-right:29px !important;
  margin-right:6px;
  padding-top:4px;
  padding-bottom:4px;
  width:100px;
  
}


.error_box {
 background: #FBE6F2;
 border: 1px solid #D893A1;
 color: #FB3D42;
 margin: 10px 0 5px 0;
 padding: 10px;
 width:80%;
}

.header_error {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  font-weight:bold;
  color: #FB3D42;  
}

.error_msg {
 font-family: arial, Verdana, Sans-serif;
 font-size: 11px;
 color: #FB3D42;
 display: block;
 margin-bottom:5px;
}

.error_inline {
  font-family: arial, Verdana, Sans-serif;
  font-size: 11px;
  color: #FB3D42;
}


.not_found {
 font-family: arial, Verdana, Sans-serif;
 font-size: 11px;
 color: #FB3D42;
 display: block;
}

.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px; 
  font-weight:bold;
  color: #666666;
}

.vertical_separator
{
  width:1px;
  background-color:#D5D5D5;  
}

.gray {
   background-color:#EEEEEE;
}

.white {
	background-color:#FFFFFF;
}

a.underline_link
{
	text-decoration:underline;
}
a.advance_search, a.advance_search:visited, a.advance_search:active
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:9px;
  text-decoration: none;
  color: #17589C;
}

a.advance_search:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:9px;
  text-decoration: underline;
  color: #17589C;
}

.profile_gray_header {
	background:url(../images/profile_gray_header.jpg) no-repeat;
	width:312px;
	height: 26px;
	font-size: 11px;
	color:#17589c;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}

.profile_gray_headero {
	background:url(../images/profile_gray_header.jpg) no-repeat;
	width:312px;
	height: 26px;
	font-size: 11px;
	color:#F89002;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}

.profile_gray_header2 {
	background:url(../images/profile_gray_header2.jpg) no-repeat;
	width:312px;
	height: 26px;
	font-size: 11px;
	color:#17589c;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}

.profile_gray_header3 {
	background:url(../images/profile_gray_header3.jpg) no-repeat;
	width:324px;
	height: 26px;
	font-size: 11px;
	color:#17589c;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}

.profile_gray_header4 {
	background:url(../images/profile_gray_header4.jpg) no-repeat;
	width:662px;
	height: 26px;
	font-size: 11px;
	color:#17589c;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}

.profile_gray_header4x {
	background:url(../images/profile_gray_header4x.jpg) no-repeat;
	width:662px;
	height: 26px;
	font-size: 11px;
	color:#17589c;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}

.profile_gray_header5 {
	width:662px;
	height: 31px;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
	border: 5px solid #000000;
	background-image: url(../images/profile_gray_header5.jpg);
}

.profile_gray_header6 {
	background-color:#F5F5F5;
	width:100%;
	height: 26px;
	font-size: 11px;
	color:black;
	font-weight:100;
	padding-left:10px;
	text-align: left;
}

.profile_gray_header7 {
	width:662px;
	height: 31px;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
	vertical-align:middle;
	border: 5px solid #000000;
	background-color:#F5F5F5;
	color:#17589c;
}

.profile_gray_box {	
	border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
}

.profile_blue_header {
	background:url(../images/profile_blue_header.jpg) no-repeat;
	width:312px;
	height: 26px;
	font-size: 11px;
	color:#fff;
	font-weight: bold;
	padding-left:20px;
	text-align: left;
}

.profile_blue_header_repeat {
	background:url(../images/profile_blue_header2.jpg) repeat-x;
	height: 26px;
	font-size: 11px;
	color:#fff;
	font-weight: bold;
	padding-left:20px;
	text-align: left;
}

.profile_blue_header_repeat2 {
	background:url(../images/profile_blue_header2.jpg) repeat-x;
	height: 20px;
	font-size: 11px;
	color:#fff;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
}

.profile_orange_header {
	background:url(../images/profile_orange_header.jpg) repeat-x;
	width:662px;
	height: 26px;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	padding-left:20px;
	text-align: justify;
}

.content_middle {	
	padding-bottom:10px;
}

/**
 * job advertisement 
 */
 
 #job_ads{
 	font-family: Arial, Helvetica, sans-serif;
  	color: #666666;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 10px;
	margin-bottom : 50px;
 }
 
 #company_logo{
 	font-size:xx-large;
	padding: 50px;
 }
 
 #job_title{
 	font-size : large;
	padding : 30px;
 }
 
 #requirements{
 	margin-left:50px;
 	padding : 10px;
 }
 
 #responsibilities{
 	margin-left:50px;
 	padding : 10px;
 }
 
 #apply{
 	padding: 20px;
 }
 
 #apply_button{
 	padding-top:10px;
 }
 
 #advertising_detail { 	
	
	
	padding:5px 0 5px 0;
 }
 
 #text_step {
   padding: 3px 0 10px 0;
   font-weight: bold;  
   text-align: right;   
}

/*css for advertising standard */
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #336699;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {
	color: #336699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style8 {font-size: small}


#channel_menu {
	padding-top:5px;
  	font-size:11px;
	/*background-color:#22477c;*/
	list-style-type: disc;
}

#channel_menu a
{
	color:#666666;
	/*font-weight:bold;*/
}
.channel_text{
color:#FFFFFF;
background-color:#22477c;
font-size:20px;
font-weight:bold;
padding-left:3px;
}

.channel_list {
	/*padding-left:17px;*/
	color:#FFFFFF;
}

.Kenntnisse{
font-size:11px;
font-weight:bolder;
}

.Company_orange_font{
color:#F89002;
}

.Company_black_font{
color:#666666;
font-weight:100;
}

.Company_blue_font{
color:#17589c;
font-weight:100;
}

.Company_orange_background{
background-color:#E48404;
color:#FFFFFF;
padding-left:10px;
font-weight:100;
}

/*Advertising*/
.text_body {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
}

table.advertising {
border:1px solid #CCCCCC;
}

table.advertising td{
border:1px solid #CCCCCC;
}

table.advertising th{
border:1px solid #CCCCCC;
}


.Company_orange_font{
color:#F89002;
}

.Company_black_font{
color:#666666;
font-weight:100;
}

.Company_blue_font{
color:#17589c;
font-weight:100;
}

.Company_orange_background{
/*background:url(../images/bg_dave.jpg) repeat;*/
background-color:#E48404;
width:16px;
margin-top:10px;

color:#FFFFFF;
padding-left:12px;
font-weight:100;
}

.Company_bluebold_font{
color:#17589c;

font-weight:bold;
}

#invoiceResult{
visibility:visible;
display:block;
}
#invoiceResultHidden{
visibility:hidden;
display:none;
}
#invoiceEdit{
visibility:hidden;
display:none;
}
#invoiceEditHidden{
visibility:hidden;
display:none;
}
.index_label_divs_my
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px; 
  color: #ffffff;  
  font-weight:bold;
}






#h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px; 
  font-weight:bold;
  color: #666666;
  border-bottom:1px solid #CECECE;
}
