/* Copyright (c) 2005-2007 Renishaw plc. All rights reserved */

body { margin: 5px; background-color:#0F1217; color: #F0F0F0; font-family: verdana, tahoma, arial, sans-serif; }

h1 { font-size: 155%; font-weight: normal; }
h2 { font-size: 120%; font-weight: normal; }
h3 { font-size: 110%; font-weight: normal; }

a { text-decoration:none; color: #ff9933; }
a:hover { text-decoration:underline; }
p, ul, ol { font-size: 90%; }
th { text-align: right; }

img { border-width: 0; }
.htmlInner img { border: solid 3px #AAA; }

#divHeader { padding: 5px; }
#divMain {  border-top: solid 1px #ff9933; }
#divMenu { vertical-align:top; }
#divMenu td { font-size: 85%; }
#divContent { vertical-align: top; padding: 5px; border-left: solid 1px #ff9933; padding-left: 10px; border-bottom: solid 1px #ff9933; }
#divFooter { font-size: 80%; padding: 5px; }



input.formField, textarea.formField {
	width: 99%;
}

.errorMsg  {
	color: Red;
}
.successMsg {
}