@CHARSET "ISO-8859-1";

/*
---------------------------------------
CSS for Organic Chemistry Learning 
Objects, Structure To Name/Basic 
Organic Nomenclature 

Note:  some of this is adjusted using 
Javascript as the menu is dynamically 
generated
--------------------------------------- 
*/
html,body {
	margin: 0, auto;
	padding: 0;
	font: 9pt/1.5 Arial, Helvetica, sans-serif;
	color: #393939;
	background: #fff;
}

/* top-level */
#container-1 {
	width: 923px;
}

#container-2 {
	
}

#container-3 {
	float: left;
	width: 710px;
	border: 1px solid;
	padding: 10px;
	padding-top: 0px;
	position: relative; 
	
}

#rightColumn {
	float: right;
	width: 330px;
	padding: 10px;
	padding-bottom: 20px;
	height: 580px;
	background: #ddd;
}

#centerColumn {
	float: left;
	width: 330px;
	padding: 10px;
	padding-top: 20px;
	background: #ddd;
	margin-right: 10px;
	height: 580px;
	color: #6666ff;
}

/* Header related */
#header {
	text-align: center;
	height: 60px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-image: url("../img/deptBanner3.png");
	background-position: bottom;
}

img.header {
	float: left;
	width: 60px;
	height: 60px;
	margin-left: 60px;
}

h1.header {
	color: white;
	display: inline;
	position: relative;
	top: 10px;
}

#questionQname {
	font-weight: bold;
}

/* menu related */
#menu {
	float: left;
	width: 190px;
	position: relative; 
	left: -20px; 
}

#numberList {
	font: 9pt/1.5 Arial, Helvetica, sans-serif;
	color: #393939;
	display: inline;
}

#menu ul,ol {
	list-style: none;
}

#menu li:hover {
	color: red;
}

.fakeLink {
	cursor: pointer
}

#diff {
	display: inline-block;
	position: relative;
	top: -5px;
}

#appletContainer {
	margin-top: 9px;
}

Button {
	font: 9pt/1.5 Arial, Helvetica, sans-serif;
	color: #6666ff;
}

.startButton {
	margin-top: 5px;
	width: 100%;
}

.prevButton {
	margin-top: 10px;
	float: left;
}

.nextButton {
	margin-top: 10px;
	float: right;
}

input {
	width: 98%;
}

#choice {
	margin-top: 190px;
}



#difficultyImg {
	display: inline;
}

#scoreDiv {
	float: right;
	padding-top: 15px;
	padding-right: 5px;
	display: block;
}

#typeMessage {
	height: 30px;
}

#response {
	font: 9pt/1.5 Arial, Helvetica, sans-serif;
	color: #393939;
	margin-top: 5px;
	height: 85%;
	width: 98%;
}

h1.QuestionTitles {
	text-align: center;
	font-weight: normal;
	font-size: 1.75em;
}

/*footer related */
#footer {
	clear: both;
	padding-left: 190px;
}

img.footer {
	float: right;
}