/*
blue: #5CBBE3
purple: #1A0C40
beige: #FCF1BC
olive: #5C8182
grey: #383A47
light green: #DDFFDD
lime: #B4F257
maroon: #993722
*/

.main_box {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #5C8182;
	-webkit-border-radius: 2px;
}

body {
	background: #5C8182 none repeat scroll 0 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.625em;
}

#topper {
	background: #FCF1BC;
	padding: 10px;
}

#header {
	height: 50px;
}

#menu {
	height: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #DDFFDD;
	width: 908px;
	padding: 0;
}

#content {
	min-height: 600px;
}

#footer {
	height: 100px;
	background-color: #5C8182;
	border-top: 3px solid #383A47;
}

#signin_register {
	height: 50px;
	vertical-align: baseline;
}

a,a:visited,a:hover {
	text-decoration: none;
}

a,a:visited {
	color: #000000;
}

a:hover {
	color: #B4F257;
	background: #993722;
}

#logo {
	width: 433px;
	height: 50px;
}

.menu_item {
	
}

.menu_item a {
	display: block;
	margin: 0 3px;
	padding: 5px 2px 0px 2px;
	height: 25px;
	font-weight: bold;
}

.menu_item a:hover {
	background-color: #993722;
	color: #B4F257;
}

.bone_n_hand {
	width: 8px;
	height: 18px;
	margin: 0 1px;
}

.holding_bone {
	background-color: #000000;
	border: 1px solid #383A47;
}

.played_bone {
	background-color: #FFFFFF;
	border: 1px solid #383A47;
}

.mark {
	border: 1px solid #fff;
	width: 24px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	font-family: courier;
	font-size: 18px;
}

.player_score {
	width: 134px;
	height: 70px;
	background-color: #FFFFFF;
	margin: 1px auto;
	padding: 3px;
}

.player_hand {
	width: 138px;
	height: 22px;
	background-color: #FFFFFF;
	margin: 1px auto;
	padding: 1px;
	text-align: center;
}

.player_header {
	width: 134px;
	height: 25px;
	background-color: #FFFFFF;
	margin: 0 auto 1px auto;
	padding: 0px 3px;
}

.player_name, .player_star {
	width: 110px;
	height: 23px;
	overflow: hidden;
	text-align: center;
	padding: 0px 0;
}

.player_star {
	width: 20px;
}

.player_name span {
	font-size: 12px;
	font-weight: bold;
}

.player_box {
	width: 140px;
	height: 149px;
	background-color: #000000;
	padding: 2px;
	margin: 0 3px;
}

.end_round_player_box {
	background-color: #000000;
	padding: 2px;
	margin: 0 3px;
}

.player_turn {
	background-color: #993722;
}

#hand {
	margin: 8px 0;
	padding: 3px 0;
	width: 600px;
	height: 75px;
}

.cardinal_points {
	margin: 0 5px;
}

.cardinal_points label {
	font-weight: bold;
	font-size: 18px;
}

.bone_select {
	height: 18px;
}

#board {
	position: relative;
	margin: 5px 0 0 0;
	width: 800px;
	height: 400px;
	background-color: #5CBBE3;
	padding: 3px;
	border: 2px solid #1A0C69;
	overflow: scroll;
}

a.gameover {
	text-decoration: underline;
}

.ns_bone {
	width: 24px;
	height: 47px;
}

.ew_bone {
	width: 48px;
	height: 24px;
}

.ns_bone, .ew_bone {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	background-color: #CCC;
	position: absolute;
}

.ns_bone div, .ew_bone div {
	width: 22px;
	height: 22px;
	margin: 1px;
	/*	background-color:#FFF; */
	font-family: courier;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.playable, .playable_on {
	background-color: #993722;
	border: 1px solid #993722;
	cursor: hand;
	cursor: pointer;
}

.notplayable {
	background-color: #888;
	border: 1px solid #888;
}

.regular_play {
	background-color: #fff;
}

.last_play {
	background-color: #95fdb4;
}

.shown_hands {
	margin-bottom: 3px;
}

#submit_two_player_form{
  text-decoration:underline;
  font-weight:bold;
  font-size:13px;
  cursor: hand;
  cursor: pointer;
}
