/*  body styles */
body	{
	background-color: white;
	color: black;
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 0;
	margin: 10px;
}

/* layout styles */

#container	{
	width: 95%;
	min-width: 680px;
	margin-left: 10px;
	margin-right: 10px;
}

.widecontent {
	margin-left: -15px;
}

#user_info {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 5px;
	margin-top: 10px;
}

#main_content	{ 
	width: 100%; 
	background-color: white;
	padding: 10px 5px 20px;
}

#logo_menu	{
	width: 100%;
	height: 95px;
	text-align: center;
	background-color: white;
	border-bottom: 5px solid #0F6499;
}

#logo_tagline	{
	float: left;
	margin-top: 0px;
	width: 361px;
	text-align: left;
}

#trackers {
	float: right;
}

/* generic site styles */
a {
	color: #0F6499; 
	text-decoration: none;}

a:hover {
	text-decoration: underline;
	color: blue;
}

.title {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: black;
}

.title_nospace {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0;
	padding: 0;
}

h2 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0;
	padding: 0;
}

h2.subtitle {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0;
	padding-top: 10px;
}

div.sub {
	padding-left: 10px;
}

.note {
	color: gray;
	font-size: 10px;
}

.gray {
	color: gray;
}

.hidden {
	display: none;
}

/* main menu styles */

#main_menu {
	float: right;
	margin-top: 70px;
	background-color: white;
}

a.main_menu	{
	display: block;
	float: right;
	color: #0F6499;
	margin-left: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

a.main_menu:hover	{
	color: #dd0000;
	text-decoration: none;
}

a.menu_current	{
	color: #dd0000;
}

/* about page styles */

#contact {
	float: right;
	margin-right: 10px;
	width: 30%;
	vertical-align: top;
	text-align: right;
}

#about {
	float: left;
	width: 60%;
	vertical-align: top;
}

/* game styles */

div.game_settings {
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

div#quick_range {
	width: 400px;
	margin-bottom: 10px;
	margin-left: 250px;
	text-align: center;
}

div#quick_range table {
	width: 350px;
}

div#quick_range .setup_return {
	position: absolute;
	left: 20px;
	padding-top: 5px;
}

div.range_settings {
	float: left;
	text-align: center;
	margin-right: 35px;
}

div.range_settings div.play_button {
	margin-top: 60px;
}

div.player_settings {
	float: left;
	width: 20%;
	min-width: 175px;
	max-width: 200px;
}



#player1_panel {
  background-color: #FFC966;
}

#player2_panel {
  background-color: #B2E5FF;
}

#player1_panel, #player2_panel {
/*  float: left; */
  border: 1px solid #aaa;
  //line-height: 70px;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 4px;
  width: 140px;
  text-align: center;
}

/* #match_log1 h2, #match_log2 h2 { */
.log_score {
  border: 3px solid white;
  background-color: white;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  padding: 4px;
  margin: 0;
}

#player1_panel div.log_score {
  border-color: black;
}

#player2_panel div.log_score {
  border-color: black;
}

div.userinput {
	padding-left: 20px;
	padding-top:5px;
}

div.userinput span {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}

div.userinput input {
	float: left;
	width: 170px;
}

#available_games {
}

div.word_history {
	margin: 10px auto 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

div.word_history span.player_name {
	height: 20px;
	width: 60px;
	float: left;
	margin: 0;
	padding: 2px 0 0;
	display: inline-block;
}

div.word_history .word {
	height: 20px;
	width: 7px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-left: 2px solid white;
	border-top: 2px solid white;
}

div.word_history .word_label {
	height: 20px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div.word_history .word:hover {
	background-color: #333;
}

div.word_history .colorW {
	background-color: red;
}

div.word_history .colorR {
	background-color: green;
}

div.hist_player1 .colorN {
	background-color: #FFC966;
}

div.hist_player2 .colorN {
	background-color: #B2E5FF;
}

div.hist_player_none .colorN {
	background-color: silver;
}

div.word_history .outlinestart {
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

div.word_history .outlinecurrent {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

div.word_history .outlineend {
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#word_history_labels {
	margin: 10px 0 0 60px;
	padding: 0;
	overflow: hidden;
}

#word_history_labels .word {
	height: 20px;
	width: 6px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: italic;
	overflow: visible;
}

#word_history_labels .word_label {
	height: 20px;
	float: left;
	padding: 0;
	display: inline-block;
	margin: 0 10px 0 0;
}

#word_history_labels .word_label_end {
	height: 20px;
	float: left;
	display: inline-block;
	margin: 0 25px 0 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
