body {font-size:85%;}
	.ui-body {margin-bottom: 10px;
		}
	.searchBar {margin-bottom: 0px;
		}
form div {text-align: center;}
#footer {text-align: center;}

	#footer p{
		color: #999;
		font-size: 80%;
		font-style: italic;
	}
	#footer a {color: #444;font-weight:bold;text-decoration:none;}
	
#akaBar 
{
		text-align: center;
		font-size: 90%;
		font-style: italic;
}

a {text-decoration:none;}

.ui-body-d .ui-link  {font-weight:normal;}
.ui-content .ui-listview-inset.noMargin {margin-bottom:0px;}

.center-object{
margin-left: auto;
margin-right: auto;
}




/* This section displays the thumbnail boxes */

li.thumb {
list-style-type:none;
text-align:center;
background:#F6F2ED;
margin:3px;
border: 1px solid #666;
height: auto;
width:250px;
}
.thumb img{
	display: block;
	margin: 5px auto;
	border: 1px solid #666;
	background: #ffffff;
}
li.thumb small {
	display:block;
	font-size: 7pt;
	font-style: italic;
	margin:3px;
}
.thumb a:hover img {border:1px solid red}
li.thumb span {
	display:block;
}
