
#wrapper{
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

/* search box */
.search-box {
	float:right;
	padding:5px;
	margin-bottom:5px;
	
	height: 22px;
	#height: 25px;
}

.search-box .button{
	background:  #666666 none;
	border:none;
	color:#FFF;
	padding:2px 6px;
	#padding:1px 6px;
	font-weight:bold;
}


.clear{
	clear:both;
}

/*    listing table    */
.listing {
	width:600px;
	float:left;
	border: #6a6969 1px solid;
	border-collapse:collapse;
	color:#444444;
	display: table;
	margin:inherit;
	border-collapse: collapse;
}


.listing td{
	border: 1px solid #6a6969;

	color:#CCCCCC;
	padding:2px;
	margin:0;
	
	text-align: left;
	
}
.listing th {
	color: #25a2dc;
	font-weight: 800;
	font-size: 14px;

	text-align:center;
	background:#414141 none ;

}

.listing a {
	color: #666 ;
	text-decoration: underline ;
}

.listing a:hover {
	color: #004EB0 ;
	text-decoration: none ;
}


/* paginator */
.thispage{
	margin:0px 3px;
	font-weight: bold;
}

.paginator  {
	text-align:center;
	font-weight:normal;
	float:right;
	text-align:right;
	font-size:13px;
	padding:10px 6px;
	margin:10px 2px;
}
.paginator a{
	color:#FFF;
	border: #6a6969 1px solid;
	background:#414141 none ;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
}
.paginator a:hover {
	background:#2f2f2f;
	color:#FFF;
	text-decoration:none;
}

p.pagina{color:#CCCCCC;
font-size:}

.hx{font-size:12px;}