* { /* clear */
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background: #ededed;
	height: 100%;
}
#console {
	/*** size & position ***/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
#gameboard {
	/*** size $ position ***/
	width: 304px;
	height: 304px;
    position: relative;
    background: #222;
    /***background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e7e7e7), color-stop(100%, #fefefe));
	 border ***/
    border: 1px solid rgba(40,40,40,1);
}
#innerboard {
    margin-left: 1px;
    margin-top: 1px;
    height: 300px;
    width: 300px;
    position: relative;
    border: 1px solid rgba(100,100,100,1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FFCC99), color-stop(100%, #f6cba0));
}
.Psmall {
	height: 25px;
	width: 25px;
	border:2px solid #f8f8f8;
	padding:1px;
	border-radius:25%;
	box-sizing:border-box;
	
}
.Plarge {
	height: 15px;
	width: 15px;
}
.pieces {
	float: left;
}
/*piece color classes*/

.yellow	{ background: #ffff00; }
.purple	{ background: #800080; }
.blue	{ background: #0000ff; }
.red	{ background: #ff0000; }
.green	{ background: #00aa00; }
.orange	{ background: #ff7600; }


/*.yellow	{ background: #FFFFFF; }*/
/*.purple	{ background: #BCB3F5; }*/
/*.blue	{ background: #8574F2; }*/
/*.red	{ background: #452BF0; }*/
/*.green	{ background: #190696; }*/
/*.orange	{ background: #000000; }*/

#yellowcont	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ffff00), color-stop(100%, #bebe41));
	background-image: -moz-linear-gradient(top,  #ffff00,  #bebe41);
}
#purplecont	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #800080), color-stop(100%, #700050));
	background-image: -moz-linear-gradient(top,  #800080,  #700050);
}
#bluecont	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #0000ff), color-stop(100%, #0000aa));
	background-image: -moz-linear-gradient(top,  #0000ff,  #0000aa);
}
#redcont	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ff0000), color-stop(100%, #bb0000));
	background-image: -moz-linear-gradient(top,  #ff0000,  #bb0000);
}
#greencont	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #00aa00), color-stop(100%, #008800));
	background-image: -moz-linear-gradient(top,  #00aa00,  #008800);
}
#orangecont	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ff7600), color-stop(100%, #cc3100));
	background-image: -moz-linear-gradient(top,  #ff7600,  #cc3100);
}

#yellowcont:active	{ background: #ffff00; }
#purplecont:active	{ background: #800080; }
#bluecont:active	{ background: #0000ff; }
#redcont:active		{ background: #ff0000; }
#greencont:active	{ background: #00ff00; }
#orangecont:active	{ background: #ff7600; }

#controlpane {
	/*** size & position ***/
	width: 290px;
	height: 62px;
	padding-top:5px;
	background: #FFCC99;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FFCC99), color-stop(100%, #f6cba0));
    border: 2px solid rgba(40,40,40,1);
    border-top: none !important;
	padding-left:12px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}
#innercontrol {
    width: 289px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	height: 46px;
}
.moves {
	/*** size & position ***/
	float: left;
	width: 25px;
	height: 25px;
	margin: 5px 5px 5px 5px;
    top:3px;
	left:3px;
	transform:rotate(45deg);
	position:relative;
    border: 1px solid #999;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);

}
.moves:hover {
	cursor: pointer;
	cursor: hand;
}
.moves:active {
	cursor: pointer;
	cursor: hand;
}
#topbs {
    margin-top: 10px;
    width: 306px;
    list-style: none;
    height: 24px;
}
#tttt {
    position: relative;
    width: 304px;
	margin-left: auto;
	margin-right: auto;
}
#bar {
    margin-top: 10px;
    width: 292px;
    height: 35px;
	padding: 0px 5px;
	padding-top:10px;	
    border: 2px solid rgba(40,40,40,1);	
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright: 5px;
    border-bottom: none !important;
    background-repeat: none;
	background: #FFCC99;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FFCC99), color-stop(100%, #f6cba0));
}
.conts {
	cursor: pointer;
    float: right;
    height: 22px;
	font-size: 12px;
	color:#333333;
	font-weight:600;
    width: 75px;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #21f048), color-stop(100%, #08a826));
	border: 2px solid #999;
	margin-left: 1px;
	text-align: center;
	margin:0px 3px;
	line-height: 22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	box-shadow:0px 0px 5px #ccc;
}
.conts:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fff), color-stop(100%, #d4d4d4));
	color: #444;
}
.conts:active {
	background: #f5f5f5;
}
.movers {
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #21f048), color-stop(100%, #08a826));
	border: 2px solid #999;
	font-family: Helvetica, sans-serif !important;
	float: left;
	margin-left:4px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	box-shadow:0px 0px 5px #ccc;
}
#count {
	height: 22px;
	width: 60px;
	text-align: center;
	font-family: Helvetica, sans-serif !important;
	line-height: 22px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #2020b1;
}
a:visited {
	color: #2020b1;
}
.startUp {
	position: absolute;
	left: 9%;
	width: 80%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:20px;
	display: none;
	margin: 0 auto 0 auto;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FFCC99), color-stop(100%, #f6cba0));
	background-image: -moz-linear-gradient(top,  #FFCC99,  #f6cba0);

	/*** border ***/
	border: 1px solid #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	/*** shadow ***/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	z-index:10000;
  padding: 8px 4px 6px;
  a {
    display: block;
	  text-align: center;
  	text-shadow: 2px 2px 2px #999;
  }
  p {
	  margin: 0 auto 5px auto;
  	padding: 0;
  	font-size: 14px !important;
  	width: 230px;
  }
  #close_btn {
	  
    padding-top: 15px;
    text-align: center;
  }
}
.outer_moves {
	background: #fff;
	height: 42px;
	width: 42px;
	float: left;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border: 1px solid #fff;
	box-sizing:border-box;
	margin-right: 5px;
	-webkit-box-shadow: 0px 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0 5px rgba(0,0,0,0.4);
}
.outer_moves:last-child {
	margin-right: 0 !important;
}
.hovercolor {
	background: #ddd !important;
}
.close_btn {
	 
    padding: 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #999;
	box-shadow:0px 0px 5px #ccc;
    border-bottom-color: #8f8f8f;
    border-right-color: #8f8f8f;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #21f048), color-stop(100%, #08a826));
    cursor: pointer;
	width:80px;
	height:28px;
	line-height:14px;
}
.close_btn:hover {
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fff), color-stop(100%, #d4d4d4));
}
span#movestring {
	font-size: 15px;
}