body {
	font: 12pt "Times New Roman" Times serif;
}
	.dojoDialog {
		background : #eee;
		border : 1px solid #999;
		-moz-border-radius : 5px;
		padding : 4px;
	}
	
	form {
		margin-bottom : 0;
	}

	/* group multiple buttons in a row */
	.box {
		display: block;
		text-align: center;
	}
	.box .dojoButton {
		float: left;
		margin-right: 10px;

	}
	.dojoButton .dojoButtonContents {
		font-size: 10pt;		
	}

table{
	
}

table.menu {
	border-right: thin inset Gray;
	border-bottom: thin Gray;
}



td {
	border: none;
}

td.header{
	background: #2357C4;
	color: White;
	border: outset 1pt;
}
