body {
	background: #efefef;
	font: 13px Verdana;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: underline;
	font: 10px Verdana;
}

a.vizSetLink {
	color: #000000;
	text-decoration: underline;
	font: 13px Verdana;
}


#nav a {
	color: #000000;
	text-decoration: underline;
	font: 14px Verdana;
}

#nav {
	margin-top: 0px;
	margin-bottom: 13px;
}

select {
	size: "3";
}

h1 {
	margin-bottom: 6px;
}


.noteText {
	font: 10px Verdana;
}

.unspacedList {
	margin-top:0px;
	margin-bottom:0px;
}

.inputField {
	margin-right:15px;
	width:175px;
	float:left;
}

.teacherSpecific {
	display: none;
}


.sectionHeading {
	font: 10px Verdana;
	color: #000000;
	font-weight: bold;
}


.selectionSection, .bodyContent {
	background: #ffffff;
	border: #c0c0c0 1px solid;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 15px;	
}

.bodyContent {
	width: 550px;
}

.bodyContent a {
	color: #000000;
	text-decoration: underline;
	font: 13px Verdana;
}


.selectionSection select {
	margin-top: 6px;
}

.spacer {
	float: left;
	width: 50px;
}

.rightColumn {
	float: left;
}

.graph {
	/*width: 943px;*/
	width: auto;
	float: left;
	border: 1px solid #c0c0c0;
	margin-right: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/*
.graph img {
	float: left;
}
*/

.pieChart {
	padding-left: 5px;
	padding-top: 10px;
	float: left;
	width: 600px;
}

.rawData {
	padding-left: 5px;
	padding-top: 10px;
	float: left;
	width: 250px;
}

.graph table {
	background: #ffffff;
	border: 1px solid #000000;
}

.graph td {
	border: 1px solid #000000;
}



.scatterPlot {
	/*border: 1px solid #c0c0c0;*/
	padding-left: 5px;
	padding-top: 10px;
	width: 900px;
	float: left;
}

.scatterPlot img {
	/*padding: 10px;*/
	/*border: #c0c0c0 1px solid;*/
	float: left;
}

.scatterQuestion {
	float: none;
	width: 900px;
}

.pieQuestion {
	float: none;
	width: 600px;
}

.rawQuestion {
	float: none;
	width: 500px;
}

.scatterLegend {
	float: left;
	background: #ffffff;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: #c0c0c0 1px solid;
}



.graphRow {
	/*width:6500px;*/
}

/*
.commentsContainer {
	position: relative;
	top: 0px;
	right: 277px;
	z-index: 3;
	width: 356px;
	padding: 10px;
	height: 250px;

}
*/

.commentControl {
	font: 10px Verdana;
	text-align: center;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	float: left;
	width: 100px;
	background: #ffffff;
/*	padding-top: 3px;*/
	padding-bottom: 3px;
}

.commentControl a:link {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.commentControl a:visited {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.commentControl a:hover {
	background: #e0e0e0;
	display: block;
}


.scatterComments {
	/*position: relative;*/
	position: absolute;
	/*top: 0px;*/
	left: 670px;
	z-index: 3;
	/*overflow: auto;*/
	background: #ffffff;
	border: #c0c0c0 1px solid;
	width: 323px;
	padding: 10px;
	/*height: auto;	*/
}

.pieComments, .rawComments {
	/*z-index: 3;*/
	background: #ffffff;
	border: #c0c0c0 1px solid;
	width: 323px;
	padding: 10px;
	float: left;
	/*height: auto;	*/
}

.commentSection {
	padding-top: 10px;
}

.evenComment, .oddComment {
	width: 294px;
}

.recentCommentSection {
	height: 200px;
	overflow: auto;
}

.evenRecentComment, .oddRecentComment {
	width: 615px;
}

.evenComment, .oddComment, .evenRecentComment, .oddRecentComment {
	/*width: 294px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 11px Verdana;
}

.evenComment, .evenRecentComment {
	background: #e0e0e0;
}


.vizButton {

	width: 115px;
	background: #d4d0c8;
	padding-left: 10px;
	padding-right:10px;	
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}

	
	
.vizButton a {
	text-decoration:none;
	font: 13px Arial;
	display: block;
}

a.versionLinks, a.recentCommentLink {
	color: #000000;
	text-decoration: underline;
	font: 13px Verdana; 
	font-weight: bold;
	
}

.feedbackQuestion {
	float:left;
	width: 250px;
	margin-right:5px;
	vertical-align: middle;
}

.feedbackAnswer {
	float:left;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	
}

.feedbackAnswerText {
	font: 10px Verdana;
	float: left;
}