body{
margin:0;
padding:0;
}
.content_item{
	float:left;
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;
	filter:alpha(opacity='80');
	opacity:0.80;
}
.content_item:hover{
	filter:alpha(opacity='100');
	opacity:1;
}
.content_separator{
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:20px;
	height:100%;
	background:transparent url('separator.png') center center no-repeat;
	color:#ffffff
}
.bar_items_container{
	float:left;
	overflow:hidden;
	cursor:pointer;
}
.bar_double_size{
	overflow:hidden;
	float:left;
	position:relative;
	z-index:1;
	font-weight:bold;
	font-size:14pt;
}
.bar_single_size{
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
}
#text_scroller_top{
	position:fixed;
	z-index:4;
	top:0px;
	width:100%;
}
#text_scroller_bottom{
	position:fixed;
	z-index:4;
	bottom:0px;
	width:100%;
}
.toggle_button_minimize{
	width:25px;
	height:100%;
	cursor:pointer;
	position:absolute;
	z-index:2;
	right:0px;
	clear:both;
	display:none;
	filter:alpha(opacity='80');
	opacity:0.80;
	background:#ffffff url('left.png') center center no-repeat;
}
.toggle_button_maximize{
	width:25px;
	height:100%;
	cursor:pointer;
	position:absolute;
	z-index:2;
	right:0px;
	clear:both;
	display:none;
	filter:alpha(opacity='80');
	opacity:0.80;
	background:#ffffff url('right.png') center center no-repeat;
}
#popup_container{
	border-radius:7px;
	position:fixed;
	max-width:800px;
	float:left;
	-moz-box-shadow: 3px 3px 5px #333;
	-webkit-box-shadow: 3px 3px 5px #333;
	box-shadow: 3px 3px 5px #333;
	background-color:transparent;
	z-index:3;
	display:none;
	padding:10px;
	margin:2px;
	margin-bottom:5px;
}
.pop_background{
	width:100%;
	height:100%;
	position:absolute;
	z-index:4;
	left:0px;
	top:0px;
	border-radius:7px;
}
.pop_content{
	position:relative;
	z-index:5;
	background-color:transparent;
	border-radius:7px;
	font-size:13pt;
	text-align:justify;
}
.pop_title{
	font-weight:bold;
	font-size:14pt;
	margin-bottom:2px;
	padding-right:40px;
	padding-bottom:5px;
}
.pop_date{
	margin-bottom:10px;
	font-size:10pt;
	text-align:right;
	border-top:2px solid;
}
.pop_close{
	position:absolute;
	top:-10px;
	right:-10px;
	width:40px;
	height:30px;
	background:#000000 url('close.png') center center no-repeat;
	cursor:pointer;
	border-radius:0 7px 0 7px;
}
.pop_close:hover{
	background:#000000 url('close_hover.png') center center no-repeat;
}
.pop_content a{
	color:blue;
	text-decoration:none;
}
.pop_content a:hover{
	text-decoration:underline;
}