@CHARSET "UTF-8";

body, p, h1, h2, h3, h4, h5, h6,  ul, dl, ol, form, fieldset, input, label, tbody, tfoot, th, tr, td, textarea, select {
	font-family: "helvetica neue", helvetica"", "lucinda sans unicode", "sans serfif";"
	font-weight: normal;
	color: #333;
}

.not {
	display: none;
}

#header {
	background: transparent;
}

#container {
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: transparent;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.heavy {
	font-weight: bold;
}

.highlighted {
	background-color: #c0c0c0;
	font-weight: bold;
}

body, ul, dl, form, fieldset, input, label, tbody, tfoot, th, tr, td, textarea, select {
	font-size: normal;
	padding: 0;
	border: 0;
	margin: 0;
	font-weight: normal;
}

form {
	text-align: center;
}

label {
	display: block;
	padding: 8px 0 8px 0;
	color: #333;
}

input {
	border-radius: 3px;
	height: 24px;
	border: 1px solid #AAA;
	padding: 0 7px;
	background-color: rgba(255,255,0,0.25);
}

input.large {
	width: 400px;
}

input.wide {
	width: 85%;
}

nav {
	margin: 25px 25px 25px 25px;
	text-align: center;
}

nav a {
	background: #0066CC;
	color: #fff;
	text-decoration: none;
	font-size: normal;
	text-align: center;
	padding: 15px;
	margin: 5px 5px 5px 5px;
}

.centered {
	text-align: center;
}

h1 {
	font-size: xx-large;
	text-align: center;
}

h2 {
	font-size: x-large;
	text-align: center;
}

h3 {
	font-size: xx-large;
	text-align: center;
	font-size: 200px;
	padding: 15px 15px 15px 15px;
}

#timerPage {
	margin: 20px 20px 20px 20px;
	background: transparent;
	padding: 0 0 0 0;
}


.bodyNormal {
	background: rgba(31, 255, 6, 0.5);
}

.bodyWrapUp {
	background: rgba(232, 217, 8, 0.5);
}

.bodyOver {
	background: rgba(200,42,6,0.25);
}

.disabled {
	background: rgba(125,125,125,0.5);
}


.normal {
	color: rgb(31, 255, 6);
}

.wrapUp {
	color: rgb(232, 217, 8);
}

.over {
	color: rgb(255, 42, 6);
}

#optionButtons {
	width: 100%;
	border-bottom: solid thin black;
}