/* All this shit is for avoiding screen-shaking when scrollbar appears */

body {
    min-height: 100.1%;
}

* html body {
    height: 100.1%	/* IE5/6 */
}

html { 
    height: 100%; 
    margin-bottom: 1px; 
}

/* End of that shit */

body, textarea, td {
	font-size: 9pt;
	font-family: Arial, sans-serif;
}

body, td, button {
	vertical-align: middle;
	text-align: center;
}

#mainTbl {
	border: 4px outset #111111;
	background-color: #EEEEEE;
	width: 1100px;
}

table.oldbordered {
	border: 2px solid #FF0000;
	background-color: #DDDDDD;
}

table.newbordered {
	border: 2px solid #00FF00;
	background-color: #DDDDDD;
}

table.nobordered {
	border: 2px solid #EEEEEE;
}

#helpDiv {
	width: 70%;
}

#stepDiv {
	font-size: 13pt;
}

#inlineForm {
	display: inline;
}

#resultCell {
	text-align: left;
	border: 1px dashed gray;
}

.standardCell {
	width: 50px;
	border: 0px;
}

.numberCell {
	color: blue;
}

.codeCell {
	font-weight: bold;
}

#beginBtn {
	width: 90px;
	height: 50px;
}

#strangeDiv {
	width: 90px;
	text-align: center;
}

/*#loaderImg {
	width: 50px;
	height: 50px;
}*/