﻿body
{
	font-family: Verdana;
	color: #f0e68c;
	background-position: center center; /*background-attachment: fixed;*/
	background-image: url(images/bg1.png);
	background-color: #222222; /*background-repeat: no-repeat;*/
}

.GameList TD
{ 
	font-family:Verdana;
	font-size:10px;
}
A
{
	color: #ffffDD;
	font-weight:bold;
}
TD
{
	font-size:12px;
}

.prettyTextBox
{	
	background-image: url(images/textbox.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	padding-top: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	border: #e4e4e4 1px solid;	
}

.submitButton
{
	color: white;
	background-color: #ff8c00;
	font-weight: 800;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: #ff8c00 3px outset;
	border-top: #ff8c00 3px outset;
	border-left: #ff8c00 3px outset;
	border-bottom: #ff8c00 3px outset;
	margin-left: 135px;
}

  /*this is what we want the div to look like*/
div.botright{
    display:block;
    margin:1px;
    
	
	/*give it some background and border*/
	background:#777777;
	border:1px solid #101010;
	color:#ff8c00;
	background-image: url(images/bgtable.gif); 
	background-repeat: repeat-x;
	width:210px;
  }
  
div.chat1
{
	background-image: url(images/bgtable.gif); 
	background-repeat: repeat-x;
	
	color:#f0e68c;
	margin:1px;
	font-family:Verdana;
	font-size:10px;
	width:100%;
}

/* Sortable tables */
table.sortable thead 
{
	text-decoration : underline; 
    font-weight: bold;
    cursor: pointer;
}