#session_pitch
{
	clear:both;
	display:block;
	overflow:auto;
	width:930px;
	padding-bottom:10px;
	margin-bottom:10px;
	z-index:-500;
}

/* ----------------------------------------------------------------------------------------------- */

#session_resume
{
	margin-top:5px;
	width:930px;
}

	#filters
	{
		width:930px;
		clear:both;
		height:140px;
		background-image:url(/images/ui/default/session_filters_bg.png);
		background-repeat:no-repeat;
		color:#1e568f;
		font-weight:bold;		
	}

		#filters .block
		{
			float:left;
			text-align:left;
			width:220px;
			height:120px;
			margin-top:10px;
			margin-left:10px;
		}
			.filter_item
			{
				height:40px;
			}
				.filter_item input[type="checkbox"]
				{
					display:block;
					float:left;
					
				}
				.filter_item label
				{
					font-size:14px;
					width:200px;
					display:block;
					float:left;
					text-align:left;
				}
				#slider-bg 
				{
					width:200px;
					height:30px;
					line-height:35px;
					margin-top:10px;
					float:left;					
				}
				#minpcwl
				{
					float:left;
					font-size:10px;
				}
				#maxpcwl
				{
					margin-left:190px;
					font-size:10px;
				}
				
	
/* ----------------------------------------------------------------------------------------------- */

.level
{
	width:930px;
	height:25px;
	background-image:url(/images/ui/default/session_split.png);
	background-repeat:no-repeat;
	text-align:center;
	line-height:25px;
	clear:both;
	font-weight:bold;
	font-size:14px;
	color:#346aa5;
	margin:10px 0px 5px 0px;
}
	
/* ----------------------------------------------------------------------------------------------- */
	
.h
{
	font-size:10px;
	width:161px;
	padding-left:6px;
	padding-right:18px;
	height:220px;
	background-color:transparent;
	float:left;
	overflow:hidden;
	background-image:url(/images/ui/default/session_hand_bg.png);
	background-repeat:no-repeat;
	text-align:left;
}
	.h[played="u"]
	{
		background-position:0px 0px;
	}
	.h[played="w"]
	{
		background-position:0px -440px;
	}
	.h[played="l"]
	{
		background-position:0px -220px;
	}
	.h[played="a"]
	{
		background-position:0px -660px;
	}
		.idx
		{
			display:block;
			color:black;
			margin-top:3px;
			height:14px;
			line-height:14px;
			text-decoration:none;
		}
			.idx span
			{
				line-height:14px;
				height:14px;
				display:block;
				float:left;
				width:145px;
			}
			.idx img
			{
				border:none;				
				display:block;
				float:left;
			}
		.idx:hover
		{
			cursor:pointer;
		}

		.stack, .blinds, .pos
		{
			font-size:10px;
			height:12px;
			line-height:12px;
		}
		.holes
		{
			margin:0;
			padding:0;
			display:block;
			height:70px;
			overflow:hidden;
			margin-top:3px;
			color:black;
		}
			.holes img
			{
				border:none;
			}
			.hl1
			{
				margin-right:5px;
			}
			.hl8 
			{
				border:none;
				width:40px;
			}
	.coms
	{
		height:20px;
		font-size:16px;
		margin-top:2px;
	}
	.made
	{
		height:12px;
		font-size:12px;
		font-weight:bold;
		font-family: "Trebuchet MS", sans-serif;
	}
	.winlose
	{
		height:30px;
		text-align:right;
		font-size:12px;
		font-weight:bold;
		font-family: "Trebuchet MS", sans-serif;

	}
		.winlose div
		{
			display:block;
			text-align:right;
			overflow:hidden;
		}
	

