/* common stuff */

body{
  font-family: sans-serif, Nimbus Sans L;
}

h1{
  color: #ff8000;
  font-size: 30px;
  font-weight: bold;
}

form, h1, h2, a, p{
  margin: 0;
}

a{
  text-decoration: none;
  color: #ff8000;
}

.white_link{
  color: white;
}

.hidden{
  visibility: hidden;
}

.non_displayed{
  display: none;
}

.align_left{
  float: left;
}

/* background */

#bground{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -100;
}

#clouds{
  overflow: hidden;
  position: absolute;
  z-index: -99;
}

#page_holder{
  width: 950px;
  text-align: left;
}

/* panels */

.panel{
  float: left;
  position: relative;
  top: 5px;
  left: 223px;
  width: 665px;
	color: white;
	padding-bottom: 5px;
}

#e404{
	font-weight: bold;
}

#in_action div{
  float: left;
}

#in_action .fogashaz{
  margin-left: 7px;
  background-image: url(images/banner/fogashaz/fogashaz.jpg);
  width: 208px;
  height: 190px;
}

#in_action .fogashaz p{
  padding:50px 10px 0 10px;
  font-size: 12px;
}

.panel .foreground .preview_header{
  width: 655px;
  font-size: 30px;
}

.info_icon{
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-image: url(images/pages/info16.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.info_holder{
  margin-left: 10px;
  font-size: 9px;
}

#expeditons_preview_holder .info_holder{
  width: 433px;
}

#napiadab_preview_holder .info_holder{
  width: 455px;
}

#napiadab_preview_holder .info_holder{
  width: 455px;
}

#adabus_preview_holder .info_holder{
  width: 262px;
}

.preview_items{
  padding-top: 10px;
}

.preview_page_holder{
  overflow: hidden;
  width: 600px;
  float: left;
}

#exp_items, #napiadab_items{
  width: 800px;
  position: relative;
  top: 0px;
  left: 0px;
}

.preview_page{
  float: left;
  margin-left: 10px;
}

.preview_page_header{
  width: 190px;
}

.preview_page_header .foreground{
  padding: 0px;
}

.preview_page_header .foreground img{
  float: left;
}

.preview_page_header .foreground .preview_exp_name_holder{
  display: table;
  float: right;
  width: 154px;
  height: 32px;
}


.preview_page_header .foreground .preview_exp_name_holder .cell{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 154px;
}

.preview_page_header .foreground .preview_exp_name_holder .cell a{
  font-size: 12px;
}

.preview_post_title{
  padding: 5px 0 5px 0;
  font-weight: bold;
  width: 190px;
}

.preview_post_title h2{
  font-size: 16px;
  width: 190px;
}

.preview_post_img{
  text-align: center;
	height: 145px;
}

.preview_post_img a img{
  border: 0px;
}

.preview_post_text{
  padding: 5px 0 5px 0;
  width: 190px;
  font-size: 13px;
}

.preview_skipper{
  float: left;
  display: table;
}

.preview_skipper .cell{
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}

.separater{
  clear: both;
  padding: 10px 0 10px 0;
}

.separater div{
  border-bottom: 1px solid black;
  opacity:0.3;
  filter:alpha(opacity=30);
}

.foreground{
  position: absolute;
  padding: 5px;
}

.background_opa30{
  position: relative;
  background-color: black;
  opacity:0.3;
  filter:alpha(opacity=30);
  z-index: -1;
}

/* adabus */

.adabus_table{
  font-size: 10.5px;
  width: 655px;
}

.adabus_table a{
  text-decoration: none;
}

.adabus_table a:hover{
  text-decoration: underline;
}

.adabus_table th{
  font-size: 16px;
}

/* régi stuff */

#send_new_exp{
  float: left;
  position: relative;
  top: 5px;
  left: 223px;
	right: 5px;
  width: 480px;
	color: white;
}

