* { /* sets 0 margin and 0 padding on everything */
	margin: 0; 
	padding: 0; 
}

body {
    background-color: #fff;
	}

.mainwrapper {
	float:left;
	width:100%;
	background: #fff url(images/bgtop.jpg) top left repeat-x;
}

.wrapper {
    margin: 0 auto;
	width: 950px;
	min-height: 400px;
}

.topbar {
	float:left;
	width:950px;
	padding: 15px 0 0 0;
}

.logo {
    float:left;
	width: 257px;
	height: 138px;
}

.trbar {
    float:right;
	width: 285px;
	height: 158px;
	background: url(images/birds.png) no-repeat;
	background-position: 0px 45px;
}

.menu {
	float:left;
	width:950px;
	padding: 10px 0 55px 0;
	text-align: right;
}

.menu ul {
 list-style: none;
 padding:0;
 margin:0;
 float:right;
}

.menu li {
  float:left;
  font: 16px arial;
  color: #515151;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.menu li a {
   color: #515151;
   text-decoration: none;
   padding: 15px;
}

li.menuon {
   color: #6db914;
   text-decoration: none;
   padding: 0 15px 0 15px;
}

.menu li a:hover {
   color: #6db914;
}

.menu li a.menuSelected {
	color: #6db914;
}


.gameinfo {
   float:left;
   width: 540px;
   min-height: 255px;
   background: url(images/sep.gif) top right no-repeat;
   padding: 0px 20px 20px 20px;
}

.gameinfo p {
   font: 12px arial;
   color: #717171;
   line-height: 20px;
   text-align: justify;
   padding: 10px 0 0 0;
   margin:0;
}

div.extraPageinfo {
   float:left;
   width: 980px;
   min-height: 255px;
   padding: 0px 20px 20px 20px;
}

#singlebtn {
   float:left;
   border-style: none;
   margin: 25px 0 0 0;
}

#multibtn {
   float:right;
   border-style: none;
   margin: 25px 0 0 0;
}

.gamerules {
   float: right;
   width: 350px;
}

#gamerulestxt {
  border-style: none;
  padding-bottom: 10px;
}

.gamerules ul {
   list-style: none;
   margin:0;
   padding:0;
}

.gamerules li {
   font: 12px arial;
   color: #464646;
   line-height: 24px;
   margin:0;
   padding:5px 0 5px 15px;
   background: url(images/bullet.gif) no-repeat;
   background-position: 0px 15px;
   border-bottom: 1px dotted #bababa;
}

.foot_cont {
    float:left;
	width:100%;
	min-height:207px;
	background: #fff url(images/bgbottom.jpg) bottom left repeat-x;
}

.footer {
   margin: 0 auto;
   width: 950px;
   padding: 0 0 0 0;
}

#logofoot {
  border-style: none;
}

.ftleft {
   float:left;
   width: 800px;
   padding: 35px 0 0 0;
}

.ftleft p {
font: 12px arial;
color: #0b6789;
padding:10px 0 0 0;
margin:0;
}

.ftleft p a {
   color: #0b6789;
text-decoration: none;
}

.ftleft p a:hover {
text-decoration: underline;
}

#hdcopyright {
  float: right;
  border-style: none;
  margin: 105px 0 0 0;
}

div.designBy {
	padding-top: 115px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0b6789;
	font-size: 9px;
	float: right;
}
div.designBy a {
	color: #0b6789;
	text-decoration: none;
}
.greenTitle {
	color: #6db914;
}
.blueTitle {
	color: #299dd9;
}
.orange {
	color: #ff6c00;
}
.darkRed {
	color: #aa0b0b;
}
#chatWindow a {
	color: #299dd9;
	text-decoration: underline;
}
#chatWindow a:hover {
	color: #299dd9;
	text-decoration: underline;
}


/*
#################
Game Stylea
#################
*/
body {
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.diceText {
	background-image: url(images/dice.gif);
	color: #6B2B01;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
}

#finalScores {
	width: 360px;
	height: 395px;
	padding: 40px;
	background-color: #FFFFFF;
	font-weight: bold;
	overflow: scroll;
	display: none;
}


.gameplay_wrapper {
	float: left;
	width: 100%;
}
.gameplay_wrapper_center {
	width: 886px;
	margin: 0 auto;
}
.gameplay_left_bg {
	float: left;
	width: 56px;
	height: 405px;
	background: url('images/left_bg.gif') no-repeat;
}
.gameplay_right_bg {
	float: right;
	width: 51px;
	height: 433px;
	background: url('images/right_bg.gif') no-repeat;
}
.gameboard {
	float: left;
	width: 488px;
}
.gameboard_header {
	position: relative;
	width: 488px;
	height: 86px;
	background: url('images/gameboard_header.gif') no-repeat;
}
.gameboard_content {
	width: 431px;
	background: url('images/gameboard_bg.gif') repeat-y;
	height: 738px;
	padding-left: 25px;
	padding-right: 32px;
}
.gameboard_bot {
	width: 488px;
	height: 25px;
	background: url('images/gameboard_bot.gif') no-repeat;
}
.gameboard_time {
	width: 200px;
	position: absolute;
	font-weight: bold;
	top: 30px;
	right: -100px;
	font-size: 18px;
	text-align: left;
}
.gameboard_time span.red {
	color: #da0600;
}
.gameboard_time a {
	color: #da0600;
	font-size: 18px;
	text-decoration: none;
}
.chatbox {
	float: left;
	width: 291px;
}
.chatbox_header {
	width: 291px;
	height: 115px;
	background: url('images/chatbox_header.gif') no-repeat;
}
.singleplay_header {
	width: 291px;
	height: 115px;
	background: url('images/singleplay_header.gif') no-repeat;
}
.settings_top {
	width: 291px;
	height: 115px;
	background: url('images/settings-top.gif') no-repeat;
}
.chatbox_content {
	height: 709px;
	background: #c5edff;
}
.chatbox_bot {
	width: 488px;
	height: 25px;
	background: url('images/chatbox_bot.gif') no-repeat;
}
.messagebox {
	width: 265px;
	float: right;
	margin-right: 15px;
	margin-bottom: 20px;
}

.sbox_top {
	width: 265px;
	height: 25px;
	background: url('images/sbox_top.gif') no-repeat;
}
.sbox_bot {
	width: 265px;
	height: 25px;
	background: url('images/sbox_bot.gif') no-repeat;
}
.messagebox_content {
	width: 225px;
	height: 485px;
	background: url('images/sbox_bg.gif') repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
.messagebox_content_wrapper {
	height: 505px;
	width: 210px;
	padding: 0 15px 0 0;
	overflow: hidden;
}
.messagebox_message {
	line-height: 20px;
	/*text-align: justify;*/
}
.messageform {
	width: 265px;
	float: right;
	margin-right: 15px;
}
.messageform_content {
	width: 265px;
	height: 50px;
	background: url('images/sbox_bg.gif') repeat-y;
}
.sendmbtn {
	margin-top: 10px;
	margin-right: 15px;
	float: right;
	border: 0px;
	width: 140px;
	height: 38px;
	background: url('images/sendmbtn.gif') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
  	cursor: pointer;
}

.playnowbtn {
	margin-top: 10px;
	margin-right: 15px;
	float: right;
	border: 0px;
	width: 140px;
	height: 38px;
	background: url('images/playnowbtn.gif') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
  	cursor: pointer;
}

.clear {
	clear: both;
}
.messageform_txtarea {
	margin-left: 20px;
	width: 220px;
	height: 50px;
	border: 0;
}
.invite_input {
	background: url('images/invite_input.gif') no-repeat;
	width: 224px;
	height: 27px;
	border: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.invitebtn {
	margin-left: 15px;
	border: 0px;
	width: 95px;
	height: 37px;
	background: url('images/invitebtn.gif') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
  	cursor: pointer;
	float: left;
}
.invite_form { 
	margin-top: 10px;
}
.invite_wrapper {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.form_input {
	background: url('images/input_bg.gif');
	width: 224px;
	height: 24px;
	border: 0px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.emailform td {
	padding-bottom: 10px;
}
.lable_input {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
.sendbtn {
	border: 0px;
	width: 82px;
	height: 31px;
	background: url('images/sendbtn.gif') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
  	cursor: pointer;
}
.input_word_form {
	height: 45px;
	width: 408px;
	background: url('images/input_word.gif') no-repeat;
	margin: 0 auto;
	line-height: 45px;
	font-weight: bold;
	padding-left: 8px;
	position: relative;
}
.input_word_btn {
	position: absolute;
	right: 14px;
	top: 9px;
}
.input_word {
	float: left;
	border: 0px;
	width: 145px;
	height: 18px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background: url('images/spacer.png') no-repeat;
}
.submitbtn {
	float: left;
	border: 0px;
	width: 76px;
	height: 27px;
	background: url('images/submitbtn.gif') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
  	cursor: pointer; 
}
.erasebtn {
	float: left;
	border: 0px;
	width: 59px;
	height: 27px;
	background: url('images/erasebtn.gif') no-repeat;
	text-indent: -1000px;
	overflow: hidden;
  	cursor: pointer;
}
.input_error {
	margin-top: 10px;
	color: #db1010;
	font-weight: bold;
}
.letter_table {
	margin-top: 30px;
	margin-bottom: 30px;
}

.red {
	color: #da0600;
}
