@import url("reset.css");
body{ background: url(/cgdc10/images/background_tile5.png) repeat;
  font-family:verdana, arial, sans-serif;
  font-size:small;
  font-weight:normal;
  overflow:scroll;
}
.dialog-container {
  top:0px;
  width:100%;
  position:relative;
}
#dialog, #banner, #footer {
  position:relative;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}
#banner {
  height:220px;
}
img {border:0;}
a 			{ color: #000000; text-decoration: none; }
a:link		{ color: #000000; text-decoration: underline; }
a:visited	{ color: #000000; text-decoration: none; }
a:active	{ color: #000000; }
a:hover 	{ color: #A4A597; }

.dialog {
  color:#000;
  display:block;
  position:relative;
  width:960px;
  padding:20px 20px;
  overflow:hidden;
  background-color:#EBEDD6;
}
.title {
  font-size:x-large;
  font-weight:bold;
  color:#000000;
  margin-right:25px;
}
.entry {
  width:960px;
  height:120px;
  margin:5px 0 0 0;
  padding:0;
  border:#AAAAAA 1px dotted;
}
.entry-screen {
  width:300px;
  height:120px;
  position:relative;
  float:left;
}
.entry-info {
  width:450px;
  height:105px;
  margin:5px 0 0 5px;
  position:relative;
  float:left;
}
.entry-play {
  width:200px;
  height:100px;
  margin:25px 0 0 5px;
  position:relative;
  float:left;
}
.game-title {
  line-height:1.1em;
  font-size:large;
  font-weight:bold;
}
.game-author, .game-author a {
  line-height:1.1em;
  color:#888888;
}
.game-author a:hover {
  color:#000000;
}
.game-description {
  margin-top:4px;
  display:block;
  font-size:small;
  font-style:italic;
  line-height:1.1em;
}
.game-platform {
  color:#888888;
  position:relative;
}
.game-platform a {
  font-size:x-small;
}		
.platform-plugin, .platform-plugin a {
  color:#AAAAAA;
}
.platform-plugin a:hover {
  color:#000000;
}


/*******play button******/

/****outside of button*****/
.entry-play .play-now, .entry-play .comment-btn {
	border: none;
	border-radius: 12px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 200px; 
	height: 30px;
	-moz-box-shadow: 0 1px 1px #6C6C6C;
	-webkit-box-shadow: 0 1px 1px #6C6C6C;
	box-shadow: 0 1px 1px #6C6C6C;
	text-align: center;
	text-decoration: none;
	margin-bottom: 9px;
}

.entry-play .play-now {
  background: #F09A10; 
  background: -moz-linear-gradient(top, #F5B717 0%, #F58D36 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5B717 ), color-stop(100%,#F58D36)); /* webkit */
}
.entry-play .play-now:link, .entry-play .play-now:visited {
  color: #fff;
  text-decoration: none;
}


.entry-play .play-now:hover, .entry-play .play-now:active {
  background: #F58D36; /* old browsers */
  background: -moz-linear-gradient(top, #F58D36 0%, #F5B717 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F58D36 ), color-stop(100%,#F5B717)); /* webkit */
  -moz-box-shadow: 0 1px 1px #6C6C6C;
  -webkit-box-shadow: 0 1px 1px #6C6C6C;
  box-shadow: 0 1px 1px #6C6C6C;
}

/*****inner button area*******/
.entry-play .play-now .inner-border-btn, .entry-play .comment-btn .inner-border-btn {
 border-radius: 10px 10px 10px 10px; 
 border: 1px solid #FFD484; 
 display: inline-block; 
 line-height: 18px; 
 margin-top: 3px;
 text-transform: lowercase;
 padding-left: 9px;
 height: 22px; 
 width: 185px;
}
.entry-play .play-now .inner-border-btn {
 background:url("/games/images/play-btn-arrow.png") no-repeat left bottom;
 background:url("/games/images/play-btn-arrow.png") no-repeat left bottom, -moz-radial-gradient(56% 81% 0deg,ellipse farthest-side, rgba(249, 210, 132, 1), rgba(244, 172, 26, 0.1) );
 
 /* Safari 5.1+, Chrome 10+ */
  background: url("/games/images/play-btn-arrow.png") no-repeat left bottom, -webkit-radial-gradient(56% 81%, ellipse farthest-side, rgba(249, 210, 132, 1), rgba(244, 172, 26, 0.1));  

  -moz-box-shadow: inset 0px -1px #DB8127, 0px -1px #F0961D;
  -webkit-box-shadow: inset 0px -1px #DB8127, 0px -1px #F0961D;
  box-shadow: inset 0px -1px #DB8127, 0px -1px #F0961D;
 }
 
.entry-play  .play-now:hover .inner-border-btn { 
 -moz-box-shadow: inset 0px -1px #F0961D, 0px -1px #DB8127;
 -webkit-box-shadow: inset 0px -1px #F0961D, 0px -1px #DB8127;
 box-shadow: inset 0px -1px #F0961D, 0px -1px #DB8127;
}
 
/********end play button*********/

/****comment button****/

.entry-play .comment-btn {
  color: #545454;
  font-weight: normal;

  background-color: #C7C7C7;
  background: -moz-linear-gradient(top, #EAEAEA 0%, #9d9d9d 100%);  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA ), color-stop(100%,#9d9d9d)); /* webkit */
}

.entry-play .comment-btn:link, .entry-play .comment-btn:visited,
{
  color: #063466;
  text-decoration: none;
}

.entry-play .comment-btn:hover, .entry-play .comment-btn:active,
{
  background-color: #B1B1B1;
  background: -moz-linear-gradient(top, #9d9d9d 0%, #e8e8e8 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d ), color-stop(100%,#e8e8e8)); /* webkit */
}

.entry-play .comment-btn  .inner-border-btn {
  border: 1px solid #DFDFDF;
  -moz-box-shadow: inset 0px -1px #979797, 0px -1px #D2D2D2;
  -webkit-box-shadow: inset 0px -1px #979797, 0px -1px #D2D2D2;
  box-shadow: inset 0px -1px #979797, 0px -1px #D2D2D2;
  background:url("/games/images/rvw-btn-page.png") no-repeat left bottom;
  background:url("/games/images/rvw-btn-page.png") no-repeat left bottom, -moz-radial-gradient(56% 81% 0deg,ellipse farthest-side, rgba(219, 219, 219, 1), rgba(217, 217, 217, 0.1) );
  background: url("/games/images/rvw-btn-page.png") no-repeat left bottom, -webkit-radial-gradient(56% 81%, ellipse farthest-side, rgba(219, 217, 220, 1), rgba(217, 217, 217, 0.1)); 
}

.entry-play .comment-btn:hover .inner-border-btn {
  -moz-box-shadow: inset 0px -1px #d2d2d2, 0px -1px #979797;
  -webkit-box-shadow: inset 0px -1px #d2d2d2, 0px -1px #979797;
  box-shadow: inset 0px -1px #d2d2d2, 0px -1px #979797;
}



/***********end buttons********/
