#adminBannerJS {
	background-color: #B00;
	color:yellow;
	border:3px solid #F99;
	border-width:3px 0;
	padding:15px 0;
	font-size:14px;
	text-align:center;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*------------------- Select Multiple widget begin --------------------------- */
.selMulDropDownBG  {
  background:transparent;
  position:absolute;
  top:0;
  left:0;
}
.selMulDropDown{
  padding:2px 2px 2px 4px;
  border-top:1px solid #aaaaaa;
  border-right:1px solid #afafaf;
  border-bottom:1px solid #afafaf;
  border-left:1px solid #afafaf;
  background:#FFF url(/images/dropDownArrow.gif) top right no-repeat;
  cursor:pointer;
  position:relative;
  float:left;
}

.selMulDropDownList iframe {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width: 100%;
  height: 420px;
}

.selMulDropDownList{
  padding:0;
  position:absolute;
  top:22px;
  left:-2px;
  border-top:1px solid #999;
  border-right:2px solid #999;
  border-bottom:2px solid #999;
  border-left:1px solid #999;
  background-color:#FFF;
}
ul.selMulUL {
  padding:4px 8px 4px 8px;
  margin:0;
  list-style:none;
}
ul.selMulUL li {
  font-size:11px;
  color:#333;
  font-weight:bold;
  line-height:18px;
  margin: 0 0 0 12px;
}
ul.selMulUL input {
  padding:4px;
  margin:0;
  width:auto;
  position:relative;
  top:2px;
}

.selMulDropDownList label {
  cursor:pointer;
}
.selMulDropDownList input {
  width:auto;
}
.selMulClose {
  padding:4px 6px 3px 15px;
  margin:0;
  background-color:#EEE;
  border-top:1px solid #CCC;
  font-size:11px;
}
.selMulClose .right{
  float:right;
}
.selMulClose .left{
  float:left;
}
.selMulClose a{
  font-weight:normal;
  font-size:11px;
}

.selMulDropDownActivate {
  padding:2px;
  margin:0;
  color:#000;
  font-weight:normal;
  font-size:12px;
}


/*------------------- Select Multiple widget end   --------------------------- */



/*------------------- Flash message boxes begin --------------------------- */

.yellowConfirmationBox {
  margin-bottom: 10px;
  padding: 10px 5px 10px 35px;
  background: #FFF9D7 url(/images/premJobWidgStar.gif) center left no-repeat;
  border: 2px solid #E2C822;
}
.yellowConfirmationBox_non_star {
  margin-bottom: 10px;
  padding: 10px 5px 10px 15px;
  border: 2px solid #E2C822;
  background-color: #FFF9D7;
}

/*------------------- Flash message boxes end --------------------------- */

.container_h1 h1{
  display:inline;
  font-size:inherit;
}

/* Begin of  credit counter */

#credit_count_holder {
  float: right;
  border:0px solid red;
  z-index: 9997;
}

.credit_count {
}

.credit_count .yellow {
  color: #ff9900;
  font-weight: bold;
}

.credit_count .cc_main {
  float: left;
  background:url("/images/credits/credit_counter_main.gif") no-repeat scroll 0 0 transparent;
  width: 161px;
  height: 45px;
  padding-top: 4px;
  cursor:pointer;
}

.credit_count .cc_main p  {
  margin: 0;
  padding: 0 0 0 0px;
  cursor:pointer;
}

.credit_count .cc_main p.balance_line  {
  color: #5a6c8a;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}

.credit_count .cc_main p.message_line  {
  color: #81808e;
  font-size: 11px;
  text-align: center;

}

.credit_counter_outer {
  float: right;
  position: relative;

}

#credit_counter_side_wrap {
}

.credit_count .cc_side {
  background:url("/images/credits/credit_counter_side.gif") no-repeat scroll 0 0 transparent;
  width: 38px;
  height: 45px;
}

.credit_count .none {
  background:url("/images/credits/credit_counter_side_none.gif") no-repeat scroll 0 0 transparent;
}

.credit_count .cc_side .folder_icon {
  background:url("/images/credits/credit_counter_folder.gif") no-repeat scroll 0 0 transparent;
  width: 21px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  top: 19px;
  left: 8px;
  text-align: center;
  z-index: 9995;
  color: #ff1c00;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
.credit_count .cc_side .folder_icon:hover {
  text-decoration: none;
}
/* End of  credit counter */

.fb_floating_win {

  overflow:hidden;
  position:absolute;
  z-index: 9994;
}



.notify_header{
  background: url(/images/credits/notif_header.gif) top left no-repeat;
  width: 261px;
  height: 29px;
}
.notify_header p{
  color: #e8f1ff;
  font-weight: bold;
  text-align:left;
  margin:0;
  padding:0 0 0 10px;
  height:29px;
  line-height: 28px;
}

.notify_mid{
  background: url(/images/credits/notif_mid.gif) top left repeat-y;
  width: 261px;

}
.notify_mid ul{
  margin:0;
  padding: 0;
  list-style: none;
}
.notify_mid ul li{
  margin:0;
  padding: 5px 10px;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.notify_footer{
  background: url(/images/credits/notif_footer.gif) top left no-repeat;
  width: 261px;
  height: 31px;
  line-height: 31px;
  text-align:center;
  padding:0;

}
.notify_footer a{
  color: #000;
  font-weight: bold;
  text-decoration: none;

}
.notify_footer a:hover{
  text-decoration: none;
}
.notify_footer a span{
  color: #ff1a00;

}


/*********************** used in DoostangJS.Window *******************/
#doo_overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1475px;
  height: 2966px;
  display: block;
  opacity: 0.80;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background-color: rgb(51, 51, 51);
  z-index: 9998;
}

.doo_modal {
  background-color:#fff;
  padding:15px;
  text-align:left;
  border:2px solid #333;

  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -moz-box-shadow: 0 0 50px #ccc;
  -webkit-box-shadow: 0 0 50px #ccc;
  z-index: 9999;

  position: absolute;
  width: 300px;


}


/***  used in job view page ****/

#job_view_modal .modal_inn p{
}

#job_view_modal .modal_inn .buttons{
  text-align:right;
  margin-right:20px;
}



/***** page below ************/
.footer_below {
	padding: 5px;
	margin: 50px 0 40px 0;
	text-align: left;
}

.footer_below .links_one_line {
	margin: 15px 0;
}

.footer_below .links_one_line a {
	text-decoration: none;
	font-size: 10px;
	display: inline-block;
	margin: 0 15px 0 0;
	color: #000000;
}

.footer_below .links_one_line a:hover {
	text-decoration: underline;
}

.footer_below .desc {

}

.footer_below .desc h3 {
  margin: 15px 0;
	font-weight: bold;
	font-size: 16px;
}

.footer_below .desc p {
  margin: 10px 0;
}