﻿
a{font-family: Arial, Sans-Serif; font-size: 12px; color: Gray; text-decoration:none;}
a:link{font-family: Arial, Sans-Serif; font-size: 12px; color: blue; text-decoration:none;}
a:visited{font-family: Arial, Sans-Serif; font-size: 12px; color: blue; text-decoration:none;}

.seatquest_text
{
	font-family: Arial, Sans-Serif; 
	font-size: 12px; 
	color: Gray;
}

.opponent_text
{
	font-family: Arial, Sans-Serif; 
	font-size: 12px; 
	color: Green;
}


html{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	overflow-y:scroll;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	
}

.ttstyle{
	background-color:#333;
	padding: 3px 3px 3px 3px;	
	color: #fff;
	font-family: Arial, Sans-Serif; 
	font-size: 12px; 
	font-weight:bold ;
} 

.tableHeader
{
	height:25px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

#div_filter
{
    float:right;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold; 
}

#div_list
{
    border:1px solid #ADADAD;
    border-top:0px;
}

#div_grids
{
    display:none;
}

.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 18px;
    margin-right: 4px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 9px;
    padding: 4px 0 5px 9px;
}

.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.button:active span {
    background-position: bottom left;
    padding: 5px 0 4px 9px; /* push text down 1px */
}

