html {
	background: white;
}
SPAN.tab, DIV.menu {
	background-color:#E0ECFF;
	color:#3344AA;
}
table.scrollTable th, table.scrollTable td {
	padding:3px 10px;
	border:1px solid #A5C9FF;
}
table.scrollTable th {
	background-color:#E0ECFF;
	color:#3344AA;
}
table.scrollTable tr.selectable:hover td {
	background-color:#FEF5BE;
}
table.scrollTable tr.highlight td{
	background-color:#FEF5BE !important;
}
.resize {
	color:#3344AA;
	padding:2px;
	margin-bottom:15px;
	background-color:#E0ECFF;
	border:1px solid #A5C9FF;
}
SPAN.tab, DIV.menu, #tabs_content {
	border:1px solid #3344AA;
}
#menu_content {
	border:1px solid #3344AA;
}
#modalWindow {
	border: 2px solid #A5C9FF;
}
#modalControls {
	background-color:#A5C9FF;
}