body	{
    background:	#fff;
	font-family:	tahoma, sans serif;}

.GameDropDown, .LimitDropDown, .BlindsDropDown, .PlayersDropDown	{
    width: 100px;}

.CalculateRakeButton	{
    text-indent: -10000px;
	background:	transparent url(Images/calculateButton.png) 0px 0px no-repeat;
	display:	block;
	width:	158px;
	height:	33px;
	float:	right;
	padding:	0px;
	margin:	15px 0px 0px 0px;}

img.loadingImage	{
	margin:	15px 0px 0px 0px;}
	
.RakeScheduleTable	{
    margin:	15px 0px 0px 0px;
	width: 418px;
    border-collapse: collapse;}

.RakeScheduleTable th	{
	font-size:	12px;
	font-weight:	bold;
	line-height:	18px;
	text-align:	left;}
	
.RakeScheduleTable td	{
    background:	#fff url(Images/tableCellBackground.png) 0px 0px repeat-x;
    font-size:	14px;
	font-weight:	bold;
	line-height:	20px;
	height:	28px;
	text-align:	left;}

#UpdateProgress, .RakeScheduleTable th.col1, .RakeScheduleTable td.col1	{
	text-align:	center;}
	
.col1	{width:	30%;}	
.col2	{width:	20%;}	
.col3, .col4	{width:	25%;}	

