/*---------------------------------------------*/
* {
	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;
	width: 800px;
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #FFf8aa;
}
#topbanner{
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 35px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	border-top: solid 5px #eeeeee;
	border-left: solid 5px #dddddd;
	border-right: solid 5px #cccccc;
	border-bottom: solid 5px #bbbbbb;
	color: #006060;
	padding-top: 3px;
	/*background-color: #e8e8e8;*/
}
.subtitle{
	font-size: 12pt;
	font-weight: normal;
	color: #cccccc;
}
/*---------------------------------------------*/
#buttonmenu{
	float:left;
	text-align:center;
	width: 405px;
	height: 35px;
	border-top: solid 5px #eeeeee;
	border-left: solid 5px #dddddd;
	border-right: solid 5px #cccccc;
	border-bottom: solid 5px #bbbbbb;
	color: #777777;
	/*background-color: #e8e8e8;*/
	padding-top: 3px;
	margin-top: 0px;
}
#menubutton {
	font-size: .8em;
}
#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;
	display: inline-block;
	padding: 5px 15px;
	outline: none;
	text-decoration: none;
	margin-top: 2px;
}
#menubutton li a:hover {
	background: rgba(0,0,0,0.5);
	padding: 5px 17px;
}
#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: 175px;
	height: 850px;
	border: solid 1px #ffffff;
	margin-left: 10px;
	text-align: center;
	/*background-color: #e8e8e8;*/
}
#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;
}
/*---------------------------------------------*/
#gamespace{
	float: left;
	position:relative;
	width: 600px;
	height: 800px;
	margin-top: 10px;
	border-top: solid 5px #eeeeee;
	border-left: solid 5px #dddddd;
	border-right: solid 5px #cccccc;
	border-bottom: solid 5px #bbbbbb;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 0px 0px 0px;
	/*background-color: #e0e0e0;*/
}

/*---------------------------------------------*/
#dice {
	position: relative;
	float: left;
	margin: 35px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 90px;
	height:585px;
	border-top: solid 5px #eeeeee;
	border-left: solid 5px #dddddd;
	border-right: solid 5px #cccccc;
	border-bottom: solid 5px #bbbbbb;
	/*background-color: #e8e8e8;*/
}
.nobullets{
	list-style: none;	
}
.diceeach {
	position: relative;
	float: left;
	width: 86px;
	height: 86px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,0,0,1);
	/**/
	border-top: solid 2px rgba(25,25,25,0.1);
	border-left: solid 2px rgba(25,25,25,0.1);
	border-right: solid 2px rgba(25,25,25,0.3);
	border-bottom: solid 2px rgba(25,25,25,0.3);
	-webkit-box-shadow: 2px 3px 3px rgba(250,0,0,0.4);
	-moz-box-shadow: 2px 3px 3px rgba(250,0,0,0.4);
	-o-box-shadow: 2px 3px 3px rgba(250,0,0,0.4);
	-box-shadow: 2px 3px 3px rgba(250,0,0,0.4);
	/**/
	margin-top: 10px;
	padding-top: 5px;
}
.dicelocked {
	background: rgba(250,0,0,0.2);
}
.blanks{
	position: relative;
	float: left;
	width: 21px;
	height: 21px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: solid 1px rgba(250,250,250,0.0);
}
.dots{
	position: relative;
	float: left;
	width: 19px;
	height: 19px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-top: solid 2px rgba(25,25,25,0.1);
	border-left: solid 2px rgba(25,25,25,0.1);
	border-right: solid 2px rgba(25,25,25,0.3);
	border-bottom: solid 2px rgba(25,25,25,0.3);
	background: rgba(250,250,250,0.9);
	-webkit-box-shadow: 1px 2px 2px rgba(255,255,255,0.4);
	-moz-box-shadow: 1px 2px 2px rgba(255,255,255,0.4);
	-o-box-shadow: 1px 2px 2px rgba(255,255,255,0.4);
	-box-shadow: 2px 3px 3px rgba(0,0,0,0.9);
}
/*---------------------------------------------*/
.rowname {
	background-color: rgba(250, 250, 250, 1);
}
.boxstyle{
	border: solid 1px #eeeeee;
}
#rownames,
#singles,
#doubles,
#triples{
	position: relative;
	float: left;
	width: 113px;
	height: 160px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.rowname,
.spacer,
.spacer2,
.single,
.double,
.triple{
	width:113px;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #222222;
}
.rowname,
.single,
.double,
.triple{
	/*border: solid 1px #ffffff;*/
	border-top: solid 2px rgba(25,25,25,0.1);
	border-left: solid 2px rgba(25,25,25,0.1);
	border-right: solid 2px rgba(25,25,25,0.3);
	border-bottom: solid 2px rgba(25,25,25,0.3);
}
.spacer{
	border-top: solid 2px rgba(25,25,25,0.0);
	border-left: solid 2px rgba(25,25,25,0.0);
	border-right: solid 2px rgba(25,25,25,0.0);
	border-bottom: solid 2px rgba(25,25,25,0.0);
}
.rowname,
.spacer,
.single,
.double,
.triple{
	height: 23px;
}
.spacer2 {
	height: 0px;
}
.spacer,
.spacer2{
	background-color: rgba(255, 255, 255, 0);
}
.single{
	background-color: rgba(255, 246, 0, 1);
}
.double{
	background-color: rgba(0, 255, 246, 1);
}
.triple{
	background-color: rgba(50, 246, 50, 1);
}
.boxshadowed {
	-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);	
}
/*---------------------------------------------*/
#rollbutton {
	position: relative;
	float: left;
	margin: 15px 20px;
	font-size: .8em;
}
#rollbutton li {
	display:inline;
	list-style: none;
}
#rollbutton 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;
	display: inline-block;
	padding: 5px 15px;
	outline: none;
	text-decoration: none;
	margin-top: 2px;
}
#rollbutton li a:hover {
	background: rgba(0,0,0,0.5);
	padding: 5px 16px;
}
#rollbutton 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);
}
/*---------------------------------------------*/
#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-color: rgba(194, 155, 216, .9);
}
#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%;
	display: none;
	background-color: rgba(194, 155, 216, .9);
}
#giveopinion {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 80%;
	width: 98%;
	text-align: center;
	color: #222222;
	background-color: #fdfdfd;
}
#shownerdnotes {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 58%;
	width: 98%;
	display: none;
	background-color: rgba(194, 155, 216, .9);
}
#shownerdnotesdetail {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 5px 5px 5px 5px;
	height: 90%;
	width: 98%;
	text-align: center;
	color: #222222;
	background-color: #fdfdfd;
}
#shownerdnotesdetail ul {
	text-align: left;
}
#nerdnotescontainer {
	margin-left: 40px;
}
#nerdnotescontainer li {
	line-height: 1.6;
}
.tenptstyle {
	font-size: 10pt;
}
.justified {
	text-align: justify;
}
.borderstyle{
	border-top: solid 2px rgba(25,25,25,0.1);
	border-left: solid 2px rgba(25,25,25,0.1);
	border-right: solid 2px rgba(25,25,25,0.3);
	border-bottom: solid 2px rgba(25,25,25,0.3);
}
.roundedcorners{
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
}
.shadowed{
	text-shadow: 2px 2px 4px #cccccc;
}
