 #loginlogoutdiv span {
	padding:3px;
 }

 div.pagedata,edit,bardiv,content {
	display: block;
 }

 body.show bardiv {
	display: block;
 }

 body.hide bardiv {
	display: none;
 }

 body.show a.hide, body.hide a.show {
	display: inline;
 }

 body.hide a.hide, body.show a.show {
	display: none;
 }

 div.pagedata {
	border: solid thin transparent;
 }

 div.edited {
	border: solid thin red;
 }

 edit.text{
	text-align: left;
/*	display: inline; */
 }

 edit.blank {
	border: solid thin black;
	color: blue;
	font-style: italic;
	font-weight: normal;
 }

 content label {
	display: block;
	vertical-align: middle;
	color:#0B32D7;
	text-align: center;
 }

 content label.title {
	font-size:24pt;
	font-weight: bold;
 }

 content label.label {
	font-size:18px;
	font-weight: bold;
 }

 content {
	padding: 10px;
 }

 content div.html {
	text-align: left;
 }

 BARDIV {
	display : block;
	width: 100%;
	text-align: left;
 }

/*
 *  For stupid IE6 that can't understand :hover for anything but a
 
 BARDIV #buttonbardiv {
	visibility: hidden;
 }
 
 BARDIV:hover #buttonbardiv {
	visibility: visible;
 }

 BARDIV a #buttonbardiv {
	visibility: hidden;
 }

 BARDIV a:hover {
	border: none;
 }

 BARDIV a:hover #buttonbardiv {
	visibility: visible;
 }
 */

 BARDIV a {
	display: block;
	width: 100%;
 }

 BARDIV #saveimg {
	border: solid transparent 2px;
 }

 BARDIV #saveimg:hover {
	border: inset 2px;
	text-decoration: none;
	color: black;
 }

 BARDIV #viewimg {
	border: solid transparent 2px;
 }

 BARDIV.view #viewimg {
	display: none;
 }

 BARDIV.edit #viewimg {
	display: inline;
 }

 BARDIV #viewimg:hover {
	border: inset 2px;
	color: black;
	text-decoration: none;
 }
 BARDIV #editimg {
	border: solid transparent 2px;
 }

 BARDIV.edit #editimg {
	display: none;
 }

 BARDIV.view #editimg {
	display: inline;
 }

 BARDIV #editimg:hover {
	border: inset 2px;
	color: black;
	text-decoration: none;
 }

 td.label {
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
 }

 td.text {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
 }

