﻿/******************/
/***** Common *****/
/******************/
* 
{ 
	margin: 0; 
	padding: 0; 
}

ol, ul 
{ 
	list-style: none;
}
 
fieldset, img 
{ 
	border: 0; 
}

table, tr, td, th
{
	border: none 0;
	border-collapse: collapse; 
	border-spacing: 0;
}

body
{
	font-family: Arial;
	font-size: 90%;
}

input
{
	font-family: Arial;
}

input[type=checkbox], input[type=radio]
{
	margin-right: 5px;
}

input[type=submit]
{
	height: 22px;
}

a, a:visited
{
	color: Blue;
	text-decoration: underline;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 130%;
}

h3
{
	font-size: 110%;
}

p
{
	padding-bottom: 10px;
}

.Info
{
	width: 550px;
}

.Error
{
	color: Red;
}

.ErrorList li
{
	list-style-type: circle;
}

.CloseLink
{
	position: absolute; 
	right: 30px;
}

/**********************/
/***** MasterPage *****/
/**********************/

.MainBody
{
	background-color: #e3e3e3;
}

.Main
{
	width: 975px;
	background-color: #ffffff;
	margin: auto;
}

.Header
{
	height: 30px;
	margin: 0 10px 0 10px;
}

.HeaderLeft
{
	display: inline; 
	float: left;
}

.HeaderRight
{
	display: inline; 
	float: right;
	margin: 5px 0 0 0;
}

.Footer
{
	height: 20px;
}

.FooterLink
{
	margin: 0px 10px 10px 20px;
	display: inline; 
	float:right;
}

.Footer a, .Footer a.visited
{
	color: #787878;
}

.Main
{
	width: 975px;
	background-color: #ffffff;
	margin: auto;
}

.Content
{
	padding: 10px;
}

/****************/
/***** Menu *****/
/****************/

.Menu
{
	background-image: url(../Images/Menu/Background.gif);
	background-repeat: repeat-x;
	height: 20px;
	clear: both;
}

.MenuItem, .MenuItem a:visited
{
	padding: 2px 5px 2px 5px;
	color: Black;
}

.MenuItem img
{
	margin-right: 5px;
}

.MenuItemHover
{
	background-color: #DCDCDC;
	color: red !important;
}

/*********************/
/***** GameGrid *****/
/*********************/

.PlumpTextBox
{
	border: none 0;
	text-align: center;
	vertical-align: middle;
	color: black;
	background-color: Transparent;
	width: 100px;
	font-weight: bold;
	font-size: 90%;
} 

.ReadOnly
{
	font-size: 90%;
}

.Grid
{
	font-size: 100%; /* Will change with javascript, see slider init in common.js */
}

.GridRow
{
	background-color: #ffffff;
	border: inset 1px #C0C0C0;
}

.GridAlternatingRow
{
	background-color: rgb(250, 250, 250);
	border: inset 1px #C0C0C0;
}

.GridHeader, .GridText
{
	white-space: nowrap;
	font-weight:bold;
	text-align: left;	
	padding: 3px 7px 3px 7px;
}

.GridHeader
{
	text-align: center;	
	background-color: rgb(224, 224, 224);
	border: inset 1px #C0C0C0;
}

.GridNumber
{
	font-weight: bold;
	text-align: center;
	border: inset 1px #C0C0C0;
	padding: 3px 7px 3px 7px;
	width: 100px;
}

.FocusedRow
{
	background-color: Yellow;
}

.Plump
{
	background: url(../images/Plump.png) no-repeat center;
}

.Guess
{
	color: red;
}

.GuessInvalid
{
	background-color: Yellow;
}

.Beginner
{
	background-color: Green;
}

.Beginner input
{
	color: White;
}

.Saving
{
	background-color: Lime;
}

/***** Help *****/

#help
{
	position: absolute; 
	top: 50px; 
	left: 0; 
	background: #ffffe1; 
	padding: 10px;
	border: solid 1px #000000;
	display: none; /* Hidden by default */
	font-size: 120%;
	width: 550px;
}

#help ol
{
	list-style-type: decimal;
	position: relative;
}

#help ul
{
	list-style-type: disc;
	position: relative;
}
 
#help li 
{ 
	margin-left: 2em; 
	margin-bottom: 5px;
	margin-top: 5px;
}
 
#help li ul, 
#help li ol 
{ 
   margin-left: 1em; 
}
 
#help li li 
{ 
   margin-left: 0; 
}

.Help
{
	margin-top: 20px;
	display: none; /* Hidden by default */
}

/***** Matches *****/

#matches
{
	position: absolute; 
	top: 50px; 
	right: 0; 
	background: #ffffe1; 
	padding: 10px;
	border: solid 1px #000000;
	display: none; /* Hidden by default */
}

#matchesLeft
{
	float: left;
}

#matchesRight
{
	float: left; 
	padding-left: 10px;
}

#matchesLeftTop
{
	height: 25px;
}

#matchesRightTop
{
	height: 25px;
}

#matchesLeftBottom
{
	background: #ffffff;
	padding-top: 10px;
	border: solid 1px #000000;
	height: 500px;
	width: 100px;
	overflow: auto;
	padding: 5px;
}

#matchesRightBottom
{
	background: #ffffff;
	padding-top: 10px;
	border: solid 1px #000000;
	height: 500px;
	width: 100px;
	overflow: auto;
	padding: 5px;
}

#matches ul li.Selected
{
	background: yellow;
}

#matches .Games
{
	width: 110px;
}

#matches .Year
{
	width: 110px;
}

.DeleteButton
{
	display: none;
}