html {
	margin: 0px;
	padding: 0px;
}

body, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	padding: 0px;
}

a {
	color: #ccccff;
	text-decoration: none;
}

a:visited {
	color: #ccccff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #eeeeff;
	text-decoration: underline;
}



#login {
	font-size: 9px;
	border: 1px solid #CC6633;
	position: absolute;
	left: 500px;
	top: 25px;
}

#menu2 {
	border: solid black 1px;
    position: absolute;
	width: 96px;
	left: 0px;
	padding: 2px;
	margin-top: 6px;
}

#info {
	margin-bottom: 1px;
}

#info h1 {
	margin: 0;
	padding: 0;
}

#info p {
	font-size: 12pt;
	margin-top: -10pt;
}

#info span.head {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#info span.abstract {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	white-space: normal;
}

#info span.information {
	font-weight: normal;
	font-style: italic;
}

.noteditable {
	color: #999999;
}

.information {
	color: #003366;
}

.mandatory {
	color: #990000;
}

.error {
	color: #990000;
}

.success {
	color: #006600;
}

.separator {
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
}

.debugtitle {
	color: #FF0000;
}

.debuginfo {
	color: #666666;
}

.menuitem {
	display: inline;
}

#spacer {
	clear: both;
}

#pwrapper0 {
	margin: 0 auto;
	position: relative;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(border.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#pwrapper1 {
	clear: both;
	border-bottom: solid 1px #999999;
	background-image: url(border.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px auto;
	position: relative;	
	background-color: #dddddd;
	zoom: 100%;
}

#pcount {
  	width: 30px;
  	float: left;
	text-align: right;
  	padding: 3px;
}

#pid {
  	width: 30px;
  	float: left;
  	padding: 3px;
}

#purl {
 	width: 400px;
 	float: left;
 	padding: 3px;
}

#presult {
	width: 100px;
	float: left;
	padding: 3px;
}