﻿/* needed for riddle displays */
div.riddleTop
{
	clear:both;
	text-align:center;
}
div.riddleTextBox
{
	margin-top:1.5em;
	margin-bottom:1.5em;
	text-align:center;
}
div.riddleText
{
	font-size: medium;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	color:#ff3300;
}
div.riddleTitle
{
    font-size:larger;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-weight:normal;
    color:black;
    margin-bottom:12px;
}

div.riddleClassic
{
	margin-top:0.33em;
	width:50%;
	height:3em;
	padding-top:0.5em;
	margin-bottom:12px;
	background-color:#ECECEC;
}
div.riddleHintItem
{
	font-size:smaller;
	color:black;
	margin-left:1em;
}
div.riddleInput
{
	text-align:center;
	padding:4px 2px 2px 2px;
}
div.riddleHistory
{
	font-size:small;
}
div.riddleGuess
{
	text-align:center;
}
div.riddleButton
{
	font-weight:normal;
	font-size:80%;
	text-align:center;
}
div.riddleHints
{
	margin-top:2.5em;
}
div.riddleBar
{
	padding-left:0.66em;
	background-color:#F0F0F0;
	width:98%;
	height:1.5em;
	padding-top:12px;
	color:#990033;
}
div.riddleSmall
{
	font-size:small;
	color:#606060;
	margin-top:0.75em;
	margin-bottom:0.75em;
}
div.riddleHistory
{
	color:Blue;
	font-size:90%;
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
}
div.riddleAuthor
{
	font-size:90%;
	text-align:center;
}
div.riddleEndMarker
{
	padding-left:0.66em;
	background-color:#F0F0F0;
	width:98%;
	height:4px;
	margin-top:6px;
	margin-bottom:6px;
}
div.rotwCenter
{
	text-align:center;
	margin-bottom:6px;
}
div.riddleNote
{
	margin-top:1em;
	margin-left:10%;
	width:60%;
	background-color:Black;
	color:White;
	padding:10px;
	border:solid 2px silver;
}