/* structure */
body {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0;
	background-color:#FFFFFF;
	height:100%;
}
#outerContainer {
	margin: 0 auto 0 auto;
	width: 940px;
	/*border:green solid 1px;*/
}
#innerContainer {
	width: 750px;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	/*float: left;*/
	padding:0 10px 0 10px;
	/*border:blue solid 1px;*/
}
#innerContainer p {
	margin:4px 0 0 0;

}
#innerContainer h1 {
	margin:4px 0 0 0;
}

#header {
	height: 100px;
	padding: 0 0 0 10px;
}
.alpha-test {
	background-image:url(/images/alphaTest.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
}
.beta-test {
	background-image:url(/images/betaTest.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
}
#rightTower {
	float: right;
	width:160px;
	overflow:hidden;
	/*border:red 1px solid;*/
}
#searchButton {
	margin:0;
}
#columnLeft {
	width: 355px;
	min-height:300px;
	float: left;
	padding: 0 10px 0 10px;
	margin-top:4px;
	margin-bottom:15px;
}
#columnLeft h2, #columnRight h2 {
	margin-top:4px;
	margin-bottom:4px;
}
#columnRight { 
	width: 350px;
	float: left;
	padding-left: 15px;
	margin-top:4px;
	margin-bottom:15px;
	border-left: 1px solid #7E4101;
}

#lowerRightColumn { 
	width: 350px;
	float: left;
	margin-top:8px;
	padding-left: 0px;
	margin-bottom:0px;
}

#footer {
	margin: 0 auto 10px auto;
	color:#000000;
	text-align:center;
	width: 772px;
	clear:both;
	padding-top:5px;
	padding-right: 165px;
}

#footer a {
	text-decoration:underline;
	color:#000000;
}
#footer p{
	font-size:10px;
	color:#999999;
}
#mainMenu {
	height: 20px;
	background-color: #7E4101;
	color: #FFFFFF;
	padding: 3px 0 0 15px;
	font-weight:bold;
	font-size: 14px;
}

#mainMenu a {
	color: #FFFFFF;
	text-decoration:none;
}

#mainMenu a:hover {
	color:green;
	background-color:#FFFFFF;
}


/* resets */
img {
	border: 0;
}

form {
	margin: 0;
	padding: 10px;
}  


/* specifics */


/* qtips for easy access */

.tip-1 {
	/* letter pattern box, id answer */
	position:relative; top: -6px;
}
.tip-clue {
	/* clue words textarea */
	position:relative; top: -12px;
}
.tip-find {
	/* Find it! button */
	position:relative; top: 8px;
}
.tip-letterTextareas {
	/* letter textareas */
	position:relative; top: 9px; left:8px;

}
.tip-find-search {
	/* search box on clue search page */
	position:relative; top: 8px;
}
.noShow {
	display:none;
}
.no-clue-matches {
	/* search results for clue searches */
	color:#666666;
}
.clue-word {
	/* search results for clue searches */
	color:#000000;
}
span.show-on-mouseover {
	color:red;
	text-transform:none;
	display:block;
	display:none;
	padding:5px;
	width:400px;
	position:relative; top:0px; left:8px;
	background-color:#FFFFCC;
	z-index:100;
}
p.found-answer-spec {
	z-index:-1;
}
.send-updates-to {
	/* style for para requesting updates or new phrases */
	color:grey;
	font-size:12px;
	padding-top:20px;
}
#showLetterPattern {
	/*  button on input form */
	position:relative; top:0px; left:10px;
}
.letterPatternHelper-hidden {
	display:none;
}
.letterPatternHelper-hidden {
	
}
