@charset "utf-8";
/* CSS Document */

#newswindow{
width:580px;
height:330px;
overflow: hidden;
}

#newswindow h3 {
	background:transparent url(../img/newswindow_top_corners.gif) no-repeat scroll ;
	height:5px;
	line-height:0;
	margin:0;
	padding:0;
	width:580px;
	z-index:200;
	position:absolute;
	text-indent:-5000px;
}

#newswindow img {
	position:absolute;
}

#newswindow .imgsmall {
	filter:alpha(opacity=40);
	opacity:.4;
	cursor:pointer;
}

#newswindow .imgsmall_active{
	filter:alpha(opacity=100);
	opacity:1;
}

#newswindow .slidediv{
	width:580px;
	height:265px
}


#newswindow .topheader {
	filter:alpha(opacity=50);
	opacity:.50;
	background-color:#000000;
	position:absolute;
	height:80px;
	width:560px;
	padding-left:20px;
	color:#ffffff;
	z-index:100;
}

#newswindow .topheader_text{
	filter:alpha(opacity=100);
	opacity:1;
	position:absolute;
	line-height:1.8em;
	width:560px;
	padding-left:20px;
	color:#ffffff;
	z-index:200;
}

#newswindow h1{
	margin-bottom:0px;
}

#newswindow .imgtab{
	position:absolute;
	background: url(../img/newswindow_tab.gif);
	height:23px;
	width:117px;
	z-index:500;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:11px;
	font-weight:600;
	text-align:center;
	padding-top:2px;
	margin-top:240px;
	margin-left:290px;
}
