html {
	height: 100%;
	overflow-y: auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E0E0E0;
	
	background-image: url(bg_1.gif);
}
body, table, div {
	font: 11px Verdana;
	color: black;
}
html>body { /* ignored by ie */
	/*background-image: url(bg_1.gif);*/
}
a, a:visited, a:active {
	color: #006;
}
a.visited, a.visited:visited, a.visited:active {
	color: #93C;
}
a:hover {
	color: #000;
}
#master {
	background: #FFF;
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	position: relative;
}
#header {
	border-bottom: 1px solid #006;
	height: 90px;
}  
#back {
	padding: 8px 0 0 5px;
}
#topnav {
	height: 36px;
	background: #CCC;
	position: relative;
	border-bottom: 1px solid #006;
	margin-bottom: 20px;
}
#logged {
	float: right;
	margin: 0;
	color: #006;
}
#content {
	width: 850px;
	margin: 0 auto;
}
#footer {
	clear: both;
	background-color: #CCC;
	border: 1px solid #006;
	width: 848px;
	margin-top: 30px;
}
#footer p {
	padding: 0;
	margin: 8px 12px;
}
.pagination_results {
	float: left; 
	width: 200px;
}
.pagination_pages {
	float:left; 
	width:410px; 
	text-align:center;
}
.pagination_showing {
	float: left; 
	width: 200px; 
	text-align: right;
}
span.page {
	font-weight: bold;
	font-size: 12px;
}
.page {
	margin-left: 5px;
}
div#f_comment{
	padding:10px;
	border:1px solid silver;
}
#loader {
	background-repeat: repeat;
	z-Index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#loadercontent {
	z-Index: 2000;
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
}
