* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, "Trebuchet MS", Times New Roman ;
	font-size: 12pt;
	background-color: #fafafa;
	text-align: center;
}
#pagebody{
	position: relative;
	overflow: hidden;
	margin: 10px auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
	/*background-color: #D3F4D3;*/
	width: 800px;
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-image:url(images/bg.png);
}
.shadowed{
	text-shadow: 2px 2px 4px #cccccc;
}
#topbanner{
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 38px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	border-top: solid 5px rgba(255,255,255,0.2);
	border-left: solid 5px rgba(255,255,255,0.2);
	border-right: solid 5px rgba(255,255,255,0.2);
	border-bottom: solid 5px rgba(255,255,255,0.2);
	color: #006060;
}
#buttonmenu{
	float:left;
	text-align:center;
	width: 505px;
	height: 35px;
	border-top: solid 5px rgba(255,255,255,0.2);
	border-left: solid 5px rgba(255,255,255,0.2);
	border-right: solid 5px rgba(255,255,255,0.2);
	border-bottom: solid 5px rgba(255,255,255,0.2);
	color: #777777;
	/*background-color: #f9f9f9;*/
	padding-top: 3px;
	margin-top: 0px;
/*	background-image:url(images/table-top.png);
	background-position: -5px -150px;*/
}
#menubutton li {
	display:inline;
	list-style: none;
}
#menubutton li a {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
	-o-box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
	-box-shadow: 1px 2px 2px rgba(0,0,0,0.6);
	color: #ffffff;
	background-color: #0A520A;
	/*background-color: #5BC25B;*/
	display: inline-block;
	padding: 5px 15px;
	outline: none;
	text-decoration: none;
}
#menubutton li a:hover {
	background: rgba(0,0,0,0.5);
	padding: 5px 25px;
}
#menubutton li a:active {
	background: rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
#adspace {
	position: relative;
	float: left;
	top: -45px;
	left:0px;
	width: 165px;
	height: 1050px;
	border: solid 1px rgba(250,250,250,0.4);
	margin-left: 10px;
	text-align: center;
}
#adspace li {
	display:inline;
	list-style: none;
}
#adsection {
	position: relative;
	float: left;
	width: 100%;
	/*height: 225px;*/
	border-top: solid 0px #eeeeee;
	margin-bottom: 5px;
	padding-top: 5px;
}
.subtitle{
	font-size: 12pt;
	font-weight: normal;
	color: #cccccc;
}
#dominoes{
	float: left;
	position:relative;
	width: 600px;
	height: 1000px;
	margin-top: 10px;
	border-top: solid 5px rgba(255,255,255,0.2);
	border-left: solid 5px rgba(255,255,255,0.2);
	border-right: solid 5px rgba(255,255,255,0.2);
	border-bottom: solid 5px rgba(255,255,255,0.2);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/table-top.png);
	background-repeat: no-repeat;
}

.zero-zero{ background-position: 0px 0px; }
.zero-one{ background-position: -29px 0px; }
.zero-two{ background-position: -58px 0px; }
.zero-three{ background-position: -87px 0px; }
.zero-four{ background-position: -116px 0px; }
.zero-five{ background-position: -144px 0px; }
.zero-six{ background-position: -173px 0px; }
.one-one{ background-position: 0px -56px; }
.one-two{ background-position: -29px -56px; }
.one-three{ background-position: -58px -56px; }
.one-four{ background-position: -87px -56px; }
.one-five{ background-position: -116px -56px; }
.one-six{ background-position: -144px -56px; }
.two-two{ background-position: -174px -56px; }
.two-three{ background-position: 0px -112px; }
.two-four{ background-position: -29px -112px; }
.two-five{ background-position: -58px -112px; }
.two-six{ background-position: -87px -112px; }
.three-three{ background-position: -116px -112px; }
.three-four{ background-position: -145px -112px; }
.three-five{ background-position: -174px -112px; }
.three-six{ background-position: 0px -168px; }
.four-four{ background-position: -29px -168px; }
.four-five{ background-position: -58px -168px; }
.four-six{ background-position: -87px -168px; }
.five-five{ background-position: -116px -168px; }
.five-six{ background-position: -145px -168px; }
.six-six{ background-position: -174px -168px; }
/**/
.h-zero-zero{ background-position: 1px -224px; }
.h-zero-one{ background-position: -55px -224px; }
.h-zero-two{ background-position: -110px -224px; }
.h-zero-three{ background-position: -166px -224px; }
.h-zero-four{ background-position: 1px -252px; }
.h-zero-five{ background-position: -55px -252px; }
.h-zero-six{ background-position: -110px -252px; }
.h-one-one{ background-position: -168px -252px; }
.h-one-two{ background-position: 1px -280px; }
.h-one-three{ background-position: -55px -280px; }
.h-one-four{ background-position: -110px -280px; }
.h-one-five{ background-position: -168px -280px; }
.h-one-six{ background-position: 1px -308px; }
.h-two-two{ background-position: -55px -308px; }
.h-two-three{ background-position: -110px -308px; }
.h-two-four{ background-position: -165px -308px; }
.h-two-five{ background-position: 1px -336px; }
.h-two-six{ background-position: -55px -336px; }
.h-three-three{ background-position: -110px -336px; }
.h-three-four{ background-position: -168px -336px; }
.h-three-five{ background-position: 1px -364px; }
.h-three-six{ background-position: -55px -364px; }
.h-four-four{ background-position: -110px -364px; }
.h-four-five{ background-position: -165px -364px; }
.h-four-six{ background-position: 1px -392px; }
.h-five-five{ background-position: -55px -392px; }
.h-five-six{ background-position: -110px -392px; }
.h-six-six{ background-position: -165px -392px; }
.domino-vertical {
	float: left;
	width: 26px;
	height: 55px;
	background-image: url(images/dominoes.png);
	background-repeat: no-repeat;
	margin: 5px 5px 5px 5px;
}
.domino-horizontal {
	float: left;
	width: 55px;
	height: 27px;
	background-image: url(images/dominoes.png);
	background-repeat: no-repeat;
	margin: 5px 5px 5px 5px;
}
.v-blank{background-position: -200px 0px;}
.v-clear{background-position: -200px -29px;}
.h-blank{background-position: 0px -420px;}
.h-clear{background-position: -56px -420px;}

#play-area{
	position:relative;
	height: 310px;
	margin: 15px 10px 15px 15px;
	width: 420px;
	text-align: center;
	float: left;
}
#gamesettings {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 10px 10px 10px;
	width: 394px;
	height: 284px;
	color: #ffffff;
	background: rgba(0,0,0,0.3);
	display: none;
}
.borderstyle{
	/*border: solid 3px #6FBF6F;*/
	border: solid 3px rgba(255,255,255,0.2);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
.borderstyleblink{
	/*border: solid 3px #1E7E1E;*/
	border: solid 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.9);
	-o-box-shadow: 1px 2px 2px rgba(0,0,0,0.9);
	-box-shadow: 1px 2px 2px rgba(0,0,0,0.9);
}
#play1 {
	position:absolute;
	top: 50px;
	left: 200px;
	width: 26px;
	height: 55px;
}
#play2 {
	position:absolute;
	top: 140px;
	left: 250px;
	width: 55px;
	height: 28px;
}
#play3 {
	position:absolute;
	top: 200px;
	left: 200px;
	width: 26px;
	height: 55px;
}
#play4 {
	position:absolute;
	top: 140px;
	left: 120px;
	width: 55px;
	height: 28px;
}
#hand1{		/* top hand */
	position: relative;
	top: 5px;
	left: 174px;
	width: 252px;
	height: 65px;
}
#hand4 {	/* left hand */
	position: relative;
	top: 35px;
	width: 65px;
	height: 270px;
	float: left;
	left: 5px;
}
#hand2 {	/* right hand */
	position: relative;
	top: 35px;
	width: 65px;
	height: 270px;
	float: left;
}
#hand3{		/* bottom hand */
	position: relative;
	clear:both;
	top: -10px;
	left: 174px;
	width: 252px;
	height: 65px;
}
#hand1 li,
#hand2 li,
#hand3 li,
#hand4 li {
	list-style: none;
}
#workingindicator{
	position:absolute;
	top: 138px;
	left: 193px;
	width: 35px;
	height: 35px;
	font-size: 6pt;
	font-weight: bold;
	background: rgba(0,0,0,0.1);
	display:none;
}
#returnmsg{
	position:absolute;
	top:5px;
	left:5px;
	font-size: 6pt;
	font-weight: bold;
}
#shake1,
#shake2,
#shake3,
#shake4,
#shake5,
#shake6,
#shake7,
#shake15,
#shake16,
#shake17,
#shake18,
#shake19,
#shake20,
#shake21
 {
	position:absolute;
	top: 100px;
	left: 200px;
	width: 26px;
	height: 55px;
}
#shake8,
#shake9,
#shake10,
#shake11,
#shake12,
#shake13,
#shake14,
#shake22,
#shake23,
#shake24,
#shake25,
#shake26,
#shake27,
#shake28
 {
	position:absolute;
	top: 100px;
	left: 200px;
	width: 55px;
	height: 28px;
}
#dealer1{
	position: absolute;
	top: 5px;
	left: 435px;
	height: 65px;
	width: 65px;
	color: #ffffff;
	text-align: center;
	line-height: 1.3;
}
#player1{
	position: absolute;
	top: 25px;
	left: 510px;
	color: #ffffff;
}
#dealer2{
	position: relative;
	top: 40px;
	height: 65px;
	width: 65px;
	color: #ffffff;
	float:left;
	text-align: center;
	line-height: 1.3;
}
#player2{
	position: absolute;
	top: 460px;
	left: 515px;
	width: 80px;
	text-align: center;
	color: #ffffff;
}
#dealer4{
	position: absolute;
	top: 30px;
	left: 5px;
	height: 65px;
	width: 65px;
	color: #ffffff;
	text-align: center;
	line-height: 1.3;
}
#player4{
	position: absolute;
	top: 10px;
	left: 2px;
	width: 80px;
	text-align: center;
	color: #ffffff;
}
#dealer3{
	position: absolute;
	top: 408px;
	left: 100px;
	height: 65px;
	width: 65px;
	color: #ffffff;
	text-align: center;
	line-height: 1.3;
}
#player3{
	position: absolute;
	top: 435px;
	left: 5px;
	width: 90px;
	text-align: right;
	color: #ffffff;
}
#ourtricks{
	position:absolute;
	top: 500px;
	left: 5px;
	width: 144px;
	height: 480px;
	color: #ffffff;
	text-align: center;
}
#ourtricks li,
#ourtricks2 li,
#ourtricks3 li, 
#ourtricks4 li, 
#ourtricks5 li, 
#ourtricks6 li, 
#ourtricks7 li 
{
	list-style: none;
}
#theirtricks{
	position:absolute;
	top: 500px;
	left: 445px;
	width: 144px;
	height: 480px;
	color: #ffffff;
	text-align: center;
}
#theirtricks li,
#theirtricks2 li,
#theirtricks3 li, 
#theirtricks4 li, 
#theirtricks5 li, 
#theirtricks6 li, 
#theirtricks7 li 
{
	list-style: none;
}

.roundedcorners{
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
}
.roundedcorners1{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#gamedata{
	position:absolute;
	top: 500px;
	left: 160px;
	width: 265px;
	height: 470px;
	color: #ffffff;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
#gamedata ul li{
	list-style: none;
}
#towin {
	position:relative;
	width: 77px;
	height: 20px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
}
#score{
	position:relative;
	width: 164px;
	height: 20px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#trumpsuit,
#ourscore,
#theirscore
{
	position:relative;
	width: 77px;
	height: 40px;
	float: left;
	margin-right: 5px;
}
#hint{
	position:relative;
	top: 5px;
	width: 258px;
	height: 40px;
	float:left;
	text-align:center;
}
#statuswindow{
	position:relative;
	top: 10px;
	width: 248px;
	height: 325px;
	padding: 5px 5px 5px 5px;
	float:left;
	text-align:left;
	overflow-x: hidden;
	overflow-y: auto;
}
#mybid {
	font-size: 8pt;
}
#closebox{
	position: absolute;
	left: 550px;
	top: 5px;
	width: 10px;
	height: 20px;
	color: #ffffff;
	background-color: #bbbbbb;
	padding: 2px 10px;
	border: solid 1px #bbbbbb;
}
#howto {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 84%;
	width: 98%;
	display: none;
	background-image:url(images/table-top.png);
	background-position: -5px -150px;
}
#howtoplay {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 100%;
	width: 98%;
}
#howtoplay h3 {
	font-size: .8em;
}
.indented {
	list-style-position: inside; 
}
#scoring li {
	padding-bottom: 3px;
}
#closebutton li {
	position: absolute;
	left: 540px;
	top: 2px;
	display:inline;
	list-style: none;
}
#closebutton li a {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 1px 2px 2px #dddddd;
	-moz-box-shadow: 1px 2px 2px #dddddd;
	-o-box-shadow: 1px 2px 2px #dddddd;
	-box-shadow: 1px 2px 2px #dddddd;
	color: #ffffff;
	background-color: #0A520A;
	display: inline-block;
	padding: 5px 15px;
	outline: none;
	text-decoration: none;
}
#closebutton li a:hover {
	background: #506060;
	/*padding: 5px 25px;*/
}
#closebutton li a:active {
	-webkit-box-shadow: 1px 2px 2px #dddddd;
	-moz-box-shadow: 1px 2px 2px #dddddd;
	-o-box-shadow: 1px 2px 2px #dddddd;
	-box-shadow: 1px 2px 2px #dddddd;
	margin-top:1px;
	margin-left:1px;
	background: #606060;
}
#showopinion {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 38%;
	width: 98%;
	/*background: rgba(0,0,0,0.7);*/
	display: none;
	background-image:url(images/table-top.png);
	background-position: -5px -150px;
}
#giveopinion {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 90%;
	width: 98%;
	text-align: center;
	color: #ffffff;
}
#shownerdnotes {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 58%;
	width: 98%;
	display: none;
	background-image:url(images/table-top.png);
	background-position: -5px -150px;
}
#shownerdnotesdetail {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 90%;
	width: 98%;
	text-align: center;
	color: #ffffff;
}
#shownerdnotesdetail ul {
	text-align: left;
}
#nerdnotescontainer {
	margin-left: 40px;
}
#nerdnotescontainer li {
	line-height: 1.6;
}
.tenptstyle {
	font-size: 10pt;
}
.nobullet{
	list-style: none;
}
.justified {
	text-align: justify;
}