﻿.pokerRoomList
{
	
}

.pokerRoomTable
{
	margin: 3px;
}

.roomImage
{
	
}

.mainPageRoomDetails
{
	vertical-align: bottom;
	text-align: left;
	padding-left: 5px;
	
}

.roomDetails
{
	text-align: left;
	
}

.roomOwner
{
	color: Gray;
	
}

.minBetText
{
	font-weight: normal;
	color: Gray;
	float: left;
	
}

.minBetValue
{
	font-weight: bold;	
	float: left;
	margin-left: 5px;
	
}

.joinRoom
{
	float: left;
}

/* User Profile Poker Room */

.pokerRoomBox
{
	padding-left: 10px;
	padding-right: 10px;
}

.pokerRoomBox ul li
{
	list-style-type: none;
}

.pokerRoomBox .openRoom
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.pokerRoomBox img 
{
	width: 100px;
}

.pokerRoomBox .name
{
	font-weight: bold;
}
