div.view-container {
	background-color: #e8e9ec;
	position: relative;
	left: 0px;
	top: 0px;
  	overflow: hidden;
}

div.view-div {
	left: 0pt;
	position: relative;
	top: 0pt;
}

table.bubble {//border-collapse:collapse; border-spacing:0; border:none; empty-cells:show;}
td.content {width:124px; background-color:white; font-size:0.75em; font-family:arial, sans-sefif;}
td.content a {color:#013068; font-size:1.1em;}
td.content a:hover {color:#fc8a2a;}
td.content p {margin-bottom:0.6em;}
td.content .comment {font-size:0.9em; color:#4a4a4a; font-style:italic;}

div.reducerm {padding:21px 7px 18px 8px;}
td.border_r {width:5px; background: url(/rebirth/i/bubble_r.png) no-repeat 0 0;}
td.border_b {height:24px; background: url(/rebirth/i/bubble_b.png) no-repeat 0 0;}
td.border_br {background: url(/rebirth/i/bubble_br.png) no-repeat 0 0;}
		
.bubble_close {position:absolute; top:4px; right:8px;}

* html td.border_r {
	background-image:none;
}
* html td.border_r {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/rebirth/i/bubble_r.png', sizingMethod='crop');
}


* html td.border_b {
	background-image:none;
}
* html td.border_b {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/rebirth/i/bubble_b.png', sizingMethod='crop');
}


* html td.border_br {
	background-image:none;
}
* html td.border_br {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/rebirth/i/bubble_br.png', sizingMethod='crop');
}