﻿*.{
	
	color:#000000;
}
#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

/* search box */
.search-box {

	border: 1px #DDD solid;

	float:right;

	padding:5px;

	margin-bottom:5px;

	

	height: 35px;

	#height: 25px;

}



.search-box .button{

	background: #00a3de none;

	border:none;

	color:#FFF;

	padding:2px 6px;

	#padding:1px 6px;

	font-weight:bold;

}





.clear{
	clear:both;
}

/*    listing table    */
.listing {
	width:800px;
	float:left;
	border: #DDD 1px solid;
	border-collapse:collapse;
	color:#000000;
	display: table;
	margin:inherit;
	border-collapse: collapse;
	position:relative;	left:10px;
}

.listing tr {
	border:1px solid #DDD;
}

.listing td{
	border-collapse:collapse;
	border-bottom:1px #eee solid;
	color:#000000;
	padding:2px;
	margin:0;
	
	text-align: left;
	
}
.listing th {
	background-color: #00a3de;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #DDD;
	color:#FFFFFF;
}

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

.listing a:hover {
	color: #00a3de ;
	text-decoration: none ;
}


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

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