/*
body{behavior:url('/css/csshover.htc');}

.png_img{ behavior: url('/css/pngbehavior.htc');}
*/

html, body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

/*
.table{width:100%;
		height:100%;
		min-width:1000px;
		text-align:left;
		width:expression(document.body.clientWidth < 1000? "1000px": "auto");
		}
*/

table.full_width{
	width:100%;
	margin:1em 0;
}

br.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px
}

span.nobr{
	white-space:nowrap;
}

div.pager_container{
	margin:1em 0;
}

ul.pager{
	list-style:none !important;
	margin:0;
	padding:0;
}

ul.pager li{
	float:left;
	//float:none;
	//display:inline;
	width:1.5em;
	line-height:1.5em;
	margin-right:0.2em;
	text-align:center;
	/*background:#f2f2ea;*/
}

ul.pager li.active{
	color:white;
	font-weight:bold;
	background:#cc0000;
}
