/* ./page_landing_pools.css */

div.pool {
	float:left;
	margin:0 3px 8px 4px;
	padding:4px;
	width:129px;
	height:119px;
	overflow:hidden;
}

	div.pool:hover,
	div.pool.hover {
		background:url(../_images/pools/bg_list_item_active.gif) no-repeat;	
	}
	
	div.pool div.pool_inner {
		width:127px;
		height:117px;
		border:1px solid #aebacc;
		background:#FFF;
	}
	
	div.pool a.pool_title {
		display:block;
		padding:0 0 0 10px;
		width:117px;
		overflow:hidden;
		background:url(../_images/pools/bg_list_bar_top.gif) repeat-x;
		height:23px;
		line-height:23px;
		border-bottom:1px solid #f2f5f9;
		font-weight:bold;
		color:#093A80;
		text-decoration:none;
	}
	
	div.pool table {
		width:100%;		
		height:71px;
		border:0;
	}
		div.pool table td {
			padding:0;
			text-align:center;
			vertical-align:middle;
			width:100%;
			height:100%;
			overflow:hidden;
		}
	
	
	div.pool div.pool_details,
	div.pool div.pool_icons {
		height:21px;	
	}
	
	div.pool div.pool_icons {
	}
	
		div.pool div.pool_icons img {
			margin:4px;	
		}
	
	div.pool div.pool_details {
		display:none;
		background:url(../_images/pools/bg_list_bar_bottom.gif) repeat-x;
	}
	
		div.pool div.pool_details a {
			display:block;
			padding:0 0 0 23px;
			line-height:21px;
			background:url(../_images/pools/bg_details_link.gif) no-repeat 2px center;
			font-weight:bold;
			color:#093A80;
			text-decoration:none;
		}
