body 
{
	background-color: #fff !important;
	color: #000;
}

a 
{
	color: #000 !important;
	text-decoration: none !important;
}

#logoLink, #schoolLogo, #auth, #leftPane, #flags, div.actions, .delete, .add, #paginglinks, form table, .dashboard, input.button, button
{
	display: none !important;
}

#sheetForm table
{
	display: table !important;
}

/* Must be, otherwise table will be broken */
form 
{
	display: block;
}

#viewForm .graph
{
	border: solid 1px !important;
}

form table.datam, form table.grid, form table.data, #viewForm table
{
	display: table !important;
}

div#mainDiv 
{
	background: 0 !important;
	position: relative !important;
	left: -125px !important;
	top: -80px !important;
}

table.ois_window td, .edit
{
	background: 0 !important;
}

div {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
