/* styles that are typically used on the index and support pages of games */


/* Center and put some space around the start/return to index button */
#startbutton, #startbutton2{
text-align: center;
margin: 30px 0 80px 0;
}



/* Center put some space around the 'more options' button. Try to remove some of the start button's extra leader */
#optionbutton{
text-align: center;
margin: 30px 0 -15px 0;
}



/* Javascript is disabled warning */
noscript p{
text-indent: 0;
color: #F00;
font-family: arial, sans-serif;
font-size: 18px;
border-color: #000;
border-width: 5px;
border-style: double;
background-color: #FFC;
padding: 5px;
margin: 20px 30px;
text-align: center;
}

noscript a:link, noscript a:visited { color: #F00; }



/* styles for selection boxes (number of problems, sol test types, etc...) */
table.selectiontable{
border-collapse: collapse;
text-align: center;
margin: 20px auto;
background-color: #CCF;
border-color: #000;
border-width: 1px;
border-style: solid;
}

tr.selectiontitle{
font-size: 12px;
color: black;
font-weight: bold;
}

tr.selectiontitle td{
padding: 3px 10px;
}

tr.selectionline { white-space: nowrap; }

tr.selectionline td{
padding: 1px 3px;
}

tr.selectionline p{
display: inline;
margin: 0 10px;
font-size: 18px;
text-decoration: none;
}

tr.selectionline p a, tr.selectionline p a:visited, tr.selectionline p a:hover{
text-decoration: none;
color: black;
}


/* millionaire lifeline explanations */
#lifelinetable{
width: 500px;
margin: 15px auto;
}

#lifelinetable td.llname{
font-weight: bold;
white-space: nowrap;
vertical-align: top;
padding: 5px 0;
}

#lifelinetable td.lldesc{
padding: 5px 0 5px 10px;
}



/* copyright mark on millionaire rules page */
sup.rules{font-size: 10px;}

/* millionaire disclaimer text */

#disclaimerbox{
width: 550px;
font-size: 11px;
font-family: arial, sans-serif;
margin: 10px auto 0;
}

#disclaimerhead{
font-size: 13px;
font-weight: bold;
text-align: center;
}

#disclaimerbox p{
margin: 10px 0;
}



/* sol 'these are reclassified questions' note that can be removed once we get 'real' questions */

#note
{
	text-align: center;
	background-color: #fff;
	width: 400px;
	padding: 3px 5px 3px 5px;
	border-width: 1px;
	border-style: solid;
	color: #000;
	border-color: black;
	margin: -50px auto 80px;
	background-color: #ddd;
	font-family: arial, sans-serif;
	text-align: center;
	text-indent: 0;
	font-size: 11px;
}


