
/*
 *
 * Basic UCREL styles
 *
 */

body {
	background-color: #ccccff;
}
a:link {
	color:#5C3317;
}
a:visited {
	color:#5C3317;
}

/*
 *
 * Top-matter styles
 *
 */

img.toplink {
	border:0px;
	height:80px;
	margin-left:20px;
	margin-right:8px;
}

/*
 *
 * Styles for the data table
 *
 */




table.valueTable {
	margin:auto; 
	font-family:Verdana;
	font-size:10pt;
}



td.buttonHolder {
	text-align:center;
	font-family:Verdana;
	font-size:10pt;

}

td.numberHolder {
	text-align:center;
}

th.valueHeading {
	font-weight:normal;
	
}

th.mainHeading {
	white-space:nowrap;
}

input {
	text-align: right;
}


/*
 * Other UI elements
 */

td.shapeChanger {
	width:150px;
}

input.mainButton {
	width:250px;
	text-align:center;
}



/*
 * Button-links
 */
a.button {
	white-space:nowrap;
	text-decoration:none;
}
a.button:link {
	color:#5C3317;
}
a.button:visited {
	color:#5C3317;
}
a.button:hover {
	color:#FF0000;
}



/*
 *
 * For rendering the results
 *
 */

/* tweak to stop jerky slide up and slide down! */
div.scrollableDiv {
	overflow: hidden;
}

span.result {
	font-weight:bold;
}
