
.ui-state-focus { outline: none; }

body{
	font-size: 14pt;
	margin: 0px;
}

#nav{
	position: fixed;
	font-size: 10pt;
	width:264px;
	// background-color: white;
	padding: 8px;

	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#nav a:link{ color: #666666; text-decoration: none; }
#nav a:visited{ color: #666666; }
#nav a:hover{ color: #Cf5500; }
#nav a:active{ color: #Cf5500; }

#content{
	padding-top: 100px;
	float: right;
	width: 800px;
}

#content a:link{ color: #044a92; }
#content a:visited{ color: #044a92; }
#content a:active{ color: #Cf5500; }
#content a:hover{ color: #Cf5500; }

#wrapper{
	width: 1100px;
}

.element{
	color: red;
}

.value{
	color: blue;
}

.property{
	color: #0099FF;
}

.num{
	font-size: 26pt;
}

.function{
	color: green;
}

.id{
	color: purple;
}

.quiz{
	width: 776px;
	padding: 12px;
}

.problem{
	border: 1px solid #88188C;
	background-color: #F2E8FA;
	margin-bottom: 10px;
	padding: 20px;
}

.question{
	padding: 5px;
}

.response{
	padding: 5px;
	margin-left: 20px;
}

.result{
	padding: 5px;
	height: 30px;
}

.icon{
	display: inline-block;
	position: relative;
	width: 40px;
	cursor: hand;
	cursor: pointer;
	margin-right: 20px;
}

.iconImage{
	width: 40px;
	margin-right: 6px;
}

.iconMessage{
	position: absolute;
	width: 246px;
	height: 116px;
	left: -278px;
	top: -128px;
	background-color: navy;

	-webkit-border-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomright: 0;
	border-radius: 20px;
	border-bottom-right-radius: 0;

	padding: 17px;
	color: white;
	font-size: 11pt;

	visibility: hidden;
}

.infoMessage{ background-color: #4595be; }
.errorMessage{ background-color: #c0376e; }
.faqMessage{ background-color: #7a72a2; }
.factMessage{ background-color: #63c279; }

iframe{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

#header{
	margin-left: 300px;
	position: fixed; float:
	left; padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	z-index: 99;
	width: 800px;
	border-bottom: 1px solid silver;
	color: #044a92;

	cursor: hand;
	cursor: pointer;
}
#header:hover{
	color: #Cf5500;
}

#title{
	font-size: 26pt;
	font-family: 'Montserrat', sans-serif;
}

#subtitle{
	font-size: 16pt;
	font-family: 'Montserrat', sans-serif;
}
