h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
	font-size: 10pt;
	margin-bottom: 0.2em;
	text-align: left;
}

p.buttons {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

body, td, center, div, p {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 10pt; */
}

body {
  margin-right: 1px;
  background-color: #FFFFFF;
  /*background-image: url(/secure/images/leftbackground.gif);*/
  background-repeat: repeat-y;
}

/* This code makes buttons have consistent margins in Internet Explorer */
input.button {
    padding: 0 .25em;
    width: 0;
    overflow: visible;
}

input.button[class] { /*ie ignores [class]*/
    width: auto;
}

div.search {
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #eee;
}

div.search h2 {
	margin-top: 0;
}

span.hlp {
	color: green;
	font-size: 8pt;
	margin-left: 1em;
}

span.label {
	font-weight: bold;
}

p.success {
	color: green;
	font-weight: bold;
	font-size: 110%;
}

p.error {
	color: red;
	font-weight: bold;
	font-size: 110%;
}

.drag{cursor:hand}
.parentdrag{cursor:hand}

