/* 
light blue:  eff7ff
green:       62cd2e
blue:        0099f7
purple:      d630c1
orange:      ff9e01
yellow:      ffeb70
pale yellow: fffcef
gray:        666666
light gray:  efefef
red:         f70000
*/

body  {
	line-height:normal;
}
.clear {
	clear:both;
}

#register {
	float:right;
	width:300px;
}

#login {
	float:left;
	width:300px;
}

#report td {
	vertical-align:top;
}

.message {
	margin-bottom:15px;
}



/* ###################### OVERWRITE ####################### */
html {
	background-color:#eff7ff;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

body {
	margin:auto;
	width:760px;
	font-size:14px;
	line-height:120%;
	background-color:#FFFFFF;
}

h1 {
	padding-top:10px;
}

label {
	display:block;
	margin-right:5px;
}

input {
	display:block;
	margin-bottom:10px;
}

a:link, a:visited, a:hover {
	font-weight:bold;
	color:#0099f7;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.incorrect {
	color:#f70000;
	font-weight:bold;
}

.correct {
	color:#62cd2e;
	font-weight:bold;
}

.not-graded {
	font-weight:bold;
}

#question {
	margin-bottom:20px;
}


/* REALLY overwrite */


#theme-header {
	margin-top:10px;
	margin-bottom:0px;
	padding:5px;
	color:#666666;
	background-color:#eff7ff;
}

#theme-footer {
	background-color:#eff7ff;
	padding-top:5px;
	margin-bottom:0px;
	padding:5px;
	color:#666666;
}

#theme-logo {
	margin-bottom:10px;
}

#theme-title {
	font-size:16px;
	font-weight:bold;
}

#theme-progress, #theme-points, #theme-timer {
	float:left;
	width:33%;
}

#theme-progress {
	text-align:left;	
}

#theme-points {
	text-align:center;	
}

#theme-timer {
	text-align:right;
	width:34%;
}


#theme-quiz {
	background-color:#FFFFFF;
	padding:20px;
	border:1px solid black;	
}

#theme-quiz td {
	vertical-align:top;
}


#theme-question {
	margin-bottom:20px;
}

#button {
	display:block;
	margin:auto;
	margin-top:10px;
}




