body {
	position: relative;
}
#general div#background {
	z-index: 1;
/*  min-height: 964px; */
  background: url(/ressources/site/images/backgrounds/bckg.jpg) #FFF repeat-x;
  top: 12px;
}
div#mainContent {
	position: relative;
}
h2#pageTitle {
	position: absolute;
  top: -325px;
  left: 305px;
  letter-spacing: -0.05em;
  word-spacing: -0.08em;
}
div#imageTop {
	height: 323px;
  width: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#imageTop img {  /* top right image */
/* uncomment if images are changed to 320 x 300
	height: 320px;
  width: 300px; */
}

div.white_bg {
	position: absolute;
  left: 0px;
  top: -332px;
  background: #fff;
  height: 300px;
  width: 600px;
  border-top-right-radius: 5px; 
}
div.press_table {
	position: absolute;
  left: 314px;
  top: -282px;
  height: 400px;
  width: 268px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  border: #ddd 2px solid;
  border-radius: 8px;
  padding: 2px;
}
table.press {
 	width: 258px;
  border-collapse: collapse;
  margin: 0;
}
table.press td {
 	padding: 0;
	margin: 0;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: top;
}
table.press tr {
	border-bottom: 1px solid #d7d7d7;
}
table.press td {
	border-bottom: 1px solid #d7d7d7;
  padding: 4px 0 4px 12px;
  height: 28px;
}
select.pagesize {  /* this allows changing to 20/page, etc. which breaks layout */
	display: none;
}

/* scrollbar styling; this is the default color/format that shows up on home, #general pages */
::-webkit-scrollbar {
  width: 9px;
  height: 13px;
}
::-webkit-scrollbar-track-piece {  /* this is the 'background' */
	background: #e6f2f9;
	background: #fff;
  border: #7fbfe2 1px solid;
  border: #ddd 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb {   /* this is the 'handle' */
	background: #d3eaf5;
  border: #7fbfe2 1px solid;
	background: #ccc;
  border: #aaa 1px solid;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}
/* MSIE scrollbar properties */
#select, #infoPopupBox {
	scrollbar-track-color: #d3eaf5;
  scrollbar-face-color: #b8dcef;
}
