/*
  Some of the playground styles pulled out of vkidz.css to be used in some separate html pages
  demos.shtm
  /start/freelessons4.htm
*/
.Playground_Text_Cell
{
	height: 29px;
}

.Playground_Text_Cell a {
	text-align: center;
	background-color: #FACD72;
	display: block;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	width: 245px;
	height: 100%;
	border-color: Silver;
	border-width: 3px;
	border-style: inset;

	/*margin-right: 10px;*/
}

.Playground_Text_Cell a:hover 
{
	background-color: #a1c3d4;
	cursor: hand;
	text-decoration:none;
	border-color: Silver;
	border-width: 3px;
	border-style: outset;
	/*margin-right: 10px;*/
}

.Playground_Content_Table
{
	/*border: solid 1px black;*/
	border-collapse:collapse;
	width: 95%;
	/*margin: 2px 2px 2px 2px;*/
}

.Playground_Activity_Image
{
	border-color: Silver;
	border-width: 3px;
	border-style: outset;
}

/* Start of Playground Styles */

.Playground_Table_Cell_Odd
{
	text-align:center;
	vertical-align:top;
	background-color:#ffcc99;
	color: #02339C;
	border-color:#5189ff;
	border-width: 3px;
	border-style:dotted;
}

.Playground_Table_Cell_Even
{
	text-align:center;
	vertical-align:top;
	background-color:#ffff99;
	color: #02339C;
	border-color:#5189ff;
	border-width: 3px;
	border-style:dotted;
}


.Playground_Image_Cell
{
	text-align:center;
	/*vertical-align:middle;*/
	color: #02339C;
	padding: 5px 0px 0px 0px;
	margin-left:10px;
}
.Playground_Head_Cell
{
	text-align:center;
	vertical-align:middle;
	color: #02339C
}
.Category_Title
{
	font-size: 28px;
	font-weight: bold;
}

